OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TranslateBubbleModelImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/translate/
translate_bubble_model_impl.cc
11
TranslateBubbleModelImpl
::
TranslateBubbleModelImpl
(
18
TranslateBubbleModelImpl
::~
TranslateBubbleModelImpl
() {
21
TranslateBubbleModel::ViewState
TranslateBubbleModelImpl
::GetViewState() const {
25
void
TranslateBubbleModelImpl
::SetViewState(
30
void
TranslateBubbleModelImpl
::ShowError(TranslateErrors::Type error_type) {
34
void
TranslateBubbleModelImpl
::GoBackFromAdvanced() {
38
int
TranslateBubbleModelImpl
::GetNumberOfLanguages() const {
42
base::string16
TranslateBubbleModelImpl
::GetLanguageNameAt(int index) const
[
all
...]
translate_bubble_model_impl.h
16
class
TranslateBubbleModelImpl
: public TranslateBubbleModel {
18
TranslateBubbleModelImpl
(TranslateBubbleModel::ViewState view_type,
20
virtual ~
TranslateBubbleModelImpl
();
47
DISALLOW_COPY_AND_ASSIGN(
TranslateBubbleModelImpl
);
/external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view.cc
166
new
TranslateBubbleModelImpl
(type, ui_delegate.Pass()));
/external/chromium_org/chrome/browser/translate/
translate_manager_browsertest.cc
364
new
TranslateBubbleModelImpl
(view_state, ui_delegate.Pass()));
[
all
...]
Completed in 1292 milliseconds