OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextRun_Dev
(Results
1 - 2
of
2
) 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
...]
Completed in 40 milliseconds