OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_placement
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc
71
layout_.
set_placement
(Layout::VERTICALLY_FROM_TOP_RIGHT);
73
layout_.
set_placement
(Layout::VERTICALLY_FROM_TOP_LEFT);
75
layout_.
set_placement
(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
77
layout_.
set_placement
(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
balloon_collection_mac.mm
54
layout_.
set_placement
(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
56
layout_.
set_placement
(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
58
layout_.
set_placement
(Layout::VERTICALLY_FROM_TOP_LEFT);
60
layout_.
set_placement
(Layout::VERTICALLY_FROM_TOP_RIGHT);
balloon_collection_win.cc
60
layout_.
set_placement
(Layout::VERTICALLY_FROM_TOP_RIGHT);
62
layout_.
set_placement
(Layout::VERTICALLY_FROM_TOP_LEFT);
64
layout_.
set_placement
(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
66
layout_.
set_placement
(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
balloon_collection_impl.h
94
void
set_placement
(Placement placement) { placement_ = placement; }
function in class:BalloonCollectionImpl::Layout
Completed in 128 milliseconds