OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createGraphicsContext
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Shared/cairo/
ShareableBitmapCairo.cpp
36
PassOwnPtr<GraphicsContext> ShareableBitmap::
createGraphicsContext
()
/external/webkit/Source/WebKit2/Shared/gtk/
ShareableBitmapGtk.cpp
37
PassOwnPtr<GraphicsContext> ShareableBitmap::
createGraphicsContext
()
/external/webkit/Source/WebKit2/Shared/qt/
ShareableBitmapQt.cpp
42
PassOwnPtr<GraphicsContext> ShareableBitmap::
createGraphicsContext
()
/external/webkit/Source/WebKit2/Shared/cg/
ShareableBitmapCG.cpp
48
PassOwnPtr<GraphicsContext> ShareableBitmap::
createGraphicsContext
()
72
OwnPtr<GraphicsContext> graphicsContext =
createGraphicsContext
();
91
bitmap->deref(); // Balanced by ref in
createGraphicsContext
.
Completed in 47 milliseconds