Searched defs:target_contents (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dbrowser_navigator.h50 // The URL/referrer to be loaded. Ignored if |target_contents| is non-NULL.
66 TabContentsWrapper* target_contents; member in struct:browser::NavigateParams
94 // when target_contents is specified in the constructor.
/external/chromium/chrome/browser/extensions/
H A Dextension_tabs_module.cc234 TabContentsWrapper* target_contents = local
236 if (target_contents->controller().session_id().id() == tab_id) {
242 *contents = target_contents;
755 params.target_contents->view()->SetInitialFocus();
760 params.target_contents->tab_contents(),
763 params.target_contents)));
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc1078 TabContents* target_contents = (*iterator)->tab_contents(); local
1079 if (target_contents->controller().session_id().id() == tab_id)
1080 return target_contents;
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc860 views::View* target_contents = ( local
865 if (target_contents->parent() != target_area) {
868 target_area->AddChildView(target_contents);

Completed in 213 milliseconds