Searched refs:deviceType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DForeignSessionHelper.java52 public final int deviceType; field in class:ForeignSessionHelper.ForeignSession
56 private ForeignSession(String tag, String name, int deviceType, long modifiedTime) { argument
59 this.deviceType = deviceType;
98 List<ForeignSession> sessions, String tag, String name, int deviceType,
100 ForeignSession session = new ForeignSession(tag, name, deviceType, modifiedTime);
97 pushSession( List<ForeignSession> sessions, String tag, String name, int deviceType, long modifiedTime) argument
/external/skia/tools/
H A DPictureRenderingFlags.cpp246 sk_tools::PictureRenderer::SkDeviceTypes deviceType = local
253 deviceType = sk_tools::PictureRenderer::kBitmap_DeviceType;
257 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
264 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
272 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
281 deviceType = sk_tools::PictureRenderer::kAngle_DeviceType;
293 renderer->setDeviceType(deviceType);
H A DPictureRenderer.h153 bool setDeviceType(SkDeviceTypes deviceType) { argument
154 fDeviceType = deviceType;
162 switch(deviceType) {
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dmockdata.js1420 deviceType: 'tablet',
1440 deviceType: 'tablet',
1460 deviceType: 'macosx',
H A Dntp_android.js1800 var deviceType = client.deviceType;
1801 if (deviceType == 'win' ||
1802 deviceType == 'macosx' ||
1803 deviceType == 'linux' ||
1804 deviceType == 'chromeos' ||
1805 deviceType == 'other') {
1807 } else if (deviceType == 'phone') {
1809 } else if (deviceType == 'tablet') {
1812 console.error('Unknown sync device type found: ', deviceType);
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
H A Dvolume_manager.js16 * @param {string} deviceType The type of device ('usb'|'sd'|'optical'|'mobile'
30 deviceType,
43 this.deviceType = deviceType;
149 volumeMetadata.deviceType,
163 volumeMetadata.deviceType,
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
H A Dnavigation_list.js217 item.setModelItem(modelItem, volumeInfo && volumeInfo.deviceType);
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js100 this.deviceType = result.deviceType;
181 menu.dataset.devicetype = self.deviceType;

Completed in 735 milliseconds