HomeSort by relevance Sort by last modified time
    Searched refs:DeviceInfo (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/extensions/api/signedin_devices/
signedin_devices_api.h 14 class DeviceInfo;
30 ScopedVector<browser_sync::DeviceInfo> GetAllSignedInDevices(
34 ScopedVector<browser_sync::DeviceInfo> GetAllSignedInDevices(
id_mapping_helper.h 16 class DeviceInfo;
44 std::vector<browser_sync::DeviceInfo*>* device_info,
signedin_devices_api_unittest.cc 22 using browser_sync::DeviceInfo;
38 DeviceInfo device_info1(
43 DeviceInfo device_info2(
48 std::vector<DeviceInfo*> devices;
55 ScopedVector<DeviceInfo> output1 = GetAllSignedInDevices(
73 DeviceInfo device_info3(
83 ScopedVector<DeviceInfo> output2 = GetAllSignedInDevices(
97 // |DeviceInfo| pointers.
id_mapping_helper_unittest.cc 16 using browser_sync::DeviceInfo;
32 ScopedVector<DeviceInfo> devices;
34 devices.push_back(new DeviceInfo(
38 devices.push_back(new DeviceInfo(
55 devices.push_back(new DeviceInfo(
signedin_devices_api.cc 18 using browser_sync::DeviceInfo;
50 ScopedVector<DeviceInfo> GetAllSignedInDevices(
54 ScopedVector<DeviceInfo> devices = pss->GetAllSignedInDevices();
75 ScopedVector<DeviceInfo> GetAllSignedInDevices(
id_mapping_helper.cc 15 using browser_sync::DeviceInfo;
67 std::vector<browser_sync::DeviceInfo*>* device_info,
70 DeviceInfo* device = (*device_info)[i];
  /external/chromium_org/chrome/browser/sync/glue/
device_info.cc 68 DeviceInfo::DeviceInfo(const std::string& guid,
80 DeviceInfo::~DeviceInfo() { }
82 const std::string& DeviceInfo::guid() const {
86 const std::string& DeviceInfo::client_name() const {
90 const std::string& DeviceInfo::chrome_version() const {
94 const std::string& DeviceInfo::sync_user_agent() const {
98 const std::string& DeviceInfo::public_id() const {
102 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const
    [all...]
device_info.h 25 class DeviceInfo {
27 DeviceInfo(const std::string& guid,
32 ~DeviceInfo();
48 // |DeviceInfo::MakeUserAgentForSyncApi|.
58 bool Equals(const DeviceInfo& other) const;
66 // Converts the |DeviceInfo| values to a JS friendly DictionaryValue,
72 // Creates a |DeviceInfo| object representing the local device and passes
76 base::Callback<void(const DeviceInfo& local_info)> callback);
95 base::Callback<void(const DeviceInfo& local_info)> callback,
114 DISALLOW_COPY_AND_ASSIGN(DeviceInfo);
    [all...]
synced_device_tracker.h 22 class DeviceInfo;
40 virtual scoped_ptr<DeviceInfo> ReadLocalDeviceInfo(
42 virtual scoped_ptr<DeviceInfo> ReadLocalDeviceInfo() const;
44 virtual scoped_ptr<DeviceInfo> ReadDeviceInfo(
47 ScopedVector<DeviceInfo>* device_info) const;
53 const DeviceInfo& local_info);
56 void WriteLocalDeviceInfo(const DeviceInfo& info);
synced_device_tracker_unittest.cc 26 const DeviceInfo& device_info,
67 void WriteLocalDeviceInfo(const DeviceInfo& info) {
71 void WriteDeviceInfo(const DeviceInfo& device_info) {
112 DeviceInfo write_device_info(
118 scoped_ptr<DeviceInfo> read_device_info(
129 DeviceInfo device_info(
136 scoped_ptr<DeviceInfo> old_device_info(
149 scoped_ptr<DeviceInfo> new_device_info(
158 DeviceInfo device_info_v1(
167 DeviceInfo device_info_v2
    [all...]
synced_device_tracker.cc 21 // Return the DeviceInfo UNIQUE_CLIENT_TAG value for the given sync cache_guid.
55 scoped_ptr<DeviceInfo> SyncedDeviceTracker::ReadLocalDeviceInfo() const {
60 scoped_ptr<DeviceInfo> SyncedDeviceTracker::ReadLocalDeviceInfo(
65 return scoped_ptr<DeviceInfo>();
69 return scoped_ptr<DeviceInfo> (
70 new DeviceInfo(specifics.cache_guid(),
77 scoped_ptr<DeviceInfo> SyncedDeviceTracker::ReadDeviceInfo(
84 return scoped_ptr<DeviceInfo>();
88 return scoped_ptr<DeviceInfo> (
89 new DeviceInfo(specifics.cache_guid()
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.cc 43 ScopedVector<browser_sync::DeviceInfo>
45 ScopedVector<browser_sync::DeviceInfo> devices;
46 std::vector<browser_sync::DeviceInfo*>* device_vector =
profile_sync_service_mock.h 100 std::vector<browser_sync::DeviceInfo*>* ());
102 virtual ScopedVector<browser_sync::DeviceInfo>
profile_sync_service.h 57 class DeviceInfo;
276 virtual scoped_ptr<browser_sync::DeviceInfo> GetLocalDeviceInfo() const;
281 virtual scoped_ptr<browser_sync::DeviceInfo> GetDeviceInfo(
286 virtual ScopedVector<browser_sync::DeviceInfo> GetAllSignedInDevices() const;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvcmfactory.h 46 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
49 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) {
webrtcvideocapturer.h 49 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
51 webrtc::VideoCaptureModule::DeviceInfo* info) = 0;
webrtcvideocapturer.cc 69 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
72 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) {
148 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0);
  /external/qemu/hw/
qdev.h 74 typedef struct DeviceInfo DeviceInfo;
76 typedef void (*qdev_initfn)(DeviceState *dev, DeviceInfo *info);
80 struct DeviceInfo {
90 void qdev_register(DeviceInfo *info);
sysbus.h 35 DeviceInfo qdev;
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.h 36 struct DeviceInfo {
37 DeviceInfo();
38 ~DeviceInfo();
87 virtual void CreateInfo(DeviceInfo* info) = 0;
privet_http_server.cc 63 PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) {
66 PrivetHttpServer::DeviceInfo::~DeviceInfo() {
207 DeviceInfo info;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
mobiledevicemanager.cc 50 talk_base::scoped_ptr<webrtc::VideoCaptureModule::DeviceInfo> info(
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility.h 28 class DeviceInfo;
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 275 LCML_DEVICERENDERING DeviceInfo;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
TransparencyWin.cpp 63 struct DeviceInfo {
64 DeviceInfo(SkDevice* d, int lx, int ly)
72 Vector<DeviceInfo> devices;
76 devices.append(DeviceInfo(iter.device(), iter.x(), iter.y()));

Completed in 1266 milliseconds

1 2 3