OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_context
(Results
101 - 125
of
165
) sorted by null
1
2
3
4
5
6
7
/external/webkit/Source/WebCore/platform/chromium/
DataTransferItemChromium.h
65
ScriptExecutionContext*
m_context
;
member in class:WebCore::DataTransferItemChromium
DataTransferItemsChromium.h
68
ScriptExecutionContext*
m_context
;
member in class:WebCore::DataTransferItemsChromium
/external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.h
69
WKCACFContext*
m_context
;
member in class:WebCore::LegacyCACFLayerTreeHost
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp
156
m_context
.set(new GraphicsContext(cgContext.get()));
157
m_context
->scale(FloatSize(1, -1));
158
m_context
->translate(0, -size.height());
173
return
m_context
.get();
/external/webkit/Source/WebCore/platform/graphics/chromium/
TextureManager.h
72
RefPtr<GraphicsContext3D>
m_context
;
member in class:WebCore::TextureManager
GLES2Canvas.h
96
SharedGraphicsContext3D* context() const { return
m_context
; }
123
SharedGraphicsContext3D*
m_context
;
member in class:WebCore::GLES2Canvas
/external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnSolidFillShader.cpp
60
m_context
->uniform4f(m_colorLocation, rgba[0] * rgba[3], rgba[1] * rgba[3], rgba[2] * rgba[3], rgba[3]);
Shader.h
76
GraphicsContext3D*
m_context
;
member in class:WebCore::Shader
Texture.h
58
GraphicsContext3D*
m_context
;
member in class:WebCore::Texture
SharedGraphicsContext3D.h
134
GraphicsContext3D* graphicsContext3D() const { return
m_context
.get(); }
153
RefPtr<GraphicsContext3D>
m_context
;
member in class:WebCore::SharedGraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/gpu/qt/
DrawingBufferQt.cpp
38
:
m_context
(context)
/external/webkit/Source/WebCore/platform/graphics/gtk/
DrawingBufferGtk.cpp
40
:
m_context
(context)
GraphicsContext3DGtk.cpp
122
if (!m_internal->
m_context
)
148
return m_internal->
m_context
;
/external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h
63
GraphicsContext3D*
m_context
;
member in class:WebCore::Extensions3DOpenGL
/external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.h
67
GtkStyleContext*
m_context
;
member in class:WebCore::ScrollbarThemeGtk
/external/webkit/Source/WebCore/storage/
Database.cpp
146
ASSERT_UNUSED(context, context ==
m_context
);
147
m_context
.clear();
154
:
m_context
(context)
158
RefPtr<ScriptExecutionContext>
m_context
;
member in class:WebCore::DerefContextTask
/external/webkit/Source/WebCore/websockets/
WebSocketHandshake.h
98
ScriptExecutionContext*
m_context
;
member in class:WebCore::WebSocketHandshake
/external/webkit/Source/WebKit/chromium/src/
BoundObject.h
54
v8::Handle<v8::Context>
m_context
;
member in class:WebKit::BoundObject
WebFileSystemCallbacksImpl.h
70
WebCore::ScriptExecutionContext*
m_context
;
member in class:WebKit::WebFileSystemCallbacksImpl
/external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.h
91
QWKContext*
m_context
;
member in class:BrowserWindow
/external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIteratorForward.java
141
? m_traverser.first(
m_context
)
142
: m_traverser.next(
m_context
, m_lastFetched);
/external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.h
54
v8::Handle<v8::Context> context() const { return
m_context
; }
119
v8::Persistent<v8::Context>
m_context
;
member in class:WebCore::V8DOMWindowShell
/external/webkit/Source/WebCore/html/
HTMLCanvasElement.h
104
CanvasRenderingContext* renderingContext() const { return
m_context
.get(); }
164
OwnPtr<CanvasRenderingContext>
m_context
;
member in class:WebCore::HTMLCanvasElement
/external/webkit/Source/WebCore/platform/network/
ResourceHandleInternal.h
197
RefPtr<NetworkingContext>
m_context
;
member in class:WebCore::ResourceHandleInternal
202
RefPtr<NetworkingContext>
m_context
;
member in class:WebCore::ResourceHandleInternal
/external/webkit/Source/WebCore/platform/network/qt/
ResourceHandleQt.cpp
98
getInternal()->
m_context
= context;
166
d->
m_context
= context;
Completed in 919 milliseconds
1
2
3
4
5
6
7