OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:virtualWindowBorder
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
TestShell.h
169
static const int
virtualWindowBorder
= 3;
TestShell.cpp
233
window->setWindowRect(WebRect(0, 0, width +
virtualWindowBorder
* 2, height +
virtualWindowBorder
* 2));
WebViewHost.cpp
726
const int border2 = TestShell::
virtualWindowBorder
* 2;
[
all
...]
Completed in 98 milliseconds