|
| | PageOverlayController (MainFrame &) |
| |
| virtual | ~PageOverlayController () |
| |
| GraphicsLayer & | layerWithDocumentOverlays () |
| |
| GraphicsLayer & | layerWithViewOverlays () |
| |
| WEBCORE_EXPORT GraphicsLayer * | documentOverlayRootLayer () const |
| |
| WEBCORE_EXPORT GraphicsLayer * | viewOverlayRootLayer () const |
| |
| const Vector< RefPtr< PageOverlay > > & | pageOverlays () const |
| |
| WEBCORE_EXPORT void | installPageOverlay (PageOverlay &, PageOverlay::FadeMode) |
| |
| WEBCORE_EXPORT void | uninstallPageOverlay (PageOverlay &, PageOverlay::FadeMode) |
| |
| void | setPageOverlayNeedsDisplay (PageOverlay &, const IntRect &) |
| |
| void | setPageOverlayOpacity (PageOverlay &, float) |
| |
| void | clearPageOverlay (PageOverlay &) |
| |
| GraphicsLayer & | layerForOverlay (PageOverlay &) const |
| |
| void | willDetachRootLayer () |
| |
| void | didChangeViewSize () |
| |
| void | didChangeDocumentSize () |
| |
| void | didChangeSettings () |
| |
| void | didChangeDeviceScaleFactor () |
| |
| void | didChangeViewExposedRect () |
| |
| void | didScrollFrame (Frame &) |
| |
| void | didChangeOverlayFrame (PageOverlay &) |
| |
| void | didChangeOverlayBackgroundColor (PageOverlay &) |
| |
| int | overlayCount () const |
| |
| bool | handleMouseEvent (const PlatformMouseEvent &) |
| |
| WEBCORE_EXPORT bool | copyAccessibilityAttributeStringValueForPoint (String attribute, FloatPoint, String &value) |
| |
| WEBCORE_EXPORT bool | copyAccessibilityAttributeBoolValueForPoint (String attribute, FloatPoint, bool &value) |
| |
| WEBCORE_EXPORT Vector< String > | copyAccessibilityAttributesNames (bool parameterizedNames) |
| |
| | PageOverlayController (MainFrame &) |
| |
| virtual | ~PageOverlayController () |
| |
| GraphicsLayer & | layerWithDocumentOverlays () |
| |
| GraphicsLayer & | layerWithViewOverlays () |
| |
| WEBCORE_EXPORT GraphicsLayer * | documentOverlayRootLayer () const |
| |
| WEBCORE_EXPORT GraphicsLayer * | viewOverlayRootLayer () const |
| |
| const Vector< RefPtr< PageOverlay > > & | pageOverlays () const |
| |
| WEBCORE_EXPORT void | installPageOverlay (PageOverlay &, PageOverlay::FadeMode) |
| |
| WEBCORE_EXPORT void | uninstallPageOverlay (PageOverlay &, PageOverlay::FadeMode) |
| |
| void | setPageOverlayNeedsDisplay (PageOverlay &, const IntRect &) |
| |
| void | setPageOverlayOpacity (PageOverlay &, float) |
| |
| void | clearPageOverlay (PageOverlay &) |
| |
| GraphicsLayer & | layerForOverlay (PageOverlay &) const |
| |
| void | willDetachRootLayer () |
| |
| void | didChangeViewSize () |
| |
| void | didChangeDocumentSize () |
| |
| void | didChangeSettings () |
| |
| void | didChangeDeviceScaleFactor () |
| |
| void | didChangeViewExposedRect () |
| |
| void | didScrollFrame (Frame &) |
| |
| void | didChangeOverlayFrame (PageOverlay &) |
| |
| void | didChangeOverlayBackgroundColor (PageOverlay &) |
| |
| int | overlayCount () const |
| |
| bool | handleMouseEvent (const PlatformMouseEvent &) |
| |
| WEBCORE_EXPORT bool | copyAccessibilityAttributeStringValueForPoint (String attribute, FloatPoint, String &value) |
| |
| WEBCORE_EXPORT bool | copyAccessibilityAttributeBoolValueForPoint (String attribute, FloatPoint, bool &value) |
| |
| WEBCORE_EXPORT Vector< String > | copyAccessibilityAttributesNames (bool parameterizedNames) |
| |
| virtual | ~GraphicsLayerClient () |
| |
| virtual void | notifyAnimationStarted (const GraphicsLayer *, const String &, double) |
| |
| virtual void | notifyAnimationEnded (const GraphicsLayer *, const String &) |
| |
| virtual void | notifyFlushBeforeDisplayRefresh (const GraphicsLayer *) |
| |
| virtual void | didCommitChangesForLayer (const GraphicsLayer *) const |
| |
| virtual bool | getCurrentTransform (const GraphicsLayer *, TransformationMatrix &) const |
| |
| virtual void | customPositionForVisibleRectComputation (const GraphicsLayer *, FloatPoint &) const |
| |
| virtual float | pageScaleFactor () const |
| |
| virtual float | zoomedOutPageScaleFactor () const |
| |
| virtual float | contentsScaleMultiplierForNewTiles (const GraphicsLayer *) const |
| |
| virtual bool | paintsOpaquelyAtNonIntegralScales (const GraphicsLayer *) const |
| |
| virtual bool | isTrackingRepaints () const |
| |
| virtual bool | shouldDumpPropertyForLayer (const GraphicsLayer *, const char *) const |
| |
| virtual bool | shouldAggressivelyRetainTiles (const GraphicsLayer *) const |
| |
| virtual bool | shouldTemporarilyRetainTileCohorts (const GraphicsLayer *) const |
| |
| virtual bool | useGiantTiles () const |
| |
| virtual bool | needsPixelAligment () const |
| |
| virtual bool | needsIOSDumpRenderTreeMainFrameRenderViewLayerIsAlwaysOpaqueHack (const GraphicsLayer &) const |
| |
| virtual void | verifyNotPainting () |
| |
| virtual | ~GraphicsLayerClient () |
| |
| virtual void | notifyAnimationStarted (const GraphicsLayer *, const String &, double) |
| |
| virtual void | notifyAnimationEnded (const GraphicsLayer *, const String &) |
| |
| virtual void | notifyFlushBeforeDisplayRefresh (const GraphicsLayer *) |
| |
| virtual void | didCommitChangesForLayer (const GraphicsLayer *) const |
| |
| virtual bool | getCurrentTransform (const GraphicsLayer *, TransformationMatrix &) const |
| |
| virtual void | customPositionForVisibleRectComputation (const GraphicsLayer *, FloatPoint &) const |
| |
| virtual float | pageScaleFactor () const |
| |
| virtual float | zoomedOutPageScaleFactor () const |
| |
| virtual float | contentsScaleMultiplierForNewTiles (const GraphicsLayer *) const |
| |
| virtual bool | paintsOpaquelyAtNonIntegralScales (const GraphicsLayer *) const |
| |
| virtual bool | isTrackingRepaints () const |
| |
| virtual bool | shouldDumpPropertyForLayer (const GraphicsLayer *, const char *) const |
| |
| virtual bool | shouldAggressivelyRetainTiles (const GraphicsLayer *) const |
| |
| virtual bool | shouldTemporarilyRetainTileCohorts (const GraphicsLayer *) const |
| |
| virtual bool | useGiantTiles () const |
| |
| virtual bool | needsPixelAligment () const |
| |
| virtual bool | needsIOSDumpRenderTreeMainFrameRenderViewLayerIsAlwaysOpaqueHack (const GraphicsLayer &) const |
| |
| virtual void | verifyNotPainting () |
| |