Searched defs:BrowserFont_Trusted (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.cc124 // BrowserFont_Trusted ---------------------------------------------------------
126 BrowserFont_Trusted::BrowserFont_Trusted() : Resource() { function in class:pp::BrowserFont_Trusted
129 BrowserFont_Trusted::BrowserFont_Trusted(PP_Resource resource) function in class:pp::BrowserFont_Trusted
133 BrowserFont_Trusted::BrowserFont_Trusted( function in class:pp::BrowserFont_Trusted
147 BrowserFont_Trusted::BrowserFont_Trusted(const BrowserFont_Trusted function in class:pp::BrowserFont_Trusted
[all...]
H A Dbrowser_font_trusted.h75 friend class BrowserFont_Trusted;
103 // BrowserFont_Trusted ---------------------------------------------------------
106 class BrowserFont_Trusted : public Resource { class in namespace:pp
109 BrowserFont_Trusted();
111 explicit BrowserFont_Trusted(PP_Resource resource);
112 BrowserFont_Trusted(const InstanceHandle& instance,
114 BrowserFont_Trusted(const BrowserFont_Trusted& other);
116 BrowserFont_Trusted& operator=(const BrowserFont_Trusted
[all...]

Completed in 75 milliseconds