HomeSort by relevance Sort by last modified time
    Searched full:pagecache (Results 26 - 50 of 67) sorted by null

12 3

  /external/webkit/Source/WebCore/loader/
HistoryController.cpp 46 #include "PageCache.h"
207 // When we are pre-commit, the currentItem is where the pageCache data resides
208 CachedPage* cachedPage = pageCache()->get(currentItem());
221 pageCache()->remove(currentItem());
292 pageCache()->remove(m_currentItem.get());
    [all...]
FrameLoader.cpp 78 #include "PageCache.h"
    [all...]
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 66 #include "PageCache.h"
  /external/webkit/Source/WebCore/page/
Settings.cpp 39 #include "PageCache.h"
518 pageCache()->remove(m_page->backForward()->itemAtIndex(i));
519 pageCache()->releaseAutoreleasedPagesNow();
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 62 #include <WebCore/PageCache.h>
288 pageCache()->markPagesForVistedLinkStyleRecalc();
299 pageCache()->markPagesForVistedLinkStyleRecalc();
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 69 #include "PageCache.h"
    [all...]
WebSettings.cpp 46 #include "PageCache.h"
583 WebCore::pageCache()->setCapacity(size);
  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 32 #include "PageCache.h"
283 pageCache()->remove(this);
  /external/kernel-headers/original/linux/
mm.h 588 * Return the pagecache index of the passed page. Regular pagecache pages
    [all...]
mmzone.h 51 NR_FILE_MAPPED, /* pagecache pages mapped into pagetables.
sysctl.h 188 VM_DROP_PAGECACHE=29, /* int: nuke lots of pagecache */
fs.h 623 * to write into the pagecache.
695 * Radix-tree tags, for tagging dirty and writeback pages within the pagecache
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sysctl.h 197 VM_DROP_PAGECACHE=29, /* int: nuke lots of pagecache */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sysctl.h 197 VM_DROP_PAGECACHE=29, /* int: nuke lots of pagecache */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sysctl.h 197 VM_DROP_PAGECACHE=29, /* int: nuke lots of pagecache */
  /external/webkit/Source/WebCore/
Android.mk 301 history/PageCache.cpp \
    [all...]
WebCore.pro 632 history/PageCache.cpp \
    [all...]
CMakeLists.txt 709 history/PageCache.cpp
    [all...]
GNUmakefile.list.am     [all...]
GNUmakefile.am     [all...]
WebCore.gypi     [all...]
  /external/webkit/Source/WebKit/gtk/
NEWS 413 - Lots of bugfixes, especially in the PageCache support.
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 143 #import <WebCore/PageCache.h>
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 104 #include <WebCore/PageCache.h>
610 pageCache()->setCapacity(pageCacheCapacity);
    [all...]
  /external/webkit/Source/WebCore/WebCore.xcodeproj/
project.pbxproj     [all...]

Completed in 1762 milliseconds

12 3