OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/npspy/windows/
profilew.cpp
42
ProfileWin
::
ProfileWin
() : Profile()
62
ProfileWin
::~
ProfileWin
()
68
BOOL
ProfileWin
::getBool(char * key, BOOL * value)
85
BOOL
ProfileWin
::setBool(char * key, BOOL value)
93
BOOL
ProfileWin
::getString(char * key, char * string, int size)
99
BOOL
ProfileWin
::setString(char * key, char * string)
106
BOOL
ProfileWin
::getSizeAndPosition(int *width, int *height, int *x, int *y)
130
BOOL
ProfileWin
::setSizeAndPosition(int width, int height, int x, int y
[
all
...]
profilew.h
43
class
ProfileWin
: public Profile
48
ProfileWin
();
49
~
ProfileWin
();
Completed in 27 milliseconds