OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/infobars/internal/
infobar_window.h
62
class
FrameImpl
: public InfobarContent::Frame {
64
explicit
FrameImpl
(InfobarWindow* infobar_window);
72
DISALLOW_COPY_AND_ASSIGN(
FrameImpl
);
73
}; // class
FrameImpl
89
FrameImpl
frame_impl_;
infobar_window.cc
193
InfobarWindow::
FrameImpl
::
FrameImpl
(InfobarWindow* infobar_window)
197
HWND InfobarWindow::
FrameImpl
::GetFrameWindow() {
201
void InfobarWindow::
FrameImpl
::CloseInfobar() {
Completed in 62 milliseconds