Home | History | Annotate | Download | only in notifications

Lines Matching refs:BalloonViewImpl

95 BalloonViewImpl::BalloonViewImpl(BalloonCollection* collection)
115 BalloonViewImpl::~BalloonViewImpl() {
118 void BalloonViewImpl::Close(bool by_user) {
121 &BalloonViewImpl::DelayedClose, by_user));
124 gfx::Size BalloonViewImpl::GetSize() const {
133 BalloonHost* BalloonViewImpl::GetHost() const {
137 void BalloonViewImpl::RunMenu(views::View* source, const gfx::Point& pt) {
141 void BalloonViewImpl::OnDisplayChanged() {
145 void BalloonViewImpl::OnWorkAreaChanged() {
149 void BalloonViewImpl::ButtonPressed(views::Button* sender,
156 void BalloonViewImpl::DelayedClose(bool by_user) {
159 // The BalloonViewImpl has to be detached from frame_container_ now
167 gfx::Size BalloonViewImpl::GetPreferredSize() {
171 void BalloonViewImpl::SizeContentsWindow() {
188 void BalloonViewImpl::RepositionToBalloon() {
214 void BalloonViewImpl::Update() {
221 void BalloonViewImpl::AnimationProgressed(const ui::Animation* animation) {
251 gfx::Rect BalloonViewImpl::GetCloseButtonBounds() const {
260 gfx::Rect BalloonViewImpl::GetOptionsButtonBounds() const {
270 gfx::Rect BalloonViewImpl::GetLabelBounds() const {
279 void BalloonViewImpl::Show(Balloon* balloon) {
365 void BalloonViewImpl::RunOptionsMenu(const gfx::Point& pt) {
370 void BalloonViewImpl::CreateOptionsMenu() {
378 void BalloonViewImpl::GetContentsMask(const gfx::Rect& rect,
404 void BalloonViewImpl::GetFrameMask(const gfx::Rect& rect,
428 gfx::Point BalloonViewImpl::GetContentsOffset() const {
433 int BalloonViewImpl::GetShelfHeight() const {
438 int BalloonViewImpl::GetBalloonFrameHeight() const {
442 int BalloonViewImpl::GetTotalWidth() const {
447 int BalloonViewImpl::GetTotalHeight() const {
453 gfx::Rect BalloonViewImpl::GetContentsRectangle() const {
466 void BalloonViewImpl
488 void BalloonViewImpl::OnBoundsChanged(const gfx::Rect& previous_bounds) {
492 void BalloonViewImpl::Observe(NotificationType type,