Searched refs:page (Results 251 - 275 of 1037) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dplay.py9 element on the page. A selector can also be 'all' to play all media elements.
17 from telemetry.page.actions import media_action
18 from telemetry.page.actions import page_action
H A Dseek.py10 media element on the page. If 'all' then seek all media elements.
21 from telemetry.page.actions import media_action
22 from telemetry.page.actions import page_action
H A Dnavigate.py4 from telemetry.page.actions import page_action
H A Drepaint_continuously.py8 from telemetry.page.actions import page_action
/external/chromium_org/tools/telemetry/telemetry/value/
H A Dlist_of_scalar_values.py16 def __init__(self, page, name, units, values,
19 super(ListOfScalarValues, self).__init__(page, name, units, important,
31 if self.page:
32 page_name = self.page.url
97 v0.page, v0.name, v0.units,
104 return cls._MergeLikeValues(values, v0.page, v0.name)
115 def _MergeLikeValues(cls, values, page, name):
126 page, name, v0.units,
H A Dlist_of_string_values.py10 def __init__(self, page, name, units, values,
13 super(ListOfStringValues, self).__init__(page, name, units, important,
25 if self.page:
26 page_name = self.page.url
91 v0.page, v0.name, v0.units,
98 return cls._MergeLikeValues(values, v0.page, v0.name)
109 def _MergeLikeValues(cls, values, page, name):
120 page, name, v0.units,
H A Dmerge_values_unittest.py7 from telemetry.page import page_set
37 merged_values.sort(key=lambda x: x.page.url)
42 (merged_values[0].page, merged_values[0].name))
46 (merged_values[1].page, merged_values[1].name))
77 (merged_values[0].page, merged_values[0].name))
81 (merged_values[1].page, merged_values[1].name))
95 (merged_values[0].page, merged_values[0].name))
114 (merged_values[0].page, merged_values[0].name))
/external/chromium_org/chrome/browser/resources/options/
H A Dwebsite_settings.css5 #website-settings-page {
10 #website-settings-edit-page {
37 #website-settings-page .action-area {
52 #website-settings-edit-page .permission-selection-option {
87 #website-settings-page .content-area {
91 #website-settings-page .action-area {
96 #website-settings-edit-page .action-area {
107 #website-settings-edit-page .website-property-button {
111 #website-settings-edit-page .website-property-controls {
126 /* Styles for the origin list elements in the website settings page
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Ddrive_welcome.css129 /* Full page welcome banner. */
130 .drive-welcome.page {
139 .dialog-container:not([drive-welcome='page']) .drive-welcome.page {
143 .drive-welcome.page .cr-dialog-close {
147 .drive-welcome.page .drive-welcome-wrapper {
161 .drive-welcome.page .drive-welcome-icon {
170 .drive-welcome.page .drive-welcome-message {
176 .drive-welcome.page .drive-welcome-title {
182 .drive-welcome.page
[all...]
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_launcher_page_unittest.cc33 EXPECT_EQ("test.html", info->page);
/external/chromium_org/content/test/gpu/page_sets/
H A D__init__.py8 from telemetry.page import page_set
H A Dgpu_process_tests.py4 from telemetry.page import page as page_module
5 from telemetry.page import page_set as page_set_module
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageAnimator.cpp6 #include "core/page/PageAnimator.h"
11 #include "core/page/Chrome.h"
12 #include "core/page/ChromeClient.h"
13 #include "core/page/Page.h"
19 PageAnimator::PageAnimator(Page& page) argument
20 : m_page(page)
27 PassRefPtrWillBeRawPtr<PageAnimator> PageAnimator::create(Page& page) argument
29 return adoptRefWillBeNoop(new PageAnimator(page));
91 // setFrameRect may have the side-effect of causing existing page layout to
H A DPageLifecycleObserver.h45 Page* page() const;
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.h34 // This would be useful to show quickly page 100 in a pdf (www.example.com/foo.pdf#page100)
36 // page 100.
79 // returns the page resources
80 SkPdfResourceDictionary* pageResources(int page);
82 // returns the page's mediabox i points - the page physical boundaries.
83 SkRect MediaBox(int page);
90 // add generation parameter to support page updates.
93 // returns the object that holds all the page informnation
95 // add generation parameter to support page update
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Dpeacekeeper.py18 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/
H A Dmedia.py15 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/perf/page_sets/
H A D__init__.py10 from telemetry.page import page_set
H A Dpica.py4 from telemetry.page import page_set as page_set_module
H A Dtopeka.py4 from telemetry.page import page_set as page_set_module
/external/chromium_org/ui/app_list/cocoa/
H A Dapp_list_pager_view.h14 // Delegate to obtain the visible portion of a page and respond to clicks.
17 // Returns the portion of a page that is visible, in the range (-1.0, 1.0].
19 - (CGFloat)visiblePortionOfPage:(int)page;
27 // highlight that mirrors the visible portion of the page.
/external/chromium_org/ui/app_list/
H A Dpagination_model.h25 // the currently selected page. The model is a single selection model that at
26 // the most one page can become selected at any time.
40 // Target page for the transition or -1 if there is no target page. For
41 // page switcher, this is the target selected page. For touch scroll,
42 // this is usually the previous or next page (or -1 when there is no
43 // previous or next page).
46 // A [0, 1] progress indicates how much of the current page is being
56 // Selects a page
[all...]
/external/chromium_org/v8/src/heap/
H A Dspaces-inl.h119 void MemoryAllocator::ProtectChunkFromPage(Page* page) { argument
120 int id = GetChunkId(page);
125 void MemoryAllocator::UnprotectChunkFromPage(Page* page) { argument
126 int id = GetChunkId(page);
138 Page* page = reinterpret_cast<Page*>(chunk); local
139 DCHECK(page->area_size() <= kMaxRegularHeapObjectSize);
141 owner->IncreaseCapacity(page->area_size());
142 owner->Free(page->area_start(), page->area_size());
146 return page;
221 set_next_page(Page* page) argument
227 set_prev_page(Page* page) argument
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfeditpage.cpp102 DLLEXPORT int STDCALL FPDFPage_GetRotation(FPDF_PAGE page) argument
104 CPDF_Page* pPage = (CPDF_Page*)page;
144 DLLEXPORT void STDCALL FPDFPage_InsertObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj) argument
146 CPDF_Page* pPage = (CPDF_Page*)page;
199 DLLEXPORT int STDCALL FPDFPage_CountObject(FPDF_PAGE page) argument
201 CPDF_Page* pPage = (CPDF_Page*)page;
211 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPage_GetObject(FPDF_PAGE page, int index) argument
213 CPDF_Page* pPage = (CPDF_Page*)page;
223 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_HasTransparency(FPDF_PAGE page) argument
225 if(!page) retur
263 FPDFPage_GenerateContent(FPDF_PAGE page) argument
287 FPDFPage_TransformAnnots(FPDF_PAGE page, double a, double b, double c, double d, double e, double f) argument
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.h34 // This would be useful to show quickly page 100 in a pdf (www.example.com/foo.pdf#page100)
36 // page 100.
79 // returns the page resources
80 SkPdfResourceDictionary* pageResources(int page);
82 // returns the page's mediabox i points - the page physical boundaries.
83 SkRect MediaBox(int page);
90 // add generation parameter to support page updates.
93 // returns the object that holds all the page informnation
95 // add generation parameter to support page update
[all...]

Completed in 580 milliseconds

<<11121314151617181920>>