OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TranslateBubbleModelImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/translate/
translate_bubble_model_impl.h
19
class
TranslateBubbleModelImpl
: public TranslateBubbleModel {
21
TranslateBubbleModelImpl
(
24
virtual ~
TranslateBubbleModelImpl
();
56
DISALLOW_COPY_AND_ASSIGN(
TranslateBubbleModelImpl
);
translate_bubble_model_impl.cc
11
TranslateBubbleModelImpl
::
TranslateBubbleModelImpl
(
18
TranslateBubbleModelImpl
::~
TranslateBubbleModelImpl
() {
23
TranslateBubbleModelImpl
::TranslateStepToViewState(
40
TranslateBubbleModel::ViewState
TranslateBubbleModelImpl
::GetViewState() const {
44
void
TranslateBubbleModelImpl
::SetViewState(
49
void
TranslateBubbleModelImpl
::ShowError(
54
void
TranslateBubbleModelImpl
::GoBackFromAdvanced() {
58
int
TranslateBubbleModelImpl
::GetNumberOfLanguages() const
[
all
...]
Completed in 65 milliseconds