OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_translation_declined
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/tab_contents/
language_state.h
62
void
set_translation_declined
(bool value) { translation_declined_ = value; }
function in class:LanguageState
/external/chromium/chrome/browser/translate/
translate_infobar_delegate.cc
135
helper->language_state().
set_translation_declined
(true);
Completed in 32 milliseconds