Home
last modified time | relevance | path

Searched refs:OnExtensionFunctionCompleted (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
Dextension_function_dispatcher.cc175 &UIThreadResponseCallbackWrapper::OnExtensionFunctionCompleted, in CreateCallback()
181 void OnExtensionFunctionCompleted(int request_id, in OnExtensionFunctionCompleted() function in extensions::ExtensionFunctionDispatcher::UIThreadResponseCallbackWrapper
406 void ExtensionFunctionDispatcher::OnExtensionFunctionCompleted( in OnExtensionFunctionCompleted() function in extensions::ExtensionFunctionDispatcher
Dextension_function_dispatcher.h118 void OnExtensionFunctionCompleted(const Extension* extension);
Dextension_function.cc346 dispatcher()->OnExtensionFunctionCompleted(GetExtension()); in ~UIThreadExtensionFunction()