HomeSort by relevance Sort by last modified time
    Searched full:guid (Results 276 - 300 of 804) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 73 bool FormatFromGuid(const GUID& guid, VideoPixelFormat* format) {
75 const GUID& guid; member in struct:media::__anon8709::__anon8710
88 if (kFormatMap[i].guid == guid) {
121 GUID type_guid;
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 254 MockConnection::MockConnection(QuicGuid guid,
256 : QuicConnection(guid,
431 QuicGuid guid,
439 header.public_header.guid = guid;
457 QuicPacket* ConstructHandshakePacket(QuicGuid guid, QuicTag tag) {
460 return ConstructPacketFromHandshakeMessage(guid, message, false);
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 63 AutofillProfile* GetProfileWithGUID(const char* guid) {
66 if (!(*it)->guid().compare(guid))
424 AutofillProfile* GetProfileWithGUID(const char* guid) {
425 return test_personal_data_->GetProfileWithGUID(guid);
440 virtual int GUIDToID(const GUIDPair& guid) OVERRIDE {
441 if (guid.first.empty())
445 EXPECT_TRUE(base::StringToInt(guid.first.substr(guid.first.rfind("-") + 1),
    [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc 97 GUID guid; member in struct:content::__anon7709::InternalDirectInputDevice
184 device.guid = instance->guidInstance;
247 const GUID& guid) const {
250 pad_state_[i].guid == guid)
291 if (HasDirectInputGamepad(directinput_gamepads[i].guid)) {
303 state.guid = directinput_gamepads[i].guid;
    [all...]
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.cc 175 wchar_t guid[64]; local
176 StringFromGUID2(event->Header.Guid, &guid[0], arraysize(guid));
177 *out_ << error << " (class=" << guid << ", type="
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 305 // Check that GUID-based notification was sent.
307 AutofillProfileChange::ADD, profile.guid(), &profile);
342 // Check that GUID-based notification was sent.
344 AutofillProfileChange::REMOVE, profile.guid(), NULL);
349 wds_->RemoveAutofillProfile(profile.guid());
387 AutofillProfileChange::UPDATE, profile1.guid(), &profile1_changed);
440 wds_->RemoveCreditCard(credit_card.guid());
522 // Check that GUID-based notification was sent for the profile.
524 AutofillProfileChange::REMOVE, profile.guid(), NULL);
autofill_webdata_service.h 69 virtual void RemoveAutofillProfile(const std::string& guid) OVERRIDE;
74 virtual void RemoveCreditCard(const std::string& guid) OVERRIDE;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider_browsertest.cc 206 " <key>GUID</key>\n"
219 " <key>GUID</key>\n"
232 " <key>GUID</key>\n"
245 " <key>GUID</key>\n"
258 " <key>GUID</key>\n"
373 " <key>GUID</key>\n"
  /external/chromium_org/content/browser/download/
base_file_win.cc 13 #include "base/guid.h"
333 GUID guid = GUID_NULL; local
336 base::UTF8ToUTF16(braces_guid).c_str(), &guid);
338 guid = GUID_NULL;
341 HRESULT hr = AVScanFile(full_path_, source_url_.spec(), guid);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 67 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) {
375 dbdi.dbcc_classguid = guid;
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 74 GUID fGuidFormat;
86 static SkImageDecoder::Format GuidContainerFormat_to_Format(REFGUID guid) {
88 if (IsEqualGUID(guid, gFormatConversions[i].fGuidFormat)) {
156 GUID guidFormat;
204 GUID destinationPixelFormat;
288 GUID type;
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 74 GUID fGuidFormat;
86 static SkImageDecoder::Format GuidContainerFormat_to_Format(REFGUID guid) {
88 if (IsEqualGUID(guid, gFormatConversions[i].fGuidFormat)) {
156 GUID guidFormat;
204 GUID destinationPixelFormat;
288 GUID type;
  /external/chromium_org/components/wifi/
wifi_service_win.cc 55 CONST GUID *pInterfaceGuid,
65 CONST GUID *pInterfaceGuid,
78 CONST GUID *pInterfaceGuid,
85 const GUID* pInterfaceGuid,
94 CONST GUID *pInterfaceGuid,
109 const GUID *pInterfaceGuid,
127 CONST GUID* pInterfaceGuid,
136 CONST GUID *pInterfaceGuid,
143 const GUID *pInterfaceGuid,
265 DWORD FindAdapterIndexMapByGUID(const GUID& interface_guid
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/Properties/
AssemblyInfo.cs 56 // The following GUID is for the ID of the typelib if this project is exposed to COM
57 [assembly: Guid("e7a97455-a3e3-4877-a90b-b1b12606dac1")]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
AssemblyInfo.cs 57 // The following GUID is for the ID of the typelib if this project is exposed to COM
58 [assembly: Guid( "7a0b4db7-f127-4cf5-ac2c-e294957efcd6" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "9f8fa018-6766-404c-9e72-551407e1b173" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "ad48c7f7-0b1d-4b1e-9602-83425cb5699f" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
AssemblyInfo.cs 55 // The following GUID is for the ID of the typelib if this project is exposed to COM
56 [assembly: Guid( "1352b15b-eded-4380-9122-acde32f7ff38" )]
  /external/chromium/chrome/common/
win_safe_util.cc 39 // This GUID is associated with any 'don't ask me again' settings that the
42 static const GUID kClientID = { 0x2676a9a2, 0xd919, 0x4fee,
  /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
signed_in_devices_api.cc 95 std::string guid = pss->GetLocalSyncCacheGUID(); local
96 scoped_ptr<DeviceInfo> device = GetDeviceInfoForClientId(guid,
  /external/chromium_org/chrome/browser/resources/options/
autofill_options_list.js 11 function AutofillEditProfileButton(guid, edit) {
16 editButtonEl.onclick = function(e) { edit(guid); };
30 * @param {Array} entry An array of the form [guid, label].
36 el.guid = entry[0];
59 this.guid,
67 * @param {Array} entry An array of the form [guid, label, icon].
73 el.guid = entry[0];
104 this.guid,
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 131 // returns a GUID associated with the device, not the volume.
132 base::string16 guid; local
134 WriteInto(&guid, kMaxPathBufLen),
138 // In case it has two GUID's (see above mentioned blog), do it again.
139 if (!GetVolumeNameForVolumeMountPoint(guid.c_str(),
140 WriteInto(&guid, kMaxPathBufLen),
151 StorageInfo::FIXED_MASS_STORAGE, UTF16ToUTF8(guid)));
170 std::string device_id = StorageInfo::MakeDeviceId(type, UTF16ToUTF8(guid));
  /external/chromium_org/chrome/common/
crash_keys.h 22 // Sets the GUID by which this crash reporting client can be identified.
52 // The GUID used to identify this client to the crash system.
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.h 79 const std::string& guid,
86 const std::string& guid,
  /external/chromium_org/components/test/data/web_database/
version_31.sql 17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT "");
19 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, type VARCHAR, card_number VARCHAR, expiration_month INTEGER, expiration_year INTEGER, verification_code VARCHAR, billing_address VARCHAR, shipping_address VARCHAR, card_number_encrypted BLOB, verification_code_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT "");

Completed in 1677 milliseconds

<<11121314151617181920>>