Searched refs:deviceInfo (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup.js101 loadPaymentFrame_: function(deviceInfo) {
102 if (deviceInfo) {
104 this.deviceInfo_ = deviceInfo;
105 if (deviceInfo.post_data && deviceInfo.post_data.length) {
109 '?post_data=' + escape(deviceInfo.post_data) +
110 '&formUrl=' + escape(deviceInfo.payment_url);
114 deviceInfo.payment_url;
136 changeState_: function(deviceInfo) {
137 var newState = deviceInfo
[all...]
H A Dmobile_setup_portal.js47 updateDeviceInfo: function(deviceInfo) {
48 this.deviceInfo_ = deviceInfo;
121 setPortalFrameIfNeeded_: function(deviceInfo) {
127 if (deviceInfo.post_data && deviceInfo.post_data.length)
128 postData = '&post_data=' + encodeURIComponent(deviceInfo.post_data);
131 postData + '&formUrl=' + encodeURIComponent(deviceInfo.payment_url);
202 MobileSetupPortal.onGotDeviceInfo = function(deviceInfo) {
203 PortalImpl.getInstance().updateDeviceInfo(deviceInfo);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwLegacyQuirksTest.java43 DeviceDisplayInfo deviceInfo =
47 assertEquals(deviceInfo.getDisplayWidth(), actualWidth, 10f);
49 float displayWidth = (deviceInfo.getDisplayWidth());
50 float deviceDpi = (float) (160f * deviceInfo.getDIPScale());
78 DeviceDisplayInfo deviceInfo =
81 float displayWidth = (float) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale());
104 DeviceDisplayInfo deviceInfo =
107 float displayWidth = (float) (deviceInfo.getDisplayWidth() / deviceInfo
[all...]
H A DAwSettingsTest.java953 DeviceDisplayInfo deviceInfo = DeviceDisplayInfo.create(mContext);
954 int displayWidth = (int) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale());
1451 DeviceDisplayInfo deviceInfo = DeviceDisplayInfo.create(mContext);
1452 int displayWidth = (int) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale());
2510 DeviceDisplayInfo deviceInfo = DeviceDisplayInfo.create(testContainer.getContext());
2511 int displayWidth = (int) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale());
2578 DeviceDisplayInfo deviceInfo
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dgcm_internals.js131 if (infos.deviceInfo !== undefined) {
132 displayDeviceInfo(infos.deviceInfo);
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Ddevice_info_linux.cc34 videocapturemodule::DeviceInfoLinux *deviceInfo = local
36 if (!deviceInfo)
38 deviceInfo = NULL;
41 return deviceInfo;
/external/chromium_org/chrome/browser/resources/local_discovery/
H A Dlocal_discovery.js210 var deviceInfo = document.createElement('div');
211 deviceInfo.className = 'device-info';
212 device_dom_element.appendChild(deviceInfo);
217 deviceInfo.appendChild(deviceName);
222 deviceInfo.appendChild(deviceDescription);
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp452 const SkImageInfo deviceInfo = this->imageInfo(); local
453 if (info.width() == deviceInfo.width() && info.height() == deviceInfo.height()) {
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp460 const SkImageInfo deviceInfo = this->imageInfo(); local
461 if (info.width() == deviceInfo.width() && info.height() == deviceInfo.height()) {

Completed in 2268 milliseconds