Searched refs:Page (Results 151 - 175 of 437) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/options/
H A Dclear_browser_data_overlay.js6 var Page = cr.ui.pageManager.Page;
15 Page.call(this, 'clearBrowserData',
23 // Inherit ClearBrowserDataOverlay from Page.
24 __proto__: Page.prototype,
53 Page.prototype.initializePage.call(this);
H A Dwebsite_settings.js6 /** @const */ var Page = cr.ui.pageManager.Page;
31 * @extends {cr.ui.pageManager.Page}
34 Page.call(this, 'websiteSettings',
42 __proto__: Page.prototype,
60 Page.prototype.initializePage.call(this);
/external/chromium_org/device/hid/
H A Dhid_usage_and_page.h13 enum Page { enum in struct:device::HidUsageAndPage
122 HidUsageAndPage(uint16_t usage, Page usage_page)
127 Page usage_page;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrame.cpp46 #include "core/page/Page.h"
122 Page* Frame::page() const
152 if (Page* page = this->page())
189 Page* page = this->page();
H A DPlatformEventController.cpp8 #include "core/page/Page.h"
12 PlatformEventController::PlatformEventController(Page* page)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h107 InstrumentingAgents* instrumentingAgentsFor(Page*);
158 Page* page = document.page();
186 InstrumentingAgents* instrumentationForPage(Page*);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalSettings.cpp35 #include "core/page/Page.h"
102 InternalSettings* InternalSettings::from(Page& page)
104 if (!HeapSupplement<Page>::from(page, supplementName()))
105 HeapSupplement<Page>::provideTo(page, supplementName(), new InternalSettings(page));
106 return static_cast<InternalSettings*>(HeapSupplement<Page>::from(page, supplementName()));
111 // Instead, we manually make InternalSettings supplement Page.
112 class InternalSettingsWrapper : public Supplement<Page> {
114 explicit InternalSettingsWrapper(Page& page)
126 InternalSettings* InternalSettings::from(Page& page)
128 if (!Supplement<Page>
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_set_unittest.py67 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/content/test/gpu/gpu_tests/
H A Dwebgl_robustness.py49 class WebglRobustnessPage(page.Page):
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptProfiler.h45 class Page;
/external/chromium_org/third_party/WebKit/Source/core/testing/v8/
H A DWebCoreTestSupport.cpp58 Page* page = toDocument(scriptState->executionContext())->frame()->page();
/external/chromium_org/tools/perf/metrics/
H A Dtest_page_test_results.py15 page = page_module.Page("http://www.google.com", {})
/external/chromium_org/tools/perf/page_sets/
H A Dbrowser_control_click.py8 class BrowserControlClickPage(page_module.Page):
H A Dgarbage_collection_cases.py10 class SpinningBallsPage(page_module.Page):
H A Dgmail_compose_discard.py20 class GmailComposeDiscardPage(page_module.Page):
H A Dindexeddb_offline.py20 class IndexeddbOfflinePage(page_module.Page):
H A Dintl_ar_fa_he.py8 class IntlArFaHePage(page_module.Page):
H A Dintl_es_fr_pt-BR.py8 class IntlEsFrPtBrPage(page_module.Page):
H A Dintl_hi_ru.py8 class IntlHiRuPage(page_module.Page):
H A Dintl_ja_zh.py8 class IntlJaZhPage(page_module.Page):
H A Dintl_ko_th_vi.py8 class IntlKoThViPage(page_module.Page):
H A Dkey_search_mobile.py8 class KeySearchMobilePage(page_module.Page):
H A Dmaps.py11 class MapsPage(page_module.Page):
H A Dplus_alt_posts_photos.py8 class PlusAltPostsPhotosPage(page_module.Page):
H A Dstartup_pages.py8 class StartedPage(page_module.Page):

Completed in 301 milliseconds

1234567891011>>