/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 45 PassRefPtr<WebPageProxy> WebUIClient::createNewPage(WebPageProxy* page, const WindowFeatures& windo… in createNewPage() 71 void WebUIClient::showPage(WebPageProxy* page) in showPage() 79 void WebUIClient::close(WebPageProxy* page) in close() 87 void WebUIClient::takeFocus(WebPageProxy* page, WKFocusDirection direction) in takeFocus() 95 void WebUIClient::focus(WebPageProxy* page) in focus() 103 void WebUIClient::unfocus(WebPageProxy* page) in unfocus() 111 void WebUIClient::runJavaScriptAlert(WebPageProxy* page, const String& message, WebFrameProxy* fram… in runJavaScriptAlert() 119 bool WebUIClient::runJavaScriptConfirm(WebPageProxy* page, const String& message, WebFrameProxy* fr… in runJavaScriptConfirm() 127 String WebUIClient::runJavaScriptPrompt(WebPageProxy* page, const String& message, const String& de… in runJavaScriptPrompt() 142 void WebUIClient::setStatusText(WebPageProxy* page, const String& text) in setStatusText() [all …]
|
D | WebLoaderClient.cpp | 38 void WebLoaderClient::didStartProvisionalLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, API… in didStartProvisionalLoadForFrame() 46 void WebLoaderClient::didReceiveServerRedirectForProvisionalLoadForFrame(WebPageProxy* page, WebFra… in didReceiveServerRedirectForProvisionalLoadForFrame() 54 void WebLoaderClient::didFailProvisionalLoadWithErrorForFrame(WebPageProxy* page, WebFrameProxy* fr… in didFailProvisionalLoadWithErrorForFrame() 62 void WebLoaderClient::didCommitLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* us… in didCommitLoadForFrame() 70 void WebLoaderClient::didFinishDocumentLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIOb… in didFinishDocumentLoadForFrame() 78 void WebLoaderClient::didFinishLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* us… in didFinishLoadForFrame() 86 void WebLoaderClient::didFailLoadWithErrorForFrame(WebPageProxy* page, WebFrameProxy* frame, const … in didFailLoadWithErrorForFrame() 94 void WebLoaderClient::didSameDocumentNavigationForFrame(WebPageProxy* page, WebFrameProxy* frame, S… in didSameDocumentNavigationForFrame() 102 void WebLoaderClient::didReceiveTitleForFrame(WebPageProxy* page, const String& title, WebFrameProx… in didReceiveTitleForFrame() 110 void WebLoaderClient::didFirstLayoutForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* u… in didFirstLayoutForFrame() [all …]
|
D | WebResourceLoadClient.cpp | 37 void WebResourceLoadClient::didInitiateLoadForResource(WebPageProxy* page, WebFrameProxy* frame, ui… in didInitiateLoadForResource() 46 void WebResourceLoadClient::didSendRequestForResource(WebPageProxy* page, WebFrameProxy* frame, uin… in didSendRequestForResource() 58 void WebResourceLoadClient::didReceiveResponseForResource(WebPageProxy* page, WebFrameProxy* frame,… in didReceiveResponseForResource() 67 void WebResourceLoadClient::didReceiveContentLengthForResource(WebPageProxy* page, WebFrameProxy* f… in didReceiveContentLengthForResource() 75 void WebResourceLoadClient::didFinishLoadForResource(WebPageProxy* page, WebFrameProxy* frame, uint… in didFinishLoadForResource() 83 void WebResourceLoadClient::didFailLoadForResource(WebPageProxy* page, WebFrameProxy* frame, uint64… in didFailLoadForResource()
|
D | WebFindClient.cpp | 33 void WebFindClient::didFindString(WebPageProxy* page, const String& string, uint32_t matchCount) in didFindString() 42 void WebFindClient::didFailToFindString(WebPageProxy* page, const String& string) in didFailToFindString() 50 void WebFindClient::didCountStringMatches(WebPageProxy* page, const String& string, uint32_t matchC… in didCountStringMatches()
|
/external/webkit/Source/WebKit/win/ |
D | WebInspector.cpp | 101 if (Page* page = m_webView->page()) in show() local 110 if (Page* page = m_webView->page()) in showConsole() local 124 if (Page* page = m_webView->page()) in close() local 150 Page* page = m_webView->page(); in isDebuggingJavaScript() local 163 Page* page = m_webView->page(); in toggleDebuggingJavaScript() local 187 Page* page = m_webView->page(); in isProfilingJavaScript() local 200 Page* page = m_webView->page(); in toggleProfilingJavaScript() local 224 Page* page = m_webView->page(); in isJavaScriptProfilingEnabled() local 237 Page* page = m_webView->page(); in setJavaScriptProfilingEnabled() local 254 Page* page = m_webView->page(); in evaluateInFrontend() local [all …]
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageLoaderClient.cpp | 39 void InjectedBundlePageLoaderClient::didStartProvisionalLoadForFrame(WebPage* page, WebFrame* frame… in didStartProvisionalLoadForFrame() 49 …ePageLoaderClient::didReceiveServerRedirectForProvisionalLoadForFrame(WebPage* page, WebFrame* fra… in didReceiveServerRedirectForProvisionalLoadForFrame() 59 void InjectedBundlePageLoaderClient::didFailProvisionalLoadWithErrorForFrame(WebPage* page, WebFram… in didFailProvisionalLoadWithErrorForFrame() 69 void InjectedBundlePageLoaderClient::didCommitLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<A… in didCommitLoadForFrame() 79 void InjectedBundlePageLoaderClient::didFinishDocumentLoadForFrame(WebPage* page, WebFrame* frame, … in didFinishDocumentLoadForFrame() 89 void InjectedBundlePageLoaderClient::didFinishLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<A… in didFinishLoadForFrame() 99 void InjectedBundlePageLoaderClient::didFailLoadWithErrorForFrame(WebPage* page, WebFrame* frame, c… in didFailLoadWithErrorForFrame() 109 void InjectedBundlePageLoaderClient::didSameDocumentNavigationForFrame(WebPage* page, WebFrame* fra… in didSameDocumentNavigationForFrame() 119 void InjectedBundlePageLoaderClient::didReceiveTitleForFrame(WebPage* page, const String& title, We… in didReceiveTitleForFrame() 129 void InjectedBundlePageLoaderClient::didFirstLayoutForFrame(WebPage* page, WebFrame* frame, RefPtr<… in didFirstLayoutForFrame() [all …]
|
D | InjectedBundlePageEditorClient.cpp | 39 bool InjectedBundlePageEditorClient::shouldBeginEditing(WebPage* page, Range* range) in shouldBeginEditing() 48 bool InjectedBundlePageEditorClient::shouldEndEditing(WebPage* page, Range* range) in shouldEndEditing() 57 bool InjectedBundlePageEditorClient::shouldInsertNode(WebPage* page, Node* node, Range* rangeToRepl… in shouldInsertNode() 67 bool InjectedBundlePageEditorClient::shouldInsertText(WebPage* page, StringImpl* text, Range* range… in shouldInsertText() 76 bool InjectedBundlePageEditorClient::shouldDeleteRange(WebPage* page, Range* range) in shouldDeleteRange() 85 bool InjectedBundlePageEditorClient::shouldChangeSelectedRange(WebPage* page, Range* fromRange, Ran… in shouldChangeSelectedRange() 95 bool InjectedBundlePageEditorClient::shouldApplyStyle(WebPage* page, CSSStyleDeclaration* style, Ra… in shouldApplyStyle() 104 void InjectedBundlePageEditorClient::didBeginEditing(WebPage* page, StringImpl* notificationName) in didBeginEditing() 110 void InjectedBundlePageEditorClient::didEndEditing(WebPage* page, StringImpl* notificationName) in didEndEditing() 116 void InjectedBundlePageEditorClient::didChange(WebPage* page, StringImpl* notificationName) in didChange() [all …]
|
D | InjectedBundlePageUIClient.cpp | 39 void InjectedBundlePageUIClient::willAddMessageToConsole(WebPage* page, const String& message, int3… in willAddMessageToConsole() 45 void InjectedBundlePageUIClient::willSetStatusbarText(WebPage* page, const String& statusbarText) in willSetStatusbarText() 51 void InjectedBundlePageUIClient::willRunJavaScriptAlert(WebPage* page, const String& alertText, Web… in willRunJavaScriptAlert() 57 void InjectedBundlePageUIClient::willRunJavaScriptConfirm(WebPage* page, const String& message, Web… in willRunJavaScriptConfirm() 63 void InjectedBundlePageUIClient::willRunJavaScriptPrompt(WebPage* page, const String& message, cons… in willRunJavaScriptPrompt() 69 void InjectedBundlePageUIClient::mouseDidMoveOverElement(WebPage* page, const HitTestResult& coreHi… in mouseDidMoveOverElement() 81 void InjectedBundlePageUIClient::pageDidScroll(WebPage* page) in pageDidScroll() 94 void InjectedBundlePageUIClient::paintCustomOverhangArea(WebPage* page, GraphicsContext* graphicsCo… in paintCustomOverhangArea() 102 String InjectedBundlePageUIClient::shouldGenerateFileForUpload(WebPage* page, const String& origina… in shouldGenerateFileForUpload() 110 String InjectedBundlePageUIClient::generateFileForUpload(WebPage* page, const String& originalFileP… in generateFileForUpload()
|
D | InjectedBundleBackForwardList.cpp | 43 Page* page = m_page->corePage(); in itemAtIndex() local 53 Page* page = m_page->corePage(); in backListCount() local 63 Page* page = m_page->corePage(); in forwardListCount() local 73 Page* page = m_page->corePage(); in clear() local
|
D | InjectedBundlePageResourceLoadClient.cpp | 36 void InjectedBundlePageResourceLoadClient::didInitiateLoadForResource(WebPage* page, WebFrame* fram… in didInitiateLoadForResource() 44 void InjectedBundlePageResourceLoadClient::willSendRequestForFrame(WebPage* page, WebFrame* frame, … in willSendRequestForFrame() 56 void InjectedBundlePageResourceLoadClient::didReceiveResponseForResource(WebPage* page, WebFrame* f… in didReceiveResponseForResource() 64 void InjectedBundlePageResourceLoadClient::didReceiveContentLengthForResource(WebPage* page, WebFra… in didReceiveContentLengthForResource() 72 void InjectedBundlePageResourceLoadClient::didFinishLoadForResource(WebPage* page, WebFrame* frame,… in didFinishLoadForResource() 80 void InjectedBundlePageResourceLoadClient::didFailLoadForResource(WebPage* page, WebFrame* frame, u… in didFailLoadForResource()
|
D | InjectedBundlePageFormClient.cpp | 41 void InjectedBundlePageFormClient::textFieldDidBeginEditing(WebPage* page, HTMLInputElement* inputE… in textFieldDidBeginEditing() 50 void InjectedBundlePageFormClient::textFieldDidEndEditing(WebPage* page, HTMLInputElement* inputEle… in textFieldDidEndEditing() 59 void InjectedBundlePageFormClient::textDidChangeInTextField(WebPage* page, HTMLInputElement* inputE… in textDidChangeInTextField() 68 void InjectedBundlePageFormClient::textDidChangeInTextArea(WebPage* page, HTMLTextAreaElement* text… in textDidChangeInTextArea() 77 bool InjectedBundlePageFormClient::shouldPerformActionInTextField(WebPage* page, HTMLInputElement* … in shouldPerformActionInTextField() 86 void InjectedBundlePageFormClient::willSubmitForm(WebPage* page, HTMLFormElement* formElement, WebF… in willSubmitForm()
|
D | InjectedBundlePageFullScreenClient.cpp | 43 bool InjectedBundlePageFullScreenClient::supportsFullScreen(WebPage *page, bool withKeyboard) in supportsFullScreen() 53 void InjectedBundlePageFullScreenClient::enterFullScreenForElement(WebPage *page, WebCore::Element … in enterFullScreenForElement() 62 void InjectedBundlePageFullScreenClient::exitFullScreenForElement(WebPage *page, WebCore::Element *… in exitFullScreenForElement()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | WorkQueueItemQt.h | 40 WorkQueueItem(QWebPage *page) : m_webPage(page) {} in WorkQueueItem() 50 LoadItem(const QString &url, const QString &target, QWebPage *page) in LoadItem() 69 LoadHTMLStringItem(const QString& content, const QString &baseURL, QWebPage *page) in LoadHTMLStringItem() 85 …ingItem(const QString& content, const QString& baseURL, const QString &failingURL, QWebPage *page) in LoadAlternateHTMLStringItem() 103 ReloadItem(QWebPage *page) in ReloadItem() 112 ScriptItem(const QString &script, QWebPage *page) in ScriptItem() 128 LoadingScriptItem(const QString& script, QWebPage* page) in LoadingScriptItem() 138 NonLoadingScriptItem(const QString& script, QWebPage* page) in NonLoadingScriptItem() 152 BackForwardItem(int howFar, QWebPage *page) in BackForwardItem() 163 BackItem(unsigned howFar, QWebPage *page) in BackItem() [all …]
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | ClientImpl.cpp | 49 void qt_wk_didStartProvisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, co… in qt_wk_didStartProvisionalLoadForFrame() 57 void qt_wk_didReceiveServerRedirectForProvisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKT… in qt_wk_didReceiveServerRedirectForProvisionalLoadForFrame() 61 void qt_wk_didFailProvisionalLoadWithErrorForFrame(WKPageRef page, WKFrameRef frame, WKErrorRef err… in qt_wk_didFailProvisionalLoadWithErrorForFrame() 66 void qt_wk_didCommitLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void* … in qt_wk_didCommitLoadForFrame() 77 void qt_wk_didFinishDocumentLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, cons… in qt_wk_didFinishDocumentLoadForFrame() 82 void qt_wk_didFinishLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void* … in qt_wk_didFinishLoadForFrame() 87 void qt_wk_didFailLoadWithErrorForFrame(WKPageRef page, WKFrameRef frame, WKErrorRef error, WKTypeR… in qt_wk_didFailLoadWithErrorForFrame() 92 void qt_wk_didReceiveTitleForFrame(WKPageRef page, WKStringRef title, WKFrameRef frame, WKTypeRef u… in qt_wk_didReceiveTitleForFrame() 100 void qt_wk_didFirstLayoutForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void*… in qt_wk_didFirstLayoutForFrame() 107 void qt_wk_didRemoveFrameFromHierarchy(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const … in qt_wk_didRemoveFrameFromHierarchy() [all …]
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorConsoleInstrumentation.h | 41 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, Message… in addMessageToConsole() 49 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, Message… in addMessageToConsole() 57 inline void InspectorInstrumentation::consoleCount(Page* page, PassRefPtr<ScriptArguments> argument… in consoleCount() 65 inline void InspectorInstrumentation::startConsoleTiming(Page* page, const String& title) in startConsoleTiming() 73 inline void InspectorInstrumentation::stopConsoleTiming(Page* page, const String& title, PassRefPtr… in stopConsoleTiming() 81 inline void InspectorInstrumentation::consoleMarkTimeline(Page* page, PassRefPtr<ScriptArguments> a… in consoleMarkTimeline() 90 inline void InspectorInstrumentation::addStartProfilingMessageToConsole(Page* page, const String& t… in addStartProfilingMessageToConsole() 98 inline void InspectorInstrumentation::addProfile(Page* page, RefPtr<ScriptProfile> profile, PassRef… in addProfile() 106 inline bool InspectorInstrumentation::profilerEnabled(Page* page) in profilerEnabled() 115 inline String InspectorInstrumentation::getCurrentUserInitiatedProfileName(Page* page, bool increme… in getCurrentUserInitiatedProfileName()
|
/external/kernel-headers/original/linux/ |
D | highmem.h | 10 static inline void flush_anon_page(struct page *page, unsigned long vmaddr) in flush_anon_page() 16 static inline void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page() 32 static inline void *kmap(struct page *page) in kmap() 38 #define kunmap(page) do { (void) (page); } while (0) argument 40 #define kmap_atomic(page, idx) page_address(page) argument 48 static inline void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage() 61 struct page *page = alloc_page_vma(GFP_HIGHUSER, vma, vaddr); in alloc_zeroed_user_highpage() local 70 static inline void clear_highpage(struct page *page) in clear_highpage() 80 static inline void memclear_highpage_flush(struct page *page, unsigned int offset, unsigned int siz… in memclear_highpage_flush()
|
D | mm.h | 41 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) argument 223 struct page { struct 228 * to show when page is mapped argument 242 * If page mapped as anonymous argument 264 * WANT_PAGE_VIRTUAL in asm/page.h argument 272 #define page_private(page) ((page)->private) argument 273 #define set_page_private(page, v) ((page)->private = (v)) argument 298 static inline int put_page_testzero(struct page *page) in put_page_testzero() 308 static inline int get_page_unless_zero(struct page *page) in get_page_unless_zero() 315 static inline int page_count(struct page *page) in page_count() [all …]
|
/external/webkit/Tools/MiniBrowser/win/ |
D | BrowserView.cpp | 42 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers… in createNewPage() 50 static void showPage(WKPageRef page, const void *clientInfo) in showPage() 55 static void closePage(WKPageRef page, const void *clientInfo) in closePage() 59 static void runJavaScriptAlert(WKPageRef page, WKStringRef alertText, WKFrameRef frame, const void*… in runJavaScriptAlert() 63 static bool runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void*… in runJavaScriptConfirm() 68 static WKStringRef runJavaScriptPrompt(WKPageRef page, WKStringRef message, WKStringRef defaultValu… in runJavaScriptPrompt() 73 static void setStatusText(WKPageRef page, WKStringRef text, const void* clientInfo) in setStatusText() 77 static void mouseDidMoveOverElement(WKPageRef page, WKEventModifiers modifiers, WKTypeRef userData,… in mouseDidMoveOverElement() 148 WKPageRef page = WKViewGetPage(m_webView); in goToURL() local
|
/external/kernel-headers/original/asm-mips/ |
D | cacheflush.h | 41 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() 54 struct page *page, unsigned long vmaddr) in flush_anon_page() 61 struct page *page) in flush_icache_page() 103 #define Page_dcache_dirty(page) \ argument 105 #define SetPageDcacheDirty(page) \ argument 107 #define ClearPageDcacheDirty(page) \ argument
|
/external/webkit/Source/WebKit/qt/tests/qwebinspector/ |
D | tst_qwebinspector.cpp | 37 QWebPage* page = new QWebPage(); in attachAndDestroy() local 48 QWebPage* page = new QWebPage(); in attachAndDestroy() local 59 QWebPage page; in attachAndDestroy() local
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebSearchPopupMenu.cpp | 35 PassRefPtr<WebSearchPopupMenu> WebSearchPopupMenu::create(WebPage* page, PopupMenuClient* client) in create() 40 WebSearchPopupMenu::WebSearchPopupMenu(WebPage* page, PopupMenuClient* client) in WebSearchPopupMenu() 55 WebPage* page = m_popup->page(); in saveRecentSearches() local 67 WebPage* page = m_popup->page(); in loadRecentSearches() local
|
/external/webkit/Source/WebCore/platform/qt/ |
D | ScreenQt.cpp | 44 static QWidget* qwidgetForPage(const Page* page) in qwidgetForPage() 55 FloatRect screenRect(const Page* page) in screenRect() 69 int screenDepth(const Page* page) in screenDepth() 78 FloatRect usableScreenRect(const Page* page) in usableScreenRect()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | PageScriptDebugServer.cpp | 79 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page) in addListener() 95 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page) in removeListener() 125 Page* page = toPage(globalObject); in getListenersForGlobalObject() local 133 Page* page = toPage(globalObject); in didPause() local 140 Page* page = toPage(globalObject); in didContinue() local 145 void PageScriptDebugServer::didRemoveLastListener(Page* page) in didRemoveLastListener() 165 void PageScriptDebugServer::setJavaScriptPaused(Page* page, bool paused) in setJavaScriptPaused()
|
/external/webkit/Source/WebKit2/WebProcess/Geolocation/ |
D | WebGeolocationManager.cpp | 59 void WebGeolocationManager::registerWebPage(WebPage* page) in registerWebPage() 71 void WebGeolocationManager::unregisterWebPage(WebPage* page) in unregisterWebPage() 89 WebPage* page = *it; in didChangePosition() local 105 WebPage* page = *it; in didFailToDeterminePosition() local
|
/external/webkit/Source/WebCore/history/ |
D | CachedPage.cpp | 45 PassRefPtr<CachedPage> CachedPage::create(Page* page) in create() 50 CachedPage::CachedPage(Page* page) in CachedPage() 70 void CachedPage::restore(Page* page) in restore()
|