/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
scroll.py | 6 from telemetry.page.actions.gesture_action import GestureAction 7 from telemetry.page.actions import page_action 34 'Scroll requires touch on this page but mouse input was requested') 48 # element on the page to a callback. For example:
|
scroll_bounce.py | 6 from telemetry.page.actions.gesture_action import GestureAction 7 from telemetry.page.actions import page_action 34 'ScrollBounce page action does not support mouse input')
|
tap.py | 7 from telemetry.page.actions.gesture_action import GestureAction 8 from telemetry.page.actions import page_action
|
/external/pdfium/fpdfsdk/include/ |
fpdfdoc.h | 99 // Get page index of a destination.
104 // The page index. Starting from 0 for the first page.
109 // Find a link at specified point on a document page.
111 // page - Handle to the document page.
112 // x - The x coordinate of the point, specified in page coordinate system.
113 // y - The y coordinate of the point, specified in page coordinate system.
117 // The point coordinates are specified in page coordinate system. You can convert coordinates
118 // from screen system to page system using FPDF_DeviceToPage functions. [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
pgtable.h | 71 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
|
/external/chromium_org/chrome/browser/resources/local_discovery/ |
local_discovery.css | 64 .register-page { 69 .register-page .button-list { 74 html[dir='rtl'] .register-page .button-list {
|
/external/chromium_org/chrome/browser/resources/pdf/ |
pdf_scripting_api.js | 8 * @param {Window} window the window of the page containing the pdf viewer. 98 * @param {Array.<number>} pageNumbers an array of the page numbers. 112 * Load a page into the document while in print preview mode. 113 * @param {string} url the url of the pdf page to load. 114 * @param {number} index the index of the page to load. 128 * @param {number} [page] the 0-indexed page number to get accessibility data 134 getAccessibilityJSON: function(callback, page) { 141 if (page || page == 0 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/storage/ |
StorageArea.cpp | 36 #include "core/page/Page.h" 37 #include "core/page/StorageClient.h" 128 if (!frame || !frame->page()) 132 bool result = frame->page()->storageClient().canAccessStorage(frame, m_storageType); 146 const HashSet<Page*>& pages = Page::ordinaryPages(); 147 for (HashSet<Page*>::const_iterator it = pages.begin(); it != pages.end(); ++it) { 160 static Page* findPageWithSessionStorageNamespace(const blink::WebStorageNamespace& sessionNamespace) 163 const HashSet<Page*>& pages = Page::ordinaryPages() 175 Page* page = findPageWithSessionStorageNamespace(sessionNamespace); local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializer.cpp | 44 #include "core/page/PageSerializer.h" 159 serializer.serialize(toWebViewImpl(view)->page()); 174 static PassRefPtr<SharedBuffer> serializePageToMHTML(Page* page, MHTMLArchive::EncodingPolicy encodingPolicy) 178 serializer.serialize(page); 179 Document* document = page->deprecatedLocalMainFrame()->document(); 185 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseDefaultEncoding); 192 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(toWebViewImpl(view)->page(), MHTMLArchive::UseBinaryEncoding); 222 // Let's retrieve the resources from every frame in this page.
|
/external/chromium_org/tools/telemetry/telemetry/web_perf/ |
timeline_based_measurement.py | 14 from telemetry.page import page_measurement 57 # TODO(nduca): Add support for page-load interaction record. 65 raise Exception('Expected at least one Interaction on the page') 79 page under test, or the pageset running that page. Instead of the measurement 80 having a fixed set of values it collects about the page, the page being tested 82 describing what the page is doing at that time, as well as a standardized set 89 on those flags. This allows a single run through a page to produce load timing 93 For information on how to mark up a page to work wit [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewTemplateWizard.java | 107 public IWizardPage getNextPage(IWizardPage page) { 110 if (page == mMainPage && shouldAddIconPage()) { 114 } else if (page == mMainPage 115 || shouldAddIconPage() && page == getIconPage(mValues.getIconState())) { 123 } else if (page == getDependencyPage(template, false)) { 127 return super.getNextPage(page);
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
ThreadState.cpp | 528 BaseHeapPage* page = heapPageFromAddress(address); 529 if (page) { 530 page->checkAndMarkPointer(visitor, address); 532 // within a page that is part of the heap, so we don't want to ask the 544 BaseHeapPage* page = heapPageFromAddress(address); local 545 if (page) { 546 return page->findGCInfo(address); 716 BaseHeapPage* page = m_heaps[i]->heapPageFromAddress(address); local 717 if (page) { 721 ASSERT(page->isLargeObject() || page == m_heaps[i]->heapPageFromAddress(roundToBlinkPageStart(address))) [all...] |
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 85 struct Page { 101 Page mCurrentPage; 118 ssize_t readPage(off64_t offset, Page *page); 258 // Given the offset of the "current" page, find the page immediately preceding 260 // To do this we back up from the "current" page's offset until we find any 261 // page preceding it and then scan forward to just before the current page. 288 // We did not find a page preceding this one 652 Page page; local [all...] |
/build/tools/droiddoc/templates-sdk/ |
sampleindex.cs | 91 <?cs if:!page.noplus ?><?cs if:fullpage ?><style>#___plusone_0 {float:right !important;}</style><?cs /if ?> 97 <?cs if:(design||training||walkthru) && !page.landing && !page.trainingcourse && !footer.hide ?> 98 <a href="#" class="prev-page-link hide" 106 <a href="#" class="next-page-link hide" 119 <?cs # for training classes, provide a different kind of link when the next page is a different class ?> 120 <?cs if:training && !page.article ?>
|
/build/tools/droiddoc/templates-sdk-dyn/ |
sampleindex.cs | 91 <?cs if:!page.noplus ?><?cs if:fullpage ?><style>#___plusone_0 {float:right !important;}</style><?cs /if ?> 97 <?cs if:(design||training||walkthru) && !page.landing && !page.trainingcourse && !footer.hide ?> 98 <a href="#" class="prev-page-link hide" 106 <a href="#" class="next-page-link hide" 119 <?cs # for training classes, provide a different kind of link when the next page is a different class ?> 120 <?cs if:training && !page.article ?>
|