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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/browser/download/
download_file_impl.h 64 virtual void SetClientGuid(const std::string& guid) OVERRIDE;
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 53 GUID type_guid;
169 bool VideoCaptureDeviceMFWin::FormatFromGuid(const GUID& guid,
172 const GUID& guid; member in struct:media::__anon13331
185 if (kFormatMap[i].guid == guid) {
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_chromeos.cc 163 changes.push_back((*iter)->guid());
186 std::vector<std::string>(1, network->guid())));
195 const std::string path = network ? network->guid() : std::string();
  /external/chromium_org/components/autofill/core/browser/
autofill_test_utils.cc 7 #include "base/guid.h"
183 const char* guid, const char* first_name, const char* middle_name,
188 if (guid)
189 profile->set_guid(guid);
personal_data_manager.h 51 // A pair of GUID and variant index. Represents a single FormGroup and a
88 // Saves |imported_profile| to the WebDB if it exists. Returns the guid of
93 // Saves a credit card value detected in |ImportedFormData|. Returns the guid
104 // Removes the profile or credit card represented by |guid|.
105 virtual void RemoveByGUID(const std::string& guid);
107 // Returns the profile with the specified |guid|, or NULL if there is no
108 // profile with the specified |guid|. Both web and auxiliary profiles may
110 AutofillProfile* GetProfileByGUID(const std::string& guid);
118 // Returns the credit card with the specified |guid|, or NULL if there is
119 // no credit card with the specified |guid|
    [all...]
credit_card.cc 14 #include "base/guid.h"
113 CreditCard::CreditCard(const std::string& guid, const std::string& origin)
114 : AutofillDataModel(guid, origin),
504 set_guid(credit_card.guid());
557 return guid() == credit_card.guid() &&
666 << credit_card.guid()
credit_card.h 23 CreditCard(const std::string& guid, const std::string& origin);
  /external/chromium_org/components/test/data/web_database/
