HomeSort by relevance Sort by last modified time
    Searched refs:WKPageSetPageAndTextZoomFactors (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 233 WKPageSetPageAndTextZoomFactors(_webView.pageRef, currentTextZoom, 1);
237 WKPageSetPageAndTextZoomFactors(_webView.pageRef, 1, currentPageZoom);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 266 void WKPageSetPageAndTextZoomFactors(WKPageRef pageRef, double pageZoomFactor, double textZoomFactor)
WKPage.h 326 WK_EXPORT void WKPageSetPageAndTextZoomFactors(WKPageRef page, double pageZoomFactor, double textZoomFactor);
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 682 WKPageSetPageAndTextZoomFactors(pageRef(), pageZoomFactor, textZoomFactor);

Completed in 40 milliseconds