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

  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 124 gfx::Rect GetToastRectAt(size_t index) {
125 return collection_->GetToastRectAt(index);
179 gfx::Rect r0 = GetToastRectAt(0);
180 gfx::Rect r1 = GetToastRectAt(1);
181 gfx::Rect r2 = GetToastRectAt(2);
182 gfx::Rect r3 = GetToastRectAt(3);
220 gfx::Rect r0 = GetToastRectAt(0);
221 gfx::Rect r1 = GetToastRectAt(1);
248 gfx::Rect r0 = GetToastRectAt(0);
249 gfx::Rect r1 = GetToastRectAt(1)
    [all...]
message_popup_collection.h 149 gfx::Rect GetToastRectAt(size_t index) const;
message_popup_collection.cc 494 gfx::Rect MessagePopupCollection::GetToastRectAt(size_t index) const {

Completed in 496 milliseconds