HomeSort by relevance Sort by last modified time
    Searched refs:organization_name_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.h 114 return organization_name_;
192 base::string16 organization_name_; member in class:WebsiteSettings
website_settings.cc 367 organization_name_ = UTF8ToUTF16(cert->subject().organization_names[0]);
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 267 organization_name_ = organization;
271 *organization = organization_name_;
282 std::string organization_name_; member in class:talk_base::FilesystemInterface
unixfilesystem.cc 407 ASSERT(!organization_name_.empty());
464 path->AppendFolder(organization_name_);
470 std::string subdir(organization_name_);
win32filesystem.cc 364 ASSERT(!organization_name_.empty());
375 ToUtf16(organization_name_).c_str());
  /external/chromium_org/third_party/webrtc/base/
fileutils.h 250 organization_name_ = organization;
254 *organization = organization_name_;
265 std::string organization_name_; member in class:rtc::FilesystemInterface
unixfilesystem.cc 390 ASSERT(!organization_name_.empty());
447 path->AppendFolder(organization_name_);
453 std::string subdir(organization_name_);
win32filesystem.cc 347 ASSERT(!organization_name_.empty());
358 ToUtf16(organization_name_).c_str());

Completed in 260 milliseconds