OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_content_id
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/sidebar/
sidebar_manager.cc
23
std::string
active_content_id
;
member in struct:SidebarManager::SidebarStateForTab
45
if (it->second.
active_content_id
.empty())
48
it->second.content_id_to_sidebar_host.find(it->second.
active_content_id
);
129
if (it->second.
active_content_id
== content_id)
136
it->second.
active_content_id
= content_id;
148
if (it->second.
active_content_id
!= content_id)
155
it->second.
active_content_id
.clear();
166
if (it->second.
active_content_id
== content_id)
167
it->second.
active_content_id
.clear();
324
DCHECK(tab_to_sidebar_host_[tab].
active_content_id
!= content_id)
[
all
...]
Completed in 450 milliseconds