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

  /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/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/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/webkit/Source/WebCore/css/
wml.css 130 -webkit-appearance: textfield;
html.css 407 -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-trace/src/shared/css/
widgets.css 116 -webkit-appearance: textfield;

Completed in 1053 milliseconds