Searched refs:win (Results 1 - 25 of 113) sorted by relevance

12345

/yui3/src/dd/meta/
H A Ddd-gestures-test.js2 return ((Y.config.win && ("ontouchstart" in Y.config.win)) && !(Y.UA.chrome && Y.UA.chrome < 6));
/yui3/src/uploader/temp/
H A Duploader-flash.js2 var Win = Y.config.win;
H A Duploader-html5.js2 var Win = Y.config.win;
/yui3/src/file/js/
H A Dfile.js18 var Win = Y.config.win;
/yui3/src/history/meta/
H A Dhistory-hash-ie-test.js4 return Y.UA.ie && (!('onhashchange' in Y.config.win) ||
/yui3/src/io/js/
H A Dtransports.js1 var XHR = win && win.XMLHttpRequest,
2 XDR = win && win.XDomainRequest,
3 AX = win && win.ActiveXObject;
/yui3/src/event/tests/src/
H A Devent-resize.js2 win = Y.one( Y.config.win ),
3 eventKey = 'event:' + Y.stamp(Y.config.win) + 'resize',
8 //Y.Event.simulate(Y.config.win, 'resize');
12 srcElement: Y.config.win,
13 target: Y.config.win
42 Y.Assert.areSame(win, thisObj, "this should be window");
43 Y.Assert.areSame(win, e.target, "e.target should be window");
67 Y.Assert.areSame(win, thisObj, "this should be window");
68 Y.Assert.areSame(win,
[all...]
/yui3/src/history/js/
H A Dhistory-html5.js49 win = Y.config.win,
62 var bookmarkedState = win.history.state;
80 Y.on('popstate', this._onPopState, win, this);
99 win.history[src === SRC_REPLACE ? 'replaceState' : 'pushState'](
168 // HistoryHTML5 will always win over HistoryHash unless useHistoryHTML5 is false
H A Dhistory-hash-ie.js20 win = Y.config.win;
120 }, win);
/yui3/src/jsonp/tests/
H A Djsonp-url-tests.js11 Y.config.win.globalFunction = function (json) {
13 Y.config.win.globalFunction = undefined;
25 Y.config.win.globalFunction = function (json) {
27 Y.config.win.globalFunction = undefined;
34 Y.config.win.globalFunction = undefined;
45 Y.config.win.globalFunction = function (json) {
47 Y.config.win.globalFunction = undefined;
56 Y.config.win.globalFunction = undefined;
69 Y.config.win.deeply = [
78 Y.config.win
[all...]
/yui3/src/jsonp/tests/src/
H A Djsonp-url.js9 Y.config.win.globalFunction = function (json) {
11 Y.config.win.globalFunction = undefined;
23 Y.config.win.globalFunction = function (json) {
25 Y.config.win.globalFunction = undefined;
32 Y.config.win.globalFunction = undefined;
43 Y.config.win.globalFunction = function (json) {
45 Y.config.win.globalFunction = undefined;
54 Y.config.win.globalFunction = undefined;
67 Y.config.win.deeply = [
76 Y.config.win
[all...]
/yui3/build/file/
H A Dfile-debug.js20 var Win = Y.config.win;
/yui3/src/event/tests/
H A Devent-resize-tests.js4 win = Y.one( Y.config.win ),
5 eventKey = 'event:' + Y.stamp(Y.config.win) + 'resize',
10 //Y.Event.simulate(Y.config.win, 'resize');
14 srcElement: Y.config.win,
15 target: Y.config.win
44 Y.Assert.areSame(win, thisObj, "this should be window");
45 Y.Assert.areSame(win, e.target, "e.target should be window");
69 Y.Assert.areSame(win, thisObj, "this should be window");
70 Y.Assert.areSame(win,
[all...]
/yui3/src/uploader/js/
H A Duploader.js35 var Win = Y.config.win;
/yui3/build/history-html5/
H A Dhistory-html5-debug.js51 win = Y.config.win,
64 var bookmarkedState = win.history.state;
82 Y.on('popstate', this._onPopState, win, this);
101 win.history[src === SRC_REPLACE ? 'replaceState' : 'pushState'](
170 // HistoryHTML5 will always win over HistoryHash unless useHistoryHTML5 is false
/yui3/build/uploader/
H A Duploader-debug.js37 var Win = Y.config.win;
/yui3/src/dom/meta/
H A Die-style-test.js5 WINDOW = Y.config.win,
/yui3/src/pjax/js/
H A Dpjax-base.js10 var win = Y.config.win, variable
245 win && win.location.replace(url);
247 win && (win.location = url);
406 if (win && this.get('scrollToTop')) {
412 win.scroll(0, 0);
/yui3/build/pjax-base/
H A Dpjax-base-debug.js12 var win = Y.config.win,
247 win && win.location.replace(url);
249 win && (win.location = url);
408 if (win && this.get('scrollToTop')) {
414 win.scroll(0, 0);
/yui3/src/history/tests/functional/
H A Dhistory-html5-test.js3 var win = Y.config.win,
5 location = win.location,
30 lastLength = win.history.length;
39 win.history.pushState(null, '', originalPath); // reset the URL path
102 Y.Assert.areSame(lastLength + 1, win.history.length);
136 Y.Assert.areSame(lastLength, win.history.length);
/yui3/build/dd-ddm/
H A Ddd-ddm-debug.js96 bd = Y.one('body'), win;
115 win = Y.one('win');
117 win.on('scroll', Y.bind(this._pg_size, this));
/yui3/build/history-hash-ie/
H A Dhistory-hash-ie-debug.js22 win = Y.config.win;
122 }, win);
/yui3/src/dd/js/
H A Dddm.js94 bd = Y.one('body'), win;
113 win = Y.one('win');
115 win.on('scroll', Y.bind(this._pg_size, this));
/yui3/src/event/js/
H A Dmousewheel.js11 target = Y.config.win;
/yui3/src/yui/js/
H A Dyui-core.js73 // YUI instance before a user's config is applied; i.e. `Y.config.win` does
75 var win = Y.config.win;
81 return win && win.location;

Completed in 127 milliseconds

12345