Searched refs:ViewState (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_view_state_transition.h16 TranslateBubbleModel::ViewState view_state);
18 TranslateBubbleModel::ViewState view_state() const { return view_state_; }
21 void SetViewState(TranslateBubbleModel::ViewState view_state);
28 TranslateBubbleModel::ViewState view_state_;
34 TranslateBubbleModel::ViewState view_state_before_advanced_view_;
H A Dtranslate_bubble_view_state_transition.cc10 TranslateBubbleModel::ViewState view_state)
18 TranslateBubbleModel::ViewState view_state) {
H A Dtranslate_bubble_model.h17 enum ViewState { enum in class:TranslateBubbleModel
38 virtual ViewState GetViewState() const = 0;
41 virtual void SetViewState(ViewState view_state) = 0;
H A Dtranslate_bubble_model_impl.h26 // Converts a TranslateStep to a ViewState.
28 static TranslateBubbleModel::ViewState TranslateStepToViewState(
32 virtual TranslateBubbleModel::ViewState GetViewState() const OVERRIDE;
33 virtual void SetViewState(TranslateBubbleModel::ViewState view_state)
H A Dtranslate_bubble_model_impl.cc22 TranslateBubbleModel::ViewState
40 TranslateBubbleModel::ViewState TranslateBubbleModelImpl::GetViewState() const {
45 TranslateBubbleModel::ViewState view_state) {
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h68 struct ViewState;
202 // This is called internally from AddView. It adds the ViewState to the
204 void AddViewState(ViewState* view_state);
210 // As the name says, updates the remaining_height of the ViewState for
211 // all Rows the supplied ViewState touches.
212 void UpdateRemainingHeightFromRows(ViewState* state) const;
217 void DistributeRemainingHeight(ViewState* state) const;
251 mutable std::vector<ViewState*> view_states_;
323 void AddViewState(ViewState* view_state);
332 // Updates the remaining width field of the ViewState fro
[all...]
H A Dgrid_layout.cc307 // ViewState -------------------------------------------------------------
311 struct ViewState { struct in namespace:views
312 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row, function in struct:views::ViewState
363 static bool CompareByColumnSpan(const ViewState* v1, const ViewState* v2) {
367 static bool CompareByRowSpan(const ViewState* v1, const ViewState* v2) {
421 void ColumnSet::AddViewState(ViewState* view_state) {
423 std::vector<ViewState*>::iterator i = std::lower_bound(view_states_.begin(),
516 void ColumnSet::UpdateRemainingWidth(ViewState* view_stat
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dsimple_grid_layout.h16 class ViewState;
95 ScopedVector<ViewState> view_states_;
/external/chromium_org/chrome/browser/ui/cocoa/translate/
H A Dtranslate_bubble_controller.h32 // The views of each state. The keys are TranslateBubbleModel::ViewState,
66 - (void)switchView:(TranslateBubbleModel::ViewState)viewState;
/external/chromium_org/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view.h87 TranslateBubbleModel::ViewState GetViewState() const;
167 void SwitchView(TranslateBubbleModel::ViewState view_state);
H A Dtranslate_bubble_view_unittest.cc20 explicit MockTranslateBubbleModel(TranslateBubbleModel::ViewState view_state)
35 virtual TranslateBubbleModel::ViewState GetViewState() const OVERRIDE {
39 virtual void SetViewState(TranslateBubbleModel::ViewState view_state)
H A Dtranslate_bubble_view.cc97 TranslateBubbleModel::ViewState state =
252 TranslateBubbleModel::ViewState TranslateBubbleView::GetViewState() const {
728 TranslateBubbleModel::ViewState view_state) {

Completed in 630 milliseconds