Home | History | Annotate | Download | only in cookies

Lines Matching refs:store_id

163     std::string* store_id,
165 DCHECK((context || store_id->empty()));
167 if (!store_id->empty()) {
169 *store_id, profile(), include_incognito());
172 keys::kInvalidStoreIdError, *store_id);
185 *store_id = cookies_helpers::GetStoreIdFromProfile(store_profile);
209 std::string store_id =
210 parsed_args_->details.store_id.get() ? *parsed_args_->details.store_id
213 if (!ParseStoreContext(&store_id, &store_context))
216 if (!parsed_args_->details.store_id.get())
217 parsed_args_->details.store_id.reset(new std::string(store_id));
247 cookies_helpers::CreateCookie(*it, *parsed_args_->details.store_id));
283 std::string store_id =
284 parsed_args_->details.store_id.get() ? *parsed_args_->details.store_id
287 if (!ParseStoreContext(&store_id, &store_context))
290 if (!parsed_args_->details.store_id.get())
291 parsed_args_->details.store_id.reset(new std::string(store_id));
347 std::string store_id =
348 parsed_args_->details.store_id.get() ? *parsed_args_->details.store_id
351 if (!ParseStoreContext(&store_id, &store_context))
354 if (!parsed_args_->details.store_id.get())
355 parsed_args_->details.store_id.reset(new std::string(store_id));
423 cookies_helpers::CreateCookie(*it, *parsed_args_->details.store_id));
460 std::string store_id =
461 parsed_args_->details.store_id.get() ? *parsed_args_->details.store_id
464 if (!ParseStoreContext(&store_id, &store_context))
467 if (!parsed_args_->details.store_id.get())
468 parsed_args_->details.store_id.reset(new std::string(store_id));
496 details.store_id = *parsed_args_->details.store_id;