HomeSort by relevance Sort by last modified time
    Searched refs:Font_Dev (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/cpp/dev/
font_dev.cc 5 #include "ppapi/cpp/dev/font_dev.h"
99 Font_Dev::Font_Dev() : Resource() {
102 Font_Dev::Font_Dev(PP_Resource resource) : Resource(resource) {
105 Font_Dev::Font_Dev(const InstanceHandle& instance,
113 Font_Dev::Font_Dev(const Font_Dev& other) : Resource(other)
    [all...]
font_dev.h 69 friend class Font_Dev;
100 class Font_Dev : public Resource {
103 Font_Dev();
105 explicit Font_Dev(PP_Resource resource);
106 Font_Dev(const InstanceHandle& instance,
108 Font_Dev(const Font_Dev& other);
110 Font_Dev& operator=(const Font_Dev& other);
  /external/chromium_org/ppapi/examples/ime/
ime.cc 12 #include "ppapi/cpp/dev/font_dev.h"
135 font_ = pp::Font_Dev(instance_, desc);
387 pp::Font_Dev font_;

Completed in 165 milliseconds