TextRun_Dev        66 ppapi/cpp/dev/font_dev.cc TextRun_Dev::TextRun_Dev() {
TextRun_Dev        72 ppapi/cpp/dev/font_dev.cc TextRun_Dev::TextRun_Dev(const std::string& text,
TextRun_Dev        81 ppapi/cpp/dev/font_dev.cc TextRun_Dev::TextRun_Dev(const TextRun_Dev& other) : text_(other.text_) {
TextRun_Dev        87 ppapi/cpp/dev/font_dev.cc TextRun_Dev::~TextRun_Dev() {
TextRun_Dev        90 ppapi/cpp/dev/font_dev.cc TextRun_Dev& TextRun_Dev::operator=(const TextRun_Dev& other) {
TextRun_Dev       146 ppapi/cpp/dev/font_dev.cc                           const TextRun_Dev& text,
TextRun_Dev       163 ppapi/cpp/dev/font_dev.cc int32_t Font_Dev::MeasureText(const TextRun_Dev& text) const {
TextRun_Dev       170 ppapi/cpp/dev/font_dev.cc uint32_t Font_Dev::CharacterOffsetForPixel(const TextRun_Dev& text,
TextRun_Dev       179 ppapi/cpp/dev/font_dev.cc int32_t Font_Dev::PixelOffsetForCharacter(const TextRun_Dev& text,
TextRun_Dev       192 ppapi/cpp/dev/font_dev.cc   return DrawTextAt(dest, TextRun_Dev(text), position, color,
TextRun_Dev       197 ppapi/cpp/dev/font_dev.cc   return MeasureText(TextRun_Dev(text));
TextRun_Dev        77 ppapi/cpp/dev/font_dev.h class TextRun_Dev {
TextRun_Dev        79 ppapi/cpp/dev/font_dev.h   TextRun_Dev();
TextRun_Dev        80 ppapi/cpp/dev/font_dev.h   TextRun_Dev(const std::string& text,
TextRun_Dev        83 ppapi/cpp/dev/font_dev.h   TextRun_Dev(const TextRun_Dev& other);
TextRun_Dev        84 ppapi/cpp/dev/font_dev.h   ~TextRun_Dev();
TextRun_Dev        86 ppapi/cpp/dev/font_dev.h   TextRun_Dev& operator=(const TextRun_Dev& other);
TextRun_Dev       117 ppapi/cpp/dev/font_dev.h                   const TextRun_Dev& text,
TextRun_Dev       122 ppapi/cpp/dev/font_dev.h   int32_t MeasureText(const TextRun_Dev& text) const;
TextRun_Dev       123 ppapi/cpp/dev/font_dev.h   uint32_t CharacterOffsetForPixel(const TextRun_Dev& text,
TextRun_Dev       125 ppapi/cpp/dev/font_dev.h   int32_t PixelOffsetForCharacter(const TextRun_Dev& text,
TextRun_Dev       161 ppapi/examples/ime/ime.cc             pp::TextRun_Dev(str.c_str(), false, false),
TextRun_Dev       183 ppapi/examples/ime/ime.cc             pp::TextRun_Dev(str.c_str(), false, false),
TextRun_Dev       215 ppapi/examples/ime/ime.cc             pp::TextRun_Dev(str.c_str(), false, false),
TextRun_Dev       224 ppapi/examples/ime/ime.cc           pp::TextRun_Dev(utf8_text_.c_str(), false, false),
TextRun_Dev       286 ppapi/examples/ime/ime.cc         pp::TextRun_Dev(utf8_text_.c_str()), x - area_.x());
TextRun_Dev       296 ppapi/examples/ime/ime.cc         pp::TextRun_Dev(utf8_text_.c_str()), x - area_.x());