HomeSort by relevance Sort by last modified time
    Searched refs:release (Results 226 - 250 of 2352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
icon_loader.cc 40 // If the delegate takes ownership of the Image, release it from the scoped
43 ignore_result(image_.release()); // Can't ignore return value.
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader_unittest.cc 61 new AsynchronousPolicyLoader(delegate_.release(), 10);
76 new AsynchronousPolicyLoader(delegate_.release(), 10);
94 new AsynchronousPolicyLoader(delegate_.release(), 10);
121 new AsynchronousPolicyLoader(delegate_.release(), 10);
  /external/chromium/chrome/browser/ui/tab_contents/
test_tab_contents_wrapper.cc 41 // Release the profile on the UI thread.
42 message_loop_.DeleteSoon(FROM_HERE, profile_.release());
  /external/chromium/chrome/common/web_resource/
web_resource_unpacker.cc 39 parsed_json_.reset(static_cast<DictionaryValue*>(value.release()));
  /external/chromium/net/spdy/
spdy_io_buffer.h 35 void release();
  /external/jsilver/src/com/google/clearsilver/jsilver/output/
ThreadLocalOutputBufferProvider.java 52 public void release(Appendable buffer) { method in class:ThreadLocalOutputBufferProvider
54 throw new IllegalArgumentException("Can't release buffer that does not "
  /external/quake/quake/src/QW/
glqwcl.spec.sh 4 # $2 is release
9 %define release ${2}
13 Release: %{release}
  /external/skia/src/gpu/
GrAllocPool.h 36 void release(size_t bytes);
GrResource.cpp 20 void GrResource::release() { function in class:GrResource
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 14 this->release();
  /external/skia/src/ports/
SkThread_win.cpp 43 void SkMutex::release() { function in class:SkMutex
  /external/webkit/Source/
Makefile 11 release r deployment dep deploy:
  /external/webkit/Source/WebCore/bindings/js/
JSNodeFilterCustom.cpp 52 return result.release();
  /external/webkit/Source/WebCore/bindings/objc/
ExceptionHandlers.mm 73 [reason release];
74 [userInfo release];
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ArrayBufferCustom.cpp 73 return toV8(buffer.release(), args.Holder());
V8DedicatedWorkerContextCustom.cpp 59 workerContext->postMessage(message.release(), &portArray, ec);
V8WebKitCSSMatrixConstructor.cpp 67 return toV8(matrix.release(), args.Holder());
  /external/webkit/Source/WebCore/html/
HTMLAudioElement.cpp 57 return audio.release();
  /external/webkit/Source/WebCore/platform/gtk/
SharedBufferGtk.cpp 48 return result.release();
  /external/webkit/Source/WebCore/platform/win/
Win32Handle.h 53 HANDLE release() { HANDLE ret = m_handle; m_handle = INVALID_HANDLE_VALUE; return ret; } function in class:WebCore::Win32Handle
  /external/webkit/Source/WebKit/chromium/public/
WebAudioBus.h 62 WTF::PassOwnPtr<WebCore::AudioBus> release();
  /external/webkit/Source/WebKit/chromium/src/
WebNotification.cpp 119 m_private->dispatchEvent(event.release());
126 m_private->dispatchEvent(event.release());
133 m_private->dispatchEvent(event.release());
141 m_private->dispatchEvent(event.release());
  /external/webkit/Source/WebKit/win/
WebResource.cpp 86 ULONG STDMETHODCALLTYPE WebResource::Release(void)
128 *url = BString(String(m_url.string())).release();
140 *mime = BString(m_mimeType).release();
152 *encodingName = BString(m_textEncodingName).release();
164 *name = BString(m_frameName).release();
  /external/webkit/Source/WebKit2/Shared/API/c/
WKArray.cpp 42 return toAPI(array.release().releaseRef());
  /external/webkit/Source/WebKit2/Shared/API/c/cg/
WKImageCG.cpp 48 return toAPI(webImage.release().leakRef());

Completed in 1140 milliseconds

1 2 3 4 5 6 7 8 91011>>