OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_to_sidebar_host_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sidebar/
sidebar_manager.cc
42
TabToSidebarHostMap::iterator it =
tab_to_sidebar_host_
.find(tab);
43
if (it ==
tab_to_sidebar_host_
.end())
56
TabToSidebarHostMap::iterator it =
tab_to_sidebar_host_
.find(tab);
57
if (it ==
tab_to_sidebar_host_
.end())
125
TabToSidebarHostMap::iterator it =
tab_to_sidebar_host_
.find(tab);
126
if (it ==
tab_to_sidebar_host_
.end())
144
TabToSidebarHostMap::iterator it =
tab_to_sidebar_host_
.find(tab);
145
if (it ==
tab_to_sidebar_host_
.end())
163
TabToSidebarHostMap::iterator it =
tab_to_sidebar_host_
.find(tab);
164
if (it ==
tab_to_sidebar_host_
.end()
[
all
...]
sidebar_manager.h
143
TabToSidebarHostMap
tab_to_sidebar_host_
;
member in class:SidebarManager
Completed in 94 milliseconds