Home
last modified time | relevance | path

Searched refs:devicePath (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/background/js/
Ddevice_handler.js167 DeviceHandler.Notification.prototype.show = function(devicePath, opt_message) { argument
168 var notificationId = this.makeId_(devicePath);
180 DeviceHandler.Notification.prototype.showOnce = function(devicePath) { argument
181 var notificationId = this.makeId_(devicePath);
221 DeviceHandler.Notification.prototype.hide = function(devicePath) { argument
223 chrome.notifications.clear(this.makeId_(devicePath), callback);
233 DeviceHandler.Notification.prototype.makeId_ = function(devicePath) { argument
234 return this.prefix + ':' + devicePath;
246 event.devicePath);
249 DeviceHandler.Notification.DEVICE_FAIL.hide(event.devicePath);
[all …]
Dbackground.js68 this.navigateToVolume_(event.devicePath);
231 Background.prototype.navigateToVolume_ = function(devicePath) { argument
235 if (volumeInfoList.item(i).devicePath == devicePath)
239 'Volume having the device path: ' + devicePath + ' is not found.');
Dvolume_manager.js34 devicePath, argument
72 this.devicePath_ = devicePath;
127 get devicePath() { getter in VolumeInfo
246 volumeMetadata.devicePath,
273 volumeMetadata.devicePath,
/external/chromium_org/chrome/browser/resources/chromeos/
Dimage_burner.js168 this.selectDevice(this.devices[0].devicePath);
178 onDeviceSelected: function(label, filePath, devicePath) { argument
181 devicePath);
183 this.selectedDevice = devicePath;
210 radioButton.id = 'radio-' + device.devicePath;
220 element.id = 'select-' + device.devicePath;
223 device.label, device.filePath, device.devicePath);
240 this.selectDevice(this.devices[0].devicePath);
256 this.selectDevice(device.devicePath);
264 deviceRemoved: function(devicePath, allowSelect) { argument
[all …]
/external/srec/srec/Nametag/src/
DNametagsImpl.c85 LCHAR devicePath[P_PATH_MAX]; in SR_NametagsLoadImpl() local
99 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size)); in SR_NametagsLoadImpl()
101 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0) in SR_NametagsLoadImpl()
102 LSTRCAT(devicePath, filename); in SR_NametagsLoadImpl()
104 LSTRCPY(devicePath, filename); in SR_NametagsLoadImpl()
105 file = pfopen ( devicePath, L("r")); in SR_NametagsLoadImpl()
202 LCHAR devicePath[P_PATH_MAX]; in SR_NametagsSaveImpl() local
219 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size)); in SR_NametagsSaveImpl()
221 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0) in SR_NametagsSaveImpl()
222 LSTRCAT(devicePath, filename); in SR_NametagsSaveImpl()
[all …]
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
Ddevice_info_ds.h82 static void GetProductId(const char* devicePath,
Ddevice_info_ds.cc698 void DeviceInfoDS::GetProductId(const char* devicePath, in GetProductId() argument
703 char* startPos = strstr((char*) devicePath, "\\\\?\\"); in GetProductId()
714 if (!pos || pos >= (char*) devicePath + strlen((char*) devicePath)) in GetProductId()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1391 const SkPath& devicePath, in drawInverseWindingPath() argument
1538 HR(this->clipToPath(topPath.get(), devicePath, XPS_FILL_RULE_NONZERO)); in drawInverseWindingPath()
1859 SkPath* devicePath = pathIsMutable ? fillablePath : &modifiedPath; in drawPath() local
1860 fillablePath->transform(matrix, devicePath); in drawPath()
1863 *devicePath, in drawPath()
1899 SkPath* devicePath = fillablePath; in drawPath() local
1902 devicePath = pathIsMutable ? fillablePath : &modifiedPath; in drawPath()
1903 fillablePath->transform(matrix, devicePath); in drawPath()
1906 stroke, fill, *devicePath)); in drawPath()
/external/chromium_org/third_party/skia/include/device/xps/
DSkXPSDevice.h301 const SkPath& devicePath,
/external/skia/include/device/xps/
DSkXPSDevice.h287 const SkPath& devicePath,
/external/chromium_org/chrome/common/extensions/api/
Dfile_manager_private.idl273 // devicePath.
274 DOMString? devicePath;
457 DOMString devicePath;
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp1745 SkPath* devicePath = xpsCompatiblePath; in drawPath() local
1748 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath()
1749 xpsCompatiblePath->transform(matrix, devicePath); in drawPath()
1752 stroke, fill, *devicePath)); in drawPath()