Searched refs:textfield (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Ddecorated_textfield_unittest.cc13 DecoratedTextfield textfield(ASCIIToUTF16("default"),
20 textfield.GetPreferredSize().height());
H A Dautofill_dialog_views.cc52 #include "ui/views/controls/textfield/textfield.h"
1021 // TODO(estade): get the sizing and spacing right on this textfield.
1425 views::Textfield* textfield = TextfieldForInput(input); local
1426 if (textfield)
1427 return textfield->text();
1440 views::Textfield* textfield = TextfieldForInput(input); local
1441 if (textfield) {
2209 views::Textfield* textfield,
2211 DetailsGroup* group = GroupForView(textfield);
2208 TextfieldEditedOrActivated( views::Textfield* textfield, bool was_edit) argument
[all...]
H A Dautofill_dialog_views.h25 #include "ui/views/controls/textfield/textfield_controller.h"
410 // Shows an auxiliary textfield to the right of the suggestion icon and
509 // Creates a grid of textfield views for the given section, and stores them
552 // When an input textfield is edited (its contents change) or activated
556 void TextfieldEditedOrActivated(views::Textfield* textfield, bool was_edit);
564 // Gets the textfield view that is shown for the given DetailInput model, or
649 // Map from input view (textfield or combobox) to error string.
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win_unittest.cc10 #include "ui/views/controls/textfield/textfield.h"
28 Textfield* textfield = new Textfield; local
29 textfield->SetAccessibleName(L"Name");
30 textfield->SetText(L"Value");
31 content->AddChildView(textfield);
61 ASSERT_STREQ(L"New value", textfield->text().c_str());
/external/chromium/chrome/browser/chromeos/login/
H A Dhelper.cc21 #include "views/controls/textfield/textfield.h"
184 void CorrectTextfieldFontSize(views::Textfield* textfield) { argument
185 if (textfield)
186 textfield->SetFont(textfield->font().DeriveFont(kFontSizeCorrectionDelta));
189 void SetAndCorrectTextfieldFont(views::Textfield* textfield, argument
191 if (textfield)
192 textfield->SetFont(font.DeriveFont(kFontSizeCorrectionDelta));
H A Dhelper.h95 void CorrectTextfieldFontSize(views::Textfield* textfield);
98 void SetAndCorrectTextfieldFont(views::Textfield* textfield,
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_notification_controller.h28 @property(nonatomic, readonly) NSTextField* textfield; variable
/external/chromium_org/ui/views/test/
H A Dchild_modal_window.cc13 #include "ui/views/controls/textfield/textfield.h"
76 Textfield* textfield = new Textfield; local
77 AddChildView(textfield);
78 textfield->SetBounds(
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.h18 #include "ui/views/controls/textfield/textfield_controller.h"
107 const std::string GetTextFromField(views::Textfield* textfield,
112 PassphraseTextfield* textfield) const;
H A Dvpn_config_view.cc33 #include "ui/views/controls/textfield/textfield.h"
1014 const std::string VPNConfigView::GetTextFromField(views::Textfield* textfield, argument
1016 if (!textfield)
1018 std::string untrimmed = UTF16ToUTF8(textfield->text());
1027 PassphraseTextfield* textfield) const {
1028 if (!textfield)
1030 return textfield->GetPassphrase();
/external/chromium_org/chrome/browser/ui/views/
H A Dpassword_generation_bubble_view.cc29 #include "ui/views/controls/textfield/textfield.h"
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,
67 TextfieldWrapper::TextfieldWrapper(views::Textfield* textfield, argument
69 : textfield_(textfield),
82 // Add some spacing between the textfield and the border.
87 // Button should be offset one pixel from the end of the textfield so that
/external/chromium/chrome/browser/chromeos/options/
H A Dvpn_config_view.h19 #include "views/controls/textfield/textfield_controller.h"
92 const std::string GetTextFromField(views::Textfield* textfield,
H A Dvpn_config_view.cc20 #include "views/controls/textfield/textfield.h"
241 views::Textfield* textfield, bool trim_whitespace) const {
242 std::string untrimmed = UTF16ToUTF8(textfield->text());
240 GetTextFromField( views::Textfield* textfield, bool trim_whitespace) const argument
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc31 #include "ui/views/controls/textfield/textfield.h"
766 views::Textfield* textfield = new views::Textfield; local
767 lock_widget->client_view()->AddChildView(textfield);
774 textfield->RequestFocus();
787 EXPECT_EQ("a", UTF16ToASCII(textfield->text()));
793 EXPECT_EQ("ab", UTF16ToASCII(textfield->text()));
800 EXPECT_EQ("abc", UTF16ToASCII(textfield->text()));
810 EXPECT_EQ("abcd", UTF16ToASCII(textfield->text()));
816 EXPECT_EQ("abcde", UTF16ToASCII(textfield
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Dwidgets.css108 -webkit-appearance: textfield;
116 input[type='search']::-webkit-textfield-decoration-container {
/external/chromium/chrome/browser/ui/views/
H A Daccessibility_event_router_views.cc27 #include "views/controls/textfield/textfield.h"
268 views::Textfield* textfield = static_cast<views::Textfield*>(view); local
269 bool password = textfield->IsPassword();
/external/chromium_org/ui/views/focus/
H A Dfocus_manager_unittest.cc13 #include "ui/views/controls/textfield/textfield.h"
179 TestTextfield* textfield = new TestTextfield(); local
180 GetContentsView()->AddChildView(textfield);
182 FocusNativeView(textfield->TestGetNativeControlView());
183 EXPECT_EQ(textfield, GetFocusManager()->GetFocusedView());
/external/chromium_org/ui/views/
H A Dview_unittest.cc27 #include "ui/views/controls/textfield/textfield.h"
1194 Textfield* textfield = new Textfield(); local
1195 root_view->AddChildView(textfield);
1198 textfield->SetText(kText);
1199 EXPECT_EQ(kText, textfield->text());
1200 textfield->AppendText(kExtraText);
1201 EXPECT_EQ(kText + kExtraText, textfield->text());
1202 textfield->SetText(string16());
1203 EXPECT_EQ(kEmptyString, textfield
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Dwidgets.css110 -webkit-appearance: textfield;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_views.cc29 #include "views/controls/textfield/textfield.h"
178 // We can handle the Escape key if textfield did not handle it.
436 // In views-implementation, the focus is on textfield rather than
570 views::Textfield* textfield,
578 // If there is selection, let textfield handle the backspace.
581 // If not at the begining of the text, let textfield handle the backspace.
569 HandleKeyEvent( views::Textfield* textfield, const views::KeyEvent& event) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js486 "menulist-textfield", "menutext", "message-box", "middle", "min-intrinsic",
510 "telugu", "text", "text-bottom", "text-top", "textarea", "textfield", "thai",
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc16 #include "ui/views/controls/textfield/textfield.h"
1277 Textfield* textfield = new Textfield(); local
1278 textfield->SetText(ASCIIToUTF16("some text"));
1279 container->AddChildView(textfield);
1281 textfield->RequestFocus();
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_win.cc5 #include "ui/views/controls/textfield/native_textfield_win.h"
34 #include "ui/views/controls/textfield/textfield.h"
35 #include "ui/views/controls/textfield/textfield_controller.h"
90 NativeTextfieldWin::NativeTextfieldWin(Textfield* textfield) argument
91 : textfield_(textfield),
159 // See the code in textfield.cc that calls this for why this is here.
175 // not be displayed correctly in a textfield. For example, "Yahoo!" will be
/external/chromium_org/chrome/test/webdriver/test/
H A Dchromedriver_tests.py1119 textfield = driver.find_element_by_id('textfield')
1120 textfield.send_keys('test')
1121 self.assertEquals('test', textfield.get_attribute('value'))
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dhtml.css416 -webkit-appearance: textfield;
430 input::-webkit-textfield-decoration-container {
437 input[type="search"]::-webkit-textfield-decoration-container {

Completed in 601 milliseconds

12