/external/webkit/WebCore/manual-tests/ |
disable-javascript-reload.html | 14 To run this test manually, disable javascript and reload the page.
|
preload-scanner-entities.html | 6 <p>Check with the web inspector that the page tried to load 3 stylesheet resources (and not more).</p>
|
animated-gif-bfcache-crash.html | 34 <p>This page tests the fix for <br> 42 <li>A window will open, loading a page with an animated gif.</li> 45 <li>A new window will open, loading that page with the animated gif</li>
|
input-type-file-autocomplete-frame-1.html | 3 <p><b>BUG ID:</b> <a href="<rdar://problem/4532113> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]">4532113</a> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]</p> 11 <li> refresh the page or go to a bookmark (don't remove focus from the input field)
|
linkjump-5.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/4256060">4256060</a> Link scrolling to last object on the page doesn't work if the link being scrolled to contains an empty inline</p> 14 Page should scroll to the bottom.</p> 17 Page will not scroll to the bottom.
|
mouseevent-on-closeddoc.html | 10 Click on the link below, and move your mouse cursor over the blank page that is loaded.</p> 13 No crash after moving the mouse over the blank page that is loaded. Nothing happens. 17 Crash after moving the mouse over the blank page that opens.
|
/external/webkit/WebCore/manual-tests/wml/ |
a-img-element.wml | 7 <a href="StartTests.wml" title="Next Page"><img src="resources/smiley.png"/></a>
|
targetdeck.wml | 11 <a href="StartTests.wml">Next page</a>
|
/external/webkit/WebKit/wx/ |
WebViewPrivate.h | 35 #include "Page.h" 44 page(0) 47 WebCore::Page* page; member in class:WebViewPrivate
|
/frameworks/base/docs/html/resources/faq/ |
index.jd | 0 page.title=Android FAQs
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 194 struct page ** pages; 210 struct page ** pages; 276 struct page ** acl_pages; 283 struct page ** acl_pages; 311 struct page ** pages; 317 struct page ** pages; 325 struct page ** pages; 337 struct page ** pages; 414 struct page ** pages; 432 struct page ** pages [all...] |
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
nfs_xdr.h | 194 struct page ** pages; 210 struct page ** pages; 276 struct page ** acl_pages; 283 struct page ** acl_pages; 311 struct page ** pages; 317 struct page ** pages; 325 struct page ** pages; 337 struct page ** pages; 414 struct page ** pages; 432 struct page ** pages [all...] |
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
nfs_xdr.h | 194 struct page ** pages; 210 struct page ** pages; 276 struct page ** acl_pages; 283 struct page ** acl_pages; 311 struct page ** pages; 317 struct page ** pages; 325 struct page ** pages; 337 struct page ** pages; 414 struct page ** pages; 432 struct page ** pages [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
nfs_xdr.h | 194 struct page ** pages; 210 struct page ** pages; 276 struct page ** acl_pages; 283 struct page ** acl_pages; 311 struct page ** pages; 317 struct page ** pages; 325 struct page ** pages; 337 struct page ** pages; 414 struct page ** pages; 432 struct page ** pages [all...] |
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
nfs_xdr.h | 194 struct page ** pages; 210 struct page ** pages; 276 struct page ** acl_pages; 283 struct page ** acl_pages; 311 struct page ** pages; 317 struct page ** pages; 325 struct page ** pages; 337 struct page ** pages; 414 struct page ** pages; 432 struct page ** pages [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
nfs_xdr.h | 194 struct page ** pages; 210 struct page ** pages; 276 struct page ** acl_pages; 283 struct page ** acl_pages; 311 struct page ** pages; 317 struct page ** pages; 325 struct page ** pages; 337 struct page ** pages; 414 struct page ** pages; 432 struct page ** pages [all...] |
/external/webkit/WebCore/page/ |
Geolocation.cpp | 40 #include "Page.h" 248 if (m_frame->page() && m_allowGeolocation == InProgress) 249 m_frame->page()->chrome()->cancelGeolocationPermissionRequestForFrame(m_frame); 260 Page* page = m_frame->page(); 261 if (!page) 264 m_lastPosition = createGeoposition(page->geolocationController()->lastPosition()); 298 // the permission state can not change again in the lifetime of this page. 433 Page* page = m_frame->page() [all...] |
ContextMenuController.cpp | 53 #include "Page.h" 66 ContextMenuController::ContextMenuController(Page* page, ContextMenuClient* client) 67 : m_page(page) 71 ASSERT_ARG(page, page); 139 if (Page* oldPage = frame->page()) { 141 if (Page* newPage = oldPage->chrome()->createWindow(frame, FrameLoadRequest(ResourceRequest(urlToLoad, frame->loader()->outgoingReferrer())), features)) 201 if (Page* page = frame->page() [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
cacheflush.h | 22 #define flush_dcache_page(page) do { } while (0) 31 #define copy_to_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len) 32 #define copy_from_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
|
/external/webkit/WebCore/page/mac/ |
EventHandlerMac.mm | 43 #include "Page.h" 111 Page* page = m_frame->page(); 112 if (!page) 119 PlatformWheelEvent wheelEvent(event, page->chrome()->platformPageClient()); 159 Page* page = m_frame->page(); 160 if (!page) [all...] |
/frameworks/base/docs/html/resources/ |
index.jd | 0 page.title=Developer Resources 37 <p>To return to this page later, just click the "Resources" tab while any 38 Resources page is loaded. </p
|
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
cacheflush.h | 22 #define flush_dcache_page(page) do { } while (0) 31 #define copy_to_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len) 32 #define copy_from_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/ |
cacheflush.h | 22 #define flush_dcache_page(page) do { } while (0) 31 #define copy_to_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len) 32 #define copy_from_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
|
/external/kernel-headers/original/asm-arm/ |
cacheflush.h | 94 * 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 *page [all...] |
/external/webkit/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | 43 #include "Page.h" 100 bool isMainFrame = frame == frame->page()->mainFrame(); 162 if (!m_webFrame || !m_webFrame->page()) { 163 qWarning("FrameLoaderClientQt::setFrame frame without Page!"); 168 m_webFrame->page(), SIGNAL(loadStarted())); 172 m_webFrame->page(), SIGNAL(loadProgress(int))); 174 m_webFrame->page(), SIGNAL(loadFinished(bool))); 211 QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base); 214 QWebPage* page = m_webFrame->page(); local 820 QWebPage *page = m_webFrame->page(); local 904 QWebPage* page = m_webFrame->page(); local 979 QWebPage* page = m_webFrame->page(); local 1000 QWebPage*page = m_webFrame->page(); local [all...] |