OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWindowId
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h
30
virtual SessionID::id_type
GetWindowId
() const = 0;
synced_tab_delegate_android.cc
27
SessionID::id_type SyncedTabDelegateAndroid::
GetWindowId
() const {
29
->
GetWindowId
();
synced_tab_delegate_android.h
28
virtual SessionID::id_type
GetWindowId
() const OVERRIDE;
session_model_associator.cc
388
<< tab->
GetWindowId
();
494
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.h
39
static int
GetWindowId
(const Browser* browser);
extension_tab_util_android.cc
18
int ExtensionTabUtil::
GetWindowId
(const Browser* browser) {
extension_tab_util.cc
61
int ExtensionTabUtil::
GetWindowId
(const Browser* browser) {
69
return
GetWindowId
(*it);
extension_view_host.cc
260
render_view_host->GetRoutingID(), window->
GetWindowId
()));
/external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc
31
SessionID::id_type TabContentsSyncedTabDelegate::
GetWindowId
() const {
97
GetWindowId
());
tab_contents_synced_tab_delegate.h
24
virtual SessionID::id_type
GetWindowId
() const OVERRIDE;
/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
35
extensions::ExtensionTabUtil::
GetWindowId
(new_browser);
86
extensions::ExtensionTabUtil::
GetWindowId
(focused_window);
windows_event_router.cc
76
int window_id = window_controller->
GetWindowId
();
140
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
129
ExtensionTabUtil::
GetWindowId
(browser) == window_id &&
883
if (window_id >= 0 && window_id != ExtensionTabUtil::
GetWindowId
(browser))
[
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
203
render_view_host->GetRoutingID(), window->
GetWindowId
()));
/external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.cc
288
<< tab->
GetWindowId
();
355
tab.
GetWindowId
()) == NULL) {
[
all
...]
Completed in 607 milliseconds
1
2