/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.views_3.5.0.I20100527-0800.jar | |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
/external/chromium_org/chrome/browser/resources/history/ |
history.js | 24 // or just make the classes own more of the page. 106 this.isRendered = false; // Has the visit already been rendered on the page? 137 * Returns a dom structure for a browse page result or a search page result. 331 // link on the page. 417 * fill the currently requested page. This is somewhat dependent on the view, 450 var page = this.requestedPage_; 457 this.requestedPage_ = page; 472 * Tell the model that the view will want to see the current page. When 474 * @param {number} page The page we want to view [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
EditorCommand.cpp | 52 #include "core/page/Chrome.h" 53 #include "core/page/EditorClient.h" 54 #include "core/page/EventHandler.h" 57 #include "core/page/Page.h" 957 Page* page = frame.page(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMWindow.cpp | 80 #include "core/page/BackForwardClient.h" 81 #include "core/page/Chrome.h" 82 #include "core/page/ChromeClient.h" 83 #include "core/page/CreateWindow.h" 84 #include "core/page/EventHandler.h" 85 #include "core/page/FrameTree.h" 86 #include "core/page/Page.h" 87 #include "core/page/PageConsole.h" 88 #include "core/page/PageGroup.h 533 Page* DOMWindow::page() function in class:WebCore::DOMWindow 780 Page* page = document->page(); local 822 Page* page = document->page(); local 1030 Page* page = m_frame->page(); local 1044 Page* page = m_frame->page(); local 1058 Page* page = m_frame->page(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorTimelineAgent.cpp | 52 #include "core/page/PageConsole.h" 414 page()->console().addMessage(ConsoleAPIMessageSource, DebugMessageLevel, message); 796 page()->console().addMessage(ConsoleAPIMessageSource, DebugMessageLevel, message, String(), 0, 0, 0, state); 814 page()->console().addMessage(ConsoleAPIMessageSource, DebugMessageLevel, message, String(), 0, 0, 0, state); 825 page()->console().addMessage(ConsoleAPIMessageSource, DebugMessageLevel, message, String(), 0, 0, 0, state); 1238 Page* InspectorTimelineAgent::page() function in class:WebCore::InspectorTimelineAgent [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
CompositedLayerMapping.cpp | 39 #include "core/page/Chrome.h" 43 #include "core/page/scrolling/ScrollingCoordinator.h" 152 Page* page = layer->renderer()->frame()->page(); local 153 if (!page) 156 return page->scrollingCoordinator(); 198 if (Page* page = renderer()->frame()->page()) [all...] |
RenderLayerCompositor.cpp | 42 #include "core/page/Chrome.h" 45 #include "core/page/Page.h" 48 #include "core/page/scrolling/ScrollingConstraints.h" 49 #include "core/page/scrolling/ScrollingCoordinator.h" 253 // We allow the chrome to override the settings, in case the page is rendered 256 if (Page* page = this->page()) { 257 m_compositingTriggers = page->chrome().client().allowedCompositingTriggers() 2354 Page* page = frame.page(); local 2391 Page* page = frame.page(); local 2572 Page* RenderLayerCompositor::page() const function in class:WebCore::RenderLayerCompositor [all...] |
RenderLayerScrollableArea.cpp | 52 #include "core/page/EventHandler.h" 53 #include "core/page/FocusController.h" 56 #include "core/page/Page.h" 57 #include "core/page/scrolling/ScrollingCoordinator.h" 116 if (m_box->frame() && m_box->frame()->page()) { 117 if (ScrollingCoordinator* scrollingCoordinator = m_box->frame()->page()->scrollingCoordinator()) 212 Page* page = m_box->frame()->page(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | 95 #include "core/page/Chrome.h" 96 #include "core/page/ChromeClient.h" 98 #include "core/page/EventHandler.h" 100 #include "core/page/Page.h" 101 #include "core/page/PagePopupController.h" 102 #include "core/page/PrintContext.h" 138 explicit InspectorFrontendChannelDummy(Page*); 143 Page* m_frontendPage; 146 InspectorFrontendChannelDummy::InspectorFrontendChannelDummy(Page* page 917 Page* page = document->page(); local 949 Page* page = document->page(); local 1552 Page* page = contextDocument()->frame()->page(); local 1577 Page* page = contextDocument()->frame()->page(); local 1601 Page* page = contextDocument()->frame()->page(); local 1884 Page* page = document->page(); local 1898 Page* page = document->page(); local 2000 Page* page = document->page(); local [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
tcmalloc.cc | 44 // 3. The central page allocator is protected by "pageheap_lock". 45 // 4. The pagemap (which maps from page-number to descriptor), 69 // Page map contains a mapping from page id to Span. 76 // NULL if the corresponding page is not yet in the address space. 84 // 9/28/2003 (new page-level allocator replaces ptmalloc2): 258 // http://www.dinkumware.com/manuals/?manual=compleat&page=new.html 320 PageHeap::Stats pageheap; // Stats from page heap 408 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n" 423 "MALLOC: %12" PRIu64 " Tcmalloc page size\n 564 PageID page = 1; \/\/ Some code may assume that page==0 is never used local [all...] |
/external/chromium_org/ui/app_list/views/ |
apps_grid_view.cc | 70 // Width in pixels of the area on the sides that triggers a page flip. 73 // Delay in milliseconds to do the page flip. 449 pagination_model_->SelectPage(index.page, false); 855 int page = model_index / tiles_per_page(); local 857 ++page; 859 return Index(page, model_index % tiles_per_page()); 863 int model_index = index.page * tiles_per_page() + index.slot; 890 return index.page >= item_page_start && 891 index.page < pagination_model_->total_pages() && 924 if (selected.page > 0) 1154 int page = page_switcher_view_->GetPageForPoint(page_switcher_point); local 1193 int page = page_switcher_view_->GetPageForPoint(page_switcher_point); local [all...] |
/external/chromium_org/v8/src/ |
frames.cc | 1480 Page* page = Page::FromAddress(inner_pointer); local [all...] |
spaces.cc | 43 // You can't actually iterate over the anchor page. It is not a real page, 44 // just an anchor for the double linked page list. Initialize as if we have 45 // reached the end of the anchor page, then the first iteration will move on 46 // to the first page. 57 // You can't actually iterate over the anchor page. It is not a real page, 58 // just an anchor for the double linked page list. Initialize the current 60 // to the first page. 69 HeapObjectIterator::HeapObjectIterator(Page* page 447 NewSpacePage* page = static_cast<NewSpacePage*>(chunk); local 1119 Page* page = page_iterator.next(); local 1182 Page* page = page_iterator.next(); local 1498 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page(); local 1666 NewSpacePage* page = anchor_.next_page(); local 1740 NewSpacePage* page = anchor_.next_page(); local 1772 NewSpacePage* page = NewSpacePage::FromLimit(start); local 2225 Page* page = Page::FromAddress(start); local 2256 Page* page = NULL; local 2906 LargePage* page = first_page_; local 2932 LargePage* page = heap()->isolate()->memory_allocator()-> local 2988 LargePage* page = FindPage(a); local 3003 LargePage* page = reinterpret_cast<LargePage*>(e->value); local 3029 LargePage* page = current; local 3089 Page* page = Page::FromAddress(object->address()); local [all...] |
/external/chromium_org/v8/src/mips/ |
simulator-mips.cc | 825 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { 826 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 827 ICacheHash(page), 845 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); local 847 CachePage* cache_page = GetCachePage(i_cache, page); 856 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); local 859 CachePage* cache_page = GetCachePage(i_cache, page); [all...] |
/external/kernel-headers/original/linux/ |
mm.h | 37 #include <asm/page.h> 41 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) 55 * space that has a special rule for the page-fault handlers (ie a shared 148 #define VM_PFNMAP 0x00000400 /* Page-ranges managed without "struct page", just pure PFN */ 163 #define VM_HUGETLB 0x00400000 /* Huge TLB Page VM */ 186 * low four bits) to a page protection mask.. 194 * to the functions called when a no-page or a wp-page exception occurs. 223 struct page { struct [all...] |
skbuff.h | 126 struct page *page; member in struct:skb_frag_struct 804 struct page *page, int off, int size) 808 frag->page = page; [all...] |
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 666 // Ralf Brown Interrupt list is WRONG on bh(page) 667 // We do output only on the current page ! 1006 // Set cursor pos for page 0..7 1010 // Set active page 0 1087 static void biosfn_set_cursor_pos (page, cursor) 1088 Bit8u page;Bit16u cursor; 1094 if(page>7)return; 1097 write_word(BIOSMEM_SEG, BIOSMEM_CURSOR_POS+2*page, cursor); 1101 if(page==current) 1109 // Calculate the address knowing nbcols nbrows and page nu 2649 Bit16u crtc_addr,cols,page,vde; local [all...] |
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 64 #define MAX_CP_LEN 5 /* max code page name length */ 235 static int __ParseLocaleString(const char* lname, char* lang, char* ctry, char* page); 362 /* Convert character sequence to target code page. */ 1540 char lang[MAX_LANG_LEN + 1], ctry[MAX_CTRY_LEN + 1], page[MAX_CP_LEN + 1]; local [all...] |
/external/stressapptest/src/ |
worker.cc | 465 // Fill this page with its pattern. 469 logprintf(0, "Process Error: Fill Page entry null\n"); 511 // Fill this page with a random pattern. 515 logprintf(0, "Process Error: Fill Page entry null\n"); 530 // Actually fill the page. 554 // Fill the page with pattern 558 // Put the page back on the queue. 745 errormessage = "Page Error"; 2401 struct page_entry page; local [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | 825 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { 826 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 827 ICacheHash(page), 845 void* page = reinterpret_cast<void*>(start & (~CachePage::kPageMask)); local 847 CachePage* cache_page = GetCachePage(i_cache, page); 856 void* page = reinterpret_cast<void*>(address & (~CachePage::kPageMask)); local 859 CachePage* cache_page = GetCachePage(i_cache, page); [all...] |
/external/v8/src/ |
spaces.cc | 43 // You can't actually iterate over the anchor page. It is not a real page, 44 // just an anchor for the double linked page list. Initialize as if we have 45 // reached the end of the anchor page, then the first iteration will move on 46 // to the first page. 57 // You can't actually iterate over the anchor page. It is not a real page, 58 // just an anchor for the double linked page list. Initialize the current 60 // to the first page. 69 HeapObjectIterator::HeapObjectIterator(Page* page 414 NewSpacePage* page = static_cast<NewSpacePage*>(chunk); local 921 Page* page = it.next(); local 962 Page* page = page_iterator.next(); local 1266 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page(); local 1323 NewSpacePage* page = anchor(); local 1430 NewSpacePage* page = anchor_.next_page(); local 1495 NewSpacePage* page = anchor_.next_page(); local 1526 NewSpacePage* page = NewSpacePage::FromLimit(start); local 2566 LargePage* page = first_page_; local 2592 LargePage* page = heap()->isolate()->memory_allocator()-> local 2631 LargePage* page = FindPage(a); local 2646 LargePage* page = reinterpret_cast<LargePage*>(e->value); local 2671 LargePage* page = current; local 2731 Page* page = Page::FromAddress(object->address()); local [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 64 #define MAX_CP_LEN 5 /* max code page name length */ 235 static int __ParseLocaleString(const char* lname, char* lang, char* ctry, char* page); 362 /* Convert character sequence to target code page. */ 1540 char lang[MAX_LANG_LEN + 1], ctry[MAX_CTRY_LEN + 1], page[MAX_CP_LEN + 1]; local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragLayer.java | 691 // Set the anchor view if the page is scrolling 828 int page = workspace.getNextPage(); local [all...] |