HomeSort by relevance Sort by last modified time
    Searched refs:textfield (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield_unittest.cc 13 DecoratedTextfield textfield(ASCIIToUTF16("default"),
20 textfield.GetPreferredSize().height());
autofill_dialog_views.cc 57 #include "ui/views/controls/textfield/textfield.h"
148 // Returns whether |view| is an input (e.g. textfield, combobox).
205 // Textfield is right aligned.
1450 views::Textfield* textfield = TextfieldForInput(input); local
1465 views::Textfield* textfield = TextfieldForInput(input); local
2421 DecoratedTextfield* textfield = textfield_it->second; local
    [all...]
autofill_dialog_views.h 26 #include "ui/views/controls/textfield/textfield_controller.h"
150 virtual void ContentsChanged(views::Textfield* sender,
152 virtual bool HandleKeyEvent(views::Textfield* sender,
154 virtual bool HandleMouseEvent(views::Textfield* sender,
426 // Shows an auxiliary textfield to the right of the suggestion icon and
508 // Creates a grid of textfield views for the given section, and stores them
564 // When an input textfield is edited (its contents change) or activated
568 void TextfieldEditedOrActivated(views::Textfield* textfield, bool was_edit);
577 // Gets the textfield view that is shown for the given DetailInput model, o
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win_unittest.cc 11 #include "ui/views/controls/textfield/textfield.h"
29 Textfield* textfield = new Textfield; local
30 textfield->SetAccessibleName(L"Name");
31 textfield->SetText(L"Value");
32 content->AddChildView(textfield);
62 ASSERT_STREQ(L"New value", textfield->text().c_str());
  /external/chromium/chrome/browser/chromeos/login/
helper.cc 21 #include "views/controls/textfield/textfield.h"
184 void CorrectTextfieldFontSize(views::Textfield* textfield) {
185 if (textfield)
186 textfield->SetFont(textfield->font().DeriveFont(kFontSizeCorrectionDelta));
189 void SetAndCorrectTextfieldFont(views::Textfield* textfield,
191 if (textfield)
    [all...]
helper.h 29 class Textfield;
94 // Corrects font size for Textfield control.
95 void CorrectTextfieldFontSize(views::Textfield* textfield);
97 // Sets font and corrects font size for Textfield control.
98 void SetAndCorrectTextfieldFont(views::Textfield* textfield,
  /external/chromium_org/ui/views/test/
child_modal_window.cc 13 #include "ui/views/controls/textfield/textfield.h"
76 Textfield* textfield = new Textfield; local
77 AddChildView(textfield);
78 textfield->SetBounds(
113 textfield_(new Textfield),
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 18 #include "ui/views/controls/textfield/textfield_controller.h"
52 virtual void ContentsChanged(views::Textfield* sender,
54 virtual bool HandleKeyEvent(views::Textfield* sender,
107 const std::string GetTextFromField(views::Textfield* textfield,
112 PassphraseTextfield* textfield) const;
157 views::Textfield* server_textfield_;
159 views::Textfield* service_textfield_;
172 views::Textfield* username_textfield_;
175 views::Textfield* otp_textfield_
    [all...]
vpn_config_view.cc 34 #include "ui/views/controls/textfield/textfield.h"
312 void VPNConfigView::ContentsChanged(views::Textfield* sender,
331 bool VPNConfigView::HandleKeyEvent(views::Textfield* sender,
506 // Textfield, combobox.
532 server_textfield_ = new views::Textfield(views::Textfield::STYLE_DEFAULT);
546 service_textfield_ = new views::Textfield(views::Textfield::STYLE_DEFAULT);
625 username_textfield_ = new views::Textfield(views::Textfield::STYLE_DEFAULT)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
password_generation_bubble_view.cc 29 #include "ui/views/controls/textfield/textfield.h"
47 // This class handles layout so that it looks like a Textfield and ImageButton
48 // are part of one logical textfield with the button on the right side of the
49 // field. It also assumes that the textfield is already sized appropriately
53 TextfieldWrapper(views::Textfield* textfield,
63 views::Textfield* textfield_;
67 TextfieldWrapper::TextfieldWrapper(views::Textfield* textfield,
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.h 19 #include "views/controls/textfield/textfield_controller.h"
39 virtual void ContentsChanged(views::Textfield* sender,
41 virtual bool HandleKeyEvent(views::Textfield* sender,
92 const std::string GetTextFromField(views::Textfield* textfield,
108 views::Textfield* service_textfield_;
110 views::Textfield* server_textfield_;
114 views::Textfield* psk_passphrase_textfield_;
117 views::Textfield* username_textfield_;
118 views::Textfield* user_passphrase_textfield_
    [all...]
vpn_config_view.cc 20 #include "views/controls/textfield/textfield.h"
134 void VPNConfigView::ContentsChanged(views::Textfield* sender,
153 bool VPNConfigView::HandleKeyEvent(views::Textfield* sender,
241 views::Textfield* textfield, bool trim_whitespace) const {
242 std::string untrimmed = UTF16ToUTF8(textfield->text());
287 // Textfield, combobox.
307 server_textfield_ = new views::Textfield(views::Textfield::STYLE_DEFAULT)
    [all...]
  /external/chromium_org/ash/
extended_desktop_unittest.cc 30 #include "ui/views/controls/textfield/textfield.h"
763 views::Textfield* textfield = new views::Textfield; local
764 lock_widget->client_view()->AddChildView(textfield);
771 textfield->RequestFocus();
784 EXPECT_EQ("a", UTF16ToASCII(textfield->text()));
790 EXPECT_EQ("ab", UTF16ToASCII(textfield->text()));
797 EXPECT_EQ("abc", UTF16ToASCII(textfield->text()))
    [all...]
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 16 #include "ui/views/controls/textfield/textfield.h"
179 Textfield textfield(Textfield::STYLE_DEFAULT);
180 EXPECT_FALSE(CustomButton::AsCustomButton(&textfield));
  /external/chromium_org/ui/webui/resources/css/
widgets.css 110 -webkit-appearance: textfield;
118 input[type='search']::-webkit-textfield-decoration-container {
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 27 #include "views/controls/textfield/textfield.h"
163 } else if (class_name == views::Textfield::kViewClassName) {
268 views::Textfield* textfield = static_cast<views::Textfield*>(view); local
269 bool password = textfield->IsPassword();
  /external/chromium/chrome/browser/resources/
print_preview.js 17 // Timer id of the page range textfield. It is used to reset the timer whenever
225 * Returns the number of copies currently indicated in the copies textfield. If
226 * the contents of the textfield can not be converted to a number or if <1 it
507 * Gives focus to the individual pages textfield when 'print-pages' textbox is
586 * Whenever the page range textfield gains focus we add a timer to detect when
594 * As the user types in the page range textfield, we need to reset this timer,
603 * When the user stops typing in the page range textfield or clicks on the
  /external/chromium_org/ui/views/focus/
focus_manager_unittest.cc 13 #include "ui/views/controls/textfield/textfield.h"
168 class TestTextfield : public Textfield {
179 TestTextfield* textfield = new TestTextfield(); local
180 GetContentsView()->AddChildView(textfield);
182 FocusNativeView(textfield->TestGetNativeControlView());
183 EXPECT_EQ(textfield, GetFocusManager()->GetFocusedView());
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 27 #include "ui/views/controls/textfield/textfield.h"
1516 Textfield* textfield = new Textfield(); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 110 -webkit-appearance: textfield;
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options_widgets.css 103 -webkit-appearance: textfield;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 29 #include "views/controls/textfield/textfield.h"
34 // Textfield for autocomplete that intercepts events that are necessary
36 class AutocompleteTextfield : public views::Textfield {
40 : views::Textfield(views::Textfield::STYLE_DEFAULT),
48 views::Textfield::OnFocus();
53 views::Textfield::OnBlur();
58 bool handled = views::Textfield::OnKeyPressed(event);
68 // Bypass Textfield::IsFocusable. The omnibox in popup window require
    [all...]
  /external/chromium_org/chrome/browser/resources/web_dev_style/
css_checker.py 206 'textfield-decoration-container',
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 20 #include "ui/views/controls/textfield/textfield.h"
932 Textfield* textfield = new Textfield(); local
933 textfield->SetText(ASCIIToUTF16("some text"));
934 container->AddChildView(textfield);
936 textfield->RequestFocus();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 420 -webkit-appearance: textfield;
434 input::-webkit-textfield-decoration-container {
441 input[type="search"]::-webkit-textfield-decoration-container {

Completed in 470 milliseconds

1 2