Home | History | Annotate | Download | only in extensions

Lines Matching defs:ExtensionFunctionDispatcher

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