OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abandon
(Results
1 - 25
of
94
) sorted by null
1
2
3
4
/external/chromium_org/third_party/WebKit/public/platform/
WebPrerenderingSupport.h
55
virtual void
abandon
(const WebPrerender&) = 0;
/external/chromium_org/third_party/skia/src/gpu/
GrResource.cpp
39
void GrResource::
abandon
() {
function in class:GrResource
/external/skia/src/gpu/
GrResource.cpp
39
void GrResource::
abandon
() {
function in class:GrResource
/external/chromium_org/third_party/WebKit/Source/platform/
Prerender.cpp
79
void Prerender::
abandon
()
function in class:WebCore::Prerender
84
platform->
abandon
(blink::WebPrerender(this));
Prerender.h
68
void
abandon
();
/external/chromium_org/chrome/renderer/prerender/
prerender_dispatcher.h
50
virtual void
abandon
(const blink::WebPrerender& prerender) OVERRIDE;
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.h
31
// either release or
abandon
should have been called by the owner of this object.
35
void
abandon
();
GrGLIndexBuffer.cpp
25
fImpl.
abandon
();
GrGLVertexBuffer.cpp
26
fImpl.
abandon
();
GrGLTexture.cpp
59
fTexIDObj->
abandon
();
GrGLTexture.h
34
void
abandon
() { fTexID = 0; }
function in class:GrGLTexID
GrGLProgram.h
49
* Call to
abandon
GL objects owned by this program.
51
void
abandon
();
GrGLRenderTarget.cpp
106
fTexIDObj->
abandon
();
/external/skia/src/gpu/gl/
GrGLBufferImpl.h
31
// either release or
abandon
should have been called by the owner of this object.
35
void
abandon
();
GrGLIndexBuffer.cpp
25
fImpl.
abandon
();
GrGLVertexBuffer.cpp
26
fImpl.
abandon
();
GrGLTexture.cpp
59
fTexIDObj->
abandon
();
GrGLTexture.h
34
void
abandon
() { fTexID = 0; }
function in class:GrGLTexID
GrGLProgram.h
49
* Call to
abandon
GL objects owned by this program.
51
void
abandon
();
/external/chromium_org/third_party/WebKit/Source/core/loader/
PrerenderHandle.cpp
80
// Avoid both abandoning and canceling the same prerender. In the
abandon
case, the LinkLoader cancels the
97
m_prerender->
abandon
();
/external/chromium_org/third_party/skia/include/gpu/
GrResource.h
35
void
abandon
();
60
*
abandon
()ed they no longer have an owning context. Destroying a
/external/skia/include/gpu/
GrResource.h
35
void
abandon
();
60
*
abandon
()ed they no longer have an owning context. Destroying a
/frameworks/native/include/gui/
ConsumerBase.h
54
//
abandon
frees all the buffers and puts the ConsumerBase into the
63
void
abandon
();
123
//
abandon
method should be overridden by child classes to add
abandon
-
208
// interface. It is initialized to false, and set to true in the
abandon
/external/bzip2/
bzlib.h
185
int
abandon
,
193
int
abandon
,
/external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h
136
void
abandon
();
196
// Hides the popup. Other classes should not call this. Use
abandon
instead.
Completed in 362 milliseconds
1
2
3
4