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

/external/chromium_org/ppapi/cpp/dev/
H A Dwidget_dev.h19 class Widget_Dev : public Resource { class in namespace:pp
22 Widget_Dev() {} function in class:pp::Widget_Dev
24 explicit Widget_Dev(PP_Resource resource);
25 Widget_Dev(const Widget_Dev& other);
H A Dwidget_dev.cc29 Widget_Dev::Widget_Dev(PP_Resource resource) : Resource(resource) { function in class:pp::Widget_Dev
32 Widget_Dev::Widget_Dev(const Widget_Dev& other) : Resource(other) { function in class:pp::Widget_Dev
35 bool Widget_Dev::Paint(const Rect& rect, ImageData* image) {
46 bool Widget_Dev::HandleEvent(const InputEvent& event) {
57 bool Widget_Dev::GetLocation(Rect* location) {
68 void Widget_Dev::SetLocation(const Rect& location) {
78 void Widget_Dev
[all...]

Completed in 112 milliseconds