Home
last modified time | relevance | path

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

/external/chromium_org/ui/login/account_picker/
Dscreen_account_picker.js55 onWindowResize: function() {
56 $('pod-row').onWindowResize();
Duser_pod_row.js2403 onWindowResize: function() { method in PodRow
/external/chromium_org/ui/login/
Dscreen.js62 onWindowResize: doNothing, property in Screen
Ddisplay_manager.js785 currentScreen.onWindowResize();
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java472 mGLThread.onWindowResize(w, h); in surfaceChanged()
1383 public void onWindowResize(int w, int h) { in onWindowResize() method in GLSurfaceView.GLThread
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js3707 window.addEventListener("resize", this.onWindowResize, false);
3735 CalendarPicker.prototype.onWindowResize = function(event) { method in CalendarPicker
3737 window.removeEventListener("resize", this.onWindowResize, false);
3768 window.removeEventListener("resize", this.onWindowResize, false);