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