Searched refs:setSizeAndPosition (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | profilew.h | 58 BOOL setSizeAndPosition(int width, int height, int x, int y);
|
D | profilew.cpp | 130 BOOL ProfileWin::setSizeAndPosition(int width, int height, int x, int y) in setSizeAndPosition() function in ProfileWin
|
D | loggerw.cpp | 140 profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top); in platformShut()
|
D | gui_main.cpp | 127 profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top); in onOptions()
|