Home
last modified time | relevance | path

Searched refs:setSizeAndPosition (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/windows/
Dprofilew.h58 BOOL setSizeAndPosition(int width, int height, int x, int y);
Dprofilew.cpp130 BOOL ProfileWin::setSizeAndPosition(int width, int height, int x, int y) in setSizeAndPosition() function in ProfileWin
Dloggerw.cpp140 profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top); in platformShut()
Dgui_main.cpp127 profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top); in onOptions()