/external/chromium_org/chrome/browser/sessions/ |
tab_restore_service.cc | 35 browser_id(0),
|
tab_restore_service.h | 82 bool has_browser() const { return browser_id > 0; } 92 SessionID::id_type browser_id; member in struct:TabRestoreService::Tab
|
tab_restore_service_helper.cc | 140 window->tabs[entry_index].browser_id = delegate->GetSessionID().id(); 262 // All the window's tabs had the same former browser_id. 264 UpdateTabBrowserIDs(window->tabs[0].browser_id, 288 UpdateTabBrowserIDs(tab.browser_id, 292 (*tab_j).browser_id = delegate->GetSessionID().id(); 442 tab->browser_id = delegate->GetSessionID().id(); 466 tab.browser_id, host_desktop_type); 480 UpdateTabBrowserIDs(tab.browser_id, delegate->GetSessionID().id()); 587 if (tab->browser_id == old_id) 588 tab->browser_id = new_id [all...] |
session_service.cc | 1537 const SessionID::id_type browser_id = browser->session_id().id(); local [all...] |
/external/chromium_org/chrome/browser/devtools/ |
devtools_targets_ui.h | 65 virtual void Open(const std::string& browser_id, const std::string& url) = 0;
|
devtools_targets_ui.cc | 331 virtual void Open(const std::string& browser_id, 362 void AdbTargetsUIHandler::Open(const std::string& browser_id, 364 RemoteBrowsers::iterator it = remote_browsers_.find(browser_id); 408 std::string browser_id = base::StringPrintf( local 414 browser_data->SetString(kTargetIdField, browser_id); 416 remote_browsers_[browser_id] = browser;
|
/external/chromium/chrome/browser/sessions/ |
tab_restore_service.h | 78 bool has_browser() const { return browser_id > 0; } 88 SessionID::id_type browser_id; member in struct:TabRestoreService::Tab 197 // browser_id and pinned state from the browser. 280 // Finds tab entries with the old browser_id and sets it to the new one.
|
tab_restore_service.cc | 171 browser_id(0), 254 window->tabs[entry_index].browser_id = delegate->GetSessionID().id(); 365 // All the window's tabs had the same former browser_id. 367 UpdateTabBrowserIDs(window->tabs[0].browser_id, 388 UpdateTabBrowserIDs(tab.browser_id, 392 (*tab_j).browser_id = delegate->GetSessionID().id(); 512 tab->browser_id = delegate->GetSessionID().id(); 903 delegate = TabRestoreServiceDelegate::FindDelegateWithID(tab.browser_id); 911 UpdateTabBrowserIDs(tab.browser_id, delegate->GetSessionID().id()); [all...] |
session_service.cc | 1295 const SessionID::id_type browser_id = browser->session_id().id(); local [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
inspect_ui.h | 39 const std::string& browser_id,
|
inspect_ui.cc | 149 std::string browser_id; local 151 if (ParseStringArgs(args, &source_id, &browser_id, &url)) 152 inspect_ui_->Open(source_id, browser_id, url); 232 const std::string& browser_id, 236 handler->Open(browser_id, url);
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller_browsertest.cc | 1942 ash::LauncherID browser_id = model_->items()[browser_index].id; local [all...] |