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

  /external/chromium/chrome/browser/extensions/
extension_startup_browsertest.cc 93 UserScriptMaster* master = browser()->profile()->GetUserScriptMaster();
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 169 if (profile->GetUserScriptMaster()) {
171 profile->GetUserScriptMaster()->user_script_dir();
profile.cc 276 virtual UserScriptMaster* GetUserScriptMaster() {
277 return GetOriginalProfile()->GetUserScriptMaster();
profile.h 240 virtual UserScriptMaster* GetUserScriptMaster() = 0;
profile_impl.h 59 virtual UserScriptMaster* GetUserScriptMaster();
profile_impl.cc 748 UserScriptMaster* ProfileImpl::GetUserScriptMaster() {
    [all...]
  /external/chromium/android/autofill/
profile_android.h 148 virtual UserScriptMaster* GetUserScriptMaster() { NOTREACHED(); return NULL; }

Completed in 346 milliseconds