Searched refs:toPage (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.cpp54 static Page* toPage(JSGlobalObject* globalObject) function in namespace:WebCore
125 Page* page = toPage(globalObject);
133 Page* page = toPage(globalObject);
140 Page* page = toPage(globalObject);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.h118 QWebPage* toPage(ScriptExecutionContext*);
H A DNotificationPresenterClientQt.cpp329 if (toPage(context) && toFrame(context)) {
331 emit toPage(context)->featurePermissionRequested(toFrame(context), QWebPage::Notifications);
437 QWebPage* NotificationPresenterClientQt::toPage(ScriptExecutionContext* context) function in class:WebCore::NotificationPresenterClientQt
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp1465 int toPage = printer->toPage(); local
1468 if (fromPage == 0 && toPage == 0) {
1470 toPage = printContext.pageCount();
1474 toPage = qMin(static_cast<int>(printContext.pageCount()), toPage);
1475 if (toPage < fromPage) {
1483 fromPage = toPage;
1484 toPage = tmp;
1505 if (page == toPage)
[all...]

Completed in 131 milliseconds