HomeSort by relevance Sort by last modified time
    Searched refs:source_window_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/web_contents/
web_contents_drag_win.h 99 gfx::NativeWindow source_window_; member in class:content::WebContentsDragWin
web_contents_drag_win.cc 146 source_window_(source_window),
164 drag_source_ = new WebDragSource(source_window_, web_contents_);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 183 unsigned long source_window_; member in class:views::DesktopDragDropClientAuraX11::X11DragContext
214 source_window_(event.data.l[0]),
220 if (!ui::GetAtomArrayProperty(source_window_,
235 DesktopDragDropClientAuraX11::GetForWindow(source_window_);
240 this, source_window_);
242 source_window_, PropertyChangeMask); local
245 // |source_window_|.
260 DesktopDragDropClientAuraX11::GetForWindow(source_window_);
264 source_window_);
272 DCHECK_EQ(source_window_, source_window)
    [all...]

Completed in 50 milliseconds