OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasTranslationFailed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/translate/
translate_helper_browsertest.cc
41
MOCK_METHOD0(
HasTranslationFailed
, bool());
138
EXPECT_CALL(*translate_helper_,
HasTranslationFailed
())
184
EXPECT_CALL(*translate_helper_,
HasTranslationFailed
())
225
EXPECT_CALL(*translate_helper_,
HasTranslationFailed
())
265
EXPECT_CALL(*translate_helper_,
HasTranslationFailed
())
307
EXPECT_CALL(*translate_helper_,
HasTranslationFailed
())
translate_helper.h
67
virtual bool
HasTranslationFailed
();
translate_helper.cc
243
bool TranslateHelper::
HasTranslationFailed
() {
483
if (
HasTranslationFailed
()) {
Completed in 31 milliseconds