OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:translation_declined_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/tab_contents/
language_state.h
61
bool translation_declined() const { return
translation_declined_
; }
62
void set_translation_declined(bool value) {
translation_declined_
= value; }
101
bool
translation_declined_
;
member in class:LanguageState
/external/chromium_org/chrome/browser/tab_contents/
language_state.h
68
bool translation_declined() const { return
translation_declined_
; }
69
void set_translation_declined(bool value) {
translation_declined_
= value; }
124
bool
translation_declined_
;
member in class:LanguageState
Completed in 24 milliseconds