Searched defs:page (Results 76 - 100 of 431) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptCachedFrameData.cpp75 Page* page = frame.page(); local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDeviceMotionController.cpp85 DeviceMotionController* DeviceMotionController::from(Page* page) argument
90 bool DeviceMotionController::isActiveAt(Page* page) argument
97 void provideDeviceMotionTo(Page* page, DeviceMotionClient* client) argument
H A DDeviceOrientationController.cpp93 DeviceOrientationController* DeviceOrientationController::from(Page* page) argument
98 bool DeviceOrientationController::isActiveAt(Page* page) argument
105 void provideDeviceOrientationTo(Page* page, DeviceOrientationClient* client) argument
/macosx-10.10/WebCore-7600.1.25/history/
H A DBackForwardList.cpp44 BackForwardList::BackForwardList(Page* page) argument
H A DBackForwardList.h44 static PassRefPtr<BackForwardList> create(Page* page) { return adoptRef(new BackForwardList(page)); } argument
47 Page* page() { return m_page; } function in class:WebCore::BackForwardList
H A DCachedPage.cpp52 CachedPage::CachedPage(Page& page) argument
76 void CachedPage::restore(Page& page) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/page/
H A DDefaultVisitedLinkStore.cpp47 bool DefaultVisitedLinkStore::isLinkVisited(Page& page, LinkHash linkHash, const URL&, const AtomicString&) argument
52 void DefaultVisitedLinkStore::addVisitedLink(Page& page, LinkHash linkHash) argument
H A DPageDebuggable.cpp43 PageDebuggable::PageDebuggable(Page& page) argument
H A DPageThrottler.cpp38 PageThrottler::PageThrottler(Page& page, ViewState::Flags viewState) argument
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginData.cpp32 PluginData::PluginData(const Page* page) argument
85 void PluginData::initPlugins(const Page* page) argument
/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInputDispatcher.cpp47 EventLoopInputDispatcher::EventLoopInputDispatcher(Page& page, ReplayingInputCursor& cursor, EventLoopInputDispatcherClient* client) argument
H A DReplaySessionSegment.cpp67 PassRefPtr<ReplayingInputCursor> ReplaySessionSegment::createReplayingCursor(Page& page, EventLoopInputDispatcherClient* client) argument
H A DReplayingInputCursor.cpp41 ReplayingInputCursor::ReplayingInputCursor(SegmentedInputStorage& storage, Page& page, EventLoopInputDispatcherClient* client) argument
53 PassRefPtr<ReplayingInputCursor> ReplayingInputCursor::create(SegmentedInputStorage& storage, Page& page, EventLoopInputDispatcherClient* client) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitUIClient.cpp178 WebPageProxy* page = webkitWebViewBaseGetPage(WEBKIT_WEB_VIEW_BASE(webView)); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotificationProvider.cpp39 void WebNotificationProvider::show(WebPageProxy* page, WebNotification* notification) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DTextCheckerCompletion.cpp33 PassRefPtr<TextCheckerCompletion> TextCheckerCompletion::create(uint64_t requestID, const TextCheckingRequestData& requestData, WebPageProxy* page) argument
38 TextCheckerCompletion::TextCheckerCompletion(uint64_t requestID, const TextCheckingRequestData& requestData, WebPageProxy* page) argument
H A DWebBackForwardList.cpp50 WebBackForwardList::WebBackForwardList(WebPageProxy& page) argument
H A DWebBackForwardList.h45 static PassRef<WebBackForwardList> create(WebPageProxy& page) argument
H A DWebEditCommandProxy.cpp39 WebEditCommandProxy::WebEditCommandProxy(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page) argument
H A DWebEditCommandProxy.h41 static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page) argument
H A DWebFindClient.cpp33 void WebFindClient::didFindString(WebPageProxy* page, const String& string, uint32_t matchCount, int32_t) argument
41 void WebFindClient::didFailToFindString(WebPageProxy* page, const String& string) argument
49 void WebFindClient::didCountStringMatches(WebPageProxy* page, const String& string, uint32_t matchCount) argument
57 void WebFindMatchesClient::didFindStringMatches(WebPageProxy* page, const String& string, API::Array* matches, int firstIndex) argument
65 void WebFindMatchesClient::didGetImageForMatchResult(WebPageProxy* page, WebImage* image, uint32_t index) argument
[all...]
H A DWebFormClient.cpp40 bool WebFormClient::willSubmitForm(WebPageProxy* page, WebFrameProxy* frame, WebFrameProxy* sourceFrame, const Vector<std::pair<String, String>>& textFieldValues, API::Object* userData, WebFormSubmissionListenerProxy* listener) argument
H A DWebOpenPanelResultListenerProxy.cpp39 WebOpenPanelResultListenerProxy::WebOpenPanelResultListenerProxy(WebPageProxy* page) argument
H A DWebTextChecker.cpp70 void WebTextChecker::checkSpelling(WebPageProxy* page, bool startBeforeSelection) argument
75 void WebTextChecker::changeSpellingToWord(WebPageProxy* page, const String& text) argument
H A DWebVibrationProxy.cpp38 PassRefPtr<WebVibrationProxy> WebVibrationProxy::create(WebPageProxy* page) argument
43 WebVibrationProxy::WebVibrationProxy(WebPageProxy* page) argument

Completed in 134 milliseconds

1234567891011>>