Home
last modified time | relevance | path

Searched refs:getCurrentlyDraggingTile (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/resources/ntp4/
Dtrash.js32 var tile = ntp.getCurrentlyDraggingTile();
44 ntp.getCurrentlyDraggingTile().dragClone.classList.add(
65 var tile = ntp.getCurrentlyDraggingTile();
75 ntp.getCurrentlyDraggingTile().dragClone.classList.remove(
Dapps_page.js640 var tile = ntp.getCurrentlyDraggingTile();
651 if (ntp.getCurrentlyDraggingTile())
662 var currentlyDraggingTile = ntp.getCurrentlyDraggingTile();
756 var tile = ntp.getCurrentlyDraggingTile();
Dpage_switcher.js103 var tile = ntp.getCurrentlyDraggingTile();
Dnav_dot.js233 var tile = ntp.getCurrentlyDraggingTile();
Dtile_page.js11 function getCurrentlyDraggingTile() { function
1398 getCurrentlyDraggingTile: getCurrentlyDraggingTile,
Dpage_list_view.js548 if (ntp.getCurrentlyDraggingTile().firstChild.canBeRemoved()) {