OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InfobarManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/infobars/
infobar_manager.h
22
class
InfobarManager
{
24
// Returns an
InfobarManager
for the specified IE tab window. Caller does not
31
static
InfobarManager
* Get(HWND tab_window);
33
virtual ~
InfobarManager
();
48
}; // class
InfobarManager
infobar_manager.cc
13
//
InfobarManager
.
15
: public
InfobarManager
,
21
// Implementation of
InfobarManager
80
InfobarManager
::~
InfobarManager
() {
83
InfobarManager
*
InfobarManager
::Get(HWND tab_window) {
Completed in 36 milliseconds