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

<<11121314151617181920>>

  /external/chromium_org/net/tools/quic/
quic_server_session.h 39 virtual void OnConnectionClosed(QuicGuid guid, QuicErrorCode error) = 0;
quic_server.cc 198 QuicGuid guid; local
199 if (!QuicFramer::ReadGuidFromPacket(packet, &guid)) {
206 server_address, client_address, guid, has_version_flag, packet);
  /external/chromium_org/sync/protocol/
app_notification_specifics.proto 27 optional string guid = 1;
autofill_specifics.proto 21 optional string guid = 15;
  /external/chromium_org/ui/views/examples/content_client/
examples_main_delegate.cc 28 const GUID kViewsExamplesProviderName =
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.h 55 extern HRESULT (WINAPI *DDrawCreate)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnkOuter );
  /external/sonivox/arm-fm-22k/host_src/
eas_build.h 8 * build. The buildGUIDStr is a GUID created during
  /external/sonivox/arm-hybrid-22k/host_src/
eas_build.h 8 * build. The buildGUIDStr is a GUID created during
  /external/sonivox/arm-wt-22k/host_src/
eas_build.h 8 * build. The buildGUIDStr is a GUID created during
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.js 8 // The GUID of the loaded credit card.
176 * on this data and stores the GUID of the credit card.
182 this.guid_ = creditCard['guid'];
  /external/chromium-trace/trace-viewer/src/cc/
picture.js 7 base.require('base.guid');
26 this.guid_ = base.GUID.allocate();
86 get guid() {
layer_tree_quad_stack_viewer.js 37 this.pictureAsCanvas_ = {}; // Maps picture.guid to PictureAsCanvas.
171 var pictureAsCanvas = this.pictureAsCanvas_[picture.guid];
174 this.pictureAsCanvas_[picture.guid] =
180 this.pictureAsCanvas_[picture_.guid] = pictureAsCanvas;
248 var pictureAsCanvas = this.pictureAsCanvas_[picture.guid];
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
process_base.js 10 base.require('base.guid');
30 this.guid_ = base.GUID.allocate();
48 get guid() {
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.js 48 * GUID can be properly cleared.
184 * on this data and stores the GUID of the credit card.
190 this.guid_ = creditCard.guid;
  /external/chromium_org/chrome/browser/sync/glue/
synced_device_tracker_unittest.cc 7 #include "base/guid.h"
28 specifics->set_cache_guid(device_info.guid());
74 synced_device_tracker_->WriteDeviceInfo(specifics, device_info.guid());
  /external/chromium_org/chrome/installer/tools/
setup_timer.py 114 parser.add_option('--product-guid',
116 help="The GUID of the product to observe: defaults to "
117 "the GUID for the Google Chrome Binaries which is the "
  /external/chromium_org/components/wifi/
wifi_service.cc 27 value->SetString(onc::network_config::kGUID, guid);
105 return l.guid < r.guid;
  /external/chromium_org/net/quic/
quic_protocol.cc 58 : guid(0),
67 : guid(other.guid),
191 os << "{ guid: " << header.public_header.guid
quic_framer.cc 411 if (!writer.WriteUInt64(packet.public_header.guid)) {
442 if (!writer.WriteUInt64(header.guid)) {
619 if (!writer->WriteUInt8(header.public_header.guid & k1ByteGuidMask)) {
627 if (!writer->WriteUInt32(header.public_header.guid & k4ByteGuidMask)) {
635 if (!writer->WriteUInt64(header.public_header.guid)) {
640 last_serialized_guid_ = header.public_header.guid;
732 if (!reader_->ReadUInt64(&public_header->guid)) {
733 set_detailed_error("Unable to read GUID.");
739 // If the guid is truncated, expect to read the last serialized guid
    [all...]
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.cc 139 void UseGuid(QuicGuid guid) {
140 override_guid_ = guid;
144 QuicGuid override_guid_; // GUID to use, if nonzero
427 void QuicTestClient::UseGuid(QuicGuid guid) {
429 reinterpret_cast<QuicEpollClient*>(client_.get())->UseGuid(guid);
  /external/chromium_org/chrome/browser/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;
213 const std::string& guid = std::string(),
243 // the |url| and |guid| and initializing the date_created and last_modified
248 const std::string& guid);
425 std::string guid = GetGUID(*iter); local
444 std::string guid = GetGUID(*iter); local
464 std::string guid = GetGUID(*iter); local
652 std::string guid = GetGUID(*iter); local
684 std::string guid = GetGUID(*iter); local
723 std::string guid = GetGUID(*iter); local
    [all...]
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 52 delete[] info->guid;
127 char* guid = new char[kGuidSize + 1]; local
145 iov[1].iov_base = guid;
286 guid[kGuidSize] = crash_url[kMaxActiveURLSize] = distro[kDistroSize] = 0;
300 info->guid_length = strlen(guid);
301 info->guid = guid;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 91 typedef UInt32 (WINAPI *CreateObjectFunc)(const GUID *clsID, const GUID *iid, void **outObject);
104 clsId = *(const GUID *)prop.bstrVal;
270 item.ClassID = *(const GUID *)prop.bstrVal;
520 STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject);
565 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder)
581 STDMETHODIMP CCodecs::CreateEncoder(UInt32 index, const GUID *iid, void **coder)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp 136 // FIXME: move all guid-related functions to a DatabaseVersionTracker class.
153 static inline void updateGuidVersionMap(DatabaseGuid guid, String newVersion)
165 guidToVersionMap().set(guid, newVersion.isEmpty() ? String() : newVersion.isolatedCopy());
186 DatabaseGuid guid = stringIdentifierToGUIDMap.get(stringID); local
187 if (!guid) {
189 guid = currentNewGUID++;
190 stringIdentifierToGUIDMap.set(stringID, guid);
193 return guid;
329 WTF_LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data());
346 WTF_LOG(StorageAPI, "No cached version for guid %i", m_guid)
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc 17 #include "chrome/common/guid.h"
290 guids.insert(profile0.guid());
291 guids.insert(profile1.guid());
292 guids.insert(creditcard0.guid());
293 guids.insert(creditcard1.guid());
341 EXPECT_NE(results3[0]->guid(), results3[1]->guid());
342 EXPECT_TRUE(guid::IsValidGUID(results3[0]->guid()));
343 EXPECT_TRUE(guid::IsValidGUID(results3[1]->guid()))
    [all...]

Completed in 2127 milliseconds

<<11121314151617181920>>