HomeSort by relevance Sort by last modified time
    Searched refs:m_impl (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.h 52 DOMWindow* impl() const { return m_impl.get(); }
85 RefPtr<DOMWindow> m_impl; member in class:WebCore::JSDOMWindowBase
JSNavigatorCustom.cpp 67 m_impl->webkitGetUserMedia(options, successCallback.release(), errorCallback.release());
96 if (!m_impl->isApplicationInstalled(appName, callback.release()))
JSXMLHttpRequestCustom.cpp 61 if (XMLHttpRequestUpload* upload = m_impl->optionalUpload())
64 if (Document* responseDocument = m_impl->optionalResponseXML())
67 if (ArrayBuffer* responseArrayBuffer = m_impl->optionalResponseArrayBuffer())
71 if (Blob* responseBlob = m_impl->optionalResponseBlob())
75 m_impl->markJSEventListeners(markStack);
JSSQLTransactionSyncCustom.cpp 90 JSValue result = toJS(exec, globalObject(), WTF::getPtr(m_impl->executeSQL(sqlStatement, sqlValues, ec)));
JSGeolocationCustom.cpp 130 m_impl->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
152 int watchID = m_impl->watchPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
JSSQLTransactionCustom.cpp 113 m_impl->executeSQL(sqlStatement, sqlValues, callback.release(), errorCallback.release(), ec);
JSNodeCustom.cpp 242 Node* node = m_impl.get();
  /external/webkit/Source/JavaScriptCore/wtf/
ListHashSet.h 133 ImplType m_impl; member in class:WTF::ListHashSet
405 m_impl.swap(other.m_impl);
420 return m_impl.size();
426 return m_impl.capacity();
432 return m_impl.isEmpty();
491 m_impl.remove(m_tail);
499 ImplTypeIterator it = m_impl.template find<ValueType, Translator>(value);
500 if (it == m_impl.end())
509 ImplTypeConstIterator it = m_impl.template find<ValueType, Translator>(value)
    [all...]
HashTable.h 1132 typename HashTableType::const_iterator m_impl; member in struct:WTF::HashTableConstIteratorAdapter
1150 typename HashTableType::iterator m_impl; member in struct:WTF::HashTableIteratorAdapter
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.h 50 TestInterface* impl() const { return m_impl.get(); }
53 RefPtr<TestInterface> m_impl; member in class:WebCore::JSTestInterface
JSTestMediaQueryListListener.h 48 TestMediaQueryListListener* impl() const { return m_impl.get(); }
51 RefPtr<TestMediaQueryListListener> m_impl; member in class:WebCore::JSTestMediaQueryListListener
JSTestSerializedScriptValueInterface.h 50 TestSerializedScriptValueInterface* impl() const { return m_impl.get(); }
53 RefPtr<TestSerializedScriptValueInterface> m_impl; member in class:WebCore::JSTestSerializedScriptValueInterface
JSTestInterface.cpp 140 , m_impl(impl)
JSTestMediaQueryListListener.cpp 136 , m_impl(impl)
JSTestSerializedScriptValueInterface.cpp 126 , m_impl(impl)
JSTestObj.h 57 TestObj* impl() const { return m_impl.get(); }
60 RefPtr<TestObj> m_impl; member in class:WebCore::JSTestObj
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 87 OwnPtr<GraphicsLayerQtImpl> m_impl; member in class:WebCore::GraphicsLayerQt
  /external/webkit/Source/JavaScriptCore/runtime/
UString.cpp 61 : m_impl(characters ? StringImpl::create(characters, length) : 0)
75 m_impl = StringImpl::create(characters, length);
80 : m_impl(characters ? StringImpl::create(characters, length) : 0)
86 : m_impl(characters ? StringImpl::create(characters) : 0)
216 return UString(StringImpl::create(m_impl, offset, length));
  /external/webkit/Source/WebCore/bindings/scripts/test/CPP/
WebDOMTestObj.cpp 50 , m_impl(0)
56 , m_impl(new WebDOMTestObjPrivate(impl))
63 m_impl = copy.impl() ? new WebDOMTestObjPrivate(copy.impl()) : 0;
68 delete m_impl;
69 m_impl = copy.impl() ? new WebDOMTestObjPrivate(copy.impl()) : 0;
75 return m_impl ? m_impl->impl.get() : 0;
80 delete m_impl;
81 m_impl = 0;
WebDOMTestObj.h 168 WebDOMTestObjPrivate* m_impl; member in class:WebDOMTestObj
  /external/webkit/Source/WebKit/wx/
WebFrame.h 178 WebFramePrivate* m_impl; member in class:wxWebFrame
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 102 : m_impl(impl)
106 operator APIType() { return toAPI(m_impl.get()); }
109 RefPtr<ImplType> m_impl; member in class:WebKit::ProxyingRefPtr
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 101 m_frame = m_webFrame->m_impl->frame;
852 RefPtr<Frame> childFrame = adoptRef(newFrame->m_impl->frame);
ChromeClientWx.cpp 154 WebViewPrivate* impl = webView->m_impl;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 281 OwnPtr<WebKit::WebGraphicsContext3D> m_impl; member in class:WebCore::GraphicsContext3DInternal

Completed in 1990 milliseconds

1 23 4