HomeSort by relevance Sort by last modified time
    Searched full:set_content_size (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller_unittest.mm 85 balloon->set_content_size(gfx::Size(100, 100));
101 balloon->set_content_size(gfx::Size(100, 100));
  /external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc 22 balloon->set_content_size(size);
balloon_collection_mac.mm 16 balloon->set_content_size(size);
balloon_collection_win.cc 16 balloon->set_content_size(size);
balloon.h 69 void set_content_size(const gfx::Size& size) { content_size_ = size; } function in class:Balloon
balloon_collection_impl.cc 100 balloon->set_content_size(Layout::ConstrainToSizeLimits(size));
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 555 balloon->set_content_size(real_size);

Completed in 111 milliseconds