HomeSort by relevance Sort by last modified time
    Searched full:gethandle (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/android/java/src/org/chromium/net/
RemoteAndroidKeyStore.java 29 public int getHandle() {
50 return mRemoteManager.getRSAKeyModulus(remoteKey.getHandle());
62 return mRemoteManager.getDSAKeyParamQ(remoteKey.getHandle());
74 return mRemoteManager.getECKeyOrder(remoteKey.getHandle());
86 return mRemoteManager.rawSignDigestWithPrivateKey(remoteKey.getHandle(), message);
98 return mRemoteManager.getPrivateKeyType(remoteKey.getHandle());
134 mRemoteManager.releaseKey(remoteKey.getHandle());
  /external/chromium_org/content/renderer/media/
native_handle_impl.cc 14 void* NativeHandleImpl::GetHandle() { return frame_.get(); }
native_handle_impl.h 22 virtual void* GetHandle() OVERRIDE;
  /external/chromium_org/ppapi/thunk/
ppb_broker_thunk.cc 38 int32_t GetHandle(PP_Resource resource, int32_t* handle) {
42 return enter.object()->GetHandle(handle);
64 &GetHandle,
71 &GetHandle,
  /external/chromium_org/ui/gl/
gl_surface_stub.cc 24 void* GLSurfaceStub::GetHandle() {
gl_share_group.cc 30 void* GLShareGroup::GetHandle() {
33 return context->GetHandle();
42 if ((*it)->GetHandle())
gl_context_wgl.cc 43 // and could potentially be returned by GetHandle.
44 HGLRC share_handle = static_cast<HGLRC>(share_group()->GetHandle());
47 static_cast<HDC>(compatible_surface->GetHandle()));
80 if (!wglMakeCurrent(static_cast<HDC>(surface->GetHandle()), context_)) {
123 if (wglGetCurrentDC() != surface->GetHandle())
130 void* GLContextWGL::GetHandle() {
gl_context_osmesa.cc 26 share_group() ? share_group()->GetHandle() : NULL);
57 surface->GetHandle(),
115 if (buffer != surface->GetHandle())
122 void* GLContextOSMesa::GetHandle() {
gl_surface_osmesa.h 15 // buffer in system memory. GetHandle returns a pointer to the buffer. These
28 virtual void* GetHandle() OVERRIDE;
gl_surface_wgl.h 41 virtual void* GetHandle();
64 virtual void* GetHandle();
gl_context_egl.cc 68 share_group() ? share_group()->GetHandle() : NULL,
107 surface->GetHandle(),
108 surface->GetHandle(),
164 if (surface->GetHandle() != eglGetCurrentSurface(EGL_DRAW))
171 void* GLContextEGL::GetHandle() {
gl_context_glx.cc 37 share_group() ? share_group()->GetHandle() : NULL);
105 reinterpret_cast<GLXDrawable>(surface->GetHandle()),
106 reinterpret_cast<GLXDrawable>(surface->GetHandle()),
155 reinterpret_cast<GLXDrawable>(surface->GetHandle())) {
163 void* GLContextGLX::GetHandle() {
gl_context_cgl.h 28 virtual void* GetHandle() OVERRIDE;
gl_context_glx.h 33 virtual void* GetHandle() OVERRIDE;
gl_context_osmesa.h 31 virtual void* GetHandle() OVERRIDE;
gl_context_stub.cc 32 void* GLContextStub::GetHandle() {
gl_context_stub.h 24 virtual void* GetHandle() OVERRIDE;
gl_context_wgl.h 30 virtual void* GetHandle();
  /external/chromium_org/android_webview/browser/
aw_gl_surface.cc 32 void* AwGLSurface::GetHandle() {
aw_gl_surface.h 25 virtual void* GetHandle() OVERRIDE;
  /external/chromium_org/components/webdata/common/
web_data_request_manager.cc 34 WebDataServiceBase::Handle WebDataRequest::GetHandle() const {
91 pending_requests_[request->GetHandle()] = request;
125 RequestMap::iterator i = pending_requests_.find(request->GetHandle());
141 consumer->OnWebDataServiceRequestDone(request->GetHandle(), r.get());
  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.h 32 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE;
gpu_memory_buffer_impl_surface_texture.h 31 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE;
  /external/chromium_org/gin/
function_template.cc 20 v8::Handle<v8::External> CallbackHolderBase::GetHandle(v8::Isolate* isolate) {
  /external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h 25 MOCK_METHOD0(GetHandle, void*());

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 91011>>