OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InfobarType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome_frame/infobars/
infobar_manager.h
12
enum
InfobarType
{
41
virtual bool Show(InfobarContent* content,
InfobarType
type) = 0;
44
virtual void Hide(
InfobarType
type) = 0;
infobar_manager.cc
22
virtual bool Show(InfobarContent* content,
InfobarType
type);
23
virtual void Hide(
InfobarType
type);
45
new InfobarWindow(static_cast<
InfobarType
>(index)));
50
bool InfobarManagerImpl::Show(InfobarContent* content,
InfobarType
type) {
55
void InfobarManagerImpl::Hide(
InfobarType
type) {
62
Hide(static_cast<
InfobarType
>(index));
/external/chromium_org/chrome_frame/infobars/internal/
infobar_window.h
39
explicit InfobarWindow(
InfobarType
type);
90
InfobarType
type_;
infobar_window.cc
32
InfobarWindow::InfobarWindow(
InfobarType
type)
115
NOTREACHED() << "Unknown
InfobarType
value.";
Completed in 901 milliseconds