Searched refs:isPageBoxVisible (Results 1 - 25 of 27) sorted by relevance

12

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

Completed in 471 milliseconds

12