OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drag_drop_controller_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc
299
drag_drop_controller_
.reset(new TestDragDropController);
300
drag_drop_controller_
->set_should_block_during_drag_drop(false);
302
drag_drop_controller_
.get());
308
drag_drop_controller_
.reset();
313
drag_drop_controller_
->drag_data_ = data;
317
return
drag_drop_controller_
->drag_window_;
321
return
drag_drop_controller_
->drag_source_window_;
325
drag_drop_controller_
->drag_source_window_ = drag_source_window;
326
drag_source_window->AddObserver(
drag_drop_controller_
.get());
330
return
drag_drop_controller_
->drag_image_.get()
347
scoped_ptr<TestDragDropController>
drag_drop_controller_
;
member in class:ash::test::DragDropControllerTest
[
all
...]
drag_drop_controller.cc
84
:
drag_drop_controller_
(controller) {}
111
if (
drag_drop_controller_
->IsDragDropInProgress())
112
drag_drop_controller_
->DragCancel();
130
DragDropController*
drag_drop_controller_
;
member in class:ash::internal::DragDropTrackerDelegate
/external/chromium_org/ash/test/
shell_test_api.cc
53
return shell_->
drag_drop_controller_
.get();
/external/chromium_org/ash/
shell.cc
634
drag_drop_controller_
.reset();
845
drag_drop_controller_
.reset(new internal::DragDropController);
[
all
...]
shell.h
616
scoped_ptr<internal::DragDropController>
drag_drop_controller_
;
member in class:ash::Shell
Completed in 229 milliseconds