Searched refs:page (Results 201 - 225 of 847) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/page/efl/
H A DEventHandlerEfl.cpp58 if (Page* page = m_frame->page())
59 page->focusController()->setFocusedFrame(m_frame);
/external/webkit/Source/WebCore/page/wx/
H A DEventHandlerWx.cpp105 if (Page* page = m_frame->page())
106 page->focusController()->setFocusedFrame(m_frame);
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp58 QUrl url; // page url might be different if it has not loaded yet
104 QWebHitTestResult hit = page()->mainFrame()->hitTestContent(pressPoint.toPoint());
171 The page to be displayed by the item is specified using the \l url property,
172 and this can be changed to fetch and display a new page. While the page loads,
173 the \l progress property is updated to indicate how much of the page has been
191 The page can be zoomed by calling the heuristicZoom() method, which performs a
200 so that the user can scroll the page. This prevents the user from accidentally
201 selecting text in a Web page instead of scrolling.
208 the Web page withi
710 QWebPage* QDeclarativeWebView::page() const function in class:QDeclarativeWebView
763 setPage(QWebPage* page) argument
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebContextMenuClient.cpp82 if (Page* page = frame->page()) {
84 page->mainFrame()->loader()->urlSelected(KURL(ParsedURLString, url), String(), 0, false, false, SendReferrer);
H A DWebFrameLoaderClient.cpp101 return m_frame->page();
126 WebPage* webPage = m_frame->page();
147 WebPage* webPage = m_frame->page();
161 WebPage* webPage = m_frame->page();
185 WebPage* webPage = m_frame->page();
203 WebPage* webPage = m_frame->page();
217 WebPage* webPage = m_frame->page();
227 WebPage* webPage = m_frame->page();
237 WebPage* webPage = m_frame->page();
247 WebPage* webPage = m_frame->page();
[all...]
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DInjectedBundleBasic.cpp46 static void didFinishLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void* clientInfo) argument
71 WKPageSetPageLoaderClient(webView.page(), &loaderClient);
74 WKPageLoadURL(webView.page(), url.get());
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKPrintingView.mm132 [info setTopMargin:originalTopMargin + _webFrame->page()->headerHeight(_webFrame.get()) * scale];
133 [info setBottomMargin:originalBottomMargin + _webFrame->page()->footerHeight(_webFrame.get()) * scale];
154 // WebCore always prints at least one page.
208 // then the user has already moved to another page - we'll cache the response, but won't draw it.
231 if (!_webFrame->page()) {
251 _webFrame->page()->beginPrinting(_webFrame.get(), PrintInfo([_printOperation printInfo]));
260 _webFrame->page()->drawPagesToPDF(_webFrame.get(), firstPage - 1, lastPage - firstPage + 1, callback.get());
296 // Show page count, and ask for an actual image to replace placeholder.
309 if (!_webFrame->page())
320 _webFrame->page()
[all...]
/external/linux-tools-perf/util/
H A Dtrace-event-read.c206 die("did not read header page");
212 * The size field in the page is of type long,
287 char *page; member in struct:cpu_data
307 if (!cpu_data[cpu].page)
312 free(cpu_data[cpu].page);
313 cpu_data[cpu].page = NULL;
325 ret = read(input_fd, cpu_data[cpu].page, page_size);
327 die("failed to read page");
335 munmap(cpu_data[cpu].page, page_size);
336 cpu_data[cpu].page
374 void *page = cpu_data[cpu].page; local
[all...]
/external/v8/src/
H A Dspaces-inl.h145 void MemoryAllocator::ProtectChunkFromPage(Page* page) { argument
146 int id = GetChunkId(page);
151 void MemoryAllocator::UnprotectChunkFromPage(Page* page) { argument
152 int id = GetChunkId(page);
166 Page* page = reinterpret_cast<Page*>(chunk); local
169 owner->IncreaseCapacity(page->area_size());
170 owner->Free(page->area_start(), page->area_size());
174 return page;
236 void Page::set_next_page(Page* page) { argument
242 set_prev_page(Page* page) argument
[all...]
H A Dspaces.cc43 // You can't actually iterate over the anchor page. It is not a real page,
44 // just an anchor for the double linked page list. Initialize as if we have
45 // reached the end of the anchor page, then the first iteration will move on
46 // to the first page.
57 // You can't actually iterate over the anchor page. It is not a real page,
58 // just an anchor for the double linked page list. Initialize the current
60 // to the first page.
69 HeapObjectIterator::HeapObjectIterator(Page* page, argument
414 NewSpacePage* page = static_cast<NewSpacePage*>(chunk); local
881 ReleasePage(Page* page) argument
921 Page* page = it.next(); local
962 Page* page = page_iterator.next(); local
1266 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page(); local
1323 NewSpacePage* page = anchor(); local
1430 NewSpacePage* page = anchor_.next_page(); local
1495 NewSpacePage* page = anchor_.next_page(); local
1526 NewSpacePage* page = NewSpacePage::FromLimit(start); local
2566 LargePage* page = first_page_; local
2592 LargePage* page = heap()->isolate()->memory_allocator()-> local
2631 LargePage* page = FindPage(a); local
2646 LargePage* page = reinterpret_cast<LargePage*>(e->value); local
2671 LargePage* page = current; local
2731 Page* page = Page::FromAddress(object->address()); local
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebinspector.cpp61 * /<!-- -->* load some data or reload to be able to inspect the page*<!-- -->/
99 WebCore::Page* page; member in struct:_WebKitWebInspectorPrivate
356 WebCore::InspectorController* controller = priv->page->inspectorController();
368 WebCore::InspectorController* controller = priv->page->inspectorController();
395 g_value_set_boolean(value, priv->page->inspectorController()->profilerEnabled());
401 g_value_set_boolean(value, priv->page->inspectorController()->timelineProfilerEnabled());
474 webkit_web_inspector_set_inspector_client(WebKitWebInspector* web_inspector, WebCore::Page* page) argument
478 priv->page = page;
495 Frame* frame = priv->page
[all...]
/external/webkit/Source/WebKit/qt/tests/hybridPixmap/
H A Dwidget.cpp37 ui->webView->page()->mainFrame()->addToJavaScriptWindowObject("myWidget", this);
42 connect(ui->webView->page()->mainFrame(), SIGNAL(javaScriptWindowObjectCleared()), this, SLOT(refreshJS()));
43 ui->webView->page()->mainFrame()->addToJavaScriptWindowObject("myWidget", this);
50 QCOMPARE(ui->lbl2->size().width(), ui->webView->page()->mainFrame()->findFirstElement("#img1").evaluateJavaScript("this.width").toInt());
51 QCOMPARE(ui->lbl3->size().width(), ui->webView->page()->mainFrame()->findFirstElement("#img2").evaluateJavaScript("this.width").toInt());
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebContextMenuClient.cpp68 propertyBag.adoptRef(WebElementPropertyBag::createInstance(m_webView->page()->contextMenuController()->hitTestResult()));
92 propertyBag.adoptRef(WebElementPropertyBag::createInstance(m_webView->page()->contextMenuController()->hitTestResult()));
122 if (Page* page = frame->page()) {
124 page->mainFrame()->loader()->urlSelected(KURL(ParsedURLString, url), String(), 0, false, false, SendReferrer);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp95 static string dumpPath(WKBundlePageRef page, WKBundleScriptWorldRef world, WKBundleNodeHandleRef node) argument
100 WKBundleFrameRef frame = WKBundlePageGetMainFrame(page);
110 static string toStr(WKBundlePageRef page, WKBundleScriptWorldRef world, WKBundleRangeHandleRef rangeRef) argument
115 WKBundleFrameRef frame = WKBundlePageGetMainFrame(page);
165 InjectedBundlePage::InjectedBundlePage(WKBundlePageRef page) argument
166 : m_page(page)
286 void InjectedBundlePage::didStartProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo) argument
291 void InjectedBundlePage::didReceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo) argument
296 void InjectedBundlePage::didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKErrorRef error, WKTypeRef*, const void *clientInfo) argument
301 void InjectedBundlePage::didCommitLoadForFrame(WKBundlePageRef page, WKBundleFrameRe argument
306 didFinishLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo) argument
311 didFinishDocumentLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo) argument
316 didFailLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKErrorRef error, WKTypeRef*, const void *clientInfo) argument
321 didReceiveTitleForFrame(WKBundlePageRef page, WKStringRef title, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo) argument
326 didClearWindowForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleScriptWorldRef world, const void *clientInfo) argument
331 didCancelClientRedirectForFrame(WKBundlePageRef page, WKBundleFrameRef frame, const void* clientInfo) argument
336 willPerformClientRedirectForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKURLRef url, double delay, double date, const void* clientInfo) argument
341 didSameDocumentNavigationForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKSameDocumentNavigationType type, WKTypeRef*, const void* clientInfo) argument
346 didHandleOnloadEventsForFrame(WKBundlePageRef page, WKBundleFrameRef frame, const void* clientInfo) argument
351 didDisplayInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo) argument
356 didRunInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo) argument
361 didInitiateLoadForResource(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t identifier, WKURLRequestRef request, bool pageLoadIsProvisional, const void* clientInfo) argument
366 willSendRequestForFrame(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t identifier, WKURLRequestRef request, WKURLResponseRef redirectResponse, const void* clientInfo) argument
371 didReceiveResponseForResource(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t identifier, WKURLResponseRef response, const void* clientInfo) argument
376 didReceiveContentLengthForResource(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t identifier, uint64_t length, const void* clientInfo) argument
381 didFinishLoadForResource(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t identifier, const void* clientInfo) argument
386 didFailLoadForResource(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t identifier, WKErrorRef error, const void* clientInfo) argument
696 decidePolicyForNavigationAction(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKTypeRef* userData, const void* clientInfo) argument
701 decidePolicyForNewWindowAction(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKStringRef frameName, WKTypeRef* userData, const void* clientInfo) argument
706 decidePolicyForResponse(WKBundlePageRef page, WKBundleFrameRef frame, WKURLResponseRef response, WKURLRequestRef request, WKTypeRef* userData, const void* clientInfo) argument
711 unableToImplementPolicy(WKBundlePageRef page, WKBundleFrameRef frame, WKErrorRef error, WKTypeRef* userData, const void* clientInfo) argument
737 willAddMessageToConsole(WKBundlePageRef page, WKStringRef message, uint32_t lineNumber, const void *clientInfo) argument
742 willSetStatusbarText(WKBundlePageRef page, WKStringRef statusbarText, const void *clientInfo) argument
747 willRunJavaScriptAlert(WKBundlePageRef page, WKStringRef message, WKBundleFrameRef frame, const void *clientInfo) argument
752 willRunJavaScriptConfirm(WKBundlePageRef page, WKStringRef message, WKBundleFrameRef frame, const void *clientInfo) argument
757 willRunJavaScriptPrompt(WKBundlePageRef page, WKStringRef message, WKStringRef defaultValue, WKBundleFrameRef frame, const void *clientInfo) argument
830 shouldBeginEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, const void* clientInfo) argument
835 shouldEndEditing(WKBundlePageRef page, WKBundleRangeHandleRef range, const void* clientInfo) argument
840 shouldInsertNode(WKBundlePageRef page, WKBundleNodeHandleRef node, WKBundleRangeHandleRef rangeToReplace, WKInsertActionType action, const void* clientInfo) argument
845 shouldInsertText(WKBundlePageRef page, WKStringRef text, WKBundleRangeHandleRef rangeToReplace, WKInsertActionType action, const void* clientInfo) argument
850 shouldDeleteRange(WKBundlePageRef page, WKBundleRangeHandleRef range, const void* clientInfo) argument
855 shouldChangeSelectedRange(WKBundlePageRef page, WKBundleRangeHandleRef fromRange, WKBundleRangeHandleRef toRange, WKAffinityType affinity, bool stillSelecting, const void* clientInfo) argument
860 shouldApplyStyle(WKBundlePageRef page, WKBundleCSSStyleDeclarationRef style, WKBundleRangeHandleRef range, const void* clientInfo) argument
865 didBeginEditing(WKBundlePageRef page, WKStringRef notificationName, const void* clientInfo) argument
870 didEndEditing(WKBundlePageRef page, WKStringRef notificationName, const void* clientInfo) argument
875 didChange(WKBundlePageRef page, WKStringRef notificationName, const void* clientInfo) argument
880 didChangeSelection(WKBundlePageRef page, WKStringRef notificationName, const void* clientInfo) argument
[all...]
/external/kernel-headers/original/asm-arm/
H A Dcacheflush.h94 * This flag is used to indicate that the page pointed to by a pte
120 * before a change of page tables.
125 * specified address space before a change of page tables.
126 * - start - user start address (inclusive, page aligned)
127 * - end - user end address (exclusive, page aligned)
244 * Copy user data from/to a page which is mapped into a different
248 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \
251 flush_ptrace_access(vma, page, vaddr, dst, len, 1);\
254 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \
288 flush_ptrace_access(struct vm_area_struct *vma, struct page *pag argument
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffs_ramem2k.c63 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon17126
104 memset(blk->page[i],0xff,sizeof(nandemul_Page));
105 blk->page[i]->empty = 1;
159 if((blk->page[j] = YMALLOC(sizeof(nandemul_Page))) == 0)
207 x = ned.block[blk]->page[pg]->data;
214 ned.block[blk]->page[pg]->empty = 0;
220 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE];
250 memcpy(data,ned.block[blk]->page[pg]->data,PAGE_DATA_SIZE);
256 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE];
279 if(ned.block[blk]->page[p
[all...]
/external/kernel-headers/original/asm-x86/
H A Dpage_32.h4 /* PAGE_SHIFT determines the page size */
19 #define clear_page(page) mmx_clear_page((void *)(page))
29 #define clear_page(page) memset((void *)(page), 0, PAGE_SIZE)
34 #define clear_user_page(page, vaddr, pg) clear_page(page)
140 /* to align the pointer to the (next) page boundary */
201 #include <asm-generic/page.h>
/external/webkit/Source/WebCore/inspector/
H A DInspectorAgent.cpp96 PageRuntimeAgent(InjectedScriptManager* injectedScriptManager, Page* page) argument
98 , m_inspectedPage(page) { }
108 InspectorAgent::InspectorAgent(Page* page, InspectorClient* client, InjectedScriptManager* injectedScriptManager) argument
109 : m_inspectedPage(page)
115 , m_pageAgent(InspectorPageAgent::create(m_instrumentingAgents.get(), page, injectedScriptManager))
116 , m_domAgent(InspectorDOMAgent::create(m_instrumentingAgents.get(), page, m_client, m_state.get(), injectedScriptManager))
126 , m_applicationCacheAgent(new InspectorApplicationCacheAgent(m_instrumentingAgents.get(), page))
128 , m_resourceAgent(InspectorResourceAgent::create(m_instrumentingAgents.get(), page, m_state.get()))
129 , m_runtimeAgent(adoptPtr(new PageRuntimeAgent(m_injectedScriptManager, page)))
132 , m_debuggerAgent(PageDebuggerAgent::create(m_instrumentingAgents.get(), m_state.get(), page, injectedScriptManage
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp40 frame->load(QUrl("qrc:/resources/page" + QString::number(nr) + ".html"));
68 QWebPage* page; member in class:tst_QWebHistory
85 page = new QWebPage(this);
86 frame = page->mainFrame();
87 connect(page, SIGNAL(loadFinished(bool)), &waitForLoadFinished, SLOT(quit()), Qt::QueuedConnection);
92 hist = page->history();
98 delete page;
123 QCOMPARE(page->mainFrame()->toPlainText(), QString("page") + QString::number(i));
129 QCOMPARE(page
370 QWebPage page; local
[all...]
/external/qemu/hw/
H A Dgoldfish_events_device.c54 int page; member in struct:__anon11800
94 QFIELD_INT32(page),
185 int page = s->page; local
186 if (page == PAGE_NAME) {
189 } if (page >= PAGE_EVBITS && page <= PAGE_EVBITS + EV_MAX)
190 return s->ev_bits[page - PAGE_EVBITS].len;
191 if (page == PAGE_ABSDATA)
199 int page local
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dcontent_settings.js13 * Encapsulated handling of content settings page.
19 'content-settings-page');
36 var page = ContentSettingsExceptionsArea.getInstance();
37 page.showList(
43 window.history.replaceState({pageName: page.name}, page.title,
44 '/' + page.name + "#" + hash);
48 // Cookies filter page ---------------------------------------------------
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapText.java63 for (int page = 0; page < textPages.length; page++) {
64 textPages[page] = new BitmapTextPage(font, arrayBased, page);
65 attachChild(textPages[page]);
355 for (BitmapTextPage page : textPages) {
356 Material mat = page.getMaterial();
357 mat.setTexture("Texture", page.getTexture());
358 mat.render(page, r
[all...]
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex74 first page of the logical Ogg stream. This results in a first Ogg
75 page of exactly 58 bytes at the very beginning of the logical stream.
79 This first page is marked 'beginning of stream' in the page flags.
84 headers) may span one or more pages beginning on the second page of
86 packet finishes the page on which it ends. The next (first audio) packet
87 must begin on a fresh page.
95 The first audio packet of the logical stream begins a fresh Ogg page.
103 The last page is marked 'end of stream' in the page flag
[all...]
/external/webkit/Source/WebCore/page/
H A DFrameTree.cpp75 ASSERT(child->page() == m_thisFrame->page());
87 ASSERT(child->page() == m_thisFrame->page());
214 // Search the entire tree for this page next.
215 Page* page = m_thisFrame->page();
217 // The frame could have been detached from the page, so check it.
218 if (!page)
221 for (Frame* frame = page
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFastPath.cpp73 GlyphPage* page; local
77 page = node->page();
78 if (page) {
79 GlyphData data = page->glyphDataForCharacter(c);
90 const GlyphPage* brokenIdeographPage = brokenIdeographNode->page();
104 const GlyphPage* verticalRightPage = verticalRightNode->page();
118 const GlyphPage* uprightPage = uprightNode->page();
150 page = node->page();
245 GlyphPage* page = node->page(); local
[all...]

Completed in 2942 milliseconds

1234567891011>>