OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synchronousLoadDecisionForIconURL
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h
64
virtual WebCore::IconLoadDecision
synchronousLoadDecisionForIconURL
(const String&, WebCore::DocumentLoader*);
WebIconDatabaseProxy.cpp
100
IconLoadDecision WebIconDatabaseProxy::
synchronousLoadDecisionForIconURL
(const String& iconURL, DocumentLoader* documentLoader)
/external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.h
75
void
synchronousLoadDecisionForIconURL
(const String&, int&) const;
WebIconDatabase.cpp
145
void WebIconDatabase::
synchronousLoadDecisionForIconURL
(const String&, int& loadDecision) const
164
IconLoadDecision decision = m_iconDatabaseImpl->
synchronousLoadDecisionForIconURL
(iconURL, 0);
248
IconLoadDecision decision = m_iconDatabaseImpl->
synchronousLoadDecisionForIconURL
(i->second, 0);
/external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.h
179
virtual IconLoadDecision
synchronousLoadDecisionForIconURL
(const String&, DocumentLoader*) { return IconLoadNo; }
IconDatabase.h
98
virtual IconLoadDecision
synchronousLoadDecisionForIconURL
(const String&, DocumentLoader*);
IconDatabase.cpp
644
IconLoadDecision IconDatabase::
synchronousLoadDecisionForIconURL
(const String& iconURL, DocumentLoader* notificationDocumentLoader)
[
all
...]
/external/webkit/Source/WebCore/loader/
DocumentLoader.cpp
843
m_frame->loader()->iconLoadDecisionReceived(iconDatabase().
synchronousLoadDecisionForIconURL
(KURL(frameLoader()->iconURL()), this));
FrameLoader.cpp
732
IconLoadDecision decision = iconDatabase().
synchronousLoadDecisionForIconURL
(urlString, m_documentLoader.get());
[
all
...]
Completed in 498 milliseconds