OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Widget_Dev
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/cpp/dev/
widget_dev.h
19
class
Widget_Dev
: public Resource {
22
Widget_Dev
() {}
24
explicit
Widget_Dev
(PP_Resource resource);
25
Widget_Dev
(const
Widget_Dev
& other);
widget_dev.cc
5
#include "ppapi/cpp/dev/
widget_dev
.h"
29
Widget_Dev
::
Widget_Dev
(PP_Resource resource) : Resource(resource) {
32
Widget_Dev
::
Widget_Dev
(const
Widget_Dev
& other) : Resource(other) {
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)
[
all
...]
Completed in 71 milliseconds