Searched refs:page (Results 176 - 200 of 1037) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/print_preview/
H A Dno_destinations_promo.css9 #no-destinations-promo .page {
/external/chromium_org/tools/perf/benchmarks/
H A Doctane.py18 from telemetry.page import page_set
19 from telemetry.page import page_test
78 def WillNavigateToPage(self, page, tab):
85 page.script_to_evaluate_on_commit = """
95 def DidNavigateToPage(self, page, tab):
96 self._power_metric.Start(page, tab)
98 def ValidateAndMeasurePage(self, page, tab, results):
102 self._power_metric.Stop(page, tab)
H A Dcanvasmark.py15 from telemetry.page import page_set
16 from telemetry.page import page_test
22 def WillNavigateToPage(self, page, tab):
23 page.script_to_evaluate_on_commit = """
/external/chromium_org/tools/perf/measurements/
H A Dtab_switching.py17 from telemetry.page import page_test
45 def TabForPage(self, page, browser):
54 def StopBrowserAfterPage(self, browser, page):
55 # Restart the browser after the last page in the pageset.
56 return len(browser.tabs) >= len(page.page_set.pages)
58 def ValidateAndMeasurePage(self, page, tab, results):
61 if len(tab.browser.tabs) != len(page.page_set.pages):
68 self._power_metric.Start(page, tab)
70 self._power_metric.Stop(page, tab)
H A Dloading_trace.py7 from telemetry.page import page_test
15 def WillNavigateToPage(self, page, tab):
16 self._timeline_controller.SetUp(page, tab)
19 def ValidateAndMeasurePage(self, page, tab, results):
24 # TODO(nduca): when crbug.com/168431 is fixed, modify the page sets to
H A Dscreenshot.py6 from telemetry.page import page_test
7 from telemetry.page import page_test
28 def ValidateAndMeasurePage(self, page, tab, results):
37 os.path.join(self._png_outdir, page.file_safe_name)) + '.png'
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-help.c103 static void exec_woman_emacs(const char *path, const char *page) argument
111 strbuf_addf(&man_page, "(woman \"%s\")", page);
117 static void exec_man_konqueror(const char *path, const char *page) argument
139 strbuf_addf(&man_page, "man:%s(1)", page);
145 static void exec_man_man(const char *path, const char *page) argument
149 execlp(path, "man", page, NULL);
153 static void exec_man_cmd(const char *cmd, const char *page) argument
156 strbuf_addf(&shell_cmd, "%s %s", cmd, page);
317 * system-wide paths after ours to find the manual page. If
329 static void exec_viewer(const char *name, const char *page) argument
348 const char *page = cmd_to_page(perf_cmd); local
365 const char *page = cmd_to_page(perf_cmd); local
371 get_html_page_path(struct strbuf *page_path, const char *page) argument
403 const char *page = cmd_to_page(perf_cmd); local
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationController.cpp31 #include "core/page/Page.h"
40 : PageLifecycleObserver(frame.page())
47 // it and this class. Until then, there's one GeolocationInspectorAgent per page that the main
52 frame.page()->inspectorController().registerModuleAgent(geolocationAgent.release());
53 } else if (frame.page()->mainFrame()->isLocalFrame()) {
54 m_inspectorAgent = GeolocationController::from(frame.page()->deprecatedLocalMainFrame())->m_inspectorAgent;
62 if (!frame.isMainFrame() && frame.page()->mainFrame()->isLocalFrame()) {
63 // internals.setGeolocationClientMock is per page.
64 GeolocationController* mainController = GeolocationController::from(frame.page()->deprecatedLocalMainFrame());
90 if (page()
[all...]
/external/chromium_org/printing/
H A Dprinted_document.cc44 const PrintedPage* page) {
50 base::ASCIIToUTF16(base::StringPrintf("_%04d", page->page_number()));
59 page->metafile()->SaveTo(&file);
97 // Records the expected page count if a range is setup.
99 // If there is a range, set the number of page
122 scoped_refptr<PrintedPage> page(
125 page->set_shrink_factor(shrink);
129 mutable_.pages_[page_number] = page;
139 FROM_HERE, base::Bind(&DebugDumpPageTask, name(), page));
144 scoped_refptr<PrintedPage> page; local
43 DebugDumpPageTask(const base::string16& doc_name, const PrintedPage* page) argument
268 RenderPrintedPage(const PrintedPage& page, PrintingContext* context) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DPingLoader.cpp44 #include "core/page/Page.h"
134 : PageLifecycleObserver(frame->page())
165 if (Page* page = this->page()) {
168 InspectorInstrumentation::didReceiveResourceResponse(page->deprecatedLocalMainFrame(), m_identifier, 0, resourceResponse, 0);
169 InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceError::cancelledError(m_url));
176 if (Page* page = this->page()) {
178 InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceError::cancelledError(m_url));
185 if (Page* page
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dpdf_viewer_main.cpp26 DEFINE_bool2(noExtensionForOnePagePdf, n, false, "No page extension if only one page.");
31 "\tfirst - first page\n"
32 "\tlast - last page\n"
33 "\tnumber - a specific page number\n"
48 * one file for each page.
64 static bool add_page_and_replace_filename_extension(SkString* path, int page, argument
73 if (page >= 0) {
74 path->appendf("%i.", page);
91 int page) {
89 make_output_filepath(SkString* path, const SkString& dir, const SkString& name, int page) argument
115 render_page(const SkString& outputDir, const SkString& inputFilename, const SkPdfRenderer& renderer, int page) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php7 $pagesize = 25; //results per page
10 $page = (preg_match("/^\d+$/", $_GET["p"]) ? $_GET["p"] : 1); variable
11 $offset = ($page - 1) * $pagesize;
84 dopager($rows, $page, $pagesize);
103 dopager($rows, $page, $pagesize);
220 function pagelink($page, $selected, $linktext = "")
222 $innertext = ($linktext ? $linktext : $page);
223 $text = (!$selected ? "<a href=\"?q=" . sanitize($_GET["q"]) . "&amp;p=$page\">$innertext</a>" : $innertext);
227 function dopager($rows, $page, $pagesize)
229 $startpage = ($page
[all...]
/external/skia/experimental/PdfViewer/
H A Dpdf_viewer_main.cpp32 DEFINE_bool2(noExtensionForOnePagePdf, n, false, "No page extension if only one page.");
37 "\tfirst - first page\n"
38 "\tlast - last page\n"
39 "\tnumber - a specific page number\n"
62 * one file for each page.
78 static bool add_page_and_replace_filename_extension(SkString* path, int page, argument
87 if (page >= 0) {
88 path->appendf("%i.", page);
105 int page) {
103 make_output_filepath(SkString* path, const SkString& dir, const SkString& name, int page) argument
133 render_page(const SkString& outputDir, const SkString& inputFilename, const SkPdfRenderer& renderer, int page) argument
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu_actions_desktop.cc57 std::string page = chrome::kManageProfileSubPage; local
58 page += "#";
59 page += base::IntToString(static_cast<int>(index));
60 chrome::ShowSettingsSubPage(settings_browser, page);
/external/chromium_org/chrome/browser/resources/app_list/
H A Dstart_page.css7 #start-page {
16 #start-page {
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dnew_tab_theme.css37 .page-switcher {
41 .page-switcher:hover,
42 .page-switcher:focus,
43 .page-switcher.drag-target {
48 .showing-login-area #page-switcher-end:hover,
49 .showing-login-area #page-switcher-end:focus,
50 .showing-login-area #page-switcher-end.drag-target {
57 .tile-page-scrollbar {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContextFeatures.cpp31 #include "core/page/Page.h"
72 void provideContextFeaturesTo(Page& page, PassOwnPtr<ContextFeaturesClient> client) argument
74 ContextFeatures::SupplementType::provideTo(page, ContextFeatures::supplementName(), ContextFeatures::create(client));
77 void provideContextFeaturesToDocumentFrom(Document& document, Page& page) argument
79 ContextFeatures* provided = static_cast<ContextFeatures*>(ContextFeatures::SupplementType::from(page, ContextFeatures::supplementName()));
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMPluginArray.cpp24 #include "core/page/Page.h"
95 Page* page = m_frame->page();
96 if (!page)
98 return page->pluginData();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMHTMLTest.cpp36 #include "core/page/Page.h"
83 Page* page() const { return m_helper.webViewImpl()->page(); } function in class:__anon11393::MHTMLTest
99 ASSERT_TRUE(page());
100 LocalFrame* frame = toLocalFrame(page()->mainFrame());
/external/chromium_org/tools/perf/
H A Dgenerate_profile10 from telemetry.page import profile_generator
H A Drecord_wpr14 from telemetry.page import record_wpr
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dnavigate_unittest.py5 from telemetry.page.actions import navigate
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dprofile_creator.py5 from telemetry.page import page_test
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dcsv_output_formatter.py21 values, lambda value: value.page.url)
24 header_value_names, values_for_page[0].page, values_for_page,
32 the end of the entire telemetry run. In cases where each page
60 def _OutputValuesForPage(self, header_value_names, page, page_values,
62 row = [page.display_name]
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_shared.css20 /* TODO(dbeam): Remove .page class from overlays in settings so the junk below
22 body #extension-settings.page,
23 body #mainview-content .page,
24 body .subpage-sheet-container .page,
25 body > .page {
113 /* Sections are used in options pages, help page and history page. This defines
144 /* Styles for a hideable notification banner at the top of a page. */
145 .page.showing-banner {
149 .page
[all...]

Completed in 745 milliseconds

1234567891011>>