OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIndexOfProfileWithPath
(Results
26 - 34
of
34
) sorted by null
1
2
/external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc
723
size_t profile_index = cache.
GetIndexOfProfileWithPath
(profile_path);
791
size_t current_profile_index = cache.
GetIndexOfProfileWithPath
(profile_path)
[
all
...]
profile_manager.cc
[
all
...]
profile_info_cache.cc
246
size_t profile_index =
GetIndexOfProfileWithPath
(profile_path);
277
size_t ProfileInfoCache::
GetIndexOfProfileWithPath
(
profile_manager_unittest.cc
399
size_t profile_index = cache.
GetIndexOfProfileWithPath
(dest_path);
[
all
...]
/external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc
131
return cache.
GetIndexOfProfileWithPath
(full_path) != std::string::npos;
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
364
size_t profile_index = cache.
GetIndexOfProfileWithPath
(profile_path);
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc
[
all
...]
gtk_util.cc
159
const size_t index = cache.
GetIndexOfProfileWithPath
(profile->GetPath());
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
623
if (cache.
GetIndexOfProfileWithPath
(browser_->profile()->GetPath()) ==
[
all
...]
Completed in 137 milliseconds
1
2