OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIconDatabaseProxy
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.cpp
27
#include "
WebIconDatabaseProxy
.h"
40
WebIconDatabaseProxy
::~
WebIconDatabaseProxy
()
44
WebIconDatabaseProxy
::
WebIconDatabaseProxy
(WebProcess* process)
50
bool
WebIconDatabaseProxy
::isEnabled() const
55
void
WebIconDatabaseProxy
::setEnabled(bool enabled)
65
void
WebIconDatabaseProxy
::retainIconForPageURL(const String& pageURL)
70
void
WebIconDatabaseProxy
::releaseIconForPageURL(const String& pageURL)
75
Image*
WebIconDatabaseProxy
::synchronousIconForPageURL(const String& pageURL, const IntSize& size
[
all
...]
WebIconDatabaseProxy.h
48
class
WebIconDatabaseProxy
: public WebCore::IconDatabaseBase {
50
explicit
WebIconDatabaseProxy
(WebProcess*);
51
virtual ~
WebIconDatabaseProxy
();
/external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp
159
m_webContext->sendToAllProcesses(Messages::
WebIconDatabaseProxy
::ReceivedIconLoadDecision(static_cast<int>(IconLoadNo), callbackID));
174
m_webContext->sendToAllProcesses(Messages::
WebIconDatabaseProxy
::ReceivedIconLoadDecision((int)decision, callbackID));
254
m_webContext->sendToAllProcesses(Messages::
WebIconDatabaseProxy
::ReceivedIconLoadDecision(static_cast<int>(decision), i->first));
/external/webkit/Source/WebKit2/WebProcess/
WebProcess.h
38
#include "
WebIconDatabaseProxy
.h"
216
WebIconDatabaseProxy
m_iconDatabaseProxy;
Completed in 484 milliseconds