Searched refs:bool_tmp (Results 1 – 3 of 3) sorted by relevance
63 bool bool_tmp = false; in ParseResponseCookieImpl() local76 if (dict->GetBoolean(keys::kSecureKey, &bool_tmp)) in ParseResponseCookieImpl()77 cookie->secure.reset(new bool(bool_tmp)); in ParseResponseCookieImpl()78 if (dict->GetBoolean(keys::kHttpOnlyKey, &bool_tmp)) in ParseResponseCookieImpl()79 cookie->http_only.reset(new bool(bool_tmp)); in ParseResponseCookieImpl()96 bool bool_tmp = false; in ParseFilterResponseCookie() local101 if (dict->GetBoolean(keys::kSessionCookieKey, &bool_tmp)) in ParseFilterResponseCookie()102 result->session_cookie.reset(new bool(bool_tmp)); in ParseFilterResponseCookie()
484 bool bool_tmp = true; in TEST_F() local485 ASSERT_TRUE(info->GetBoolean("editable", &bool_tmp)); in TEST_F()486 ASSERT_EQ(params.is_editable, bool_tmp); in TEST_F()
627 bool bool_tmp = true; in TEST_F() local628 ASSERT_TRUE(info->GetBoolean("editable", &bool_tmp)); in TEST_F()629 ASSERT_EQ(params.is_editable, bool_tmp); in TEST_F()