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

/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.h113 return organization_name_;
186 string16 organization_name_; member in class:WebsiteSettings
H A Dwebsite_settings.cc297 organization_name_ = UTF8ToUTF16(cert->subject().organization_names[0]);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dfileutils.h264 organization_name_ = organization;
268 *organization = organization_name_;
279 std::string organization_name_; member in class:talk_base::FilesystemInterface
H A Dunixfilesystem.cc380 ASSERT(!organization_name_.empty());
438 path->AppendFolder(organization_name_);
444 std::string subdir(organization_name_);
H A Dwin32filesystem.cc364 ASSERT(!organization_name_.empty());
375 ToUtf16(organization_name_).c_str());
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfileutils.h266 organization_name_ = organization;
270 *organization = organization_name_;
281 std::string organization_name_; member in class:talk_base::FilesystemInterface
H A Dunixfilesystem.cc378 ASSERT(!organization_name_.empty());
435 path->AppendFolder(organization_name_);
441 std::string subdir(organization_name_);
H A Dwin32filesystem.cc364 ASSERT(!organization_name_.empty());
375 ToUtf16(organization_name_).c_str());

Completed in 190 milliseconds