Lines Matching refs:WKPageRef
80 static WKRect getWindowFrameMainPage(WKPageRef page, const void* clientInfo) in getWindowFrameMainPage()
86 static void setWindowFrameMainPage(WKPageRef page, WKRect frame, const void* clientInfo) in setWindowFrameMainPage()
92 static WKRect getWindowFrameOtherPage(WKPageRef page, const void* clientInfo) in getWindowFrameOtherPage()
98 static void setWindowFrameOtherPage(WKPageRef page, WKRect frame, const void* clientInfo) in setWindowFrameOtherPage()
104 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, cons… in runBeforeUnloadConfirmPanel()
110 static unsigned long long exceededDatabaseQuota(WKPageRef, WKFrameRef, WKSecurityOriginRef, WKStrin… in exceededDatabaseQuota() argument
117 void TestController::runModal(WKPageRef page, const void* clientInfo) in runModal()
122 static void closeOtherPage(WKPageRef page, const void* clientInfo) in closeOtherPage()
129 WKPageRef TestController::createOtherPage(WKPageRef oldPage, WKDictionaryRef, WKEventModifiers, WKE… in createOtherPage()
132 WKPageRef newPage = view->page(); in createOtherPage()
482 void TestController::didFinishLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef, const void*… in didFinishLoadForFrame()
487 void TestController::processDidCrash(WKPageRef page, const void* clientInfo) in processDidCrash()
492 void TestController::didFinishLoadForFrame(WKPageRef page, WKFrameRef frame) in didFinishLoadForFrame()