HomeSort by relevance Sort by last modified time
    Searched refs:guid (Results 126 - 150 of 373) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/components/autofill/core/browser/
autofill_manager_unittest.cc 68 AutofillProfile* GetProfileWithGUID(const char* guid) {
71 if (!(*it)->guid().compare(guid))
77 CreditCard* GetCreditCardWithGUID(const char* guid) {
80 if (!(*it)->guid().compare(guid))
94 virtual void RemoveByGUID(const std::string& guid) OVERRIDE {
95 CreditCard* credit_card = GetCreditCardWithGUID(guid.c_str());
101 AutofillProfile* profile = GetProfileWithGUID(guid.c_str());
451 AutofillProfile* GetProfileWithGUID(const char* guid) {
2808 std::string guid = "00000000-0000-0000-0000-000000000102"; local
2824 std::string guid = "00000000-0000-0000-0000-000000100007"; local
2840 std::string guid = "00000000-0000-0000-0000-000000000102"; local
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/wifi/
bootstrapping_network_switcher.cc 49 return_guid_ = i->guid;
wifi_manager_nonchromeos.cc 301 std::string guid; local
312 guid = i->guid;
317 if (guid.empty()) {
329 guid,
337 wifi_service_->GetKeyFromSystem(guid, &key, &error_string);
383 return it->guid;
398 it->guid == network_guid)
417 provisional_network_guid = network_property_list[i].guid;
  /external/chromium_org/chrome/browser/sync/glue/
local_device_info_provider_unittest.cc 78 EXPECT_EQ(std::string(kLocalDeviceGuid), local_device_info->guid());
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_win.h 36 GUID guid; // The GUID specified by the application, alternative to member in struct:NOTIFYITEM
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.cc 172 wchar_t guid[64]; local
173 StringFromGUID2(event->Header.Guid, &guid[0], arraysize(guid));
174 *out_ << error << " (class=" << guid << ", type="
  /external/chromium_org/chrome_elf/
chrome_elf_util.cc 35 const wchar_t* guid, const wchar_t* value_to_read,
42 full_key_path.append(guid);
80 base::string16 guid, const wchar_t* value_to_read,
87 full_key_path.append(guid);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.cc 119 const std::string& guid) {
122 autofill_backend_, guid));
155 void AutofillWebDataService::RemoveCreditCard(const std::string& guid) {
159 autofill_backend_, guid));
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 36 static bool FormatFromGuid(const GUID& guid, VideoPixelFormat* format);
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_device_template.h 76 char guid[kAdmMaxGuidSize]) {
77 return output_.PlayoutDeviceName(index, name, guid);
83 char guid[kAdmMaxGuidSize]) {
84 return input_.RecordingDeviceName(index, name, guid);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 64 if device.guid in _remote_platforms:
65 return _remote_platforms[device.guid]
74 _remote_platforms[device.guid] = Platform(platform_backend)
75 return _remote_platforms[device.guid]
android_device.py 24 name='Android device %s' % device_id, guid=device_id)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 52 GUID GUID_() const throw();
120 _GUID guid; local
121 memset (&guid, 0, sizeof (_GUID));
122 if(m_perrinfo!=NULL) m_perrinfo->GetGUID(&guid);
123 return guid;
  /system/core/fastbootd/other/
gptedit.c 58 " -t type guid\n"
59 " -g partition guid\n"
66 void addGPT(struct GPT_entry_table *table, const char *arg, const char *guid, const char *tguid);
95 {"guid", required_argument, 0, 'g'},
207 printf("guid \"%s\"", temp_guid);
223 printf(" guid \"%s\"\n", temp_guid);
239 void addGPT(struct GPT_entry_table *table, const char *str , const char *guid, const char *tguid) {
245 if (guid == NULL || tguid == NULL) {
246 fprintf(stderr, "Type guid and partion guid needed")
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.cc 286 portal_state = GetCaptivePortalState(network->guid());
310 network->guid().c_str()),
312 portal_state_map_.erase(network->guid());
317 NetworkPortalDetectorImpl::GetCaptivePortalState(const std::string& guid) {
319 CaptivePortalStateMap::const_iterator it = portal_state_map_.find(guid);
360 bool network_changed = (default_network_id_ != default_network->guid());
361 default_network_id_ = default_network->guid();
383 CaptivePortalState state = GetCaptivePortalState(default_network->guid());
584 portal_state_map_.find(network->guid());
597 portal_state_map_[network->guid()] = state
    [all...]
onc_utils.cc 267 const std::string& guid,
273 FindPolicyByGUID(username_hash, guid, onc_source);
308 const std::string& guid) {
318 if (current_guid == guid)
354 // In all cases except Ethernet, we use the GUID of |network|.
356 return GetNetworkConfigByGUID(network_configs, network.guid());
358 // Ethernet is always shared and thus cannot store a GUID per user. Thus we
359 // search for any Ethernet policy intead of a matching GUID.
360 // EthernetEAP service contains only the EAP parameters and stores the GUID of
371 // The GUID associated with the EthernetEAP service refers to the ONC polic
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_33.sql 17 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
19 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
21 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
23 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
25 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
version_34.sql 37 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, country_code VARCHAR);
39 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
41 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
43 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
46 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
version_35.sql 17 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
18 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
19 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
20 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
52 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
version_43.sql 19 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
20 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
21 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
22 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
23 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
  /external/chromium_org/components/sync_driver/
device_info_sync_service.cc 70 if (id == local_device_info->guid()) {
115 StoreSyncData(local_device_info->guid(), local_data);
161 local_device_info_provider_->GetLocalDeviceInfo()->guid();
241 local_device_info_provider_->GetLocalDeviceInfo()->guid();
287 specifics.set_cache_guid(info->guid());
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 34 --proj-guid=GUID GUID to use for the project
130 --proj-guid=*) guid="${optval}"
195 guid=${guid:-`generate_uuid`}
275 ProjectGUID="{${guid}}" \
gen_msvs_vcxproj.sh 35 --proj-guid=GUID GUID to use for the project
150 --proj-guid=*) guid="${optval}"
217 guid=${guid:-`generate_uuid`}
301 tag_content ProjectGuid "{${guid}}"
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_hardware_impl.cc 215 char guid[strLen]; local
218 if (_shared->audio_device()->RecordingDeviceName(index, name, guid) != 0)
233 strncpy(strGuidUTF8, guid, strLen);
271 char guid[strLen]; local
274 if (_shared->audio_device()->PlayoutDeviceName(index, name, guid) != 0)
289 strncpy(strGuidUTF8, guid, strLen);
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 381 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
394 handlers[handler.$$guid] = handler;
400 dean_addEvent.guid = 1;
408 delete element.events[type][handler.$$guid];

Completed in 952 milliseconds

1 2 3 4 56 7 8 91011>>