Searched defs:src_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dpresencepushtask.cc231 const XmlElement* src_id = media->FirstNamed(QN_GOOGLE_MUC_USER_SRC_ID); local
232 if (!src_id) continue; // Shouldn't happen
235 uint32 src_id_num = strtoul(src_id->BodyText().c_str(), &endptr, 10);
236 if (src_id->BodyText().c_str()[0] == '\0' || endptr[0] != '\0') {
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.cc68 const std::string& src_id = src_dest_info->first.entry->resource_id(); local
77 Rename(src_id, src_path, new_name, new_name_has_hosted_extension,
96 const std::string& src_id = src_dest_info->first.entry->resource_id(); local
107 AddToDirectory(src_id, dest_dir_id, src_path, dest_dir_path,
135 void MoveOperation::Rename(const std::string& src_id, argument
156 scheduler_->RenameResource(src_id,
179 void MoveOperation::AddToDirectory(const std::string& src_id, argument
187 dest_dir_id, src_id,
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_extension_api.cc95 if (utterance->src_id() < 0)
113 details->SetInteger(constants::kSrcIdKey, utterance->src_id());
242 int src_id = -1; local
245 options->GetInteger(constants::kSrcIdKey, &src_id));
263 utterance->set_src_id(src_id);
/external/chromium_org/chrome/browser/speech/
H A Dtts_controller.h124 void set_src_id(int src_id) { src_id_ = src_id; } argument
125 int src_id() { return src_id_; } function in class:Utterance
/external/ipsec-tools/src/racoon/
H A Dhandler.h254 struct sockaddr *src_id; member in struct:ph2handle

Completed in 128 milliseconds