HomeSort by relevance Sort by last modified time
    Searched full:receivediconloaddecision (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.messages.in 25 ReceivedIconLoadDecision(int loadDecision, uint64_t callbackID)
WebIconDatabaseProxy.h 70 void receivedIconLoadDecision(int decision, uint64_t callbackID);
WebIconDatabaseProxy.cpp 120 void WebIconDatabaseProxy::receivedIconLoadDecision(int decision, uint64_t callbackID)
  /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/
ChangeLog     [all...]

Completed in 1021 milliseconds