|
| Chrome (Page &, ChromeClient &) |
|
virtual | ~Chrome () |
|
ChromeClient & | client () |
|
void | invalidateRootView (const IntRect &) override |
|
void | invalidateContentsAndRootView (const IntRect &) override |
|
void | invalidateContentsForSlowScroll (const IntRect &) override |
|
void | scroll (const IntSize &, const IntRect &, const IntRect &) override |
|
IntPoint | screenToRootView (const IntPoint &) const override |
|
IntRect | rootViewToScreen (const IntRect &) const override |
|
PlatformPageClient | platformPageClient () const override |
|
void | scrollbarsModeDidChange () const override |
|
void | setCursor (const Cursor &) override |
|
void | setCursorHiddenUntilMouseMoves (bool) override |
|
void | scheduleAnimation () override |
|
PlatformDisplayID | displayID () const override |
|
void | windowScreenDidChange (PlatformDisplayID) override |
|
FloatSize | screenSize () const override |
|
FloatSize | availableScreenSize () const override |
|
void | scrollRectIntoView (const IntRect &) const |
|
void | contentsSizeChanged (Frame &, const IntSize &) const |
|
WEBCORE_EXPORT void | setWindowRect (const FloatRect &) const |
|
WEBCORE_EXPORT FloatRect | windowRect () const |
|
FloatRect | pageRect () const |
|
void | focus () const |
|
void | unfocus () const |
|
bool | canTakeFocus (FocusDirection) const |
|
void | takeFocus (FocusDirection) const |
|
void | focusedElementChanged (Element *) const |
|
void | focusedFrameChanged (Frame *) const |
|
WEBCORE_EXPORT Page * | createWindow (Frame &, const FrameLoadRequest &, const WindowFeatures &, const NavigationAction &) const |
|
WEBCORE_EXPORT void | show () const |
|
bool | canRunModal () const |
|
void | runModal () const |
|
void | setToolbarsVisible (bool) const |
|
bool | toolbarsVisible () const |
|
void | setStatusbarVisible (bool) const |
|
bool | statusbarVisible () const |
|
void | setScrollbarsVisible (bool) const |
|
bool | scrollbarsVisible () const |
|
void | setMenubarVisible (bool) const |
|
bool | menubarVisible () const |
|
void | setResizable (bool) const |
|
bool | canRunBeforeUnloadConfirmPanel () |
|
bool | runBeforeUnloadConfirmPanel (const String &message, Frame &) |
|
void | closeWindowSoon () |
|
void | runJavaScriptAlert (Frame &, const String &) |
|
bool | runJavaScriptConfirm (Frame &, const String &) |
|
bool | runJavaScriptPrompt (Frame &, const String &message, const String &defaultValue, String &result) |
|
WEBCORE_EXPORT void | setStatusbarText (Frame &, const String &) |
|
void | mouseDidMoveOverElement (const HitTestResult &, unsigned modifierFlags) |
|
void | setToolTip (const HitTestResult &) |
|
WEBCORE_EXPORT void | print (Frame &) |
|
WEBCORE_EXPORT void | enableSuddenTermination () |
|
WEBCORE_EXPORT void | disableSuddenTermination () |
|
void | runOpenPanel (Frame &, FileChooser &) |
|
void | loadIconForFiles (const Vector< String > &, FileIconLoader &) |
|
void | dispatchViewportPropertiesDidChange (const ViewportArguments &) const |
|
bool | requiresFullscreenForVideoPlayback () |
|
bool | selectItemWritingDirectionIsNatural () |
|
bool | selectItemAlignmentFollowsMenuWritingDirection () |
|
bool | hasOpenedPopup () const |
|
RefPtr< PopupMenu > | createPopupMenu (PopupMenuClient &) const |
|
RefPtr< SearchPopupMenu > | createSearchPopupMenu (PopupMenuClient &) const |
|
void | didReceiveDocType (Frame &) |
|
void | registerPopupOpeningObserver (PopupOpeningObserver &) |
|
void | unregisterPopupOpeningObserver (PopupOpeningObserver &) |
|
| Chrome (Page &, ChromeClient &) |
|
virtual | ~Chrome () |
|
ChromeClient & | client () |
|
void | invalidateRootView (const IntRect &) override |
|
void | invalidateContentsAndRootView (const IntRect &) override |
|
void | invalidateContentsForSlowScroll (const IntRect &) override |
|
void | scroll (const IntSize &, const IntRect &, const IntRect &) override |
|
IntPoint | screenToRootView (const IntPoint &) const override |
|
IntRect | rootViewToScreen (const IntRect &) const override |
|
PlatformPageClient | platformPageClient () const override |
|
void | scrollbarsModeDidChange () const override |
|
void | setCursor (const Cursor &) override |
|
void | setCursorHiddenUntilMouseMoves (bool) override |
|
void | scheduleAnimation () override |
|
PlatformDisplayID | displayID () const override |
|
void | windowScreenDidChange (PlatformDisplayID) override |
|
FloatSize | screenSize () const override |
|
FloatSize | availableScreenSize () const override |
|
void | scrollRectIntoView (const IntRect &) const |
|
void | contentsSizeChanged (Frame &, const IntSize &) const |
|
WEBCORE_EXPORT void | setWindowRect (const FloatRect &) const |
|
WEBCORE_EXPORT FloatRect | windowRect () const |
|
FloatRect | pageRect () const |
|
void | focus () const |
|
void | unfocus () const |
|
bool | canTakeFocus (FocusDirection) const |
|
void | takeFocus (FocusDirection) const |
|
void | focusedElementChanged (Element *) const |
|
void | focusedFrameChanged (Frame *) const |
|
WEBCORE_EXPORT Page * | createWindow (Frame &, const FrameLoadRequest &, const WindowFeatures &, const NavigationAction &) const |
|
WEBCORE_EXPORT void | show () const |
|
bool | canRunModal () const |
|
void | runModal () const |
|
void | setToolbarsVisible (bool) const |
|
bool | toolbarsVisible () const |
|
void | setStatusbarVisible (bool) const |
|
bool | statusbarVisible () const |
|
void | setScrollbarsVisible (bool) const |
|
bool | scrollbarsVisible () const |
|
void | setMenubarVisible (bool) const |
|
bool | menubarVisible () const |
|
void | setResizable (bool) const |
|
bool | canRunBeforeUnloadConfirmPanel () |
|
bool | runBeforeUnloadConfirmPanel (const String &message, Frame &) |
|
void | closeWindowSoon () |
|
void | runJavaScriptAlert (Frame &, const String &) |
|
bool | runJavaScriptConfirm (Frame &, const String &) |
|
bool | runJavaScriptPrompt (Frame &, const String &message, const String &defaultValue, String &result) |
|
WEBCORE_EXPORT void | setStatusbarText (Frame &, const String &) |
|
void | mouseDidMoveOverElement (const HitTestResult &, unsigned modifierFlags) |
|
void | setToolTip (const HitTestResult &) |
|
WEBCORE_EXPORT void | print (Frame &) |
|
WEBCORE_EXPORT void | enableSuddenTermination () |
|
WEBCORE_EXPORT void | disableSuddenTermination () |
|
void | runOpenPanel (Frame &, FileChooser &) |
|
void | loadIconForFiles (const Vector< String > &, FileIconLoader &) |
|
void | dispatchViewportPropertiesDidChange (const ViewportArguments &) const |
|
bool | requiresFullscreenForVideoPlayback () |
|
bool | selectItemWritingDirectionIsNatural () |
|
bool | selectItemAlignmentFollowsMenuWritingDirection () |
|
bool | hasOpenedPopup () const |
|
RefPtr< PopupMenu > | createPopupMenu (PopupMenuClient &) const |
|
RefPtr< SearchPopupMenu > | createSearchPopupMenu (PopupMenuClient &) const |
|
void | didReceiveDocType (Frame &) |
|
void | registerPopupOpeningObserver (PopupOpeningObserver &) |
|
void | unregisterPopupOpeningObserver (PopupOpeningObserver &) |
|
| HostWindow () |
|
virtual | ~HostWindow () |
|
| HostWindow () |
|
virtual | ~HostWindow () |
|