Home
last modified time | relevance | path

Searched refs:InfobarContent (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome_frame/infobars/internal/
Dinfobar_window.h50 bool Show(InfobarContent* content);
62 class FrameImpl : public InfobarContent::Frame {
87 scoped_ptr<InfobarContent> content_;
Dinfobar_window.cc62 bool InfobarWindow::Show(InfobarContent* content) { in Show()
67 scoped_ptr<InfobarContent> new_content(content); in Show()
/external/chromium_org/chrome_frame/turndown_prompt/
Dturndown_prompt_window.h54 InfobarContent::Frame* frame,
77 TurndownPromptWindow(InfobarContent::Frame* frame,
96 InfobarContent::Frame* frame_; // Not owned by this instance
Dturndown_prompt_window.cc27 InfobarContent::Frame* frame, in CreateInstance()
62 InfobarContent::Frame* frame, in TurndownPromptWindow()
Dturndown_prompt_content.h19 class TurndownPromptContent : public InfobarContent {
Dturndown_prompt.cc130 scoped_ptr<InfobarContent> infobar_content(new TurndownPromptContent( in ShowPrompt()
/external/chromium_org/chrome_frame/infobars/
Dinfobar_manager.h10 class InfobarContent; variable
41 virtual bool Show(InfobarContent* content, InfobarType type) = 0;
Dinfobar_content.h17 class InfobarContent {
32 virtual ~InfobarContent() {} in ~InfobarContent()
Dinfobar_manager.cc22 virtual bool Show(InfobarContent* content, InfobarType type);
50 bool InfobarManagerImpl::Show(InfobarContent* content, InfobarType type) { in Show()
/external/chromium_org/chrome_frame/test/
Dinfobar_unittests.cc338 class MockInfobarContent : public InfobarContent {
406 loop->PostTask(FROM_HERE, base::Bind(&InfobarContent::Frame::CloseInfobar, in ACTION_P2()
461 InfobarContent::Frame* frame = NULL; in TEST()
562 InfobarContent::Frame* frame = NULL; in TEST()