Searched defs:operations_allowed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc124 blink::WebDragOperationsMask operations_allowed) {
121 CanDragEnter( WebContents* source, const DropData& data, blink::WebDragOperationsMask operations_allowed) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc613 WebDragOperationsMask operations_allowed,
696 screen_pt, operations_allowed,
703 WebDragOperationsMask operations_allowed,
706 operations_allowed, key_modifiers));
609 DragTargetDragEnter( const DropData& drop_data, const gfx::Point& client_pt, const gfx::Point& screen_pt, WebDragOperationsMask operations_allowed, int key_modifiers) argument
700 DragTargetDragOver( const gfx::Point& client_pt, const gfx::Point& screen_pt, WebDragOperationsMask operations_allowed, int key_modifiers) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1238 blink::WebDragOperationsMask operations_allowed) {
1241 if ((operations_allowed & blink::WebDragOperationLink) &&
1236 CanDragEnter(content::WebContents* source, const content::DropData& data, blink::WebDragOperationsMask operations_allowed) argument

Completed in 480 milliseconds