OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:user_script_master_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_system.h
217
scoped_refptr<UserScriptMaster>
user_script_master_
;
member in class:extensions::ExtensionSystemImpl::Shared
extension_system.cc
169
user_script_master_
= new UserScriptMaster(profile_);
287
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 970 milliseconds