Searched defs:isPageBoxVisible (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp299 bool PrintContext::isPageBoxVisible(Frame* frame, int pageNumber) function in class:WebCore::PrintContext
301 return frame->document()->isPageBoxVisible(pageNumber);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp188 bool InjectedBundle::isPageBoxVisible(WebFrame* frame, int pageIndex) function in class:WebKit::InjectedBundle
194 return PrintContext::isPageBoxVisible(coreFrame, pageIndex);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp347 bool LayoutTestController::isPageBoxVisible(int pageIndex) function in class:WTR::LayoutTestController
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp300 * isPageBoxVisible
306 bool DumpRenderTreeSupportGtk::isPageBoxVisible(WebKitWebFrame* frame, int pageNumber) function in class:DumpRenderTreeSupportGtk
314 return coreFrame->document()->isPageBoxVisible(pageNumber);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp904 bool DumpRenderTreeSupportQt::isPageBoxVisible(QWebFrame* frame, int pageIndex) function in class:DumpRenderTreeSupportQt
907 return coreFrame->document()->isPageBoxVisible(pageIndex);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp158 bool LayoutTestController::isPageBoxVisible(int pageNumber) const function in class:LayoutTestController
160 return DumpRenderTreeSupportGtk::isPageBoxVisible(mainFrame, pageNumber);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp825 bool LayoutTestController::isPageBoxVisible(int pageIndex) function in class:LayoutTestController
827 return DumpRenderTreeSupportQt::isPageBoxVisible(m_drt->webPage()->mainFrame(), pageIndex);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1387 bool LayoutTestController::isPageBoxVisible(int pageNumber) const function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp558 bool LayoutTestController::isPageBoxVisible(int pageNumber) const function in class:LayoutTestController
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1443 bool WebFrameImpl::isPageBoxVisible(int pageIndex) function in class:WebKit::WebFrameImpl
1445 return frame()->document()->isPageBoxVisible(pageIndex);
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1648 bool Document::isPageBoxVisible(int pageIndex) function in class:WebCore::Document

Completed in 648 milliseconds