OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intrect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp
40
#include "
IntRect
.h"
95
return
IntRect
(left, top, width, height);
102
IntRect
intrect
=
IntRect
(rect);
local
106
"x",
intrect
.x(),
107
"y",
intrect
.y(),
108
"width",
intrect
.width(),
109
"height",
intrect
.height(),
121
gtk_window_move(GTK_WINDOW(window),
intrect
.x(), intrect.y())
[
all
...]
/external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp
47
#include "
IntRect
.h"
114
IntRect
intrect
=
IntRect
(rect);
local
123
ecore_evas_move(ee,
intrect
.x(),
intrect
.y());
124
ecore_evas_resize(ee,
intrect
.width(),
intrect
.height());
228
void ChromeClientEfl::createSelectPopup(PopupMenuClient* client, int selected, const
IntRect
& rect)
313
IntRect
ChromeClientEfl::windowResizerRect() cons
[
all
...]
Completed in 3412 milliseconds