Lines Matching refs:WebPageProxy

27 #include "WebPageProxy.h"
100 WKPageDebugPaintFlags WebPageProxy::s_debugPaintFlags = 0;
103 static WTF::RefCountedLeakCounter webPageProxyCounter("WebPageProxy");
106 PassRefPtr<WebPageProxy> WebPageProxy::create(PageClient* pageClient, PassRefPtr<WebProcessProxy> process, WebPageGroup* pageGroup, uint64_t pageID)
108 return adoptRef(new WebPageProxy(pageClient, process, pageGroup, pageID));
111 WebPageProxy::WebPageProxy(PageClient* pageClient, PassRefPtr<WebProcessProxy> process, WebPageGroup* pageGroup, uint64_t pageID)
166 WebPageProxy::~WebPageProxy()
183 WebProcessProxy* WebPageProxy::process() const
188 bool WebPageProxy::isValid()
197 void WebPageProxy::setDrawingArea(PassOwnPtr<DrawingAreaProxy> drawingArea)
205 void WebPageProxy::initializeLoaderClient(const WKPageLoaderClient* loadClient)
210 void WebPageProxy::initializePolicyClient(const WKPagePolicyClient* policyClient)
215 void WebPageProxy::initializeFormClient(const WKPageFormClient* formClient)
220 void WebPageProxy::initializeResourceLoadClient(const WKPageResourceLoadClient* client)
225 void WebPageProxy::initializeUIClient(const WKPageUIClient* client)
236 void WebPageProxy::initializeFindClient(const WKPageFindClient* client)
241 void WebPageProxy::initializeContextMenuClient(const WKPageContextMenuClient* client)
246 void WebPageProxy::reattachToWebProcess()
260 void WebPageProxy::reattachToWebProcessWithItem(WebBackForwardListItem* item)
275 void WebPageProxy::initializeWebPage()
289 void WebPageProxy::close()
358 bool WebPageProxy::tryClose()
367 void WebPageProxy::initializeSandboxExtensionHandle(const KURL& url, SandboxExtension::Handle& sandboxExtensionHandle)
379 void WebPageProxy::loadURL(const String& url)
391 void WebPageProxy::loadURLRequest(WebURLRequest* urlRequest)
403 void WebPageProxy::loadHTMLString(const String& htmlString, const String& baseURL)
411 void WebPageProxy::loadAlternateHTMLString(const String& htmlString, const String& baseURL, const String& unreachableURL)
422 void WebPageProxy::loadPlainTextString(const String& string)
430 void WebPageProxy::stopLoading()
437 void WebPageProxy::reload(bool reloadFromOrigin)
450 void WebPageProxy::goForward()
469 bool WebPageProxy::canGoForward() const
474 void WebPageProxy::goBack()
493 bool WebPageProxy::canGoBack() const
498 void WebPageProxy::goToBackForwardItem(WebBackForwardListItem* item)
512 void WebPageProxy::didChangeBackForwardList(WebBackForwardListItem* added, Vector<RefPtr<APIObject> >* removed)
517 void WebPageProxy::shouldGoToBackForwardListItem(uint64_t itemID, bool& shouldGoToBackForwardItem)
523 bool WebPageProxy::canShowMIMEType(const String& mimeType) const
542 void WebPageProxy::setDrawsBackground(bool drawsBackground)
553 void WebPageProxy::setDrawsTransparentBackground(bool drawsTransparentBackground)
564 void WebPageProxy::viewWillStartLiveResize()
571 void WebPageProxy::viewWillEndLiveResize()
578 void WebPageProxy::setViewNeedsDisplay(const IntRect& rect)
583 void WebPageProxy::displayView()
588 void WebPageProxy::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
593 void WebPageProxy::viewStateDidChange(ViewStateFlags flags)
625 IntSize WebPageProxy::viewSize() const
630 void WebPageProxy::setInitialFocus(bool forward)
637 void WebPageProxy::setWindowResizerSize(const IntSize& windowResizerSize)
644 void WebPageProxy::validateCommand(const String& commandName, PassRefPtr<ValidateCommandCallback> callback)
656 void WebPageProxy::executeEditCommand(const String& commandName)
665 WebCore::IntRect WebPageProxy::firstRectForCharacterInSelectedRange(int characterPosition)
672 String WebPageProxy::getSelectedText()
679 bool WebPageProxy::gestureWillBegin(const IntPoint& point)
686 void WebPageProxy::gestureDidScroll(const IntSize& size)
691 void WebPageProxy::gestureDidEnd()
696 void WebPageProxy::setGestureReachedScrollingLimit(bool limitReached)
703 void WebPageProxy::setActualVisibleContentRect(const IntRect& rect)
712 void WebPageProxy::dragEntered(WebCore::DragData* dragData, const String& dragStorageName)
718 void WebPageProxy::dragUpdated(WebCore::DragData* dragData, const String& dragStorageName)
724 void WebPageProxy::dragExited(WebCore::DragData* dragData, const String& dragStorageName)
730 void WebPageProxy::performDrag(WebCore::DragData* dragData, const String& dragStorageName, const SandboxExtension::Handle& sandboxExtensionHandle)
735 void WebPageProxy::performDragControllerAction(DragControllerAction action, WebCore::DragData* dragData, const String& dragStorageName, const SandboxExtension::Handle& sandboxExtensionHandle)
748 void WebPageProxy::didPerformDragControllerAction(uint64_t resultOperation)
755 void WebPageProxy::startDragDrop(const IntPoint& imageOrigin, const IntPoint& dragPoint, uint64_t okEffect,
810 void WebPageProxy::dragEnded(const WebCore::IntPoint& clientPosition, const WebCore::IntPoint& globalPosition, uint64_t operation)
817 void WebPageProxy::handleMouseEvent(const NativeWebMouseEvent& event)
864 void WebPageProxy::handleWheelEvent(const WebWheelEvent& event)
879 void WebPageProxy::handleKeyboardEvent(const NativeWebKeyboardEvent& event)
891 void WebPageProxy::handleGestureEvent(const WebGestureEvent& event)
902 void WebPageProxy::handleTouchEvent(const WebTouchEvent& event)
910 void WebPageProxy::scrollBy(ScrollDirection direction, ScrollGranularity granularity)
918 void WebPageProxy::receivedPolicyDecision(PolicyAction action, WebFrameProxy* frame, uint64_t listenerID)
950 String WebPageProxy::pageTitle() const
960 void WebPageProxy::setUserAgent(const String& userAgent)
971 void WebPageProxy::setApplicationNameForUserAgent(const String& applicationName)
983 void WebPageProxy::setCustomUserAgent(const String& customUserAgent)
998 bool WebPageProxy::supportsTextEncoding() const
1003 void WebPageProxy::setCustomTextEncodingName(const String& encodingName)
1014 void WebPageProxy::terminateProcess()
1023 PassRefPtr<WebData> WebPageProxy::sessionStateData(WebPageProxySessionStateFilterCallback, void* context) const
1029 void WebPageProxy::restoreFromSessionStateData(WebData*)
1035 bool WebPageProxy::supportsTextZoom() const
1047 void WebPageProxy::setTextZoomFactor(double zoomFactor)
1062 double WebPageProxy::pageZoomFactor() const
1067 void WebPageProxy::setPageZoomFactor(double zoomFactor)
1084 void WebPageProxy::setPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor)
1102 void WebPageProxy::scaleWebView(double scale, const IntPoint& origin)
1110 void WebPageProxy::setUseFixedLayout(bool fixed)
1124 void WebPageProxy::setFixedLayoutSize(const IntSize& size)
1136 void WebPageProxy::viewScaleFactorDidChange(double scaleFactor)
1141 void WebPageProxy::setMemoryCacheClientCallsEnabled(bool memoryCacheClientCallsEnabled)
1153 void WebPageProxy::findString(const String& string, FindOptions options, unsigned maxMatchCount)
1161 void WebPageProxy::hideFindUI()
1166 void WebPageProxy::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount)
1179 void WebPageProxy::runJavaScriptInMainFrame(const String& script, PassRefPtr<ScriptValueCallback> prpCallback)
1192 void WebPageProxy::getRenderTreeExternalRepresentation(PassRefPtr<StringCallback> prpCallback)
1205 void WebPageProxy::getSourceForFrame(WebFrameProxy* frame, PassRefPtr<StringCallback> prpCallback)
1219 void WebPageProxy::getContentsAsString(PassRefPtr<StringCallback> prpCallback)
1233 void WebPageProxy::getSelectionOrContentsAsString(PassRefPtr<StringCallback> prpCallback)
1246 void WebPageProxy::getMainResourceDataOfFrame(WebFrameProxy* frame, PassRefPtr<DataCallback> prpCallback)
1259 void WebPageProxy::getResourceDataFromFrame(WebFrameProxy* frame, WebURL* resourceURL, PassRefPtr<DataCallback> prpCallback)
1272 void WebPageProxy::getWebArchiveOfFrame(WebFrameProxy* frame, PassRefPtr<DataCallback> prpCallback)
1285 void WebPageProxy::forceRepaint(PassRefPtr<VoidCallback> prpCallback)
1298 void WebPageProxy::preferencesDidChange()
1312 void WebPageProxy::setResizesToContentsUsingLayoutSize(const WebCore::IntSize& targetLayoutSize)
1318 void WebPageProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
1350 void WebPageProxy::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply)
1371 void WebPageProxy::didCreateMainFrame(uint64_t frameID)
1382 void WebPageProxy::didCreateSubframe(uint64_t frameID, uint64_t parentFrameID)
1406 void WebPageProxy::didSaveFrameToPageCache(uint64_t frameID)
1421 void WebPageProxy::didRestoreFrameFromPageCache(uint64_t frameID, uint64_t parentFrameID)
1444 double WebPageProxy::estimatedProgress() const
1451 void WebPageProxy::didStartProgress()
1458 void WebPageProxy::didChangeProgress(double value)
1465 void WebPageProxy::didFinishProgress()
1472 void WebPageProxy::didStartProvisionalLoadForFrame(uint64_t frameID, const String& url, const String& unreachableURL, CoreIPC::ArgumentDecoder* arguments)
1490 void WebPageProxy::didReceiveServerRedirectForProvisionalLoadForFrame(uint64_t frameID, const String& url, CoreIPC::ArgumentDecoder* arguments)
1505 void WebPageProxy::didFailProvisionalLoadForFrame(uint64_t frameID, const ResourceError& error, CoreIPC::ArgumentDecoder* arguments)
1520 void WebPageProxy::clearLoadDependentCallbacks()
1533 void WebPageProxy::didCommitLoadForFrame(uint64_t frameID, const String& mimeType, bool frameHasCustomRepresentation, const PlatformCertificateInfo& certificateInfo, CoreIPC::ArgumentDecoder* arguments)
1560 void WebPageProxy::didFinishDocumentLoadForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments)
1573 void WebPageProxy::didFinishLoadForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments)
1588 void WebPageProxy::didFailLoadForFrame(uint64_t frameID, const ResourceError& error, CoreIPC::ArgumentDecoder* arguments)
1605 void WebPageProxy::didSameDocumentNavigationForFrame(uint64_t frameID, uint32_t opaqueSameDocumentNavigationType, const String& url, CoreIPC::ArgumentDecoder* arguments)
1620 void WebPageProxy::didReceiveTitleForFrame(uint64_t frameID, const String& title, CoreIPC::ArgumentDecoder* arguments)
1635 void WebPageProxy::didFirstLayoutForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments)
1648 void WebPageProxy::didFirstVisuallyNonEmptyLayoutForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments)
1661 void WebPageProxy::didRemoveFrameFromHierarchy(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments)
1676 void WebPageProxy::didDisplayInsecureContentForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments)
1689 void WebPageProxy::didRunInsecureContentForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments)
1702 void WebPageProxy::frameDidBecomeFrameSet(uint64_t frameID, bool value)
1713 void WebPageProxy::decidePolicyForNavigationAction(uint64_t frameID, uint32_t opaqueNavigationType, uint32_t opaqueModifiers, int32_t opaqueMouseButton, const ResourceRequest& request, uint64_t listenerID, CoreIPC::ArgumentDecoder* arguments, bool& receivedPolicyAction, uint64_t& policyAction, uint64_t& downloadID)
1750 void WebPageProxy::decidePolicyForNewWindowAction(uint64_t frameID, uint32_t opaqueNavigationType, uint32_t opaqueModifiers, int32_t opaqueMouseButton, const ResourceRequest& request, const String& frameName, uint64_t listenerID, CoreIPC::ArgumentDecoder* arguments)
1769 void WebPageProxy::decidePolicyForResponse(uint64_t frameID, const ResourceResponse& response, const ResourceRequest& request, uint64_t listenerID, CoreIPC::ArgumentDecoder* arguments, bool& receivedPolicyAction, uint64_t& policyAction, uint64_t& downloadID)
1799 void WebPageProxy::unableToImplementPolicy(uint64_t frameID, const WebCore::ResourceError& error, CoreIPC::ArgumentDecoder* arguments)
1814 void WebPageProxy::willSubmitForm(uint64_t frameID, uint64_t sourceFrameID, const StringPairVector& textFieldValues, uint64_t listenerID, CoreIPC::ArgumentDecoder* arguments)
1834 void WebPageProxy::didInitiateLoadForResource(uint64_t frameID, uint64_t resourceIdentifier, const ResourceRequest& request, bool pageIsProvisionallyLoading)
1842 void WebPageProxy::didSendRequestForResource(uint64_t frameID, uint64_t resourceIdentifier, const ResourceRequest& request, const ResourceResponse& redirectResponse)
1850 void WebPageProxy::didReceiveResponseForResource(uint64_t frameID, uint64_t resourceIdentifier, const ResourceResponse& response)
1858 void WebPageProxy::didReceiveContentLengthForResource(uint64_t frameID, uint64_t resourceIdentifier, uint64_t contentLength)
1866 void WebPageProxy::didFinishLoadForResource(uint64_t frameID, uint64_t resourceIdentifier)
1874 void WebPageProxy::didFailLoadForResource(uint64_t frameID, uint64_t resourceIdentifier, const ResourceError& error)
1884 void WebPageProxy::createNewPage(const WindowFeatures& windowFeatures, uint32_t opaqueModifiers, int32_t opaqueMouseButton, uint64_t& newPageID, WebPageCreationParameters& newPageParameters)
1886 RefPtr<WebPageProxy> newPage = m_uiClient.createNewPage(this, windowFeatures, static_cast<WebEvent::Modifiers>(opaqueModifiers), static_cast<WebMouseEvent::Button>(opaqueMouseButton));
1894 void WebPageProxy::showPage()
1899 void WebPageProxy::closePage()
1904 void WebPageProxy::runJavaScriptAlert(uint64_t frameID, const String& message)
1915 void WebPageProxy::runJavaScriptConfirm(uint64_t frameID, const String& message, bool& result)
1926 void WebPageProxy::runJavaScriptPrompt(uint64_t frameID, const String& message, const String& defaultValue, String& result)
1937 void WebPageProxy::setStatusText(const String& text)
1942 void WebPageProxy::mouseDidMoveOverElement(uint32_t opaqueModifiers, CoreIPC::ArgumentDecoder* arguments)
1954 void WebPageProxy::missingPluginButtonClicked(const String& mimeType, const String& url, const String& pluginsPageURL)
1959 void WebPageProxy::setToolbarsAreVisible(bool toolbarsAreVisible)
1964 void WebPageProxy::getToolbarsAreVisible(bool& toolbarsAreVisible)
1969 void WebPageProxy::setMenuBarIsVisible(bool menuBarIsVisible)
1974 void WebPageProxy::getMenuBarIsVisible(bool& menuBarIsVisible)
1979 void WebPageProxy::setStatusBarIsVisible(bool statusBarIsVisible)
1984 void WebPageProxy::getStatusBarIsVisible(bool& statusBarIsVisible)
1989 void WebPageProxy::setIsResizable(bool isResizable)
1994 void WebPageProxy::getIsResizable(bool& isResizable)
1999 void WebPageProxy::setWindowFrame(const FloatRect& newWindowFrame)
2004 void WebPageProxy::getWindowFrame(FloatRect& newWindowFrame)
2009 void WebPageProxy::windowToScreen(const IntRect& viewRect, IntRect& result)
2014 void WebPageProxy::runBeforeUnloadConfirmPanel(const String& message, uint64_t frameID, bool& shouldClose)
2023 void WebPageProxy::pageDidRequestScroll(const IntPoint& point)
2029 void WebPageProxy::didChangeViewportData(const ViewportArguments& args)
2034 void WebPageProxy::pageDidScroll()
2039 void WebPageProxy::runOpenPanel(uint64_t frameID, const WebOpenPanelParameters::Data& data)
2055 void WebPageProxy::printFrame(uint64_t frameID)
2069 void WebPageProxy::didChangeContentsSize(const WebCore::IntSize& size)
2074 void WebPageProxy::didFindZoomableArea(const WebCore::IntRect& area)
2079 void WebPageProxy::findZoomableAreaForPoint(const WebCore::IntPoint& point)
2088 void WebPageProxy::didDraw()
2097 WebInspectorProxy* WebPageProxy::inspector()
2109 WebFullScreenManagerProxy* WebPageProxy::fullScreenManager()
2119 void WebPageProxy::backForwardAddItem(uint64_t itemID)
2124 void WebPageProxy::backForwardGoToItem(uint64_t itemID)
2129 void WebPageProxy::backForwardItemAtIndex(int32_t index, uint64_t& itemID)
2135 void WebPageProxy::backForwardBackListCount(int32_t& count)
2140 void WebPageProxy::backForwardForwardListCount(int32_t& count)
2145 void WebPageProxy::editorStateChanged(const EditorState& editorState)
2164 void WebPageProxy::didChangeCompositionSelection(bool hasComposition)
2169 void WebPageProxy::confirmComposition(const String& compositionString)
2174 void WebPageProxy::setComposition(const String& compositionString, Vector<WebCore::CompositionUnderline>& underlines, int cursorPosition)
2182 void WebPageProxy::registerEditCommandForUndo(uint64_t commandID, uint32_t editAction)
2187 void WebPageProxy::canUndoRedo(uint32_t action, bool& result)
2192 void WebPageProxy::executeUndoRedo(uint32_t action, bool& result)
2198 void WebPageProxy::clearAllEditCommands()
2203 void WebPageProxy::didCountStringMatches(const String& string, uint32_t matchCount)
2208 void WebPageProxy::setFindIndicator(const FloatRect& selectionRectInWindowCoordinates, const Vector<FloatRect>& textRectsInSelectionRectCoordinates, const ShareableBitmap::Handle& contentImageHandle, bool fadeOut)
2214 void WebPageProxy::didFindString(const String& string, uint32_t matchCount)
2219 void WebPageProxy::didFailToFindString(const String& string)
2224 void WebPageProxy::valueChangedForPopupMenu(WebPopupMenuProxy*, int32_t newSelectedIndex)
2229 void WebPageProxy::setTextFromItemForPopupMenu(WebPopupMenuProxy*, int32_t index)
2234 NativeWebMouseEvent* WebPageProxy::currentlyProcessedMouseDownEvent()
2239 void WebPageProxy::showPopupMenu(const IntRect& rect, uint64_t textDirection, const Vector<WebPopupItem>& items, int32_t selectedIndex, const PlatformPopupMenuData& data)
2259 void WebPageProxy::hidePopupMenu()
2269 void WebPageProxy::showContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments)
2277 void WebPageProxy::internalShowContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments)
2304 void WebPageProxy::contextMenuItemSelected(const WebContextMenuItemData& item)
2377 void WebPageProxy::didChooseFilesForOpenPanel(const Vector<String>& fileURLs)
2398 void WebPageProxy::didCancelForOpenPanel()
2409 void WebPageProxy::advanceToNextMisspelling(bool startBeforeSelection) const
2414 void WebPageProxy::changeSpellingToWord(const String& word) const
2422 void WebPageProxy::registerEditCommand(PassRefPtr<WebEditCommandProxy> commandProxy, UndoOrRedo undoOrRedo)
2427 void WebPageProxy::addEditCommand(WebEditCommandProxy* command)
2432 void WebPageProxy::removeEditCommand(WebEditCommandProxy* command)
2441 bool WebPageProxy::isValidEditCommand(WebEditCommandProxy* command)
2446 int64_t WebPageProxy::spellDocumentTag()
2458 void WebPageProxy::checkTextOfParagraph(const String& text, uint64_t checkingTypes, Vector<TextCheckingResult>& results)
2465 void WebPageProxy::checkSpellingOfString(const String& text, int32_t& misspellingLocation, int32_t& misspellingLength)
2470 void WebPageProxy::checkGrammarOfString(const String& text, Vector<WebCore::GrammarDetail>& grammarDetails, int32_t& badGrammarLocation, int32_t& badGrammarLength)
2475 void WebPageProxy::spellingUIIsShowing(bool& isShowing)
2480 void WebPageProxy::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
2485 void WebPageProxy::updateSpellingUIWithGrammarString(const String& badGrammarPhrase, const GrammarDetail& grammarDetail)
2490 void WebPageProxy::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
2495 void WebPageProxy::learnWord(const String& word)
2503 void WebPageProxy::ignoreWord(const String& word)
2513 void WebPageProxy::setFocus(bool focused)
2521 void WebPageProxy::takeFocus(uint32_t direction)
2526 void WebPageProxy::setToolTip(const String& toolTip)
2533 void WebPageProxy::setCursor(const WebCore::Cursor& cursor)
2538 void WebPageProxy::didReceiveEvent(uint32_t opaqueType, bool handled)
2616 void WebPageProxy::voidCallback(uint64_t callbackID)
2627 void WebPageProxy::dataCallback(const CoreIPC::DataReference& dataReference, uint64_t callbackID)
2638 void WebPageProxy::stringCallback(const String& resultString, uint64_t callbackID)
2652 void WebPageProxy::scriptValueCallback(const CoreIPC::DataReference& dataReference, uint64_t callbackID)
2667 void WebPageProxy::computedPagesCallback(const Vector<WebCore::IntRect>& pageRects, double totalScaleFactorForPrinting, uint64_t callbackID)
2678 void WebPageProxy::validateCommandCallback(const String& commandName, bool isEnabled, int state, uint64_t callbackID)
2689 void WebPageProxy::focusedFrameChanged(uint64_t frameID)
2702 void WebPageProxy::frameSetLargestFrameChanged(uint64_t frameID)
2715 void WebPageProxy::processDidBecomeUnresponsive()
2720 void WebPageProxy::processDidBecomeResponsive()
2725 void WebPageProxy::processDidCrash()
2799 WebPageCreationParameters WebPageProxy::creationParameters() const
2835 void WebPageProxy::enterAcceleratedCompositingMode(const LayerTreeContext& layerTreeContext)
2840 void WebPageProxy::exitAcceleratedCompositingMode()
2846 void WebPageProxy::backForwardClear()
2851 void WebPageProxy::canAuthenticateAgainstProtectionSpaceInFrame(uint64_t frameID, const WebCore::ProtectionSpace& coreProtectionSpace, bool& canAuthenticate)
2861 void WebPageProxy::didReceiveAuthenticationChallenge(uint64_t frameID, const WebCore::AuthenticationChallenge& coreChallenge, uint64_t challengeID)
2871 void WebPageProxy::exceededDatabaseQuota(uint64_t frameID, const String& originIdentifier, const String& databaseName, const String& displayName, uint64_t currentQuota, uint64_t currentUsage, uint64_t expectedUsage, uint64_t& newQuota)
2881 void WebPageProxy::requestGeolocationPermissionForFrame(uint64_t geolocationID, uint64_t frameID, String originIdentifier)
2893 float WebPageProxy::headerHeight(WebFrameProxy* frame)
2898 float WebPageProxy::footerHeight(WebFrameProxy* frame)
2903 void WebPageProxy::drawHeader(WebFrameProxy* frame, const FloatRect& rect)
2908 void WebPageProxy::drawFooter(WebFrameProxy* frame, const FloatRect& rect)
2913 void WebPageProxy::didCompleteRubberBandForMainFrame(const IntSize& initialOverhang)
2918 void WebPageProxy::didChangeScrollbarsForMainFrame(bool hasHorizontalScrollbar, bool hasVerticalScrollbar)
2926 void WebPageProxy::didChangeScrollOffsetPinningForMainFrame(bool pinnedToLeftSide, bool pinnedToRightSide)
2932 void WebPageProxy::didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference& dataReference)
2937 void WebPageProxy::backForwardRemovedItem(uint64_t itemID)
2942 void WebPageProxy::beginPrinting(WebFrameProxy* frame, const PrintInfo& printInfo)
2951 void WebPageProxy::endPrinting()
2960 void WebPageProxy::computePagesForPrinting(WebFrameProxy* frame, const PrintInfo& printInfo, PassRefPtr<ComputedPagesCallback> prpCallback)
2975 void WebPageProxy::drawRectToPDF(WebFrameProxy* frame, const IntRect& rect, PassRefPtr<DataCallback> prpCallback)
2988 void WebPageProxy::drawPagesToPDF(WebFrameProxy* frame, uint32_t first, uint32_t count, PassRefPtr<DataCallback> prpCallback)
3002 void WebPageProxy::flashBackingStoreUpdates(const Vector<IntRect>& updateRects)
3007 Color WebPageProxy::viewUpdatesFlashColor()
3012 Color WebPageProxy::backingStoreUpdatesFlashColor()
3017 void WebPageProxy::saveDataToFileInDownloadsFolder(const String& suggestedFilename, const String& mimeType, const String& originatingURLString, WebData* data)
3022 void WebPageProxy::linkClicked(const String& url, const WebMouseEvent& event)
3029 void WebPageProxy::substitutionsPanelIsShowing(bool& isShowing)
3035 void WebPageProxy::showCorrectionPanel(int32_t panelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
3040 void WebPageProxy::dismissCorrectionPanel(int32_t reason)
3045 void WebPageProxy::dismissCorrectionPanelSoon(int32_t reason, String& result)
3050 void WebPageProxy::recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString)
3056 void WebPageProxy::handleCorrectionPanelResult(const String& result)