Home
last modified time | relevance | path

Searched refs:IconLoadNo (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
DIconDatabaseBase.h44 IconLoadNo, enumerator
179 …adDecision synchronousLoadDecisionForIconURL(const String&, DocumentLoader*) { return IconLoadNo; } in synchronousLoadDecisionForIconURL()
DIconDatabase.cpp649 return IconLoadNo; in synchronousLoadDecisionForIconURL()
658 … return (int)currentTime() - icon->getTimestamp() > iconExpirationTime ? IconLoadYes : IconLoadNo; in synchronousLoadDecisionForIconURL()
/external/webkit/Source/WebKit2/UIProcess/
DWebIconDatabase.cpp147 loadDecision = static_cast<int>(IconLoadNo); in synchronousLoadDecisionForIconURL()
159 …essages::WebIconDatabaseProxy::ReceivedIconLoadDecision(static_cast<int>(IconLoadNo), callbackID)); in getLoadDecisionForIconURL()
/external/webkit/Source/WebCore/loader/icon/wince/
DIconDatabaseWinCE.cpp65 …ecision IconDatabase::loadDecisionForIconURL(const String&, DocumentLoader*) { return IconLoadNo; } in loadDecisionForIconURL()
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
DWebIconDatabaseProxy.cpp104 return IconLoadNo; in synchronousLoadDecisionForIconURL()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp762 if (iconLoadDecision == IconLoadNo) { in continueIconLoadWithDecision()
/external/webkit/Source/WebKit2/
DChangeLog7262 For now, always message "IconLoadNo" back to the WebProcess.