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

  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_apitest.cc 52 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("/qux");
92 StorageInfo info(device_id_, ASCIIToUTF16(kDeviceName), kDevicePath,
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 39 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("C:\\qux");
41 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("/qux");
111 StorageInfo(device_id_, base::string16(), 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/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 66 milliseconds