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

  /external/chromium_org/chrome/browser/extensions/
extension_system.h 197 scoped_refptr<UserScriptMaster> user_script_master_; member in class:extensions::ExtensionSystemImpl::Shared
extension_system.cc 130 user_script_master_ = new UserScriptMaster(profile_);
253 return user_script_master_.get();
  /external/chromium/chrome/browser/profiles/
profile_impl.h 205 scoped_refptr<UserScriptMaster> user_script_master_; member in class:ProfileImpl
profile_impl.cc 405 if (user_script_master_ || extensions_service_)
423 user_script_master_ = new UserScriptMaster(script_dir, this);
749 return user_script_master_.get();
    [all...]

Completed in 192 milliseconds