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

/macosx-10.10/WebKit2-7600.1.25/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.base.clientInfo); local
H A DPageUIClientEfl.cpp225 void PageUIClientEfl::showPopupMenu(WKPageRef, WKPopupMenuListenerRef menuListenerRef, WKRect rect, WKPopupItemTextDirection textDirection, double pageScaleFactor, WKArrayRef itemsRef, int32_t selectedIndex, const void* clientInfo) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsLayerClient.h88 virtual float pageScaleFactor() const { return 1; } function in class:WebCore::GraphicsLayerClient
H A DGraphicsLayer.h470 float pageScaleFactor() const { return m_client.pageScaleFactor(); } function in class:WebCore::GraphicsLayer
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DSessionState.cpp106 encoder << pageScaleFactor; local
H A DSessionState.h96 float pageScaleFactor; member in struct:WebKit::FrameState
/macosx-10.10/WebCore-7600.1.25/history/
H A DHistoryItem.cpp332 float HistoryItem::pageScaleFactor() const function in class:WebCore::HistoryItem
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCompositingCoordinator.cpp274 float CompositingCoordinator::pageScaleFactor() const function in class:WebCore::CompositingCoordinator
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreeTransaction.h192 double pageScaleFactor() const { return m_pageScaleFactor; } function in class:WebKit::RemoteLayerTreeTransaction
193 void setPageScaleFactor(double pageScaleFactor) { m_pageScaleFactor = pageScaleFactor; } argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DPage.h279 float pageScaleFactor() const { return m_pageScaleFactor; } function in class:WebCore::Page
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderView.cpp575 float pageScaleFactor = page ? page->pageScaleFactor() : 1; local
H A DRenderLayerBacking.cpp2222 float RenderLayerBacking::pageScaleFactor() const function in class:WebCore::RenderLayerBacking
H A DRenderLayerCompositor.cpp2820 float RenderLayerCompositor::pageScaleFactor() const function in class:WebCore::RenderLayerCompositor
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.cpp940 void EwkView::requestPopupMenu(WKPopupMenuListenerRef popupMenuListener, const WKRect& rect, WKPopupItemTextDirection textDirection, double pageScaleFactor, WKArrayRef items, int32_t selectedIndex) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h574 double pageScaleFactor() const { return m_pageScaleFactor; } function in class:WebKit::WebPageProxy
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginView.cpp488 double PluginView::pageScaleFactor() const function in class:WebKit::PluginView
1049 float pageScaleFactor = frame()->page() ? frame()->page()->pageScaleFactor() : 1; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1000 float pageScaleFactor; local
1135 void GraphicsLayerCA::recursiveCommitChanges(const CommitState& commitState, const TransformState& state, float pageScaleFactor, const FloatPoint& positionRelativeToBase, bool affectedByPageScale) argument
1262 commitLayerChangesBeforeSublayers(CommitState& commitState, float pageScaleFactor, const FloatPoint& positionRelativeToBase, const FloatRect& oldVisibleRect) argument
1477 updateGeometry(float pageScaleFactor, const FloatPoint& positionRelativeToBase) argument
1607 updateContentsOpaque(float pageScaleFactor) argument
2830 updateContentsScale(float pageScaleFactor) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp5831 static void setPageScaleFactorProperty(JSC::ExecState* exec, JSC::JSValue controllerValue, float pageScaleFactor) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp1399 double WebPage::pageScaleFactor() const function in class:WebKit::WebPage

Completed in 323 milliseconds