Searched refs:string_tmp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_action.cc61 std::string string_tmp; local
64 if (dict->GetString(keys::kNameKey, &string_tmp))
65 cookie->name.reset(new std::string(string_tmp));
66 if (dict->GetString(keys::kValueKey, &string_tmp))
67 cookie->value.reset(new std::string(string_tmp));
68 if (dict->GetString(keys::kExpiresKey, &string_tmp))
69 cookie->expires.reset(new std::string(string_tmp));
72 if (dict->GetString(keys::kDomainKey, &string_tmp))
73 cookie->domain.reset(new std::string(string_tmp));
74 if (dict->GetString(keys::kPathKey, &string_tmp))
[all...]

Completed in 91 milliseconds