Lines Matching defs:Dispatcher

182 Dispatcher::Dispatcher(DispatcherDelegate* delegate)
210 Dispatcher::~Dispatcher() {
213 void Dispatcher::OnRenderViewCreated(content::RenderView* render_view) {
217 bool Dispatcher::IsExtensionActive(const std::string& extension_id) const {
225 const Extension* Dispatcher::GetExtensionFromFrameAndWorld(
258 void Dispatcher::DidCreateScriptContext(
344 void Dispatcher::WillReleaseScriptContext(
360 void Dispatcher::DidCreateDocumentElement(blink::WebFrame* frame) {
407 void Dispatcher::DidMatchCSS(
415 void Dispatcher::OnExtensionResponse(int request_id,
422 bool Dispatcher::CheckContextAccessToExtensionAPI(
452 void Dispatcher::DispatchEvent(const std::string& extension_id,
467 void Dispatcher::InvokeModuleSystemMethod(content::RenderView* render_view,
504 void Dispatcher::ClearPortData(int port_id) {
512 std::vector<std::pair<std::string, int> > Dispatcher::GetJsResources() {
595 void Dispatcher::RegisterNativeHandlers(ModuleSystem* module_system,
597 Dispatcher* dispatcher,
684 bool Dispatcher::OnControlMessageReceived(const IPC::Message& message) {
686 IPC_BEGIN_MESSAGE_MAP(Dispatcher, message)
718 void Dispatcher::WebKitInitialized() {
746 void Dispatcher::IdleNotification() {
763 void Dispatcher::OnRenderProcessShutdown() {
768 void Dispatcher::OnActivateExtension(const std::string& extension_id) {
803 void Dispatcher::OnCancelSuspend(const std::string& extension_id) {
807 void Dispatcher::OnClearTabSpecificPermissions(
813 void Dispatcher::OnDeliverMessage(int target_port_id, const Message& message) {
828 void Dispatcher::OnDispatchOnConnect(
849 void Dispatcher::OnDispatchOnDisconnect(int port_id,
857 void Dispatcher::OnLoaded(
875 void Dispatcher::OnLoadedInternal(scoped_refptr<const Extension> extension) {
879 void Dispatcher::OnMessageInvoke(const std::string& extension_id,
888 void Dispatcher::OnSetChannel(int channel) {
892 void Dispatcher::OnSetFunctionNames(const std::vector<std::string>& names) {
898 void Dispatcher::OnSetScriptingWhitelist(
903 void Dispatcher::OnSetSystemFont(const std::string& font_family,
909 void Dispatcher::OnShouldSuspend(const std::string& extension_id,
915 void Dispatcher::OnSuspend(const std::string& extension_id) {
925 void Dispatcher::OnTransferBlobs(const std::vector<std::string>& blob_uuids) {
929 void Dispatcher::OnUnloaded(const std::string& id) {
962 void Dispatcher::OnUpdatePermissions(
984 void Dispatcher::OnUpdateTabSpecificPermissions(
993 void Dispatcher::OnUsingWebRequestAPI(bool webrequest_used) {
997 void Dispatcher::OnUserScriptsUpdated(
1003 void Dispatcher::UpdateActiveExtensions() {
1009 void Dispatcher::InitOriginPermissions(const Extension* extension) {
1018 void Dispatcher::UpdateOriginPermissions(
1056 void Dispatcher::EnableCustomElementWhiteList() {
1066 void Dispatcher::UpdateBindings(const std::string& extension_id) {
1068 base::Bind(&Dispatcher::UpdateBindingsForContext,
1072 void Dispatcher::UpdateBindingsForContext(ScriptContext* context) {
1151 void Dispatcher::RegisterBinding(const std::string& api_name,
1194 void Dispatcher::RegisterNativeHandlers(ModuleSystem* module_system,
1219 void Dispatcher::PopulateSourceMap() {
1230 bool Dispatcher::IsWithinPlatformApp() {
1244 bool Dispatcher::IsSandboxedPage(const GURL& url) const {
1254 Feature::Context Dispatcher::ClassifyJavaScriptContext(
1310 v8::Handle<v8::Object> Dispatcher::GetOrCreateObject(
1331 v8::Handle<v8::Object> Dispatcher::GetOrCreateBindObjectIfAvailable(