HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowId (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/test/webdriver/commands/
window_commands.cc 19 bool GetWindowId(const std::string& window_id_string,
56 if (!GetWindowId(GetPathVariable(4), current_id, &window_id, response))
75 if (!GetWindowId(GetPathVariable(4), current_id, &window_id, response))
119 if (!GetWindowId(GetPathVariable(4), current_id, &window_id, response))
138 if (!GetWindowId(GetPathVariable(4), current_id, &window_id, response))
178 if (!GetWindowId(GetPathVariable(4), current_id, &window_id, response))
  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 30 virtual SessionID::id_type GetWindowId() const = 0;
synced_tab_delegate_android.h 28 virtual SessionID::id_type GetWindowId() const OVERRIDE;
synced_tab_delegate_android.cc 27 SessionID::id_type SyncedTabDelegateAndroid::GetWindowId() const {
29 ->GetWindowId();
session_model_associator.cc 385 << tab->GetWindowId();
491 session_tab->window_id.set_id(tab_delegate.GetWindowId());
    [all...]
  /external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.h 22 virtual int GetWindowId() const OVERRIDE;
window_controller.h 52 virtual int GetWindowId() const = 0;
window_controller.cc 35 result->SetInteger(keys::kIdKey, GetWindowId());
window_controller_list.cc 58 if ((*iter)->GetWindowId() == id)
browser_extension_window_controller.cc 28 int BrowserExtensionWindowController::GetWindowId() const {
extension_tab_util_android.cc 15 int ExtensionTabUtil::GetWindowId(const Browser* browser) {
extension_tab_util.h 40 static int GetWindowId(const Browser* browser);
extension_tab_util.cc 61 int ExtensionTabUtil::GetWindowId(const Browser* browser) {
69 return GetWindowId(*it);
extension_host.cc 572 render_view_host->GetRoutingID(), window->GetWindowId()));
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 24 virtual SessionID::id_type GetWindowId() const OVERRIDE;
tab_contents_synced_tab_delegate.cc 31 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const {
97 GetWindowId());
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 40 int window_id = ExtensionTabUtil::GetWindowId(browser());
108 "[%u]", ExtensionTabUtil::GetWindowId(popup_browser)),
114 int incognito_window_id = ExtensionTabUtil::GetWindowId(incognito_browser);
139 int window_id = ExtensionTabUtil::GetWindowId(browser());
141 int new_id = ExtensionTabUtil::GetWindowId(new_browser);
178 window_ids.insert(ExtensionTabUtil::GetWindowId(browser()));
182 window_ids.insert(ExtensionTabUtil::GetWindowId(new_browser));
269 EXPECT_NE(ExtensionTabUtil::GetWindowId(browser()),
286 EXPECT_NE(ExtensionTabUtil::GetWindowId(incognito_browser),
309 EXPECT_NE(ExtensionTabUtil::GetWindowId(browser())
    [all...]
tabs_interactive_test.cc 34 int focused_window_id = ExtensionTabUtil::GetWindowId(new_browser);
84 int focused_window_id = ExtensionTabUtil::GetWindowId(focused_window);
windows_event_router.cc 73 int window_id = window_controller->GetWindowId();
135 window_id = window_controller->GetWindowId();
ash_panel_contents.cc 40 virtual int GetWindowId() const OVERRIDE;
71 int AshPanelWindowController::GetWindowId() const {
106 const int window_id = GetWindowId();
tabs_api.cc 140 ExtensionTabUtil::GetWindowId(browser) == window_id &&
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.h 26 int GetWindowId(const Browser* browser);
extension_tabs_module.cc 83 int ExtensionTabUtil::GetWindowId(const Browser* browser) {
157 result->SetInteger(keys::kIdKey, ExtensionTabUtil::GetWindowId(browser));
    [all...]
extension_browser_event_router.cc 224 ExtensionTabUtil::GetWindowId(browser),
247 window_id = ExtensionTabUtil::GetWindowId(browser);
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.cc 200 render_view_host->GetRoutingID(), window->GetWindowId()));

Completed in 548 milliseconds

1 2