/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_handler.h | 57 int tab_contents_id) { 58 LaunchUrlWithDelegate(url, render_process_host_id, tab_contents_id, NULL); 64 int tab_contents_id, Delegate* delegate); 93 int tab_contents_id);
|
external_protocol_handler.cc | 77 int tab_contents_id, 81 url, render_process_host_id, tab_contents_id); 95 int tab_contents_id, 101 tab_contents_id_(tab_contents_id), 256 int tab_contents_id, 280 tab_contents_id, 296 int tab_contents_id) { 298 render_process_host_id, tab_contents_id);
|
/external/chromium_org/chrome/browser/ui/ |
external_protocol_dialog_delegate.h | 20 int tab_contents_id);
|
external_protocol_dialog_delegate.cc | 21 int tab_contents_id) 24 tab_contents_id_(tab_contents_id) {
|
/external/chromium/chrome/browser/ |
external_protocol_handler.h | 37 int tab_contents_id);
|
external_protocol_handler.cc | 131 int tab_contents_id) { 149 tab_contents_id);
|
/external/chromium_org/chrome/browser/chromeos/memory/ |
oom_priority_manager.h | 84 int64 tab_contents_id; // unique ID per WebContents member in struct:chromeos::OomPriorityManager::TabStats
|
oom_priority_manager.cc | 167 tab_contents_id(0) { 254 int64 least_important_tab_id = stats_rit->tab_contents_id; 584 stats.tab_contents_id = IdFromWebContents(contents);
|