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
261
if (top_down ? toasts_.back()->origin().y() <
target_top_edge_
262
: toasts_.back()->origin().y() >
target_top_edge_
)
269
if (top_down ? (*iter)->origin().y() <
target_top_edge_
270
: (*iter)->origin().y() >
target_top_edge_
)
277
int slide_length = std::abs(
target_top_edge_
- (*iter)->origin().y());
360
target_top_edge_
= (*iter)->bounds().y();
message_popup_collection.h
187
int
target_top_edge_
;
member in class:message_center::MessagePopupCollection
Completed in 187 milliseconds