OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dropped_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/test/
mock_invalidation_tracker.h
59
std::set<int>
dropped_
;
member in class:syncer::MockInvalidationTracker
mock_invalidation_tracker.cc
36
dropped_
.insert(invalidation_id);
51
return
dropped_
.find(invalidation_id) !=
dropped_
.end();
/external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc
45
TargetView() :
dropped_
(false) {}
65
dropped_
= true;
69
bool dropped() const { return
dropped_
; }
72
bool
dropped_
;
member in class:ash::__anon6517::TargetView
/external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc
70
bool dropped() const { return
dropped_
; }
88
bool
dropped_
;
member in class:__anon9932::TestTargetView
93
TestTargetView::TestTargetView() : dragging_(false),
dropped_
(false) {
139
dropped_
= true;
Completed in 286 milliseconds