HomeSort by relevance Sort by last modified time
    Searched refs:page (Results 276 - 300 of 1335) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 29 * @param {number} scrollbarWidth the width of scrollbars on the page
54 * Enumeration of page fitting types.
59 FIT_TO_PAGE: 'fit-to-page',
64 * The increment to scroll a page by in pixels when up/down/left/right arrow
88 * The width of the page shadow around pages in pixels.
266 * @param {integer} y the y-coordinate to get the page at.
267 * @return {integer} the index of a page overlapping the given y-coordinate.
273 var page = Math.floor(min + ((max - min) / 2));
275 // of the previous page as the top for finding the page
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 5 // Global variables only exist for the life of the page, so they get reset
6 // each time the page is unloaded.
13 chrome.tabs.sendMessage(lastTabId, "Background page started.");
25 // need to persist across page reloads.
42 // The event page will unload after handling this event (assuming nothing
47 // Note: we also sent a message above, upon loading the event page,
65 // Note: setTimeout itself does NOT keep the page awake. We return true
67 // in turn keeping the event page awake - until we call sendResponse.
86 // After the unload event listener runs, the page will unload, so any
92 chrome.tabs.sendMessage(lastTabId, "Background page unloaded.")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInspectorAgent.cpp 45 #include "core/page/Page.h"
55 InspectorInspectorAgent::InspectorInspectorAgent(Page* page, InjectedScriptManager* injectedScriptManager)
57 , m_inspectedPage(page)
61 ASSERT_ARG(page, page);
139 if (frame->page()->mainFrame() != frame)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.cpp 35 #include "core/page/Page.h"
53 if (!page()) { \
54 exceptionState.throwDOMException(InvalidAccessError, "The page object cannot be obtained."); \
102 InternalSettings* InternalSettings::from(Page& page)
104 if (!HeapSupplement<Page>::from(page, supplementName()))
105 HeapSupplement<Page>::provideTo(page, supplementName(), new InternalSettings(page))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 205 // Compute a random blink page aligned address for the page memory
216 // We failed to get a blink page aligned chunk of
230 // If the allocated memory was not blink page aligned release
235 // Free the additional memory at the end of the page if any.
273 // FIXME: If base is by accident blink page size aligned
292 // Representation of the memory used for a Blink heap page.
304 // memory region) that is used for the actual heap page payload.
322 // Setup the payload one OS page into the page memory. Th
795 BaseHeapPage* page = pageHeaderFromObject(address); local
838 HeapPage<Header>* page = m_firstPage; local
1038 BaseHeapPage* page = entry->data; local
1069 BaseHeapPage* page = entry->data; local
1127 BaseHeapPage* page = entry->data; local
1200 HeapPage<Header>* page = new (pageMemory->writableStart()) HeapPage<Header>(pageMemory, this, gcInfo); local
1251 HeapPage<Header>* page = m_firstPage; local
2122 BaseHeapPage* page = (*it)->contains(address); local
    [all...]
  /build/tools/droiddoc/templates-sdk/
docpage.cs 24 if:page.trainingcourse ?> trainingcourse<?cs
36 <?cs if:(design||training||walkthru) && !page.trainingcourse && !page.article ?><?cs # header logic for docs that provide previous/next buttons ?>
42 <?cs else ?><h1 itemprop="name"><?cs var:page.title ?></h1>
47 <a href="#" class="prev-page-link hide"
55 <a href="#" class="next-page-link hide"
72 <?cs elif:!page.trainingcourse ?>
74 <a href="#" class="prev-page-link hide"
82 <a href="#" class="next-page-link hide"
116 <?cs if:page.landing ?><?cs # header logic for docs that are landing pages ?
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 8 * 1. Signal hosting extension that an external page is loaded so that the
22 * The credential passing API is used by sending messages to the SAML page's
23 * |window| object. This class forwards API calls from the SAML page to a
25 * page. Communication with the background script occurs via a |Channel|.
55 // Forward API responses to the SAML page.
69 // URL of the page.
86 * @param {!string} pageURL URL of the page.
116 // Use an invalid char for URL as delimiter to concatenate page url and
137 * Heuristic test whether the current page is a relevant SAML page
    [all...]
  /external/deqp/framework/delibs/depool/
deMemPool.c 37 INITIAL_PAGE_SIZE = 128, /*!< Size for the first allocated memory page. */
38 MAX_PAGE_SIZE = 8096, /*!< Maximum size for a memory page. */
39 MEM_PAGE_BASE_ALIGN = 4 /*!< Base alignment guarantee for mem page data ptr. */
46 * \brief Memory page header.
48 * Represent a page of memory allocate by a memory pool.
96 MemPage* currentPage; /*!< Current memory page from which to allocate. */
117 * \brief Initialize a memory page.
118 * \param page Memory page to initialize.
119 * \param capacity Capacity allocated for the memory page
138 MemPage* page = (MemPage*)deMalloc(sizeof(MemPage) + capacity); local
362 MemPage* page = pool->currentPage; local
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/results/
page_test_results.py 71 return self._current_page_run.page
85 pages = set(run.page for run in self.all_page_runs)
95 failed_pages.add(run.page)
111 def WillRunPage(self, page):
113 self._current_page_run = page_run.PageRun(page)
116 def DidRunPage(self, page, discard_run=False): # pylint: disable=W0613
119 page: The current page under test.
130 """To be called when a single attempt on a page run is starting.
139 max_attempts: Maximum number of page run attempts before failing
    [all...]
gtest_progress_reporter.py 41 value.page.display_name, value.reason)
56 page = page_test_results.current_page
59 page.display_name, self._GetMs())
62 page.display_name, self._GetMs())
71 '===== RETRYING PAGE RUN (attempt %s out of %s allowed) =====' % (
74 'Page run attempt failed and will be retried. '
96 failed_run.page.display_name)
106 v.page.display_name for v in page_test_results.skipped_values))
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 74 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 flags
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 96 // Ensures the view is visible. Note that if there is a running page
120 // Prerenders the icons on and around the currently selected page.
150 // Stops the timer that triggers a page flip during a drag.
229 Index() : page(-1), slot(-1) {}
230 Index(int page, int slot) : page(page), slot(slot) {}
233 return page == other.page && slot == other.slot;
236 return page != other.page || slot != other.slot
245 int page; \/\/ Which page an item view is on. member in struct:app_list::AppsGridView::Index
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
action_runner.py 7 from telemetry.page.actions.javascript_click import ClickElementAction
8 from telemetry.page.actions.loop import LoopAction
9 from telemetry.page.actions.navigate import NavigateAction
10 from telemetry.page.actions.pinch import PinchAction
11 from telemetry.page.actions.play import PlayAction
12 from telemetry.page.actions.repaint_continuously import (
14 from telemetry.page.actions.scroll import ScrollAction
15 from telemetry.page.actions.scroll_bounce import ScrollBounceAction
16 from telemetry.page.actions.seek import SeekAction
17 from telemetry.page.actions.swipe import SwipeActio
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/
cacheflush.h 77 #define copy_to_user_page(vma, page, vaddr, dst, src, len) do { memcpy(dst, src, len); flush_ptrace_access(vma, page, vaddr, dst, len, 1); } while (0)
79 #define copy_from_user_page(vma, page, vaddr, dst, src, len) do { memcpy(dst, src, len); } while (0)
89 #define flush_icache_user_range(vma,page,addr,len) flush_dcache_page(page)
91 #define flush_icache_page(vma,page) do { } while (0)
  /external/chromium_org/chrome/browser/ui/passwords/
password_manager_presenter.cc 191 PasswordManagerPresenter* page) : page_(page) {
198 PasswordManagerPresenter* page) : ListPopulater(page) {
220 PasswordExceptionListPopulater(PasswordManagerPresenter* page)
221 : ListPopulater(page) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
popup.js 15 // If there is CSS specified, inject it into the page.
19 message.innerText = 'Not allowed to inject CSS into special page.';
27 optionsUrl + '">options page</a> first.';
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 35 #include "core/page/Chrome.h"
36 #include "core/page/EventHandler.h"
37 #include "core/page/Page.h"
121 if (Page* page = document().page())
122 page->chrome().registerPopupOpeningObserver(this);
197 if (Page* page = document().page()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPage.h 68 // One page may actually include glyphs from other fonts if the characters are
70 // although multiple nodes may reference it as their "page" if they are supposed
88 RefPtr<GlyphPage> page = GlyphPage::createForMixedFontData(owner); local
89 memcpy(page->m_glyphs, m_glyphs, sizeof(m_glyphs));
91 memcpy(page->m_perGlyphFontData, m_perGlyphFontData, sizeof(SimpleFontData*) * GlyphPage::size);
94 page->m_perGlyphFontData[i] = m_glyphs[i] ? m_fontDataForAllGlyphs : 0;
97 page->m_customFontToLoad = m_customFontToLoad;
98 return page.release();
104 static const size_t size = (1 << GlyphPage::sizeBits); // Covers Latin-1 in a single page.
178 // This method should only be called on the system fallback page, which is never single-font
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
sunspider.py 10 from telemetry.page import page_set
11 from telemetry.page import page_test
86 def DidNavigateToPage(self, page, tab):
87 self._power_metric.Start(page, tab)
89 def ValidateAndMeasurePage(self, page, tab, results):
94 self._power_metric.Stop(page, tab)
spaceport.py 12 from telemetry.page import page_set
13 from telemetry.page import page_test
56 def ValidateAndMeasurePage(self, page, tab, results):
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_network_unittest.py 23 def _NavigateAndGetHTTPResponseEvents(self, page, record_network=True):
27 self.Navigate(page)
41 for page, test in tests.iteritems():
42 events = self._NavigateAndGetHTTPResponseEvents(page, test.monitoring)
59 self.assertTrue(link == page or link in test.subresources)
60 if link == page:
71 # We know this page has one PNG image and its cacheable.
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_unittest.py 9 from telemetry.page import page namespace
10 from telemetry.page import page_set
67 page.Page('http://foo.com', page_set_a),
68 page.Page('http://bar.com', page_set_a),
77 page_set_b.AddPage(page.Page('http://baz.com', page_set_b))
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 6 // the current page has loaded.
21 * Called whenever the page loads a subresource.
34 * Loops through the urls var and prints its contents to the page DOM.
63 'This page has loaded the following resources:' :
64 'This page loaded the following resource:';
92 // Insert the created DOM into the page.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
History.cpp 37 #include "core/page/BackForwardClient.h"
38 #include "core/page/Page.h"
60 if (!m_frame->page())
62 return m_frame->page()->backForward().backForwardListCount();
132 if (!m_frame || !m_frame->page() || !m_frame->loader().documentLoader())
  /external/chromium_org/tools/perf/page_sets/
tough_compositor_cases.py 4 from telemetry.page import page as page_module
5 from telemetry.page import page_set as page_set_module
8 class ToughCompositorPage(page_module.Page):
55 # Why: Baseline CC scrolling page. A long page with only text. """
57 # Why: Baseline JS scrolling page. A long page with only text. """

Completed in 747 milliseconds

<<11121314151617181920>>