Searched refs:page (Results 176 - 200 of 847) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit2/UIProcess/
H A DWebFormClient.cpp36 bool WebFormClient::willSubmitForm(WebPageProxy* page, WebFrameProxy* frame, WebFrameProxy* sourceFrame, const Vector<std::pair<String, String> >& textFieldValues, APIObject* userData, WebFormSubmissionListenerProxy* listener) argument
46 m_client.willSubmitForm(toAPI(page), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), toAPI(userData), toAPI(listener), m_client.clientInfo);
H A DWebOpenPanelResultListenerProxy.cpp38 WebOpenPanelResultListenerProxy::WebOpenPanelResultListenerProxy(WebPageProxy* page) argument
39 : m_page(page)
H A DWebFullScreenManagerProxy.cpp37 PassRefPtr<WebFullScreenManagerProxy> WebFullScreenManagerProxy::create(WebPageProxy* page) argument
39 return adoptRef(new WebFullScreenManagerProxy(page));
42 WebFullScreenManagerProxy::WebFullScreenManagerProxy(WebPageProxy* page) argument
43 : m_page(page)
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DChunkedUpdateDrawingAreaProxyQt.cpp42 WebPageProxy* ChunkedUpdateDrawingAreaProxy::page() function in class:WebKit::ChunkedUpdateDrawingAreaProxy
44 return toImpl(m_webView->page()->pageRef());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.h37 typedef void (*WKBundleDidCreatePageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo);
38 typedef void (*WKBundleWillDestroyPageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebContextMenuClient.h37 WebContextMenuClient(WebPage* page) argument
38 : m_page(page)
H A DWebDragClient.h37 WebDragClient(WebPage* page) argument
38 : m_page(page)
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebBackForwardListProxy.h38 static PassRefPtr<WebBackForwardListProxy> create(WebPage* page) { return adoptRef(new WebBackForwardListProxy(page)); } argument
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DPreventEmptyUserAgent.cpp64 WKPageSetCustomUserAgent(webView.page(), WKStringCreateWithUTF8CString(""));
66 WKPageRunJavaScriptInMainFrame(webView.page(), javaScriptString.get(), reinterpret_cast<void*>(0x1234578), didRunJavaScript);
H A DInjectedBundleBasic_Bundle.cpp39 virtual void didCreatePage(WKBundleRef bundle, WKBundlePageRef page) argument
/external/webkit/Source/WebCore/html/shadow/
H A DMediaControlRootElement.cpp74 if (!mediaElement->document()->page())
101 if (mediaElement->document()->page()->theme()->usesMediaControlStatusDisplay()) {
150 if (mediaElement->document()->page()->theme()->supportsClosedCaptioning()) {
169 if (mediaElement->document()->page()->theme()->usesMediaControlVolumeSlider()) {
246 transitionValue = String::format("opacity %.1gs", document()->page()->theme()->mediaControlsFadeInDuration());
263 transitionValue = String::format("opacity %.1gs", document()->page()->theme()->mediaControlsFadeOutDuration());
275 Page* page = document()->page(); local
276 if (!page)
287 if (isfinite(duration) || page
347 Page* page = document()->page(); local
361 Page* page = document()->page(); local
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_managed_banner_handler.h21 OptionsPage page);
33 string16 page_name_; // current options page name.
34 OptionsPage page_; // current options page value.
/external/kernel-headers/original/asm-mips/
H A Duser.h11 #include <asm/page.h>
21 * upage: 1 page consisting of a user struct that tells gdb
26 * only one page long.
30 * page is demand-zero or if a page is totally unused, we just cover
/external/kernel-headers/original/linux/raid/
H A Dmd.h89 sector_t sector, int size, struct page *page);
92 struct page *page, int rw);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptCachedFrameData.cpp91 if (Page* page = frame->page()) {
92 scriptController->attachDebugger(windowShell, page->debugger());
93 windowShell->window()->setProfileGroup(page->group().identifier());
/external/webkit/Source/WebCore/page/haiku/
H A DEventHandlerHaiku.cpp68 Page* page = m_frame->page(); local
69 if (page)
70 page->focusController()->setFocusedFrame(m_frame);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebPlatformStrategies.cpp102 bool WebPlatformStrategies::isLinkVisited(Page* page, LinkHash hash) argument
104 return page->group().isLinkVisited(hash);
107 void WebPlatformStrategies::addVisitedLink(Page* page, LinkHash hash) argument
109 page->group().addVisitedLinkHash(hash);
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DWMCloseCallsUIClientClose.cpp50 WKPageSetPageUIClient(webView.page(), &uiClient);
/external/webkit/Tools/WebKitTestRunner/
H A DTestController.cpp80 static WKRect getWindowFrameMainPage(WKPageRef page, const void* clientInfo) argument
86 static void setWindowFrameMainPage(WKPageRef page, WKRect frame, const void* clientInfo) argument
92 static WKRect getWindowFrameOtherPage(WKPageRef page, const void* clientInfo) argument
98 static void setWindowFrameOtherPage(WKPageRef page, WKRect frame, const void* clientInfo) argument
104 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, const void *clientInfo) argument
117 void TestController::runModal(WKPageRef page, const void* clientInfo) argument
122 static void closeOtherPage(WKPageRef page, const void* clientInfo) argument
124 WKPageClose(page);
132 WKPageRef newPage = view->page();
314 WKPageSetPageUIClient(m_mainWebView->page(),
482 didFinishLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef, const void* clientInfo) argument
487 processDidCrash(WKPageRef page, const void* clientInfo) argument
492 didFinishLoadForFrame(WKPageRef page, WKFrameRef frame) argument
[all...]
/external/doclava/res/assets/templates/
H A Dhead_tag.cs3 <?cs if:page.metaDescription ?>
4 <meta name="Description" content="<?cs var:page.metaDescription ?>">
8 <?cs if:page.title ?>
9 <?cs var:page.title ?> |
/external/kernel-headers/original/linux/
H A Dbacking-dev.h31 void (*unplug_io_fn)(struct backing_dev_info *, struct page *);
62 void default_unplug_io_fn(struct backing_dev_info *bdi, struct page *page);
H A Ddmaengine.h172 * @device_memcpy_buf_to_pg: memcpy buf pointer to struct page
173 * @device_memcpy_pg_to_pg: memcpy struct page/offset to struct page/offset
193 struct page *page, unsigned int offset, void *kdata,
196 struct page *dest_pg, unsigned int dest_off,
197 struct page *src_pg, unsigned int src_off, size_t len);
235 * dma_async_memcpy_buf_to_pg - offloaded copy from address to page
237 * @page: destination page
247 dma_async_memcpy_buf_to_pg(struct dma_chan *chan, struct page *page, unsigned int offset, void *kdata, size_t len) argument
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
H A Dbrowser.js47 * The source of the page that is generated should look something like this:
94 reportFailure = function (msg, page, line)
123 if (typeof(page) != 'undefined')
125 testcase.reason += ' Page: ' + page;
/external/webkit/Source/WebCore/history/
H A DBackForwardListImpl.h46 static PassRefPtr<BackForwardListImpl> create(Page* page) { return adoptRef(new BackForwardListImpl(page)); } argument
49 Page* page() { return m_page; } function in class:WebCore::BackForwardListImpl
/external/webkit/Source/WebCore/page/android/
H A DEventHandlerAndroid.cpp49 if (Page* page = m_frame->page())
50 page->focusController()->setFocusedFrame(m_frame);

Completed in 831 milliseconds

1234567891011>>