HomeSort by relevance Sort by last modified time
    Searched defs:profile_id (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_event_dispatcher.h 49 void* profile_id; member in struct:extensions::api::SerialEventDispatcher::ReceiveParams
64 static void DispatchEvent(void* profile_id,
  /external/chromium_org/ui/message_center/
notifier_settings.h 66 std::string profile_id; member in struct:message_center::NotifierId
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 50 // from profile path. "profile_id" is composed of sanitized basenames of
71 base::string16 profile_id; local
72 profile_id.reserve(basenames.size());
74 // Generate profile_id from sanitized basenames.
79 profile_id += basenames[i];
82 return profile_id;
398 const base::string16 profile_id(GetProfileIdFromPath(profile_path));
399 if (!profile_id.empty())
400 components.push_back(profile_id);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 466 int profile_id; local
467 if (!base::StringToInt(profile_value, &profile_id)) {
472 if (profile_id < ui::COLOR_PROFILE_STANDARD ||
473 profile_id > ui::COLOR_PROFILE_READING) {
474 LOG(ERROR) << "Invalid profile_id: " << profile_id;
479 display_id, static_cast<ui::ColorCalibrationProfile>(profile_id));
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 355 uint16 profile_id = talk_base::GetBE16(rtp); local
364 if (profile_id == 0xBEDE) { // OneByte extension header
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 1176 int profile_id = GUIDToID(profile_guid); local
1192 int profile_id = id & std::numeric_limits<unsigned short>::max(); local
    [all...]
  /external/chromium_org/extensions/browser/
extension_function.h 212 void set_profile_id(void* profile_id) { profile_id_ = profile_id; }
213 void* profile_id() const { return profile_id_; } function in class:ExtensionFunction

Completed in 311 milliseconds