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

/external/chromium/base/
H A Denvironment_unittest.cc26 EXPECT_TRUE(env->SetVar(kFooUpper, kFooLower));
38 EXPECT_TRUE(env->SetVar(kFooLower, kBar));
54 TEST_F(EnvironmentTest, SetVar) {
59 EXPECT_TRUE(env->SetVar(kFooUpper, kFooLower));
75 EXPECT_TRUE(env->SetVar(kFooUpper, kFooLower));
H A Denvironment.h40 virtual bool SetVar(const char* variable_name,
H A Denvironment.cc43 virtual bool SetVar(const char* variable_name, const std::string& new_value) { function in class:__anon1078::EnvironmentImpl
/external/chromium/chrome/browser/
H A Dlocale_tests_uitest.cc19 env->SetVar("LC_ALL", old_lc_all_);
H A Dshell_integration_unittest.cc52 virtual bool SetVar(const char* variable_name, const std::string& new_value) { function in class:__anon1862::MockEnvironment
H A Dbrowser_main_win.cc217 env->SetVar(env_vars::kRestartInfo, UTF16ToUTF8(dlg_strings));
/external/chromium/chrome/common/
H A Dlogging_chrome_uitest.cc32 env->SetVar(env_vars::kLogFileName, new_value);
39 env->SetVar(env_vars::kLogFileName, environment_filename_);
H A Dmulti_process_lock_unittest.cc25 environment_->SetVar(name_.c_str(), value);
/external/chromium/net/test/
H A Dpython_utils.cc28 env->SetVar(kPythonPathEnv, dir_path.c_str());
37 env->SetVar(kPythonPathEnv, new_path);
/external/chromium/base/nix/
H A Dxdg_util_unittest.cc24 MOCK_METHOD2(SetVar, bool(const char*, const std::string& new_value));
/external/chromium/crypto/
H A Dnss_util.cc152 env->SetVar(use_cache_env_var, "yes");
602 env->SetVar("NSS_STRICT_NOFORK", "DISABLED");
/external/v8/src/
H A Dfull-codegen.h326 // SetVar) so avoid calling both on the same variable.
333 void SetVar(Variable* var,
/external/chromium/net/proxy/
H A Dproxy_config_service_linux_unittest.cc119 virtual bool SetVar(const char* variable_name, const std::string& new_value) { function in class:net::__anon2587::MockEnvironment
/external/v8/src/arm/
H A Dfull-codegen-arm.cc259 SetVar(arguments, r0, r1, r2);
748 void FullCodeGenerator::SetVar(Variable* var, function in class:v8::internal::FullCodeGenerator
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc253 SetVar(arguments, eax, ebx, edx);
726 void FullCodeGenerator::SetVar(Variable* var, function in class:v8::internal::FullCodeGenerator
/external/v8/src/mips/
H A Dfull-codegen-mips.cc266 SetVar(arguments, v0, a1, a2);
757 void FullCodeGenerator::SetVar(Variable* var, function in class:v8::internal::FullCodeGenerator
/external/v8/src/x64/
H A Dfull-codegen-x64.cc266 SetVar(arguments, rax, rbx, rdx);
667 void FullCodeGenerator::SetVar(Variable* var, function in class:v8::internal::FullCodeGenerator

Completed in 1303 milliseconds