Home
last modified time | relevance | path

Searched refs:isPageBoxVisible (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebKit/mac/Misc/
DWebCoreStatistics.h91 - (bool)isPageBoxVisible:(int)pageNumber;
DWebCoreStatistics.mm291 - (bool)isPageBoxVisible:(int)pageNumber
293 return PrintContext::isPageBoxVisible(_private->coreFrame, pageNumber);
/external/webkit/Source/WebCore/page/
DPrintContext.h74 static bool isPageBoxVisible(Frame* frame, int pageNumber);
DPrintContext.cpp299 bool PrintContext::isPageBoxVisible(Frame* frame, int pageNumber) in isPageBoxVisible() function in WebCore::PrintContext
301 return frame->document()->isPageBoxVisible(pageNumber); in isPageBoxVisible()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundle.cpp188 bool InjectedBundle::isPageBoxVisible(WebFrame* frame, int pageIndex) in isPageBoxVisible() function in WebKit::InjectedBundle
194 return PrintContext::isPageBoxVisible(coreFrame, pageIndex); in isPageBoxVisible()
DInjectedBundle.h99 bool isPageBoxVisible(WebFrame*, int);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h73 static bool isPageBoxVisible(WebKitWebFrame*, int pageNumber);
DDumpRenderTreeSupportGtk.cpp306 bool DumpRenderTreeSupportGtk::isPageBoxVisible(WebKitWebFrame* frame, int pageNumber) in isPageBoxVisible() function in DumpRenderTreeSupportGtk
314 return coreFrame->document()->isPageBoxVisible(pageNumber); in isPageBoxVisible()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h121 bool isPageBoxVisible(int pageIndex);
DLayoutTestController.cpp347 bool LayoutTestController::isPageBoxVisible(int pageIndex) in isPageBoxVisible() function in WTR::LayoutTestController
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundle.cpp173 return toImpl(bundleRef)->isPageBoxVisible(toImpl(frameRef), pageIndex); in WKBundleIsPageBoxVisible()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h184 static bool isPageBoxVisible(QWebFrame* frame, int pageIndex); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp904 bool DumpRenderTreeSupportQt::isPageBoxVisible(QWebFrame* frame, int pageIndex) in isPageBoxVisible() function in DumpRenderTreeSupportQt
907 return coreFrame->document()->isPageBoxVisible(pageIndex); in isPageBoxVisible()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl72 boolean isPageBoxVisible(in int pageIndex);
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp558 bool LayoutTestController::isPageBoxVisible(int pageNumber) const in isPageBoxVisible() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h255 bool isPageBoxVisible(int pageIndex);
DLayoutTestControllerQt.cpp825 bool LayoutTestController::isPageBoxVisible(int pageIndex) in isPageBoxVisible() function in LayoutTestController
827 return DumpRenderTreeSupportQt::isPageBoxVisible(m_drt->webPage()->mainFrame(), pageIndex); in isPageBoxVisible()
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h461 virtual bool isPageBoxVisible(int pageIndex) = 0;
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h173 virtual bool isPageBoxVisible(int pageIndex);
DWebFrameImpl.cpp1443 bool WebFrameImpl::isPageBoxVisible(int pageIndex) in isPageBoxVisible() function in WebKit::WebFrameImpl
1445 return frame()->document()->isPageBoxVisible(pageIndex); in isPageBoxVisible()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp158 bool LayoutTestController::isPageBoxVisible(int pageNumber) const in isPageBoxVisible() function in LayoutTestController
160 return DumpRenderTreeSupportGtk::isPageBoxVisible(mainFrame, pageNumber); in isPageBoxVisible()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h78 bool isPageBoxVisible(int pageNumber) const;
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm300 bool LayoutTestController::isPageBoxVisible(int pageNumber) const function
302 return [mainFrame isPageBoxVisible:pageNumber];
/external/webkit/Source/WebCore/dom/
DDocument.h533 bool isPageBoxVisible(int pageIndex);
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp1387 bool LayoutTestController::isPageBoxVisible(int pageNumber) const in isPageBoxVisible() function in LayoutTestController

12