HomeSort by relevance Sort by last modified time
    Searched defs:Font_Dev (Results 1 - 2 of 2) 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);

Completed in 314 milliseconds