Lines Matching refs:ExtensionFunctionDispatcher
364 void ExtensionFunctionDispatcher::GetAllFunctionNames( in GetAllFunctionNames()
369 bool ExtensionFunctionDispatcher::OverrideFunction( in OverrideFunction()
374 void ExtensionFunctionDispatcher::ResetFunctions() { in ResetFunctions()
378 ExtensionFunctionDispatcher* ExtensionFunctionDispatcher::Create( in Create()
394 return new ExtensionFunctionDispatcher(render_view_host, delegate, in Create()
400 ExtensionFunctionDispatcher::ExtensionFunctionDispatcher( in ExtensionFunctionDispatcher() function in ExtensionFunctionDispatcher
440 Details<ExtensionFunctionDispatcher>(this)); in ExtensionFunctionDispatcher()
443 ExtensionFunctionDispatcher::~ExtensionFunctionDispatcher() { in ~ExtensionFunctionDispatcher()
449 Details<ExtensionFunctionDispatcher>(this)); in ~ExtensionFunctionDispatcher()
452 Browser* ExtensionFunctionDispatcher::GetCurrentBrowser( in GetCurrentBrowser()
478 void ExtensionFunctionDispatcher::HandleRequest( in HandleRequest()
518 void ExtensionFunctionDispatcher::SendResponse(ExtensionFunction* function, in SendResponse()
525 void ExtensionFunctionDispatcher::HandleBadMessage(ExtensionFunction* api) { in HandleBadMessage()
540 Profile* ExtensionFunctionDispatcher::profile() { in profile()