OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnGetStatus
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.h
53
void
OnGetStatus
(int host_id, IPC::Message* reply_msg);
appcache_dispatcher_host.cc
54
IPC_MESSAGE_HANDLER_DELAY_REPLY(AppCacheHostMsg_GetStatus,
OnGetStatus
)
149
void AppCacheDispatcherHost::
OnGetStatus
(int host_id, IPC::Message* reply_msg) {
/external/chromium_org/chromeos/dbus/
update_engine_client.cc
204
base::Bind(&UpdateEngineClientImpl::
OnGetStatus
,
230
void
OnGetStatus
(dbus::Response* response) {
/external/chromium_org/chrome/test/chromedriver/
commands_unittest.cc
31
void
OnGetStatus
(const Status& status,
48
ExecuteGetStatus(params, std::string(), base::Bind(&
OnGetStatus
));
Completed in 69 milliseconds