OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sad_tab_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/
sad_tab_helper.cc
22
if (
sad_tab_
) {
23
sad_tab_
->Close();
24
sad_tab_
.reset();
35
if (
sad_tab_
)
46
sad_tab_
.reset(chrome::SadTab::Create(web_contents(), kind));
47
sad_tab_
->Show();
sad_tab_helper.h
24
chrome::SadTab* sad_tab() { return
sad_tab_
.get(); }
37
scoped_ptr<chrome::SadTab>
sad_tab_
;
member in class:SadTabHelper
Completed in 138 milliseconds