OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextRun_Dev
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/cpp/dev/
font_dev.cc
64
//
TextRun_Dev
-----------------------------------------------------------------
66
TextRun_Dev
::
TextRun_Dev
() {
72
TextRun_Dev
::
TextRun_Dev
(const std::string& text,
81
TextRun_Dev
::
TextRun_Dev
(const
TextRun_Dev
& other) : text_(other.text_) {
87
TextRun_Dev
::~
TextRun_Dev
() {
[
all
...]
font_dev.h
75
//
TextRun_Dev
-----------------------------------------------------------------
77
class
TextRun_Dev
{
79
TextRun_Dev
();
80
TextRun_Dev
(const std::string& text,
83
TextRun_Dev
(const
TextRun_Dev
& other);
84
~
TextRun_Dev
();
86
TextRun_Dev
& operator=(const
TextRun_Dev
& other);
117
const
TextRun_Dev
& text
[
all
...]
/external/chromium_org/ppapi/examples/ime/
ime.cc
161
pp::
TextRun_Dev
(str.c_str(), false, false),
183
pp::
TextRun_Dev
(str.c_str(), false, false),
215
pp::
TextRun_Dev
(str.c_str(), false, false),
224
pp::
TextRun_Dev
(utf8_text_.c_str(), false, false),
286
pp::
TextRun_Dev
(utf8_text_.c_str()), x - area_.x());
296
pp::
TextRun_Dev
(utf8_text_.c_str()), x - area_.x());
Completed in 1170 milliseconds