OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportsAsynchronousMode
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h
68
virtual bool
supportsAsynchronousMode
();
WebIconDatabaseProxy.cpp
107
bool WebIconDatabaseProxy::
supportsAsynchronousMode
()
/external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.h
183
virtual bool
supportsAsynchronousMode
() { return false; }
/external/webkit/Source/WebCore/loader/
FrameLoader.cpp
725
if (iconDatabase().
supportsAsynchronousMode
()) {
754
if (iconDatabase().
supportsAsynchronousMode
() && m_frame->page()->settings()->privateBrowsingEnabled())
764
if (iconDatabase().
supportsAsynchronousMode
()) {
[
all
...]
Completed in 32 milliseconds