Searched refs:guid (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_options_list.js14 function AutofillEditProfileButton(guid, edit) {
20 editButtonEl.onclick = function(e) { edit(guid); };
34 * @param {Array} entry An array of the form [guid, label].
40 el.guid = entry[0];
63 this.guid,
71 * @param {Array} entry An array of the form [guid, label, icon].
77 el.guid = entry[0];
108 this.guid,
/external/chromium_org/chromeos/dbus/
H A Dshill_service_client.h48 const std::string& guid,
54 const std::string& guid,
64 const std::string& guid,
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc9 #include "base/guid.h"
661 ASSERT_TRUE(table_->GetAutofillProfile(home_profile.guid(), &db_profile));
665 "FROM autofill_profiles WHERE guid=?"));
666 s_home.BindString(0, home_profile.guid());
687 ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile));
690 "SELECT date_modified FROM autofill_profiles WHERE guid=?"));
691 s_billing.BindString(0, billing_profile.guid());
704 ASSERT_TRUE(table_->GetAutofillProfile(billing_profile.guid(), &db_profile));
707 "SELECT date_modified FROM autofill_profiles WHERE guid=?"));
708 s_billing_updated.BindString(0, billing_profile.guid());
[all...]
H A Dautofill_webdata_service.cc119 const std::string& guid) {
122 autofill_backend_, guid));
155 void AutofillWebDataService::RemoveCreditCard(const std::string& guid) { argument
159 autofill_backend_, guid));
118 RemoveAutofillProfile( const std::string& guid) argument
/external/chromium_org/components/test/data/web_database/
H A Dversion_49.sql9 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);
11 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);
12 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
13 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
14 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
15 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
H A Dversion_50.sql9 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, origin VARCHAR DEFAULT '');
11 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, origin VARCHAR DEFAULT '');
12 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
13 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
14 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
15 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
H A Dversion_52.sql20 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, origin VARCHAR DEFAULT '');
22 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, origin VARCHAR DEFAULT '');
23 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
24 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
25 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
26 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dwin32devicemanager.cc67 HDEVNOTIFY Register(REFGUID guid);
246 std::string name, guid; local
249 hr = GetStringProp(props, PKEY_AudioEndpoint_GUID, &guid);
253 out->id = guid;
371 HDEVNOTIFY Win32DeviceWatcher::Register(REFGUID guid) { argument
375 dbdi.dbcc_classguid = guid;
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dasync_slice_group_test.js65 js = js.replace(/__T1_GUID__/g, t1.guid);
H A Dcounter.js7 base.require('base.guid');
38 get guid() {
50 obj[key] = this[key].guid;
H A Dcounter_series.js7 base.require('base.guid');
39 obj[key] = this[key].guid;
69 obj[key] = this[key].guid;
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_service_client.cc167 const std::string& guid,
182 guid,
188 guid,
194 const std::string& guid,
209 guid,
215 guid,
221 const std::string& guid,
236 guid,
242 guid,
248 const std::string& guid,
166 GetProperties( const std::string& guid, const DictionaryCallback& success_callback, const FailureCallback& failure_callback) argument
193 GetManagedProperties( const std::string& guid, const DictionaryCallback& success_callback, const FailureCallback& failure_callback) argument
220 GetState( const std::string& guid, const DictionaryCallback& success_callback, const FailureCallback& failure_callback) argument
247 SetProperties( const std::string& guid, scoped_ptr<base::DictionaryValue> properties, const VoidCallback& success_callback, const FailureCallback& failure_callback) argument
327 StartConnect( const std::string& guid, const VoidCallback& success_callback, const FailureCallback& failure_callback) argument
349 StartDisconnect( const std::string& guid, const VoidCallback& success_callback, const FailureCallback& failure_callback) argument
407 VerifyAndEncryptCredentials( const std::string& guid, const VerificationProperties& verification_properties, const StringCallback& success_callback, const FailureCallback& failure_callback) argument
496 GetCaptivePortalStatus( const std::string& guid, const StringCallback& success_callback, const FailureCallback& failure_callback) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_api.cc106 std::string guid = local_device->GetLocalSyncCacheGUID(); local
107 scoped_ptr<DeviceInfo> device = GetDeviceInfoForClientId(guid,
/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dbootstrapping_network_switcher_unittest.cc34 network1.guid = "SampleGUID1";
39 network2.guid = "SampleGUID2";
H A Dbootstrapping_network_switcher.cc49 return_guid_ = i->guid;
/external/chromium_org/chrome/browser/sync/glue/
H A Dlocal_device_info_provider_impl.cc137 const std::string& guid,
143 new sync_driver::DeviceInfo(guid,
136 InitializeContinuation( const std::string& guid, const std::string& signin_scoped_device_id, const std::string& session_name) argument
H A Dlocal_device_info_provider_unittest.cc78 EXPECT_EQ(std::string(kLocalDeviceGuid), local_device_info->guid());
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Dfile_audio_device.cc83 char guid[kAdmMaxGuidSize]) {
88 memset(guid, 0, kAdmMaxGuidSize);
90 memcpy(guid, kGuid, strlen(guid));
98 char guid[kAdmMaxGuidSize]) {
103 memset(guid, 0, kAdmMaxGuidSize);
105 memcpy(guid, kGuid, strlen(guid));
81 PlayoutDeviceName(uint16_t index, char name[kAdmMaxDeviceNameSize], char guid[kAdmMaxGuidSize]) argument
96 RecordingDeviceName(uint16_t index, char name[kAdmMaxDeviceNameSize], char guid[kAdmMaxGuidSize]) argument
/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp38 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) argument
40 return SetPropString((const char *)&guid, sizeof(GUID), value);
/external/markdown/markdown/extensions/
H A Drss.py88 guid = ''.join([x for x in heading if x.isalnum()])
89 guidElem = etree.SubElement(item, "guid")
90 guidElem.text = guid
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc68 AutofillProfile* GetProfileWithGUID(const char* guid) { argument
71 if (!(*it)->guid().compare(guid))
77 CreditCard* GetCreditCardWithGUID(const char* guid) { argument
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) { argument
455 GetCreditCardWithGUID(const char* guid) argument
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...]
H A Dautofill_test_utils.h76 const char* guid, const char* first_name, const char* middle_name,
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_view.js12 base.require('base.guid');
69 selection_guid: selection.guid
87 if (this.selections_[idx].guid === event.state.selection_guid)
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_state_changer_win.h36 GUID guid; // The GUID specified by the application, alternative to member in struct:NOTIFYITEM
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_printer.cc172 wchar_t guid[64]; local
173 StringFromGUID2(event->Header.Guid, &guid[0], arraysize(guid));
174 *out_ << error << " (class=" << guid << ", type="

Completed in 601 milliseconds

1234567891011>>