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

<<11121314151617181920>>

  /external/chromium_org/content/browser/download/
download_file.h 76 // Set the application GUID to be used to identify the app to the
79 virtual void SetClientGuid(const std::string& guid) = 0;
  /external/chromium_org/content/browser/
system_message_window_win.cc 19 // A static map from a device category guid to base::SystemMonitor::DeviceType.
21 const GUID device_category;
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.h 47 char guid[webrtc::kAdmMaxGuidSize]) OVERRIDE;
50 char guid[webrtc::kAdmMaxGuidSize]) OVERRIDE;
  /external/chromium_org/remoting/host/win/
rdp_client_unittest.cc 13 #include "base/guid.h"
50 static GUID RdpClientModuleLibid = {
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 44 // TODO(robertshield): This GUID is hard-coded in a bunch of places that
47 const GUID kChromeTraceProviderName = {
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 34 --proj-guid=GUID GUID to use for the project
203 --proj-guid=*) guid="${optval}"
257 guid=${guid:-`generate_uuid`}
337 ProjectGUID="{${guid}}" \
gen_msvs_vcxproj.sh 34 --proj-guid=GUID GUID to use for the project
214 --proj-guid=*) guid="${optval}"
268 guid=${guid:-`generate_uuid`}
352 tag_content ProjectGuid "{${guid}}"
  /frameworks/wilhelm/src/
MPH.h 75 // GUID and MPH are shared by SL and XA, but currently documented for SL only
83 // GUID and MPH are shared by SL and XA, but currently documented for XA only
  /development/host/windows/usb/api/
adb_interface_enum.cpp 35 bool AdbInterfaceEnumObject::InitializeEnum(GUID class_id,
  /development/samples/XmlAdapters/res/xml/
rss_feed.xml 25 <bind app:from="/guid" app:to="@id/item_layout" app:as="tag" />
  /external/chromium/base/debug/
trace_event_win_unittest.cc 75 current_->Event(event->Header.Guid,
137 // Enable the TraceLog provider GUID.
160 void ExpectEvent(REFGUID guid,
174 EXPECT_CALL(consumer_, Event(guid,
  /external/chromium/chrome/browser/autofill/
autofill_common_test.h 38 const char* guid, const char* first_name, const char* middle_name,
autofill_manager.cc 39 #include "chrome/common/guid.h"
502 DCHECK(!guid::IsValidGUID(cc_guid.first) ||
503 !guid::IsValidGUID(profile_guid.first));
507 if (guid::IsValidGUID(profile_guid.first)) {
510 if ((*iter)->guid() == profile_guid.first) {
520 if (guid::IsValidGUID(cc_guid.first)) {
523 if ((*iter)->guid() == cc_guid.first) {
862 GUIDPair(profile->guid(), i)));
901 GUIDPair(profile->guid(), j)));
    [all...]
  /external/chromium/chrome/browser/resources/options/
autofill_options_list.js 13 * @param {Array} entry An array of the form [guid, label].
19 el.guid = entry[0];
44 * @param {Array} entry An array of the form [guid, label, icon].
50 el.guid = entry[0];
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
thread.js 10 base.require('base.guid');
61 this.guid_ = base.GUID.allocate();
81 get guid() {
97 obj[key] = this[key].guid;
  /external/chromium_org/base/debug/
trace_event_win_unittest.cc 78 current_->Event(event->Header.Guid,
140 // Enable the TraceLog provider GUID.
166 void ExpectEvent(REFGUID guid,
180 EXPECT_CALL(consumer_, Event(guid,
  /external/chromium_org/base/win/
message_window_unittest.cc 6 #include "base/guid.h"
  /external/chromium_org/chrome/common/importer/
ie_importer_test_registry_overrider_win.cc 12 #include "base/guid.h"
  /external/chromium_org/chrome/installer/util/
helper.h 44 // Returns the app guid under which the current process receives updates from
  /external/chromium_org/chromeos/network/
favorite_state.h 39 const std::string& guid() const { return guid_; } function in class:chromeos::FavoriteState
  /external/chromium_org/chromeos/test/data/network/
augmented_merge.json 2 "GUID": {
  /external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token.cc 9 #include "base/guid.h"
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.h 57 // which is expected to be the GUID identifying the |profile|.
  /external/chromium_org/components/test/data/autofill/merge/tools/
autofill_merge_common.py 44 if column_name in ["guid", "label", "country", "date_modified"]:
  /external/chromium_org/content/browser/devtools/
devtools_agent_host_impl.cc 10 #include "base/guid.h"

Completed in 1866 milliseconds

<<11121314151617181920>>