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

<<21222324252627282930>>

  /external/chromium_org/tools/perf/measurements/
smoothness_controller.py 10 from telemetry.page import page_test
11 from telemetry.page.actions import action_runner
38 def SetUp(self, page, tab):
42 custom_categories += page.GetSyntheticDelayCategories()
94 # page sets are responsible for issueing the markers themselves.
  /external/chromium_org/tools/perf/metrics/
startup_metric.py 24 def Start(self, page, tab):
27 def Stop(self, page, tab):
65 print "Page: ", tab_title, " didn't finish loading."
system_memory.py 23 def Start(self, page, tab):
24 """Start the per-page preparation for this metric.
30 def Stop(self, page, tab):
31 """Prepare the results for this page.
42 """Add results for this page to the results object.
49 trace_name: Trace name to identify the summary results for current page.
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 78 In section 3.6.4, Rasterization of Pixel Rectangles, on page 101,
88 In section 3.6.4, Rasterization of Pixel Rectangles, on page 102,
106 In section 3.6.4, Rasterization of Pixel Rectangles, on page 104,
115 In section 3.8.1, Texture Image Specification, on page 125, add
132 In section 3.8.1, Texture Image Specification, on page 126, add
140 page 129, insert this paragraph after the first full paragraph on the
141 page:
193 Edit table 6.16 on page 231: change the type of TEXTURE_INTERNAL_FORMAT
  /external/chromium_org/chrome/browser/resources/history/
history.js 24 // or just make the classes own more of the page.
139 this.isRendered = false; // Has the visit already been rendered on the page?
171 * Returns a dom structure for a browse page result or a search page result.
420 // link on the page.
533 * fill the currently requested page. This is somewhat dependent on the view,
574 var page = this.requestedPage_;
581 this.requestedPage_ = page;
596 * Tell the model that the view will want to see the current page. When
598 * @param {number} page The page we want to view
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 21 #include "core/page/Page.h"
44 #include "core/page/AutoscrollController.h"
45 #include "core/page/Chrome.h"
46 #include "core/page/ChromeClient.h"
47 #include "core/page/ContextMenuController.h"
48 #include "core/page/DragController.h"
49 #include "core/page/FocusController.h"
50 #include "core/page/FrameTree.h"
51 #include "core/page/PageLifecycleNotifier.h
272 Page* page = *it; local
399 Page* page = *it; local
411 Page* page = *it; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 448 // TODO(edisonn): verify that it is a page tree indeed
458 SkPdfPageObjectDictionary* SkPdfNativeDoc::page(int page) { function in class:SkPdfNativeDoc
459 SkASSERT(page >= 0 && page < fPages.count());
460 return fPages[page];
464 SkPdfResourceDictionary* SkPdfNativeDoc::pageResources(int page) {
465 SkASSERT(page >= 0 && page < fPages.count());
466 return fPages[page]->Resources(this)
    [all...]
  /external/chromium_org/components/dom_distiller/core/
distiller_unittest.cc 77 // starts on page 2 then pages are distilled in the order: 2, 1, 0, 3, 4.
79 for (int page = start_page_num; page >= 0; --page)
80 page_nums.push_back(page);
81 for (int page = start_page_num + 1; page < num_pages; ++page)
82 page_nums.push_back(page);
108 // the correct ascending page order regardless of |start_page_num|
174 const dom_distiller::DistilledPageProto& page = local
320 int page = page_nums[page_num]; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 164 int page,
168 int page);
196 void (*erase_cmd)(struct mtd_info *mtd, int page);
198 int (*errstat)(struct mtd_info *mtd, struct nand_chip *this, int state, int status, int page);
  /development/ndk/platforms/android-3/include/linux/
proc_fs.h 28 typedef int (read_proc_t)(char *page, char **start, off_t off,
relay.h 39 struct page **page_array;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
user_32.h 21 #include <asm/page.h>
  /external/chromium_org/chrome/browser/printing/
print_job_worker.h 62 // the next page can be printed.
96 // Renders a page in the printer.
97 void SpoolPage(PrintedPage* page);
102 // Discards the current document, the current page and cancels the printing
142 // Current page number to print.
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_browsertest.cc 100 // Go to a page with a link
138 // Go to a |page| with a link to echoheader URL.
139 GURL page("data:text/html,<a href='" + echoheader.spec() + "'>link</a>");
140 ui_test_utils::NavigateToURL(browser(), page); local
164 // Verify that the text on the page matches |kCorrectReferrer|.
172 // Verify that the referrer on the page matches |kCorrectReferrer|.
189 // Go to a |page| with a link to echoheader URL.
190 GURL page("data:text/html,<a href='" + echoheader.spec() + "'>link</a>");
191 ui_test_utils::NavigateToURL(browser(), page); local
216 // Verify that the text on the page matches |kNoneReferrer|
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 6 * @fileoverview Keeps track of live regions on the page and speaks updates
26 * An array of all of the elements on the page that are live regions.
44 * Time in milliseconds after initial page load to ignore live region
46 * The exception is alerts, they're announced when a page is loaded.
53 * @param {Date} pageLoadTime The time the page was loaded. Live region
115 // If the page just loaded and this is any region type other than 'alert',
117 // the exception, they're announced on page load.
125 // Don't announce alerts on page load if their text and values consist of
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.js 22 // easier to support platforms that load the error page via different
27 // Re-renders the error page using |strings| as the dictionary of values.
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 112 * the landing page, but we shouldn't be able to navigate back, hence
113 * we open the landing page in a new tab and sendReport closes this tab.
133 feedbackInfo.pageUrl = $('page-url-text').value;
202 * Update the page when performance feedback state is changed.
236 * Initializes our page.
239 * . Setup page event handlers
253 $('page-url-text').value = feedbackInfo.pageUrl;
256 // We've taken our screenshot, show the feedback page without any
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.js 9 * flow, and unhides the dialog once the page has loaded.
11 * @param {Object} win The dialog window that contains this page. Can
  /external/chromium_org/chrome/browser/resources/pdf/
main.js 31 // Send a message to the background page to obtain the stream details. It
42 // of this page will be of the form
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 25 * Browse to the downloads page & call our preLoad().
33 * Gets all of the token entries on the page.
41 * Gets the expiration time displayed on the page for a given entry.
53 * Gets the extension id displayed on the page for a given entry.
62 * Gets the extension name displayed on the page for a given entry.
80 * Gets the token ID displayed on the page for a given entry.
89 * Gets the token status displayed on the page for a given entry.
98 * Gets the token scopes displayed on the page for a given entry.
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 60 * Browse to the options page & call our preLoad().
122 assertTrue($('search-engine-manager-page').hidden);
126 assertFalse($('search-engine-manager-page').hidden);
131 assertFalse($('search-engine-manager-page').hidden);
272 var page = HomePageOverlay.getInstance();
273 PageManager.showPageByName(page.name);
280 page.pageDiv.dispatchEvent(event);
420 * @param {!Array.<string>} expectedPages An array of page names expected to
423 * be open. If undefined, the topmost (last) page name in |expectedPages|
429 // Check the topmost page
    [all...]
settings_app_browsertest.js 16 * Browse to Settings App page, in a browser.
37 assertFalse(isVisible('change-home-page-section'));
  /external/chromium_org/chrome/renderer/
chrome_mock_render_thread.h 52 // Cancel print preview when print preview has |page| remaining pages.
53 void set_print_preview_cancel_page_number(int page);
  /external/chromium_org/net/tools/quic/benchmark/
run_client.py 71 for page in data['pages']:
72 url = page['url']
73 if 'resources' in page:
74 resources = page['resources']
89 """Download a page emulated by a list of urls.
94 A tuple (page download time, max packet number).
123 infile: Input json file describing the page list.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.h 31 #include "core/page/FrameTree.h"
44 class Page;
63 // NOTE: Page is moving out of Blink up into the browser process as
66 Page* page() const;

Completed in 913 milliseconds

<<21222324252627282930>>