HomeSort by relevance Sort by last modified time
    Searched refs:kDevicePath (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 34 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("C:\\qux");
36 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("/qux");
89 chrome::StorageInfo(device_id_, string16(), kDevicePath,
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_eject_apitest.cc 45 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("/qux");
92 chrome::StorageInfo info(device_id_, ASCIIToUTF16(kDeviceName), kDevicePath,
media_galleries_private_apitest.cc 52 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("/qux");
91 chrome::StorageInfo info(device_id_, ASCIIToUTF16(kDeviceName), kDevicePath,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 85 static const wchar_t kDevicePath[] = L"DevicePath";
204 if (SUCCEEDED(bag->Read(kDevicePath, &path, 0)) &&
  /external/chromium_org/chromeos/network/
network_device_handler.cc 21 const char kDevicePath[] = "devicePath";
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 134 static const wchar_t kDevicePath[] = L"DevicePath";
418 if (SUCCEEDED(bag->Read(kDevicePath, &path, 0)) &&

Completed in 69 milliseconds