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

  /external/chromium_org/extensions/renderer/
script_injection_manager.cc 36 class ScriptInjectionManager::RVOHelper : public content::RenderViewObserver {
38 RVOHelper(content::RenderView* render_view, ScriptInjectionManager* manager);
58 // Tells the ScriptInjectionManager to run tasks associated with
66 // The owning ScriptInjectionManager.
67 ScriptInjectionManager* manager_;
77 ScriptInjectionManager::RVOHelper::RVOHelper(
79 ScriptInjectionManager* manager)
85 ScriptInjectionManager::RVOHelper::~RVOHelper() {
88 bool ScriptInjectionManager::RVOHelper::OnMessageReceived(
91 IPC_BEGIN_MESSAGE_MAP(ScriptInjectionManager::RVOHelper, message
    [all...]
script_injection_manager.h 35 // The ScriptInjectionManager manages extensions injecting scripts into frames
39 class ScriptInjectionManager : public UserScriptSetManager::Observer {
41 ScriptInjectionManager(const ExtensionSet* extensions,
43 virtual ~ScriptInjectionManager();
50 // in order to notify the ScriptInjectionManager of different document load
105 DISALLOW_COPY_AND_ASSIGN(ScriptInjectionManager);
dispatcher.h 60 class ScriptInjectionManager;
281 scoped_ptr<ScriptInjectionManager> script_injection_manager_;
311 // It is important for this to come after the ScriptInjectionManager, so that
dispatcher.cc 204 new ScriptInjectionManager(&extensions_, user_script_set_manager_.get()));
    [all...]

Completed in 129 milliseconds