OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestPortableDeviceWatcherWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
test_portable_device_watcher_win.h
16
class
TestPortableDeviceWatcherWin
: public PortableDeviceWatcherWin {
26
TestPortableDeviceWatcherWin
();
27
virtual ~
TestPortableDeviceWatcherWin
();
73
DISALLOW_COPY_AND_ASSIGN(
TestPortableDeviceWatcherWin
);
test_portable_device_watcher_win.cc
5
//
TestPortableDeviceWatcherWin
implementation.
29
if (pnp_device_id ==
TestPortableDeviceWatcherWin
::kMTPDeviceWithInvalidInfo)
40
//
TestPortableDeviceWatcherWin
------------------------------------------------
43
const char16
TestPortableDeviceWatcherWin
::kMTPDeviceWithMultipleStorages[] =
45
const char16
TestPortableDeviceWatcherWin
::kMTPDeviceWithInvalidInfo[] =
47
const char16
TestPortableDeviceWatcherWin
::kMTPDeviceWithValidInfo[] =
49
const char
TestPortableDeviceWatcherWin
::kStorageUniqueIdA[] =
52
TestPortableDeviceWatcherWin
::
TestPortableDeviceWatcherWin
()
56
TestPortableDeviceWatcherWin
::~TestPortableDeviceWatcherWin()
[
all
...]
Completed in 193 milliseconds