/external/chromium/chrome/browser/sidebar/ |
D | sidebar_manager.cc | 54 TabContents* tab, const std::string& content_id) { in GetSidebarContainerFor() argument 55 DCHECK(!content_id.empty()); in GetSidebarContainerFor() 60 it->second.content_id_to_sidebar_host.find(content_id); in GetSidebarContainerFor() 67 TabContents* tab, const std::string& content_id) { in GetSidebarTabContents() argument 68 DCHECK(!content_id.empty()); in GetSidebarTabContents() 69 SidebarContainer* sidebar_host = GetSidebarContainerFor(tab, content_id); in GetSidebarTabContents() 91 was_active_host->tab_contents(), was_active_host->content_id(), in NotifyStateChanges() 98 active_host->tab_contents(), active_host->content_id(), in NotifyStateChanges() 104 const std::string& content_id) { in ShowSidebar() argument 105 DCHECK(!content_id.empty()); in ShowSidebar() [all …]
|
D | sidebar_manager.h | 49 const std::string& content_id); 53 const std::string& content_id); 63 void ShowSidebar(TabContents* tab, const std::string& content_id); 66 void ExpandSidebar(TabContents* tab, const std::string& content_id); 70 void CollapseSidebar(TabContents* tab, const std::string& content_id); 74 void HideSidebar(TabContents* tab, const std::string& content_id); 78 const std::string& content_id, 83 const std::string& content_id, 88 const std::string& content_id, 93 const std::string& content_id, [all …]
|
D | sidebar_container.h | 43 const std::string& content_id, 55 const std::string& content_id() const { return content_id_; } in content_id() function
|
D | sidebar_container.cc | 24 const std::string& content_id, in SidebarContainer() argument 27 content_id_(content_id), in SidebarContainer()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_sidebar_api.cc | 57 Profile* profile, TabContents* tab, const std::string& content_id, in OnStateChanged() argument 70 extension_sidebar_utils::GetExtensionIdByContentId(content_id), in OnStateChanged() 131 std::string content_id(GetExtension()->id()); in RunImpl() local 132 return RunImpl(tab_contents->tab_contents(), content_id, *details); in RunImpl() 137 const std::string& content_id, in RunImpl() argument 139 SidebarManager::GetInstance()->CollapseSidebar(tab, content_id); in RunImpl() 144 const std::string& content_id, in RunImpl() argument 152 SidebarManager::GetInstance()->ExpandSidebar(tab, content_id); in RunImpl() 157 const std::string& content_id, in RunImpl() argument 162 if (manager->GetSidebarTabContents(tab, content_id)) { in RunImpl() [all …]
|
D | extension_sidebar_api.h | 27 Profile* profile, TabContents* tab, const std::string& content_id, 40 const std::string& content_id, 47 const std::string& content_id, 55 const std::string& content_id, 63 const std::string& content_id, 71 const std::string& content_id, 79 const std::string& content_id, 87 const std::string& content_id, 95 const std::string& content_id, 103 const std::string& content_id, [all …]
|
/external/chromium/chrome/common/extensions/ |
D | extension_sidebar_utils.cc | 20 std::string GetExtensionIdByContentId(const std::string& content_id) { in GetExtensionIdByContentId() argument 22 return content_id; in GetExtensionIdByContentId()
|
D | extension_sidebar_utils.h | 17 std::string GetExtensionIdByContentId(const std::string& content_id);
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 873 http://apg.cfw2.com/article.asp?content_id=6778 5887 http://fecolumnists.expressindia.com/print.php?content_id=90514 10933 http://mlb.mlb.com/NASApp/mlb/mil/news/mil_news.jsp?ymd=20021204&content_id=181276&vkey=news_mil&fe… 10937 http://mlb.mlb.com/NASApp/mlb/news/article_leftfield.jsp?ymd=20050221&content_id=947223&vkey=leftfi… 26750 http://www.baltimoreravens.com/template.php?subsection=single_news_show§ion=press&content_id=56… 36750 http://www.dharmafish.org/s1018/stuff_show.htm?content_id=3453 41925 http://www.financialexpress.com/fe_full_story.php?content_id=87302 41926 http://www.financialexpress.com/fe_full_story.php?content_id=94197&spf=true 43027 http://www.fox30online.com/news/local/story.aspx?content_id=E1FA5E04-CE78-4B77-AEAA-25F98D140296 48597 http://www.idaireland.com/home/news.aspx?id=3&content_id=243 [all …]
|