Searched defs:deviceScaleFactor (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DBackingStore.cpp36 BackingStore::BackingStore(const IntSize& size, float deviceScaleFactor, WebPageProxy* webPageProxy) argument
H A DBackingStore.h52 float deviceScaleFactor() const { return m_deviceScaleFactor; } function in class:WebKit::BackingStore
H A DWebPageProxy.cpp2012 float WebPageProxy::deviceScaleFactor() const function in class:WebKit::WebPageProxy
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DUpdateInfo.cpp36 encoder << deviceScaleFactor; local
H A DUpdateInfo.h52 float deviceScaleFactor; member in class:WebKit::UpdateInfo
H A DWebPageCreationParameters.cpp58 encoder << deviceScaleFactor; local
H A DWebPageCreationParameters.h93 float deviceScaleFactor; member in struct:WebKit::WebPageCreationParameters
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/cairo/
H A DBackingStoreCairo.cpp51 static OwnPtr<WidgetBackingStore> createBackingStoreForGTK(GtkWidget* widget, const IntSize& size, float deviceScaleFactor) argument
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DViewSnapshotStore.h82 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; } argument
83 float deviceScaleFactor() const { return m_deviceScaleFactor; } function in class:WebKit::ViewSnapshot
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DPageViewportController.cpp83 float PageViewportController::deviceScaleFactor() const function in class:WebKit::PageViewportController
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlayController.cpp291 float PageOverlayController::deviceScaleFactor() const function in class:WebKit::PageOverlayController
H A DDrawingAreaImpl.cpp339 void DrawingAreaImpl::updateBackingStoreState(uint64_t stateID, bool respondImmediately, float deviceScaleFactor, const WebCore::IntSize& size, const WebCore::IntSize& scrollOffset) argument
633 float deviceScaleFactor = m_webPage.corePage()->deviceScaleFactor(); local
[all...]
H A DFindController.cpp267 float deviceScaleFactor = m_webPage->corePage()->deviceScaleFactor(); local
H A DWebPage.cpp1435 float WebPage::deviceScaleFactor() const function in class:WebKit::WebPage
1665 double deviceScaleFactor = corePage()->deviceScaleFactor(); local
1723 double deviceScaleFactor local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedDrawingArea.cpp303 void CoordinatedDrawingArea::updateBackingStoreState(uint64_t stateID, bool respondImmediately, float deviceScaleFactor, const WebCore::IntSize& size, const WebCore::IntSize& scrollOffset) argument
560 float deviceScaleFactor = m_webPage.corePage()->deviceScaleFactor(); local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.cpp514 float EwkView::deviceScaleFactor() const function in class:EwkView

Completed in 214 milliseconds