Lines Matching refs:host
19 HOST = 'host',
38 host: {
111 var h, h1, host = this.get(HOST), dnode = host.get(DRAG_NODE);
112 if (dnode.compareTo(host.get(NODE))) {
114 host.set(DRAG_NODE, DDM._proxy);
121 if (DDM.activeDrag === host) {
122 DDM._setFrame(host);
126 if (host.get('dragging')) {
128 host.get(NODE).setXY(host.lastXY);
131 host.get(DRAG_NODE).setStyle('display', 'none');
134 host.get(DRAG_NODE).remove();
135 host.set(DRAG_NODE, DDM._proxy);
145 var host = this.get(HOST);
149 host.set(DRAG_NODE, host.get(NODE));
152 var host = this.get(HOST),
153 n = host.get(NODE),
160 host.set(DRAG_NODE, c);