OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindBrowserWithProfile
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/
browser_list.h
87
static Browser*
FindBrowserWithProfile
(Profile* p);
browser_list.cc
551
Browser* BrowserList::
FindBrowserWithProfile
(Profile* p) {
/external/chromium/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.cc
162
Browser* browser = BrowserList::
FindBrowserWithProfile
(web_ui_->GetProfile());
internet_options_handler.cc
[
all
...]
/external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc
70
browser = BrowserList::
FindBrowserWithProfile
(profile_);
/external/chromium/chrome/browser/ui/webui/
history2_ui.cc
239
Browser* browser = BrowserList::
FindBrowserWithProfile
(web_ui_->GetProfile());
history_ui.cc
239
Browser* browser = BrowserList::
FindBrowserWithProfile
(web_ui_->GetProfile());
Completed in 401 milliseconds