OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canCachePageContainingThisFrame
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/history/
PageCache.h
70
static bool
canCachePageContainingThisFrame
(Frame*);
PageCache.cpp
246
bool PageCache::
canCachePageContainingThisFrame
(Frame* frame)
249
if (!
canCachePageContainingThisFrame
(child))
307
return
canCachePageContainingThisFrame
(page->mainFrame())
Completed in 780 milliseconds