HomeSort by relevance Sort by last modified time
    Searched refs:window_id (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/extensions/
extension_renderer_state.cc 109 // TODO(mpcomplete): How can we tell if window_id is bogus? It may not
118 session_tab_helper->window_id().id()));
139 session_tab_helper->window_id().id()));
158 session_tab_helper->window_id().id()));
191 int render_process_host_id, int routing_id, int tab_id, int window_id) {
194 map_[render_id] = TabAndWindowId(tab_id, window_id);
205 const content::ResourceRequestInfo* info, int* tab_id, int* window_id) {
218 *window_id = iter->second.second;
extension_tab_util.cc 65 const int window_id,
76 ExtensionTabUtil::GetWindowId(browser) == window_id &&
84 keys::kWindowNotFoundError, base::IntToString(window_id));
90 int window_id,
122 int window_id = extension_misc::kCurrentWindowId; local
123 if (params.window_id.get())
124 window_id = *params.window_id;
126 Browser* browser = GetBrowserFromWindowID(function, window_id, error);
131 browser = CreateBrowser(function, window_id, error)
    [all...]
extension_tab_util.h 45 scoped_ptr<int> window_id; member in struct:extensions::ExtensionTabUtil::OpenTabParams
70 int window_id,
  /external/chromium_org/apps/
app_window_geometry_cache.h 65 const std::string& window_id,
79 // Save the geometry and state associated with |extension_id| and |window_id|.
81 const std::string& window_id,
87 // |window_id|. If saved data exists, sets |bounds|, |screen_bounds| and
90 const std::string& window_id,
  /external/chromium_org/content/browser/
plugin_process_host.h 137 void OnPluginSelectWindow(uint32 window_id, gfx::Rect window_rect,
139 void OnPluginShowWindow(uint32 window_id, gfx::Rect window_rect,
141 void OnPluginHideWindow(uint32 window_id, gfx::Rect window_rect);
  /external/chromium_org/content/plugin/
plugin_carbon_interpose_mac.cc 30 uint32 window_id; member in struct:WindowInfo
33 window_id = HIWindowGetCGWindowID(window);
39 mac_plugin_interposing::NotifyBrowserOfPluginHideWindow(window_info.window_id,
  /external/chromium_org/chrome/browser/apps/
app_window_browsertest.cc 24 const std::string& window_id,
28 window_id_(window_id),
48 const std::string& window_id,
51 if (extension_id != extension_id_ || window_id != window_id_)
app_browsertest_util.h 73 // Runs chrome.windows.get(|window_id|) for the the given extension and
75 bool RunGetWindowFunctionForExtension(int window_id,
  /external/chromium_org/chrome/browser/sessions/
session_tab_helper.cc 48 session->SetTabUserAgentOverride(window_id(), session_id(), user_agent);
session_types_unittest.cc 62 tab.window_id.set_id(100);
74 EXPECT_EQ(10, tab.window_id.id());
97 tab.window_id.set_id(10);
114 EXPECT_EQ(10, sync_data.window_id());
base_session_service.h 114 SessionID::id_type window_id,
145 SessionID::id_type* window_id,
base_session_service.cc 198 SessionID::id_type window_id,
202 pickle.WriteInt(window_id);
256 SessionID::id_type* window_id,
263 return pickle->ReadInt(&iterator, window_id) &&
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_mac.mm 33 CGWindowID window_id,
59 CGWindowID window_id,
62 window_id_(window_id),
66 assert(window_id == kCGNullWindowID || screen_id == kInvalidScreenId);
157 CGWindowID window_id;
158 if (!CFNumberGetValue(window_number, kCFNumberIntType, &window_id))
161 if (window_id == window_id_) {
window_capturer_mac.mm 102 CFNumberRef window_id = reinterpret_cast<CFNumberRef>(
106 if (window_title && window_id && window_layer) {
114 CFNumberGetValue(window_id, kCFNumberIntType, &id);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 111 int window_id,
116 ExtensionTabUtil::GetBrowserFromWindowID(function, window_id, &error);
178 params->window_id,
583 if (!windows_util::GetWindowFromWindowID(this, params->window_id,
703 if (!windows_util::GetWindowFromWindowID(this, params->window_id,
721 int window_id = extension_misc::kCurrentWindowId; local
726 if (params->window_id.get())
727 window_id = *params->window_id;
730 if (!GetBrowserFromWindowID(this, window_id, &browser)
751 int window_id = extension_misc::kCurrentWindowId; local
784 int window_id = extension_misc::kUnknownWindowId; local
993 int window_id = extension_misc::kCurrentWindowId; local
1246 int* window_id = params->move_properties.window_id.get(); local
    [all...]
ash_panel_contents.cc 107 const int window_id = GetWindowId(); local
108 tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, window_id);
119 tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, window_id);
120 tab_value->SetInteger(extensions::tabs_constants::kIdKey, window_id);
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 50 SessionID::id_type window_id,
52 return base::StringPrintf(kTabTitleFormat, session_id, window_id, tab_id);
56 SessionID::id_type window_id,
58 return std::string(kBaseTabUrl + ToTabTitle(session_id, window_id, tab_id));
274 SessionID::id_type window_id = GetWindowID(session_index, window_index); local
275 window->set_window_id(window_id);
288 SessionID::id_type window_id = GetWindowID(session_index, window_index); local
294 tab->set_window_id(window_id);
301 navigation->set_virtual_url(ToTabUrl(session_id, window_id, tab_id));
recent_tabs_sub_menu_model.h 99 void BuildLocalWindowItem(const SessionID::id_type& window_id,
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device.cc 66 void SetNotificationWindowId(gfx::NativeViewId window_id);
97 void DoSetNotificationWindowId(gfx::NativeViewId window_id);
187 gfx::NativeViewId window_id) {
189 FROM_HERE, base::Bind(&Core::DoSetNotificationWindowId, this, window_id));
425 gfx::NativeViewId window_id) {
427 DCHECK(window_id);
428 desktop_capturer_->SetExcludedWindow(window_id);
521 gfx::NativeViewId window_id) {
522 core_->SetNotificationWindowId(window_id);
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.cc 34 int window_id,
39 window->set_window_id(window_id);
96 int window_id,
synced_session_tracker.h 90 // Adds the window with id |window_id| to the session specified by
96 SessionID::id_type window_id);
98 // Adds the tab with id |tab_id| to the window |window_id|, and marks it as
104 SessionID::id_type window_id,
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 104 gfx::NativeViewId window_id);
183 gfx::NativeViewId window_id);
187 gfx::NativeViewId window_id);
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc 168 SessionID::id_type window_id = (*i)->GetSessionId(); local
169 DVLOG(1) << "Associating window " << window_id << " with "
171 window_s.set_window_id(window_id);
228 session_tracker_.PutWindowInSession(local_tag, window_id);
232 current_session->windows[window_id]);
600 SessionID::id_type window_id = window_s.window_id(); local
602 window_id);
606 foreign_session->windows[window_id]);
694 session_window->window_id.set_id(specifics.window_id())
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 32 return SessionTabHelper::FromWebContents(web_contents_)->window_id().id();
  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.cc 226 CFNumberRef window_id = reinterpret_cast<CFNumberRef>( local
230 if (window_title != NULL && window_id != NULL && window_layer != NULL) {
234 CFNumberGetValue(window_id, kCFNumberIntType, &id_val);

Completed in 336 milliseconds

12 3 4