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

  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_collection_gtk.cc 34 return placement_ == VERTICALLY_FROM_BOTTOM_LEFT;
38 return placement_ == VERTICALLY_FROM_BOTTOM_RIGHT;
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.h 94 void set_placement(Placement placement) { placement_ = placement; }
140 Placement placement_; member in class:BalloonCollectionImpl::Layout
balloon_collection_impl.cc 233 BalloonCollectionImpl::Layout::Layout() : placement_(INVALID) {
249 switch (placement_) {
280 switch (placement_) {
315 switch (placement_) {
342 bool offsets = (placement_ == VERTICALLY_FROM_BOTTOM_LEFT ||
343 placement_ == VERTICALLY_FROM_BOTTOM_RIGHT);
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_collection_views.cc 36 return placement_ == VERTICALLY_FROM_BOTTOM_LEFT;
40 return placement_ == VERTICALLY_FROM_BOTTOM_RIGHT;
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.cc 284 : placement_(INVALID),
304 switch (placement_) {
339 switch (placement_) {
373 switch (placement_) {
393 bool offsets = (placement_ == VERTICALLY_FROM_BOTTOM_LEFT ||
394 placement_ == VERTICALLY_FROM_BOTTOM_RIGHT);
balloon_collection_impl.h 114 void set_placement(Placement placement) { placement_ = placement; }
171 Placement placement_; member in class:BalloonCollectionImpl::Layout

Completed in 59 milliseconds