Searched refs:canCache (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/history/
H A DPageCache.h46 bool canCache(Page*) const;
H A DPageCache.cpp339 bool PageCache::canCache(Page* page) const function in class:WebCore::PageCache
439 ASSERT(canCache(page));
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCodeCache.cpp114 bool canCache = debuggerMode == DebuggerOff && profilerMode == ProfilerOff; local
116 if (!addResult.isNewEntry && canCache) {
125 if (!canCache || !unlinkedCode) {
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTextIndex.c768 int canCache = 0;
914 canCache = 1;
946 canCache = 1;
1008 *canCachePtr = canCache;
755 int canCache = 0; local
/macosx-10.9.5/CF-855.17/
H A DCFLocale.c414 Boolean canCache = _CFAllocatorIsSystemDefault(allocator); local
415 if (canCache && __CFLocaleCache) {
436 if (canCache) {
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoader.cpp1715 if (!m_frame->tree()->parent() && pageCache()->canCache(m_frame->page()) && !item->isInPageCache())

Completed in 185 milliseconds