OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sidebar/
sidebar_container.h
43
const std::string&
content_id
,
55
const std::string&
content_id
() const { return content_id_; }
function in class:SidebarContainer
sidebar_manager.cc
54
TabContents* tab, const std::string&
content_id
) {
55
DCHECK(!
content_id
.empty());
60
it->second.content_id_to_sidebar_host.find(
content_id
);
67
TabContents* tab, const std::string&
content_id
) {
68
DCHECK(!
content_id
.empty());
69
SidebarContainer* sidebar_host = GetSidebarContainerFor(tab,
content_id
);
91
was_active_host->tab_contents(), was_active_host->
content_id
(),
98
active_host->tab_contents(), active_host->
content_id
(),
104
const std::string&
content_id
) {
105
DCHECK(!
content_id
.empty())
307
const std::string&
content_id
= sidebar_host->
content_id
();
local
320
const std::string&
content_id
= sidebar_host->
content_id
();
local
[
all
...]
Completed in 276 milliseconds