/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
mman.h | 34 #include <asm/page.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
nfs_xdr.h | 194 struct page ** pages; 210 struct page ** pages; 276 struct page ** acl_pages; 283 struct page ** acl_pages; 311 struct page ** pages; 317 struct page ** pages; 325 struct page ** pages; 337 struct page ** pages; 414 struct page ** pages; 432 struct page ** pages [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
mman.h | 34 #include <asm/page.h>
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
extension_bridge.js | 7 * background page and content script. 11 * to the page or vice versa, and addMessageListener() to provide a message 27 * the background page, content script, or in a page, and call the 36 // This depends on the fact that the background page has a specific url. We 37 // should never be loaded into another extension's background page, so this 51 * Constant indicating we're in a background page. 65 * The name of the port between the content script and background page. 88 * Send a message. If the context is a page, sends a message to the 89 * extension background page. If the context is a background page, send [all...] |
/external/pdfium/fpdfsdk/src/ |
fpdfview.cpp | 119 int CharsetCP, // [IN] code page for charset (see Win32 GetACP())
411 DLLEXPORT double STDCALL FPDF_GetPageWidth(FPDF_PAGE page)
413 if (!page)
415 return ((CPDF_Page*)page)->GetPageWidth();
418 DLLEXPORT double STDCALL FPDF_GetPageHeight(FPDF_PAGE page)
420 if (!page) return 0.0;
421 return ((CPDF_Page*)page)->GetPageHeight();
429 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
431 void (*Func_RenderPage)(CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
439 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwLegacyQuirksTest.java | 71 final String page = "<html><head>" + local 80 loadDataSync(awContents, onPageFinishedHelper, page, "text/html", false); 97 final String page = "<html><head>" + local 106 loadDataSync(awContents, onPageFinishedHelper, page, "text/html", false); 113 loadDataSync(awContents, onPageFinishedHelper, page, "text/html", false); 186 final String page = String.format((Locale)null, "<html><head>" + local 198 loadDataSync(awContents, onPageFinishedHelper, page, "text/html", false); 200 // As we specify 'user-scalable=0', the page must become non-zoomable. 223 final String page = String.format((Locale)null, "<html><head>" + local 232 loadDataSync(awContents, onPageFinishedHelper, page, "text/html", false) 253 final String page = String.format((Locale)null, pageTemplate, 1); local 285 final String page = "<html><head>" + local 318 final String page = "<html><head>" + local [all...] |
/external/chromium_org/v8/src/ |
spaces.cc | 21 // You can't actually iterate over the anchor page. It is not a real page, 22 // just an anchor for the double linked page list. Initialize as if we have 23 // reached the end of the anchor page, then the first iteration will move on 24 // to the first page. 35 // You can't actually iterate over the anchor page. It is not a real page, 36 // just an anchor for the double linked page list. Initialize the current 38 // to the first page. 47 HeapObjectIterator::HeapObjectIterator(Page* page 444 NewSpacePage* page = static_cast<NewSpacePage*>(chunk); local 1106 Page* page = page_iterator.next(); local 1166 Page* page = page_iterator.next(); local 1482 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page(); local 1650 NewSpacePage* page = anchor_.next_page(); local 1724 NewSpacePage* page = anchor_.next_page(); local 1756 NewSpacePage* page = NewSpacePage::FromLimit(start); local 2227 Page* page = Page::FromAddress(start); local 2258 Page* page = NULL; local 2859 LargePage* page = first_page_; local 2885 LargePage* page = heap()->isolate()->memory_allocator()-> local 2941 LargePage* page = FindPage(a); local 2956 LargePage* page = reinterpret_cast<LargePage*>(e->value); local 2982 LargePage* page = current; local 3042 Page* page = Page::FromAddress(object->address()); local [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
ConversationDialogActivity.java | 92 for (int page = conversation.pages.size() - 1; page >= 0 ; page--) { 93 ConversationUtils.ConversationPage currentPage = conversation.pages.get(page); 96 // and split into a new page if it gets too long. 128 // overwrite the original page 131 // split into a new page 136 conversation.pages.add(page + addedPages, newPage); 175 protected void showPage(ConversationUtils.ConversationPage page) { 177 tv.setTypewriterText(page.text) [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_web_ui.h | 32 // "options_page", and that page is displayed in the tab contents area and is 52 // Page names are the keys, and chrome-extension: URLs are the values. 58 static void UnregisterChromeURLOverride(const std::string& page, 75 static void UnregisterAndReplaceOverride(const std::string& page,
|
/external/chromium_org/chrome/browser/importer/ |
firefox_importer_browsertest.cc | 146 virtual void AddHistoryPage(const history::URLRows& page, 148 ASSERT_EQ(3U, page.size()); 149 EXPECT_EQ("http://www.google.com/", page[0].url().spec()); 150 EXPECT_EQ(base::ASCIIToUTF16("Google"), page[0].title()); 151 EXPECT_EQ("http://www.google.com/", page[1].url().spec()); 152 EXPECT_EQ(base::ASCIIToUTF16("Google"), page[1].title()); 154 "form1-POST.html", page[2].url().spec()); 155 EXPECT_EQ(base::ASCIIToUTF16("example form (POST)"), page[2].title());
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
demo_user_login.css | 19 #page {
|
/external/chromium_org/chrome/browser/resources/pdf/ |
index.css | 15 viewer-page-indicator {
|
/external/chromium_org/chrome/browser/ui/ash/ |
chrome_new_window_delegate_chromeos.cc | 58 content::WebContents* page = browser->OpenURL( local 66 page->Focus();
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/ |
InspectedWindowLoadMonitor.js | 6 * within a Web page nor does it report on events occuring in the page. For now 7 * we poll the page to determine a reasonable time to report the scripts. 38 // This function should be converted to a string and run in the Web page
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
uber_shared.css | 16 /* TODO(dbeam): Remove .page class from overlays in settings so the junk below 18 body.uber-frame #extension-settings.page, 19 body.uber-frame #mainview-content .page, 20 body.uber-frame .subpage-sheet-container .page, 21 body.uber-frame > .page { 99 /* Sections are used in options pages, help page and history page. This defines
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/ |
infobar.js | 5 // Obtain the count of sandwiches from the page URL.
|
/external/chromium_org/pdf/pdfium/ |
pdfium_range.cc | 12 PDFiumRange::PDFiumRange(PDFiumPage* page, int char_index, int char_count) 13 : page_(page),
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaValues.cpp | 17 #include "core/page/Page.h" 78 ASSERT(frame && frame->page() && frame->page()->mainFrame()); 79 if (!frame->page()->mainFrame()->isLocalFrame() 80 || screenIsMonochrome(frame->page()->deprecatedLocalMainFrame()->view())) 87 ASSERT(frame && frame->page() && frame->page()->mainFrame()); 88 if (!frame->page()->mainFrame()->isLocalFrame() 89 || !screenIsMonochrome(frame->page()->deprecatedLocalMainFrame()->view()) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentTest.cpp | 49 Page& page() const { return m_dummyPageHolder->page(); } function in class:__anon14970::DocumentTest 80 page().setVisibilityState(PageVisibilityStateVisible, true); // initial state 96 page().setVisibilityState(PageVisibilityStateHidden, false); 104 page().setVisibilityState(PageVisibilityStateHidden, false); 115 page().setVisibilityState(PageVisibilityStateVisible, false); 124 page().setVisibilityState(PageVisibilityStateHidden, false); 132 page().setVisibilityState(PageVisibilityStateVisible, false);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInspectorAgent.h | 47 class Page; 54 static PassOwnPtr<InspectorInspectorAgent> create(Page* page, InjectedScriptManager* injectedScriptManager) 56 return adoptPtr(new InspectorInspectorAgent(page, injectedScriptManager)); 84 InspectorInspectorAgent(Page*, InjectedScriptManager*); 86 Page* m_inspectedPage;
|
InspectorInstrumentationCustomInl.h | 55 inline bool collectingHTMLParseErrors(Page* page) 58 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(page))
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
CreateWindow.cpp | 28 #include "core/page/CreateWindow.h" 35 #include "core/page/Chrome.h" 36 #include "core/page/ChromeClient.h" 37 #include "core/page/FocusController.h" 38 #include "core/page/Page.h" 39 #include "core/page/WindowFeatures.h" 54 frame->page()->focusController().setFocusedFrame(frame); 74 Page* oldPage = openerFrame.page(); [all...] |
PageAnimator.cpp | 6 #include "core/page/PageAnimator.h" 12 #include "core/page/Chrome.h" 13 #include "core/page/ChromeClient.h" 14 #include "core/page/Page.h" 19 PageAnimator::PageAnimator(Page* page) 20 : m_page(page) 77 // setFrameRect may have the side-effect of causing existing page layout to
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
Font.cpp | 360 static inline std::pair<GlyphData, GlyphPage*> glyphDataAndPageForNonCJKCharacterWithGlyphOrientation(UChar32 character, NonCJKGlyphOrientation orientation, GlyphData& data, GlyphPage* page, unsigned pageNumber) 365 GlyphPage* uprightPage = uprightNode->page(); 370 return make_pair(data, page); 379 GlyphPage* verticalRightPage = verticalRightNode->page(); 385 return make_pair(data, page); 391 return make_pair(data, page); 426 GlyphPage* page = 0; local 430 page = node->page(); 431 if (page) { 550 GlyphPage* page = node->page(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/plugins/ |
PluginData.h | 30 class Page; 53 static PassRefPtr<PluginData> create(const Page* page) { return adoptRef(new PluginData(page)); } 66 explicit PluginData(const Page*); 67 void initPlugins(const Page*);
|