HomeSort by relevance Sort by last modified time
    Searched full:page (Results 51 - 75 of 3599) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-arm/
scatterlist.h 8 struct page *page; /* buffer page */ member in struct:scatterlist
  /external/webkit/WebCore/manual-tests/
inspector-document-methods-override.html 1 <p>This page test that using the Web Inspector's search field on a page that
5 <p>To test, right-click on this page and select &ldquo;Inspect Element&rdquo;,
goBack-blank-tab-page.html 9 You need to open the above link in a new tab. In the opened page, just click on the link : if the webkit doesn't crash, the test has succeed.
13 This test checks if you can go back to a _blank-target previously tab-opened page.
17 When you click on the above link, one page (with _blank target) is loaded and this page will open a link and go back.
hash-ref.html 3 <title>Manual Test for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</title>
9 <h3>Manual Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=13067">Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</a></h3>
13 <li>Click link to <a href="resources/hash-ref-test.html" target="_blank">open test page in new window</a>.</li>
14 <li>Set hash ref to "#div5" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the div5 box <em>without</em> reloading the page.</li>
15 <li>Set hash ref to "#" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the page <em>without</em> reloading.</li>
17 <li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#div3" hash.<br> This <em>should</em> reload the page.</li>
18 <li>Set hash ref to "#" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the page <em>without</em> reloading.</li>
19 <li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#" hash.<br> This <em>should</em> reload the page.</li
    [all...]
  /external/webkit/WebCore/wml/
WMLDocument.cpp 28 #include "Page.h"
67 Page* page = wmlPageState->page();
68 if (!page)
71 BackForwardList* list = page->backForwardList();
79 page->goToItem(item, FrameLoadTypeBackWMLDeckNotAccessible);
120 Page* page = doc->page(); local
    [all...]
  /frameworks/base/core/res/res/raw-en-rGB/
loaderror.html 3 <title>Web page not available</title>
12 <h2>Web page not available</h2>
13 <p>The Web page at <a href="%s">%s</a> could not be loaded as:</p>
  /frameworks/base/core/res/res/raw-fr/
loaderror.html 3 <title>Page Web non disponible</title>
12 <h2>Page Web non disponible</h2>
13 <p>Impossible de charger la page Web &agrave; l'adresse <a href="%s">%s</a> en tant que&nbsp;:</p>
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.cpp 66 q->page()->mainFrame()->render(painter, static_cast<QWebFrame::RenderLayer>(QWebFrame::AllLayers&(~QWebFrame::ContentsLayer)), options->exposedRect.toRect());
79 , page(0)
125 QWebPage* page; member in class:QGraphicsWebViewPrivate
162 QWebFramePrivate::core(q->page()->mainFrame())->view()->syncCompositingStateRecursive();
191 if (rootGraphicsLayer && q->page() && q->page()->mainFrame()) {
192 const QPoint scrollPosition = q->page()->mainFrame()->scrollPosition();
203 QWebFramePrivate::core(q->page()->mainFrame())->view()->syncCompositingStateRecursive();
211 // If the page had no title, still make sure it gets the signal
316 respectively. If the Web page contents is larger than that, scrollbars will be show
427 QWebPage* QGraphicsWebView::page() const function in class:QGraphicsWebView
431 QWebPage* page = new QWebPage(that); local
    [all...]
  /bionic/libc/kernel/common/linux/
pagemap.h 30 #define page_cache_get(page) get_page(page)
31 #define page_cache_release(page) put_page(page)
  /external/webkit/WebCore/bindings/v8/
V8ConsoleMessage.cpp 38 #include "Page.h"
53 void V8ConsoleMessage::dispatchNow(Page* page)
55 ASSERT(page);
61 Console* console = page->mainFrame()->domWindow()->console();
89 // Add the delayed messages to the page of the active
96 Page* page = frame->page();
97 if (!page)
    [all...]
  /external/webkit/WebCore/manual-tests/resources/
big-page.html 1 <p>This page is large enough to need to be scrolled in a 200x200 frame.</p>
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
pagemap.h 30 #define page_cache_get(page) get_page(page)
31 #define page_cache_release(page) put_page(page)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
pagemap.h 30 #define page_cache_get(page) get_page(page)
31 #define page_cache_release(page) put_page(page)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
pagemap.h 30 #define page_cache_get(page) get_page(page)
31 #define page_cache_release(page) put_page(page)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
pagemap.h 30 #define page_cache_get(page) get_page(page)
31 #define page_cache_release(page) put_page(page)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
pagemap.h 30 #define page_cache_get(page) get_page(page)
31 #define page_cache_release(page) put_page(page)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
pagemap.h 30 #define page_cache_get(page) get_page(page)
31 #define page_cache_release(page) put_page(page)
  /development/pdk/docs/porting/bluetooth/
bluetooth_process.jd 0 page.title=Bluetooth Process Diagram
6 <p>The diagram below offers a process-oriented architectural overview of Android's Bluetooth stack. Click <a href="../bluetooth.html">Bluetooth</a> to return to the Bluetooth overview page.</p>
  /external/webkit/WebCore/manual-tests/wml/
a-br-element.wml 7 "Next Page" will be broken by BR element between them<br/>
8 <a href="StartTests.wml">Next <br/> page</a>
task-go-in-anchor.wml 6 <p>click 'Next page' to go to StartTests.wml</p>
7 <p><anchor>Next page<go href="StartTests.wml"/></anchor></p>
task-refresh-in-anchor.wml 5 <p>Test for refresh task within WML anchor element.<br/>click "Refresh" will refresh this page, as a result the page title will be updated.</p>
  /external/webkit/WebCore/plugins/
PluginData.h 29 class Page;
49 static PassRefPtr<PluginData> create(const Page* page) { return adoptRef(new PluginData(page)); }
53 const Page* page() const { return m_page; } function in class:WebCore::PluginData
64 PluginData(const Page*);
69 const Page* m_page;
  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.cpp 42 #include "Page.h"
113 void JavaScriptDebugServer::addListener(JavaScriptDebugListener* listener, Page* page)
116 ASSERT_ARG(page, page);
118 pair<PageListenersMap::iterator, bool> result = m_pageListenersMap.add(page, 0);
125 didAddListener(page);
128 void JavaScriptDebugServer::removeListener(JavaScriptDebugListener* listener, Page* page)
131 ASSERT_ARG(page, page)
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.cpp 62 #include "Page.h"
196 Page* page = frame->page();
197 if (!page)
199 return frame == page->mainFrame();
353 Page* page = frame->page();
354 if (!page)
790 Page* page = m_frame->page(); local
804 Page* page = m_frame->page(); local
818 Page* page = m_frame->page(); local
    [all...]
  /build/tools/droiddoc/templates/
customization.cs 9 <?cs # appears at the top of every page ?><?cs
13 <a href="<?cs var:toroot ?>index.html" tabindex="-1"><?cs var:page.title ?></a>
23 <?cs # appear at the bottom of every page ?>
27 <?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>
29 <?cs # appears on the side of the page ?>

Completed in 292 milliseconds

1 23 4 5 6 7 8 91011>>