Searched defs:pageScaleFactor (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DWebUIPopupMenuClient.cpp37 void WebUIPopupMenuClient::showPopupMenu(WebPageProxy* pageProxy, WebPopupMenuProxy* popupMenuProxy, const IntRect& rect, TextDirection textDirection, double pageScaleFactor, const Vector<WebPopupItem>& items, int32_t selectedIndex) argument
51 m_client.showPopupMenu(toAPI(pageProxy), toAPI(static_cast<WebPopupMenuListenerEfl*>(popupMenuProxy)), toAPI(rect), toAPI(textDirection), pageScaleFactor, toAPI(ItemsArray.get()), selectedIndex, m_client.clientInfo); local
H A DPageUIClientEfl.cpp244 void PageUIClientEfl::showPopupMenu(WKPageRef, WKPopupMenuListenerRef menuListenerRef, WKRect rect, WKPopupItemTextDirection textDirection, double pageScaleFactor, WKArrayRef itemsRef, int32_t selectedIndex, const void* clientInfo) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebPopupMenuProxyGtk.cpp66 void WebPopupMenuProxyGtk::showPopupMenu(const IntRect& rect, TextDirection textDirection, double pageScaleFactor, const Vector<WebPopupItem>& items, const PlatformPopupMenuData& data, int32_t selectedIndex) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayerClient.h89 virtual float pageScaleFactor() const { return 1; } function in class:WebCore::GraphicsLayerClient
H A DGraphicsLayer.h434 float pageScaleFactor() const { return m_client ? m_client->pageScaleFactor() : 1; } function in class:WebCore::GraphicsLayer
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp562 float CoordinatedLayerTreeHost::pageScaleFactor() const function in class:WebKit::CoordinatedLayerTreeHost
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.cpp426 float HistoryItem::pageScaleFactor() const function in class:WebCore::HistoryItem
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPage.h274 float pageScaleFactor() const { return m_pageScaleFactor; } function in class:WebCore::Page
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.cpp662 void GraphicsLayerClutter::recursiveCommitChanges(const CommitState& commitState, const TransformState& state, float pageScaleFactor, const FloatPoint& positionRelativeToBase, bool affectedByPageScale) argument
689 float pageScaleFactor; local
718 void GraphicsLayerClutter::commitLayerChangesBeforeSublayers(float pageScaleFactor, cons argument
818 updateGeometry(float pageScaleFactor, const FloatPoint& positionRelativeToBase) argument
967 updateLayerDrawsContent(float pageScaleFactor, const FloatPoint& positionRelativeToBase) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderView.cpp487 float pageScaleFactor = page ? page->pageScaleFactor() : 1; local
H A DRenderLayerBacking.cpp2037 float RenderLayerBacking::pageScaleFactor() const function in class:WebCore::RenderLayerBacking
H A DRenderLayerCompositor.cpp2435 float RenderLayerCompositor::pageScaleFactor() const function in class:WebCore::RenderLayerCompositor
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DEwkView.cpp878 void EwkView::requestPopupMenu(WKPopupMenuListenerRef popupMenuListener, const WKRect& rect, WKPopupItemTextDirection textDirection, double pageScaleFactor, WKArrayRef items, int32_t selectedIndex) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.h485 double pageScaleFactor() const { return m_pageScaleFactor; } function in class:WebKit::WebPageProxy
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp457 double PluginView::pageScaleFactor() const function in class:WebKit::PluginView
1005 float pageScaleFactor = frame()->page() ? frame()->page()->pageScaleFactor() : 1; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.cpp913 float pageScaleFactor; local
1032 void GraphicsLayerCA::recursiveCommitChanges(const CommitState& commitState, const TransformState& state, float pageScaleFactor, const FloatPoint& positionRelativeToBase, bool affectedByPageScale) argument
1143 commitLayerChangesBeforeSublayers(CommitState& commitState, float pageScaleFactor, const FloatPoint& positionRelativeToBase, const FloatRect& oldVisibleRect) argument
1334 updateGeometry(float pageScaleFactor, const FloatPoint& positionRelativeToBase) argument
1459 updateContentsOpaque(float pageScaleFactor) argument
2599 updateContentsScale(float pageScaleFactor) argument
3019 computePixelAlignment(float pageScaleFactor, const FloatPoint& positionRelativeToBase, FloatPoint& position, FloatSize& size, FloatPoint3D& anchorPoint, FloatSize& alignmentOffset) const argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp1289 double WebPage::pageScaleFactor() const function in class:WebKit::WebPage

Completed in 376 milliseconds