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

<<11121314151617181920>>

  /external/chromium_org/tools/perf/page_sets/
tough_energy_cases.py 4 from telemetry.page import page as page_module
5 from telemetry.page import page_set as page_set_module
8 class ToughEnergyCasesPage(page_module.Page):
125 # Why: Blank page in the foreground
webrtc_cases.py 4 from telemetry.page import page as page_module
5 from telemetry.page import page_set as page_set_module
8 class WebrtcCasesPage(page_module.Page):
16 """ Why: Simple test page only showing a local video stream """
__init__.py 10 from telemetry.page import page_set
pica.py 4 from telemetry.page import page_set as page_set_module
topeka.py 4 from telemetry.page import page_set as page_set_module
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 84 public void setPage(IPage page) {
86 Assert.isNotNull(page);
87 m_page = page;
  /development/ndk/platforms/android-3/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...]
  /development/ndk/platforms/android-3/include/sys/
mman.h 34 #include <asm/page.h>
  /external/chromium_org/chrome/browser/resources/options/
language_dictionary_overlay.css 12 #language-dictionary-overlay-page h1 {
17 html[dir=rtl] #language-dictionary-overlay-page h1 {
  /external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
advanced_settings.css 15 #advanced-settings .page {
19 #advanced-settings > .page > .close-button {
  /external/chromium_org/chrome/browser/ui/webui/
devtools_ui.h 31 DevToolsAndroidBridge::RemotePage* page);
  /external/chromium_org/content/test/gpu/page_sets/
__init__.py 8 from telemetry.page import page_set
  /external/chromium_org/extensions/common/manifest_handlers/
launcher_page_info.h 18 // The page URL.
19 std::string page; member in struct:extensions::LauncherPageInfo
  /external/chromium_org/pdf/pdfium/
pdfium_range.h 20 PDFiumRange(PDFiumPage* page, int char_index, int char_count);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameHost.h 45 class Page;
53 // FrameHost currently corresponds to the Page object in core/page
54 // however the concept of a Page is moving up out of Blink.
55 // In an out-of-process iframe world, a single Page may have
56 // multiple frames in different process, thus Page becomes a
58 // Separating Page from the rest of core/ through this indirection
59 // allows us to slowly refactor Page without breaking the rest of core.
63 static PassOwnPtrWillBeRawPtr<FrameHost> create(Page&);
67 Page& page() const { return *m_page; function in class:blink::FINAL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PointerLockController.cpp 26 #include "core/page/PointerLockController.h"
32 #include "core/page/Chrome.h"
33 #include "core/page/ChromeClient.h"
34 #include "core/page/Page.h"
39 PointerLockController::PointerLockController(Page* page)
40 : m_page(page)
45 PassOwnPtrWillBeRawPtr<PointerLockController> PointerLockController::create(Page* page)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.h 35 #include "core/page/Page.h"
50 // Creates a dummy Page, LocalFrame, and FrameView whose clients are all no-op.
56 // Since DummyPageHolder stores empty clients in it, it must outlive the Page, LocalFrame, FrameView and any other objects
65 Page::PageClients* = 0,
69 Page& page() const;
75 DummyPageHolder(const IntSize& initialViewSize, Page::PageClients*, PassOwnPtr<FrameLoaderClient>);
77 OwnPtrWillBePersistent<Page> m_page;
80 Page::PageClients m_pageClients
    [all...]
  /external/chromium_org/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/
__init__.py 10 from telemetry.page import page_set
  /external/chromium_org/tools/perf/benchmarks/
peacekeeper.py 18 from telemetry.page import page_set
19 from telemetry.page import page_test
27 def WillNavigateToPage(self, page, tab):
28 page.script_to_evaluate_on_commit = """
  /external/chromium_org/tools/perf/metrics/
media.py 15 Default media metrics are collected for every media element in the page,
28 def Start(self, page, tab):
30 if hasattr(page, 'skip_basic_metrics'):
31 self._skip_basic_metrics = page.skip_basic_metrics
34 def Stop(self, page, tab):
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
javascript_click.py 5 from telemetry.page.actions import page_action
navigate.py 4 from telemetry.page.actions import page_action
repaint_continuously.py 8 from telemetry.page.actions import page_action
  /external/chromium_org/v8/src/heap/
spaces.cc 22 // You can't actually iterate over the anchor page. It is not a real page,
23 // just an anchor for the double linked page list. Initialize as if we have
24 // reached the end of the anchor page, then the first iteration will move on
25 // to the first page.
32 // You can't actually iterate over the anchor page. It is not a real page,
33 // just an anchor for the double linked page list. Initialize the current
35 // to the first page.
40 HeapObjectIterator::HeapObjectIterator(Page* page
414 NewSpacePage* page = static_cast<NewSpacePage*>(chunk); local
1050 Page* page = page_iterator.next(); local
1104 Page* page = static_cast<Page*>(emergency_memory_); local
1114 Page* page = Page::Initialize(heap(), emergency_memory_, executable(), this); local
1130 Page* page = page_iterator.next(); local
1442 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page(); local
1608 NewSpacePage* page = anchor_.next_page(); local
1682 NewSpacePage* page = anchor_.next_page(); local
1714 NewSpacePage* page = NewSpacePage::FromLimit(start); local
2182 Page* page = Page::FromAddress(start); local
2213 Page* page = NULL; local
2821 LargePage* page = first_page_; local
2847 LargePage* page = heap()->isolate()->memory_allocator()->AllocateLargePage( local
2904 LargePage* page = FindPage(a); local
2918 LargePage* page = reinterpret_cast<LargePage*>(e->value); local
2944 LargePage* page = current; local
3003 Page* page = Page::FromAddress(object->address()); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
extension_bridge.js 7 * background page and content script.
11 * to the page or vice versa, and addMessageListener() to provide a message
27 * the background page, content script, or in a page, and call the
36 // This depends on the fact that the background page has a specific url. We
37 // should never be loaded into another extension's background page, so this
51 * Constant indicating we're in a background page.
65 * The name of the port between the content script and background page.
88 * Send a message. If the context is a page, sends a message to the
89 * extension background page. If the context is a background page, send
    [all...]

Completed in 1760 milliseconds

<<11121314151617181920>>