HomeSort by relevance Sort by last modified time
    Searched refs:InfobarWindow (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome_frame/infobars/internal/
infobar_window.h 21 class InfobarWindow {
23 // Integrates the InfobarWindow with its environment.
34 // content. InfobarWindow::ReserveSpace will be called with the natural
39 explicit InfobarWindow(InfobarType type);
40 ~InfobarWindow();
44 // Shows the supplied content in this InfobarWindow. Normally,
46 // instance the content may use to interact with the InfobarWindow.
48 // InfobarContent is deleted when the InfobarWindow is finished with the
61 // Provides InfobarContent with access to this InfobarWindow.
64 explicit FrameImpl(InfobarWindow* infobar_window)
    [all...]
infobar_window.cc 25 VOID CALLBACK OnSliderTimer(InfobarWindow::Host* host,
32 InfobarWindow::InfobarWindow(InfobarType type)
46 InfobarWindow::~InfobarWindow() {
53 void InfobarWindow::SetHost(Host* host) {
62 bool InfobarWindow::Show(InfobarContent* content) {
86 void InfobarWindow::Hide() {
94 void InfobarWindow::ReserveSpace(RECT* rect) {
130 void InfobarWindow::StartSlidingTowards(int target_height)
    [all...]
  /external/chromium_org/chrome_frame/infobars/
infobar_manager.cc 12 // Connects InfobarWindow to HostWindowManager, and exposes the result as an
16 public InfobarWindow::Host,
29 // Implementation of InfobarWindow::Host
37 scoped_ptr<InfobarWindow> infobars_[END_OF_INFOBAR_TYPE];
45 new InfobarWindow(static_cast<InfobarType>(index)));
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt_window.h 58 BEGIN_MSG_MAP(InfobarWindow)
67 BEGIN_DLGRESIZE_MAP(InfobarWindow)
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 302 class MockHost : public InfobarWindow::Host {
304 MockHost(InfobarWindow* infobar_window,
329 // Convenience method for checking the result of InfobarWindow::ReserveSpace
333 InfobarWindow* infobar_window_;
444 InfobarWindow infobar_window(TOP_INFOBAR);
464 // time, the space reserved by the InfobarWindow equals the space offered to

Completed in 126 milliseconds