HomeSort by relevance Sort by last modified time
    Searched refs:CheckContextAccessToExtensionAPI (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/extensions/renderer/
request_sender.cc 96 if (!dispatcher_->CheckContextAccessToExtensionAPI(name, context))
event_bindings.cc 147 if (!dispatcher_->CheckContextAccessToExtensionAPI(event_name, context()))
209 if (!dispatcher_->CheckContextAccessToExtensionAPI(event_name, context()))
dispatcher.h 125 bool CheckContextAccessToExtensionAPI(const std::string& function_name,
dispatcher.cc 422 bool Dispatcher::CheckContextAccessToExtensionAPI(
    [all...]

Completed in 851 milliseconds