Searched refs:GetUserScriptMaster (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_startup_browsertest.cc93 UserScriptMaster* master = browser()->profile()->GetUserScriptMaster();
/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.cc169 if (profile->GetUserScriptMaster()) {
171 profile->GetUserScriptMaster()->user_script_dir();
H A Dprofile.cc276 virtual UserScriptMaster* GetUserScriptMaster() { function in class:OffTheRecordProfileImpl
277 return GetOriginalProfile()->GetUserScriptMaster();
H A Dprofile.h240 virtual UserScriptMaster* GetUserScriptMaster() = 0;
H A Dprofile_impl.h59 virtual UserScriptMaster* GetUserScriptMaster();
H A Dprofile_impl.cc748 UserScriptMaster* ProfileImpl::GetUserScriptMaster() { function in class:ProfileImpl
/external/chromium/android/autofill/
H A Dprofile_android.h148 virtual UserScriptMaster* GetUserScriptMaster() { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid

Completed in 188 milliseconds