OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:placement_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_impl.h
94
void set_placement(Placement placement) {
placement_
= placement; }
140
Placement
placement_
;
member in class:BalloonCollectionImpl::Layout
balloon_collection_impl.cc
233
BalloonCollectionImpl::Layout::Layout() :
placement_
(INVALID) {
249
switch (
placement_
) {
280
switch (
placement_
) {
315
switch (
placement_
) {
342
bool offsets = (
placement_
== VERTICALLY_FROM_BOTTOM_LEFT ||
343
placement_
== VERTICALLY_FROM_BOTTOM_RIGHT);
Completed in 698 milliseconds