OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IconLoadNo
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.h
44
IconLoadNo
,
179
virtual IconLoadDecision synchronousLoadDecisionForIconURL(const String&, DocumentLoader*) { return
IconLoadNo
; }
IconDatabase.cpp
649
return
IconLoadNo
;
658
return (int)currentTime() - icon->getTimestamp() > iconExpirationTime ? IconLoadYes :
IconLoadNo
;
[
all
...]
/external/webkit/Source/WebCore/loader/icon/wince/
IconDatabaseWinCE.cpp
65
IconLoadDecision IconDatabase::loadDecisionForIconURL(const String&, DocumentLoader*) { return
IconLoadNo
; }
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.cpp
104
return
IconLoadNo
;
/external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp
147
loadDecision = static_cast<int>(
IconLoadNo
);
159
m_webContext->sendToAllProcesses(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision(static_cast<int>(
IconLoadNo
), callbackID));
/external/webkit/Source/WebCore/loader/
FrameLoader.cpp
757
if (iconLoadDecision ==
IconLoadNo
) {
[
all
...]
Completed in 475 milliseconds