HomeSort by relevance Sort by last modified time
    Searched full:pages (Results 151 - 175 of 763) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_1/
browser.js 28 * html pages that include the shell.js, browser.js (this file), and the
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/
browser.js 28 * html pages that include the shell.js, browser.js (this file), and the
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
browser.js 28 * html pages that include the shell.js, browser.js (this file), and the
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.html 33 // cache_size is 2000 pages, and the default page_size is 1024 bytes. So the
  /external/webkit/WebCore/bindings/js/
ScriptController.cpp 260 const HashSet<Page*>& pages = page->group().pages(); local
261 HashSet<Page*>::const_iterator end = pages.end();
262 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
  /external/webkit/WebCore/history/
CachedPage.cpp 77 // FIXME: Right now we don't support pages w/ frames in the b/f cache. This may need to be tweaked when we add support for that.
PageCache.h 44 void setCapacity(int); // number of pages to cache
  /external/webkit/WebCore/loader/
CachedResourceClient.h 22 pages from the web. It has a memory cache for these objects.
CachedXBLDocument.cpp 24 pages from the web. It has a memory cache for these objects.
CachedXSLStyleSheet.cpp 24 pages from the web. It has a memory cache for these objects.
  /external/webkit/WebCore/page/
PageGroup.h 51 const HashSet<Page*>& pages() const { return m_pages; } function in class:WebCore::PageGroup
PrintContext.cpp 116 // thin pages will be scaled down a little, matching the way they
119 // Wide pages will be scaled down more than this.
  /external/webkit/WebKit/chromium/public/
WebKit.h 61 // Purge the plugin list cache. If |reloadPages| is true, any pages
WebScriptController.h 48 // loaded into. If a scheme is provided, only pages whose URL has the given
  /external/webkit/WebKit/qt/Api/
qwebsettings.h 118 static void setMaximumPagesInCache(int pages);
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 61 int[] pages = new int[6]; local
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 63 // the sizeclass is 0. The cache may have stale information for pages that do
65 // in Populate() for pages with sizeclass > 0 objects, and in do_malloc() and
66 // do_memalign() for all other relevant pages.
577 // Minimum number of pages to fetch from system at a time. Must be
684 // Mapping from size class to number of pages to allocate at a time
843 // Allocate enough pages so leftover is less than 1/8 of total.
    [all...]
  /bootable/recovery/minzip/
Zip.h 20 * TODO: we're now keeping the pages mapped so we don't have to copy the
69 * Depending on the implementation this could unmap pages used by classes
  /dalvik/vm/alloc/
HeapSource.h 39 * Having a separate heap should maximize the number of pages
48 * pages subsequently touched by the zygote process.
  /external/icu4c/common/
udatamem.c 68 const data into the read-only pages of an object or
70 pages, so we use char * strings to store the data.
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.cpp 258 // Page cache capacity (in pages). Comment from Mac port:
259 // (Research indicates that value / page drops substantially after 3 pages.)
  /external/webkit/WebKit/mac/History/
WebHistoryItem.h 44 @discussion WebHistoryItems are created by WebKit to represent pages visited.
46 pages visited. With the exception of the displayTitle, the properties of
  /external/webkit/WebKit/win/Interfaces/
IWebHistoryItem.idl 33 @discussion WebHistoryItems are created by WebKit to represent pages visited.
35 pages visited. With the exception of the displayTitle, the properties of
  /external/wpa_supplicant_6/wpa_supplicant/
todo.txt 33 web pages including the same information.. i.e., have this information only
45 - www pages about configuring wpa_supplicant:
  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.c 15 // This provides a YAFFS nand emulation on a file for emulating 2kB pages.
44 yflash_Page page[PAGES_PER_BLOCK]; // The pages in the block

Completed in 63 milliseconds

1 2 3 4 5 67 8 91011>>