version_53.sql 20 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 '');
27 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR);
32 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
37 CREATE TABLE autofill_profile_phones ( guid VARCHAR, type INTEGER DEFAULT 0, number VARCHAR);
43 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9xof.h 98 STDMETHOD(AddDataObject)(THIS_ REFGUID template_guid, const char *name, const GUID *guid,
115 STDMETHOD(GetType)(THIS_ GUID*) PURE;
116 STDMETHOD(AddDataObject)(THIS_ REFGUID template_guid, const char *name, const GUID *guid,
118 STDMETHOD(AddDataReference)(THIS_ LPCSTR, CONST GUID*) PURE;
134 STDMETHOD(GetDataObjectById)(THIS_ REFGUID guid, struct ID3DXFileData **obj) PURE;
152 STDMETHOD(GetType)(THIS_ GUID*) PURE;
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 241 std::string guid = variable
242 default_network ? default_network->guid() : std::string();
243 network_portal_detector_.SetDefaultNetworkForTesting(guid);
244 if (!guid.empty()) {
246 guid, online_state);
  /external/chromium_org/components/wifi/
wifi_service_win.cc 60 CONST GUID* pInterfaceGuid,
69 const GUID* pInterfaceGuid,
74 CONST GUID* pInterfaceGuid,
87 CONST GUID* pInterfaceGuid,
94 const GUID* pInterfaceGuid,
102 CONST GUID* pInterfaceGuid,
117 const GUID* pInterfaceGuid,
135 CONST GUID* pInterfaceGuid,
143 CONST GUID* pInterfaceGuid,
149 const GUID* pInterfaceGuid
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.cc 909 char guid[kAdmMaxGuidSize]; local
916 EXPECT_EQ(0, audioDevice->PlayoutDeviceName(n, name, guid));
919 guid=%s\n",
920 n, name, guid);
927 EXPECT_EQ(0, audioDevice->PlayoutDeviceName(-1, name, guid));
929 default guid=%s\n", -1, name, guid);
933 EXPECT_EQ(-1, audioDevice->PlayoutDeviceName(-1, name, guid));
941 EXPECT_EQ(0, audioDevice->RecordingDeviceName(n, name, guid));
944 guid=%s\n"
1007 char guid[kAdmMaxGuidSize]; local
2499 char guid[kAdmMaxGuidSize]; local
2561 char guid[kAdmMaxGuidSize]; local
    [all...]
  /external/chromium_org/chromeos/network/
network_state_handler.cc 9 #include "base/guid.h"
311 const std::string& guid) const {
312 DCHECK(!guid.empty());
316 if (network->guid() == guid)
794 if (!network->guid().empty()) {
796 // Otherwise ensure that the entry matches the specified GUID. (e.g. in
797 // case a visible network with a specified guid gets configured with a
798 // new guid).
802 specifier_guid_map_[specifier] = network->guid();
806 std::string guid; local
    [all...]
network_state.cc 180 dictionary->SetStringWithoutPathExpansion(shill::kGuidProperty, guid());
319 void NetworkState::SetGuid(const std::string& guid) {
320 guid_ = guid;
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 325 std::string guid; local
326 cert->GetStringWithoutPathExpansion(certificate::kGUID, &guid);
339 LOG(ERROR) << "Certificate with GUID " << guid
343 certs_by_guid[guid] = pem;
471 LOG(ERROR) << "Couldn't PEM-encode certificate with GUID " << guid_ref;
636 std::string guid; local
637 network->GetStringWithoutPathExpansion(network_config::kGUID, &guid);
641 << guid;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 138 // FIXME: move all guid-related functions to a DatabaseVersionTracker class.
155 static inline void updateGuidVersionMap(DatabaseGuid guid, String newVersion)
168 guidToVersionMap().set(guid, newVersion.isEmpty() ? String() : newVersion.isolatedCopy());
189 DatabaseGuid guid = stringIdentifierToGUIDMap.get(stringID); local
190 if (!guid) {
192 guid = currentNewGUID++;
193 stringIdentifierToGUIDMap.set(stringID, guid);
196 return guid;
450 WTF_LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data());
468 WTF_LOG(StorageAPI, "No cached version for guid %i", m_guid)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js 31 v;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,i=a.length;e<i;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,i=0,j=a.length;i<j;i++){e=b(a[i],i,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=v}else if(b&&!c.isFunction(b)){d=b;b=v}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},
48 ""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?v:a}return c.style(a,b,d)}});var ab=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==z&&!a.frameElement)a=z;if(!d.guid)d.guid=c.guid++;if(f!==v){d=c.proxy(d);d.data=f}var e=c.data(a,"events")||c.data(a,"events",{}),i=c.data(a,"handle"),j;if(!i){j=
50 d,f,m,s))&&c.isFunction(m)){m.guid=m.guid||d.guid;m.data=m.data||d.data;m.type=m.type||d.type;d=m}s[d.guid]=d;this.global[n]=true}a=n (…)
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc 308 const std::string& guid,
313 AddServiceWithIPConfig(service_path, guid, name,
320 const std::string& guid,
327 service_path, guid, name, type, state, visible);
350 const std::string& guid,
368 // If |guid| is provided, set Service.GUID to that. Otherwise if a GUID is
370 // not enforce a valid guid, we do that at the NetworkStateHandler layer.
371 std::string guid_to_set = guid;
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 295 // Check that GUID-based notification was sent.
297 AutofillProfileChange::ADD, profile.guid(), &profile);
332 // Check that GUID-based notification was sent.
334 AutofillProfileChange::REMOVE, profile.guid(), NULL);
339 wds_->RemoveAutofillProfile(profile.guid());
380 AutofillProfileChange::UPDATE, profile2.guid(), &profile2_changed);
433 wds_->RemoveCreditCard(credit_card.guid());
517 // Check that GUID-based notification was sent for the profile.
519 AutofillProfileChange::REMOVE, profile.guid(), NULL);
  /external/chromium_org/components/search_engines/
template_url_service_sync_unittest.cc 35 // Extract the GUID from a search engine syncer::SyncData.
51 // caller to override the keyword, URL, or GUID fields with empty strings, in
101 bool contains_guid(const std::string& guid) const {
102 return change_map_.count(guid) != 0;
105 syncer::SyncChange change_for_guid(const std::string& guid) const {
106 DCHECK(contains_guid(guid));
107 return change_map_.find(guid)->second;
174 const std::string& guid = std::string(),
204 // the |url| and |guid| and initializing the date_created and last_modified
209 const std::string& guid);
385 std::string guid = GetGUID(*iter); local
404 std::string guid = GetGUID(*iter); local
424 std::string guid = GetGUID(*iter); local
612 std::string guid = GetGUID(*iter); local
644 std::string guid = GetGUID(*iter); local
683 std::string guid = GetGUID(*iter); local
    [all...]
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 134 // returns a GUID associated with the device, not the volume.
135 base::string16 guid; local
137 WriteInto(&guid, kMaxPathBufLen),
141 // In case it has two GUID's (see above mentioned blog), do it again.
142 if (!GetVolumeNameForVolumeMountPoint(guid.c_str(),
143 WriteInto(&guid, kMaxPathBufLen),
154 StorageInfo::FIXED_MASS_STORAGE, base::UTF16ToUTF8(guid)));
174 StorageInfo::MakeDeviceId(type, base::UTF16ToUTF8(guid));
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.h 48 char guid[kAdmMaxGuidSize]);
audio_track_jni.h 47 char guid[kAdmMaxGuidSize]);
opensles_input.h 55 char guid[kAdmMaxGuidSize]);
opensles_output.h 56 char guid[kAdmMaxGuidSize]);

Completed in 698 milliseconds

1 2 3 4 5 6 78 91011>>