HomeSort by relevance Sort by last modified time
    Searched defs:GetWindowId (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/extensions/
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.cc 61 int ExtensionTabUtil::GetWindowId(const Browser* browser) {
69 return GetWindowId(*it);
  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 27 SessionID::id_type SyncedTabDelegateAndroid::GetWindowId() const {
29 ->GetWindowId();
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 31 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const {
97 GetWindowId());
  /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/extensions/api/tabs/
ash_panel_contents.cc 40 virtual int GetWindowId() const OVERRIDE;
71 int AshPanelWindowController::GetWindowId() const {
106 const int window_id = GetWindowId();
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 83 int ExtensionTabUtil::GetWindowId(const Browser* browser) {
157 result->SetInteger(keys::kIdKey, ExtensionTabUtil::GetWindowId(browser));
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 54 virtual int GetWindowId() const OVERRIDE;
82 int PanelExtensionWindowController::GetWindowId() const {

Completed in 385 milliseconds