OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyCanvasSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/surface/
transport_dib.cc
10
bool TransportDIB::
VerifyCanvasSize
(int w, int h) {
transport_dib_posix.cc
70
if ((!memory() && !Map()) || !
VerifyCanvasSize
(w, h))
transport_dib.h
209
bool
VerifyCanvasSize
(int w, int h);
transport_dib_gtk.cc
97
if ((address_ == kInvalidAddress && !Map()) || !
VerifyCanvasSize
(w, h))
Completed in 101 milliseconds