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

  /external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.cc 28 int BrowserExtensionWindowController::GetWindowId() const {
extension_tab_util.cc 80 ExtensionTabUtil::GetWindowId(browser) == window_id &&
300 int ExtensionTabUtil::GetWindowId(const Browser* browser) {
308 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 34 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const {
104 GetWindowId());
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 41 virtual int GetWindowId() const OVERRIDE;
72 int AshPanelWindowController::GetWindowId() const {
107 const int window_id = GetWindowId();
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 57 virtual int GetWindowId() const OVERRIDE;
85 int PanelExtensionWindowController::GetWindowId() const {

Completed in 121 milliseconds