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

/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.h58 int tab_contents_id) {
59 LaunchUrlWithDelegate(url, render_process_host_id, tab_contents_id, NULL);
66 int tab_contents_id,
96 int tab_contents_id);
56 LaunchUrl(const GURL& url, int render_process_host_id, int tab_contents_id) argument
H A Dexternal_protocol_handler.cc77 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),
257 int tab_contents_id,
281 tab_contents_id,
297 int tab_contents_id) {
299 render_process_host_id, tab_contents_id);
74 LaunchUrlWithoutSecurityCheckWithDelegate( const GURL& url, int render_process_host_id, int tab_contents_id, ExternalProtocolHandler::Delegate* delegate) argument
93 ExternalDefaultProtocolObserver(const GURL& escaped_url, int render_process_host_id, int tab_contents_id, bool prompt_user, ExternalProtocolHandler::Delegate* delegate) argument
255 LaunchUrlWithDelegate(const GURL& url, int render_process_host_id, int tab_contents_id, Delegate* delegate) argument
294 LaunchUrlWithoutSecurityCheck( const GURL& url, int render_process_host_id, int tab_contents_id) argument
/external/chromium_org/chrome/browser/ui/
H A Dexternal_protocol_dialog_delegate.cc21 int tab_contents_id)
24 tab_contents_id_(tab_contents_id),
18 ExternalProtocolDialogDelegate( const GURL& url, int render_process_host_id, int tab_contents_id) argument
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager.h83 int64 tab_contents_id; // unique ID per WebContents member in struct:chromeos::OomPriorityManager::TabStats

Completed in 130 milliseconds