HomeSort by relevance Sort by last modified time
    Searched defs:m_handle (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WrappedResourceRequest.h 43 reset(); // Need to drop reference to m_handle
60 m_handle.m_resourceRequest = &resourceRequest;
61 assign(&m_handle);
75 Handle m_handle; member in class:WebKit::WrappedResourceRequest
WrappedResourceResponse.h 43 reset(); // Need to drop reference to m_handle
60 m_handle.m_resourceResponse = &resourceResponse;
61 assign(&m_handle);
75 Handle m_handle; member in class:WebKit::WrappedResourceResponse
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamHandleInternal.h 77 SocketStreamHandle* m_handle; member in class:WebCore::SocketStreamHandleInternal
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScopedPersistent.h 46 : m_handle(v8::Isolate::GetCurrent(), handle)
57 return v8::Local<T>::New(isolate, m_handle);
63 m_handle.MakeWeak(parameters, callback);
66 bool isEmpty() const { return m_handle.IsEmpty(); }
70 m_handle.Reset(isolate, handle);
76 if (m_handle.IsEmpty())
78 m_handle.Dispose();
79 m_handle.Clear();
84 return m_handle == other.m_handle;
96 v8::Persistent<T> m_handle; member in class:WebCore::ScopedPersistent
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.h 65 uint32_t getMyHandle() const {return m_handle;};
75 uint32_t m_handle; member in class:qcamera::QCameraChannel
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.h 65 uint32_t getMyHandle() const {return m_handle;};
75 uint32_t m_handle; member in class:qcamera::QCameraChannel
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechRecognizer.h 64 WebKit::WebSpeechRecognitionHandle& handle() { return m_handle; }
81 WebKit::WebSpeechRecognitionHandle m_handle; member in class:WebTestRunner::MockWebSpeechRecognizer
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.h 89 uint32_t getMyHandle() const {return m_handle;};
109 uint32_t m_handle; member in class:qcamera::QCamera3Channel
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.h 89 uint32_t getMyHandle() const {return m_handle;};
109 uint32_t m_handle; member in class:qcamera::QCamera3Channel
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.h 157 // m_handle->close() will be called as soon as the queue is cleared. It is not
186 RefPtr<SocketStreamHandle> m_handle; member in class:WebCore::MainThreadWebSocketChannel
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 25 void *m_handle; member in class:android::EmojiFactoryCaller
32 m_handle = dlopen("libemoji.so", RTLD_LAZY | RTLD_LOCAL);
34 if (m_handle == NULL) {
41 dlsym(m_handle, "GetImplementation"));
49 dlsym(m_handle,"GetAvailableImplementation"));
64 if (m_handle != NULL) {
65 dlclose(m_handle);
66 m_handle = NULL;
72 if (m_handle) {
73 dlclose(m_handle);
    [all...]

Completed in 127 milliseconds