OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_top_edge_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
message_popup_collection.cc
284
if (top_down ? toasts_.back()->origin().y() <
target_top_edge_
285
: toasts_.back()->origin().y() >
target_top_edge_
)
292
if (top_down ? (*iter)->origin().y() <
target_top_edge_
293
: (*iter)->origin().y() >
target_top_edge_
)
300
int slide_length = std::abs(
target_top_edge_
- (*iter)->origin().y());
344
target_top_edge_
= (*iter)->bounds().y();
message_popup_collection.h
173
int
target_top_edge_
;
member in class:message_center::MessagePopupCollection
Completed in 1972 milliseconds