OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetLayoutOrigin
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc
159
gfx::Point origin = layout_.
GetLayoutOrigin
();
170
gfx::Rect bounds = gfx::Rect(layout_.
GetLayoutOrigin
(), gfx::Size(0, 0));
246
gfx::Point BalloonCollectionImpl::Layout::
GetLayoutOrigin
() const {
/external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.cc
209
gfx::Point origin = layout_.
GetLayoutOrigin
();
220
gfx::Rect bounds = gfx::Rect(layout_.
GetLayoutOrigin
(), gfx::Size(0, 0));
299
gfx::Point BalloonCollectionImpl::Layout::
GetLayoutOrigin
() const {
372
gfx::Point location =
GetLayoutOrigin
();
Completed in 1060 milliseconds