OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnSignInResize
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view.h
97
virtual void
OnSignInResize
(const gfx::Size& pref_size) = 0;
autofill_dialog_sign_in_delegate.cc
70
dialog_view_->
OnSignInResize
(preferred_size);
115
dialog_view_->
OnSignInResize
(minimum_size_);
autofill_dialog_controller_unittest.cc
220
virtual void
OnSignInResize
(const gfx::Size& pref_size) OVERRIDE {}
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_cocoa.h
57
virtual void
OnSignInResize
(const gfx::Size& pref_size) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h
97
virtual void
OnSignInResize
(const gfx::Size& pref_size) OVERRIDE;
autofill_dialog_views.cc
[
all
...]
Completed in 500 milliseconds