OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetViewSize
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon.h
93
gfx::Size
GetViewSize
() const { return balloon_view_->GetSize(); }
desktop_notifications_unittest.cc
238
EXPECT_GE((*iter)->
GetViewSize
().height(),
240
EXPECT_LE((*iter)->
GetViewSize
().height(),
243
EXPECT_EQ((*iter)->
GetViewSize
().height(),
361
int max_x = min_x + (*iter)->
GetViewSize
().width() - 1;
363
int max_y = min_y + (*iter)->
GetViewSize
().height() - 1;
balloon_collection_impl.cc
163
gfx::Point upper_left = layout_.NextPosition((*it)->
GetViewSize
(), &origin);
178
(*iter)->
GetViewSize
());
/external/chromium_org/chrome/browser/notifications/
balloon.h
92
gfx::Size
GetViewSize
() const { return balloon_view_->GetSize(); }
desktop_notifications_unittest.cc
283
EXPECT_GE((*iter)->
GetViewSize
().height(),
285
EXPECT_LE((*iter)->
GetViewSize
().height(),
288
EXPECT_EQ((*iter)->
GetViewSize
().height(),
490
int max_x = min_x + (*iter)->
GetViewSize
().width() - 1;
492
int max_y = min_y + (*iter)->
GetViewSize
().height() - 1;
balloon_collection_impl.cc
213
gfx::Point upper_left = layout_.NextPosition((*it)->
GetViewSize
(), &origin);
228
(*iter)->
GetViewSize
());
Completed in 79 milliseconds