Beispiel #1
0
	void ChromeClientJS::setStatusbarText(const String& string) {
		notImplemented();
	}
Beispiel #2
0
	void ChromeClientJS::scheduleAnimation() {
		notImplemented();
	}
Beispiel #3
0
void WebChromeClient::setScrollbarsVisible(bool)
{
    notImplemented();
}
Beispiel #4
0
	PassRefPtr<SearchPopupMenu> ChromeClientJS::createSearchPopupMenu(PopupMenuClient*) const {
		notImplemented();
		return nullptr;
	}
Beispiel #5
0
	void ChromeClientJS::formStateDidChange(const WebCore::Node*) {
		notImplemented();
	}
Beispiel #6
0
	void ChromeClientJS::setCursorHiddenUntilMouseMoves(bool)
	{
		notImplemented();
	}
Beispiel #7
0
	bool ChromeClientJS::selectItemAlignmentFollowsMenuWritingDirection()
	{
		notImplemented();
		return false;
	}
Beispiel #8
0
	IntPoint ChromeClientJS::screenToRootView(const IntPoint& point) const
	{
		notImplemented();
		return point;
	}
Beispiel #9
0
	void ChromeClientJS::contentsSizeChanged(Frame* frame, const IntSize& size) const
	{
		notImplemented();
	}
Beispiel #10
0
	void ChromeClientJS::invalidateRootView(const IntRect& updateRect, bool immediate)
	{
		notImplemented();
	}
Beispiel #11
0
	IntRect ChromeClientJS::rootViewToScreen(const IntRect& rect) const
	{
		notImplemented();
		return rect;
	}
Beispiel #12
0
	IntRect ChromeClientJS::windowResizerRect() const
	{
		notImplemented();
		return IntRect();
	}
Beispiel #13
0
	KeyboardUIMode ChromeClientJS::keyboardUIMode()
	{
		notImplemented();
		return KeyboardAccessDefault;
	}
Beispiel #14
0
	bool ChromeClientJS::shouldInterruptJavaScript()
	{
		notImplemented();
		return false;
	}
Beispiel #15
0
	void ChromeClientJS::loadIconForFiles(const Vector<WTF::String>& filenames, WebCore::FileIconLoader* loader)
	{
		notImplemented();
	}
Beispiel #16
0
	void ChromeClientJS::scrollbarsModeDidChange() const
	{
		notImplemented();
	}
Beispiel #17
0
	void ChromeClientJS::setCursor(const Cursor& cursor)
	{
		notImplemented();
	}
Beispiel #18
0
	void ChromeClientJS::mouseDidMoveOverElement(const HitTestResult& hit, unsigned modifierFlags)
	{
		notImplemented();
	}
Beispiel #19
0
	bool ChromeClientJS::selectItemWritingDirectionIsNatural()
	{
		notImplemented();
		return false;
	}
Beispiel #20
0
	void ChromeClientJS::setToolTip(const String& toolTip, TextDirection)
	{
		notImplemented();
	}
Beispiel #21
0
	bool ChromeClientJS::hasOpenedPopup() const
	{
		notImplemented();
		return false;
	}
Beispiel #22
0
	void ChromeClientJS::print(Frame* frame)
	{
		notImplemented();
	}
Beispiel #23
0
	void ChromeClientJS::delegatedScrollRequested(const IntPoint&) {
		notImplemented();
	}
Beispiel #24
0
	void ChromeClientJS::reachedMaxAppCacheSize(int64_t spaceNeeded)
	{
		notImplemented();
	}
Beispiel #25
0
	void ChromeClientJS::numWheelEventHandlersChanged(unsigned) {
		notImplemented();
	}
Beispiel #26
0
	void ChromeClientJS::reachedApplicationCacheOriginQuota(SecurityOrigin*, int64_t)
	{
		notImplemented();
	}
Beispiel #27
0
bool WebChromeClient::canTakeFocus(FocusDirection)
{
    notImplemented();
    return true;
}
Beispiel #28
0
	void ChromeClientJS::runOpenPanel(Frame*, PassRefPtr<FileChooser> prpFileChooser)
	{
		notImplemented();
	}
Beispiel #29
0
bool WebChromeClient::scrollbarsVisible()
{
    notImplemented();
    return true;
}
Beispiel #30
0
	bool ChromeClientJS::runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result)
	{
		notImplemented();
		return true;
	}