Searched refs:page (Results 201 - 225 of 1037) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dlink_converter.py33 page, link = clean.split('#')
34 if not page:
35 page = '%s.html' % SanitizeAPIName(filename.rsplit(os.sep, 1)[-1])
45 page = page.replace('.html', '.').replace('_', '.')
51 return '%s$(ref:%s%s)' % (padding, page, link)
53 return '%s$(ref:%s%s %s)' % (padding, page, link, title)
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.h24 // A class which represents an output page used in the MockPrinter class.
93 // Get a pointer to the printed page, returns NULL if pageno has not been
97 int GetWidth(unsigned int page) const;
98 int GetHeight(unsigned int page) const;
99 bool GetBitmapChecksum(unsigned int page, std::string* checksum) const;
100 bool GetSource(unsigned int page, const void** data, uint32* size) const;
101 bool GetBitmap(unsigned int page, const void** data, uint32* size) const;
102 bool SaveSource(unsigned int page, const base::FilePath& filepath) const;
103 bool SaveBitmap(unsigned int page, const base::FilePath& filepath) const;
149 // Specifies whether to retain/crop/scale source page siz
[all...]
H A Dmock_printer.cc226 scoped_refptr<MockPrinterPage> page(page_data);
227 pages_.push_back(page);
250 int MockPrinter::GetWidth(unsigned int page) const {
251 if (printer_status_ != PRINTER_READY || page >= pages_.size())
253 return pages_[page]->width();
256 int MockPrinter::GetHeight(unsigned int page) const {
257 if (printer_status_ != PRINTER_READY || page >= pages_.size())
259 return pages_[page]->height();
263 unsigned int page, std::string* checksum) const {
264 if (printer_status_ != PRINTER_READY || page >
262 GetBitmapChecksum( unsigned int page, std::string* checksum) const argument
270 SaveSource( unsigned int page, const base::FilePath& filepath) const argument
281 SaveBitmap( unsigned int page, const base::FilePath& filepath) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h153 return frame ? instrumentingAgentsFor(frame->page()) : 0;
158 Page* page = document.page(); local
159 if (!page && document.templateDocumentHost())
160 page = document.templateDocumentHost()->page();
161 return instrumentingAgentsFor(page);
/external/chromium_org/tools/telemetry/telemetry/value/
H A Dscalar.py13 def __init__(self, page, name, units, value, important=True,
17 A test that counts the number of DOM elements in a page might produce a
19 ScalarValue(page, 'num_dom_elements', 'count', num_elements)
21 super(ScalarValue, self).__init__(page, name, units, important, description)
28 if self.page:
29 page_name = self.page.url
83 return cls._MergeLikeValues(values, v0.page, v0.name)
94 def _MergeLikeValues(cls, values, page, name):
102 page, name, v0.units, merged_value, important=v0.important,
H A Dstring.py11 def __init__(self, page, name, units, value, important=True,
15 A test that output a hash of the content in a page might produce a
17 StringValue(page, 'page_hash', 'hash', '74E377FF')
19 super(StringValue, self).__init__(page, name, units, important, description)
26 if self.page:
27 page_name = self.page.url
81 return cls._MergeLikeValues(values, v0.page, v0.name)
92 def _MergeLikeValues(cls, values, page, name):
100 page, name, v0.units, merged_value, important=v0.important,
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp35 #include "core/page/Page.h"
140 NavigatorContentUtils* NavigatorContentUtils::from(Page& page) argument
142 return static_cast<NavigatorContentUtils*>(WillBeHeapSupplement<Page>::from(page, supplementName()));
168 ASSERT(navigator.frame()->page());
169 NavigatorContentUtils::from(*navigator.frame()->page())->client()->registerProtocolHandler(scheme, document->completeURL(url), title);
209 ASSERT(navigator.frame()->page());
210 return customHandlersStateString(NavigatorContentUtils::from(*navigator.frame()->page())->client()->isProtocolHandlerRegistered(scheme, document->completeURL(url)));
227 ASSERT(navigator.frame()->page());
228 NavigatorContentUtils::from(*navigator.frame()->page())->client()->unregisterProtocolHandler(scheme, document->completeURL(url));
236 void provideNavigatorContentUtilsTo(Page& page, PassOwnPt argument
[all...]
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dpage_test_test_case.py12 from telemetry.page import page as page_module
13 from telemetry.page import page_runner
14 from telemetry.page import page_set as page_set_module
15 from telemetry.page import page_test
16 from telemetry.page import test_expectations
42 page = BasicTestPage('file://' + test_filename, ps, base_dir=ps.base_dir)
43 ps.AddPage(page)
89 def TabForPage(self, page, browser):
104 return measurement_class.TabForPage(self, page, browse
[all...]
/external/flac/libFLAC/
H A Dogg_encoder_aspect.c66 /*@@@ what about the page? */
99 * - The first packet is flushed to the first page.
101 * - Each metadata packet is flushed to page (this is not required,
196 while(ogg_stream_flush(&aspect->stream_state, &aspect->page) != 0) {
197 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
199 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
204 while(ogg_stream_pageout(&aspect->stream_state, &aspect->page) != 0) {
205 if(write_callback(encoder, aspect->page
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.css5 .tile-page {
13 .tile-page-scrollbar {
23 .tile-page-content {
28 * impacts performance of page switching, also it causes problems with Mac
73 * webstore tile that's on the same page as a [+]. */
106 /* When a drag finishes while we're not showing the page where the tile
108 .tile.drag-representation.dropped-on-other-page > * {
117 .animating-tile-page .tile,
126 .animating-tile-page .top-margin {
130 .animating-tile-page #notificatio
[all...]
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dmemory_test.py8 from telemetry.page import page_test
41 // Currently the background of the page shows up checkerboarded
68 def ValidateAndMeasurePage(self, page, tab, results):
87 def WillNavigateToPage(self, page, tab):
111 for page in page_set.pages:
112 page.script_to_evaluate_on_commit = test_harness_script
/external/chromium_org/third_party/skia/src/utils/
H A DSkPDFRasterizer.cpp24 #include <poppler-page.h>
25 #include <poppler-page-renderer.h>
40 SkAutoTDelete<poppler::page> page(doc->create_page(0));
42 poppler::image image = renderer.render_page(page.get());
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationUtils.java59 } else if (parser.getName().equals("page")) {
60 ConversationPage page = new ConversationPage();
65 page.imageResource = value;
68 page.text = context.getText(value);
71 page.title = context.getString(value);
75 currentConversation.pages.add(page);
/external/skia/src/utils/
H A DSkPDFRasterizer.cpp24 #include <poppler-page.h>
25 #include <poppler-page-renderer.h>
40 SkAutoTDelete<poppler::page> page(doc->create_page(0));
42 poppler::image image = renderer.render_page(page.get());
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c75 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon34309
101 static void nandemul2k_Read(void *buffer, int page, int start, int nBytes) argument
103 int pg = page%PAGES_PER_BLOCK;
104 int blk = page/PAGES_PER_BLOCK;
107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes);
112 static void nandemul2k_Program(const void *buffer, int page, int start, int nBytes) argument
114 int pg = page%PAGES_PER_BLOCK;
115 int blk = page/PAGES_PER_BLOCK;
119 p = &ned.block[blk]->page[pg]->data[start];
145 memset(blk->page[
321 int start, page; local
379 int col, page; local
425 int start, page; local
483 int col, page; local
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_test_unittest.py11 from telemetry.page import page as page_module
12 from telemetry.page import page_set
13 from telemetry.page import page_set_archive_info
14 from telemetry.page import page_test
21 def ValidateAndMeasurePage(self, page, tab, results):
29 def ValidateAndMeasurePage(self, page, tab, results):
35 results.AddValue(scalar.ScalarValue(page, 'x', 'ms', 7))
39 def ValidateAndMeasurePage(self, page, tab, results):
47 def ValidateAndMeasurePage(self, page, ta
[all...]
H A Dpage_unittest.py8 from telemetry.page import page namespace
9 from telemetry.page import page_set
17 apage = page.Page('file://somedir/otherdir/file.html',
22 apage = page.Page('file:///somedir/otherdir/file.html',
27 apage = page.Page('file://somedir/otherdir/file.html?key=val',
32 apage = page.Page('file://somedir/file.html?key=val',
38 apage = page.Page('file://somedir/otherdir/',
120 p0 = page.Page("http://example.com")
121 p1 = page
[all...]
/external/chromium_org/ui/app_list/
H A Dpagination_model.cc39 void PaginationModel::SelectPage(int page, bool animate) { argument
41 // -1 and |total_pages_| are valid target page for animation.
42 DCHECK(page >= -1 && page <= total_pages_);
45 if (page == selected_page_)
49 if (!is_valid_page(page)) {
52 if (page == last_overscroll_target_page_) {
60 last_overscroll_target_page_ = page;
65 StartTransitionAnimation(Transition(page, 0));
72 if (from_page == page) {
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h72 // - Each partition page (which is usually multiple physical pages) has a
120 // guard pages, metadata, page headers and wasted space come out of the total.
130 // for a partition page to be based on multiple system pages. Most references to
131 // "page" refer to partition pages.
134 // and include space for a small amount of metadata per partition page.
139 // system page of the span. For our current max slot span size of 64k and other
141 // against the end of a system page.
149 // freelist sections gradually, in units of the dominant system page size.
150 // What we're actually doing is avoiding filling the full partition page
152 // pointers will fault and dirty a private page, whic
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfpdfformfill.h165 * nEnd - A 0-based index that defines the end of an inclusive page range.
167 * bShrinkToFit - If true, the page is shrunk (if necessary) to fit within the imageable area of the printed page.
194 * Jump to a specified page.
201 * nPageNum - The specified page number, zero for the first page.
297 * page - Handle to the page. Returned by FPDF_LoadPage function.
298 * left - Left position of the client area in PDF page coordinate.
299 * top - Top position of the client area in PDF page coordinat
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dcharger_replacement.css13 .page {
20 body[page='0'] #check-charger,
21 body[page='1'] #confirm-safe-charger {
24 body[page='2'] #charger-update {
27 body[page='3'] #order-charger-online {
30 body[page='4'] #confirm-online-order {
33 body[page='5'] #finish-not-order-charger {
36 body[page='6'] #order-charger-offline {
39 body[page='7'] #charger-still-bad {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DHAREntry.js63 var page = this._request.target().networkLog.pageLoadForRequest(this._request);
64 if (page)
65 entry.pageref = "page_" + page.id;
310 var page = this._requests[i].target().networkLog.pageLoadForRequest(this._requests[i]);
311 if (!page || seenIdentifiers[page.id])
313 seenIdentifiers[page.id] = true;
314 pages.push(this._convertPage(page));
320 * @param {!WebInspector.PageLoad} page
323 _convertPage: function(page)
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebKitHitTestTest.java78 // key event to change the focused element of the page.
133 String page = fullPageLink(HREF, ANCHOR_TEXT);
134 setServerResponseAndLoad(page);
154 String page = fullPageLink("", ANCHOR_TEXT);
155 setServerResponseAndLoad(page);
176 String page = fullPageLink(relPath, ANCHOR_TEXT);
177 setServerResponseAndLoad(page);
198 String page = fullPageLink(prefix + email, ANCHOR_TEXT);
199 setServerResponseAndLoad(page);
220 String page
[all...]
/external/chromium_org/chrome/browser/resources/help/
H A Dchannel_change_page.css6 #channel-change-page {
11 .channel-change-page-channel label {
15 .channel-change-page-channel {
/external/chromium_org/chrome/browser/resources/pdf/
H A Dviewport.js29 * @param {number} scrollbarWidth the width of scrollbars on the page
54 * Enumeration of page fitting types.
59 FIT_TO_PAGE: 'fit-to-page',
64 * The increment to scroll a page by in pixels when up/down/left/right arrow
88 * The width of the page shadow around pages in pixels.
266 * @param {integer} y the y-coordinate to get the page at.
267 * @return {integer} the index of a page overlapping the given y-coordinate.
273 var page = Math.floor(min + ((max - min) / 2));
275 // of the previous page as the top for finding the page
[all...]

Completed in 627 milliseconds

1234567891011>>