HomeSort by relevance Sort by last modified time
    Searched defs:set_text (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/ui/webui/
textfields_ui.h 63 void set_text(const std::wstring& text) { text_ = text; } function in class:TextfieldsUI
  /external/chromium_org/chrome/browser/ui/toolbar/
test_toolbar_model.h 32 void set_text(const string16& text) { text_ = text; } function in class:TestToolbarModel
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonToken.pm 122 sub set_text { subroutine
Lexer.pm 145 $t->set_text($self->state->text);
236 sub set_text { subroutine
  /external/chromium_org/chromeos/dbus/ibus/
ibus_text.h 143 void set_text(const std::string& text) { text_ = text; } function in class:chromeos::IBusText
  /external/chromium_org/ui/base/clipboard/
clipboard_unittest.cc 674 jmethodID set_text = MethodID::Get<MethodID::TYPE_INSTANCE>( local
681 set_text,
clipboard_aura.cc 54 void set_text(const std::string& text) { function in class:ui::__anon16572::ClipboardData
359 data->set_text(std::string(text_data, text_len));
  /external/chromium_org/ui/views/examples/
text_example.cc 123 void set_text(const string16& text) { text_ = text; } function in class:views::examples::TextExample::TextExampleView
288 text_view_->set_text(ASCIIToUTF16(kShortText));
291 text_view_->set_text(ASCIIToUTF16(kMediumText));
294 text_view_->set_text(ASCIIToUTF16(kLongText));
297 text_view_->set_text(ASCIIToUTF16(kAmpersandText));
300 text_view_->set_text(ASCIIToUTF16(kNewlineText));
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 269 void set_text(const string16& text) { text_ = text; } function in class:AutocompleteInput
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 85 void set_text(const string16& text) { text_ = text; } function in class:__anon16900::GetTextHelper
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 80 void set_text(const string16& text) { text_ = text; } function in class:InstantLoader::FrameLoadObserver
675 frame_load_observer_->set_text(user_text_);
    [all...]
  /external/chromium_org/chrome/browser/speech/
tts_controller.h 113 void set_text(const std::string& text) { text_ = text; } function in class:Utterance

Completed in 195 milliseconds