HomeSort by relevance Sort by last modified time
    Searched refs:browser_id (Results 1 - 12 of 12) sorted by null

  /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 141 window->tabs[entry_index].browser_id = delegate->GetSessionID().id();
263 // All the window's tabs had the same former browser_id.
265 UpdateTabBrowserIDs(window->tabs[0].browser_id,
289 UpdateTabBrowserIDs(tab.browser_id,
293 (*tab_j).browser_id = delegate->GetSessionID().id();
443 tab->browser_id = delegate->GetSessionID().id();
467 tab.browser_id, host_desktop_type);
481 UpdateTabBrowserIDs(tab.browser_id, delegate->GetSessionID().id());
588 if (tab->browser_id == old_id)
589 tab->browser_id = new_id
    [all...]
session_service.cc 1561 const SessionID::id_type browser_id = browser->session_id().id(); local
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_targets_ui.h 45 virtual void Open(const std::string& browser_id, const std::string& url,
49 const std::string& browser_id);
devtools_targets_ui.cc 314 virtual void Open(const std::string& browser_id,
319 const std::string& browser_id) OVERRIDE;
357 const std::string& browser_id,
360 RemoteBrowsers::iterator it = remote_browsers_.find(browser_id);
367 const std::string& browser_id) {
368 RemoteBrowsers::iterator it = remote_browsers_.find(browser_id);
404 std::string browser_id = base::StringPrintf( local
410 browser_data->SetString(kTargetIdField, browser_id);
432 remote_browsers_[browser_id] = browser;
509 void DevToolsTargetsUIHandler::Open(const std::string& browser_id,
    [all...]
devtools_embedder_message_dispatcher.h 62 virtual void OpenUrlOnRemoteDeviceAndInspect(const std::string& browser_id,
devtools_ui_bindings.h 119 virtual void OpenUrlOnRemoteDeviceAndInspect(const std::string& browser_id,
devtools_ui_bindings.cc 566 const std::string& browser_id,
569 remote_targets_handler_->Open(browser_id, url,
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.h 40 const std::string& browser_id,
44 const std::string& browser_id,
inspect_ui.cc 159 std::string browser_id; local
161 if (ParseStringArgs(args, &source_id, &browser_id, &url))
162 inspect_ui_->Open(source_id, browser_id, url);
168 std::string browser_id; local
170 if (ParseStringArgs(args, &source_id, &browser_id, &front_end)) {
172 source_id, browser_id, GURL(front_end));
255 const std::string& browser_id,
259 handler->Open(browser_id, url, base::Bind(&NoOp));
264 const std::string& browser_id,
278 handler->GetBrowserAgentHost(browser_id);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 2015 ash::ShelfID browser_id = model_->items()[browser_index].id; local
    [all...]

Completed in 150 milliseconds