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

1 2 3 4 5 67 8 91011>>

  /development/ndk/platforms/android-3/arch-arm/include/asm/
memory.h 80 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
82 #define page_to_dma(dev, page) ((dma_addr_t)__virt_to_bus((unsigned long)page_address(page)))
86 #define page_to_dma(dev, page) (__arch_page_to_dma(dev, page))
  /external/chromium_org/content/test/gpu/gpu_tests/
screenshot_sync.py 10 from telemetry.page import page namespace
11 from telemetry.page import page_set
12 from telemetry.page import page_test
22 def ValidateAndMeasurePage(self, page, tab, results):
30 class ScreenshotSyncPage(page.Page):
memory_test_expectations.py 5 from telemetry.page import test_expectations
  /external/chromium_org/printing/
printed_document_win.cc 37 const PrintedPage& page, gfx::NativeDrawingContext context) const {
40 // Make sure the page is from our list.
42 DCHECK(&page == mutable_.pages_.find(page.page_number() - 1)->second.get());
50 page.GetCenteredPageContentRect(page_setup.physical_size(), &content_area);
64 // Note that the printing output is relative to printable area of the page.
65 // That is 0,0 is offset by PHYSICALOFFSETX/Y from the page.
70 page.shrink_factor());
73 if (!page.metafile()->SafePlayback(context)) {
page_number.h 16 // Represents a page series following the array of page ranges defined in a
20 // Initializes the page to the first page in the settings's range or 0.
27 // Initializes the page to the first page in the setting's range or 0. It
31 // Converts to a page numbers.
36 // Calculates the next page in the serie.
44 // Equality operator. Only the current page number is verified so that
45 // "page != PageNumber::npos()" works
    [all...]
printed_document.cc 44 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
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
kraken.py 11 from telemetry.page import page_set
12 from telemetry.page import page_test
79 def DidNavigateToPage(self, page, tab):
80 self._power_metric.Start(page, tab)
82 def ValidateAndMeasurePage(self, page, tab, results):
87 self._power_metric.Stop(page, tab)
octane.py 18 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)
  /external/chromium_org/tools/perf/measurements/
thread_times.py 7 from telemetry.page import page_test
21 def WillNavigateToPage(self, page, tab):
29 self._timeline_controller.SetUp(page, tab)
31 def WillRunActions(self, page, tab):
34 def DidRunActions(self, page, tab):
37 def ValidateAndMeasurePage(self, page, tab, results):
tab_switching.py 17 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)
  /external/chromium_org/chrome/browser/resources/history/
alert_overlay.css 5 .overlay .page .button-strip > button {
  /external/chromium_org/chrome/browser/resources/print_preview/
no_destinations_promo.css 9 #no-destinations-promo .page {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageConsoleAgent.h 41 class Page;
46 static PassOwnPtrWillBeRawPtr<PageConsoleAgent> create(InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent, InspectorTimelineAgent* timelineAgent, Page* page)
48 return adoptPtrWillBeNoop(new PageConsoleAgent(injectedScriptManager, domAgent, timelineAgent, page));
59 PageConsoleAgent(InjectedScriptManager*, InspectorDOMAgent*, InspectorTimelineAgent*, Page*);
64 RawPtrWillBeMember<Page> m_page;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeysController.h 8 #include "core/page/Page.h"
17 class MediaKeysController FINAL : public NoBaseWillBeGarbageCollected<MediaKeysController>, public WillBeHeapSupplement<Page> {
22 static void provideMediaKeysTo(Page&, MediaKeysClient*);
23 static MediaKeysController* from(Page* page) { return static_cast<MediaKeysController*>(WillBeHeapSupplement<Page>::from(page, supplementName())); }
25 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<Page>::trace(visitor); }
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushController.h 8 #include "core/page/Page.h"
18 class PushController FINAL : public NoBaseWillBeGarbageCollected<PushController>, public WillBeHeapSupplement<Page> {
25 static PushController* from(Page* page) { return static_cast<PushController*>(WillBeHeapSupplement<Page>::from(page, supplementName())); }
26 static WebPushClient* clientFrom(Page*);
30 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<Page>::trace(visitor); }
38 void providePushControllerTo(Page&, WebPushClient*)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c 103 static void exec_woman_emacs(const char *path, const char *page)
111 strbuf_addf(&man_page, "(woman \"%s\")", page);
117 static void exec_man_konqueror(const char *path, const char *page)
139 strbuf_addf(&man_page, "man:%s(1)", page);
145 static void exec_man_man(const char *path, const char *page)
149 execlp(path, "man", page, NULL);
153 static void exec_man_cmd(const char *cmd, const char *page)
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)
348 const char *page = cmd_to_page(perf_cmd); local
365 const char *page = cmd_to_page(perf_cmd); local
403 const char *page = cmd_to_page(perf_cmd); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.cpp 31 #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())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 44 #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())
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 26 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,
73 if (page >= 0) {
74 path->appendf("%i.", page);
91 int page) {
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fixmap.h 21 #include <asm/page.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
spinlock_32.h 24 #include <asm/page.h>
  /external/chromium_org/chrome/browser/profiles/
avatar_menu_actions_desktop.cc 57 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/
start_page.css 7 #start-page {
16 #start-page {
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 37 .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/chrome/tools/
webforms_aggregator_unittests.py 70 <a href="%s">return to home page</a>
93 <p><a href="%s">return to home page</a></p>
119 <p><a href="%s">return to home page</a></p>
136 'Site One home page', 'Welcome to site one. It has a reg page!',
141 'Site One page 1',
142 'Page 1!', 'This is a useless page. It does almost nothing.',
143 self.files['site1_page2'], 'page 2', self.files['site1_page3'],
144 'page 3', self.files['site1_home']
    [all...]

Completed in 831 milliseconds

1 2 3 4 5 67 8 91011>>