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

/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc953 MockGetCookieListCallback get_cookie_list_callback; local
956 &cookie_monster(), &get_cookie_list_callback)); local
960 EXPECT_CALL(get_cookie_list_callback, Invoke(testing::_)).WillOnce(
961 GetAllCookiesAction(&cookie_monster(), &get_cookie_list_callback)); local
962 EXPECT_CALL(get_cookie_list_callback, Invoke(testing::_)).WillOnce(
973 MockGetCookieListCallback get_cookie_list_callback; local
976 &cookie_monster(), url_google_, &get_cookie_list_callback));
980 EXPECT_CALL(get_cookie_list_callback, Invoke(testing::_)).WillOnce(
982 &cookie_monster(), url_google_, &get_cookie_list_callback)); local
983 EXPECT_CALL(get_cookie_list_callback, Invok
994 MockGetCookieListCallback get_cookie_list_callback; local
1003 &cookie_monster(), url_google_, &get_cookie_list_callback)); local
[all...]

Completed in 512 milliseconds