OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLayoutOrigin
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_impl.h
111
gfx::Point
GetLayoutOrigin
() const;
114
// Start with *position_iterator =
GetLayoutOrigin
() and call repeatedly
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 {
Completed in 18 milliseconds