OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drag_widget_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/wm/
drag_window_controller.cc
24
drag_widget_
(NULL) {
37
if (!
drag_widget_
)
39
drag_widget_
->Show();
43
DCHECK(
drag_widget_
);
49
if (
drag_widget_
) {
50
drag_widget_
->Close();
51
drag_widget_
= NULL;
57
DCHECK(
drag_widget_
);
58
ui::Layer* layer =
drag_widget_
->GetNativeWindow()->layer();
64
DCHECK(!
drag_widget_
);
[
all
...]
drag_window_controller.h
59
// Creates and shows the |
drag_widget_
| at |bounds|.
80
// |start_bounds_| is then reset to the bounds of |
drag_widget_
| and
85
views::Widget*
drag_widget_
;
member in class:ash::DragWindowController
drag_window_resizer_unittest.cc
373
ASSERT_TRUE(controller->
drag_widget_
);
375
controller->
drag_widget_
->GetNativeWindow()->layer();
385
ASSERT_TRUE(controller->
drag_widget_
);
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h
267
scoped_ptr<Widget>
drag_widget_
;
member in class:views::DesktopDragDropClientAuraX11
269
// The offset of |
drag_widget_
| relative to the mouse position.
desktop_drag_drop_client_aurax11.cc
91
// |
drag_widget_
|'s opacity.
662
drag_widget_
.reset();
700
if (
drag_widget_
.get()) {
701
drag_widget_
->SetBounds(
703
drag_widget_
->GetWindowBoundsInScreen().size()));
704
drag_widget_
->StackAtTop();
[
all
...]
Completed in 237 milliseconds