Home
last modified time | relevance | path

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

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