/external/chromium_org/chrome/browser/ui/toolbar/ |
test_toolbar_model.h | 31 void set_text(const base::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/ime/ |
composition_text.h | 36 void set_text(const base::string16& text) { text_ = text; } function in class:chromeos::CompositionText
|
/external/chromium_org/ui/views/examples/ |
text_example.cc | 88 void set_text(const base::string16& text) { text_ = text; } function in class:views::examples::TextExample::TextExampleView 223 text_view_->set_text(base::ASCIIToUTF16(kShortText)); 226 text_view_->set_text(base::ASCIIToUTF16(kLongText)); 229 text_view_->set_text(base::ASCIIToUTF16(kAmpersandText)); 232 text_view_->set_text(base::WideToUTF16(kRightToLeftText));
|
/external/chromium_org/ui/base/clipboard/ |
clipboard_unittest.cc | 776 jmethodID set_text = MethodID::Get<MethodID::TYPE_INSTANCE>( local 783 set_text,
|
clipboard_aura.cc | 53 void set_text(const std::string& text) { function in class:ui::__anon21235::ClipboardData 352 data->set_text(std::string(text_data, text_len));
|
/external/chromium_org/chrome/browser/speech/ |
tts_controller.h | 148 void set_text(const std::string& text) { text_ = text; } function in class:Utterance
|
/external/libpng/contrib/libtests/ |
makepng.c | 988 set_text(png_structp png_ptr, png_infop info_ptr, png_textp text, function 1035 set_text(png_ptr, info_ptr, &text, params[1]); 1047 set_text(png_ptr, info_ptr, &text, params[1]); 1061 set_text(png_ptr, info_ptr, &text, params[3]); [all...] |