HomeSort by relevance Sort by last modified time
    Searched refs:RefCounted (Results 701 - 725 of 835) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome_frame/
protocol_sink_wrap.h 102 class ProtData : public base::RefCounted<ProtData> {
  /external/chromium_org/ppapi/shared_impl/
resource.h 116 class PPAPI_SHARED_EXPORT Resource : public base::RefCounted<Resource> {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolver.h 67 class ScriptPromiseResolver : public RefCounted<ScriptPromiseResolver> {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.h 31 #include "wtf/RefCounted.h"
38 class CSSMatrix FINAL : public ScriptWrappable, public RefCounted<CSSMatrix> {
CSSValue.h 28 #include "wtf/RefCounted.h"
43 class CSSValue : public RefCounted<CSSValue> {
54 // Override RefCounted's deref() to ensure operator delete is called on
ElementRuleCollector.h 78 class StyleRuleList : public RefCounted<StyleRuleList> {
StyleSheetContents.h 29 #include "wtf/RefCounted.h"
46 class StyleSheetContents : public RefCounted<StyleSheetContents> {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.cpp 41 struct SameSizeAsElementData : public RefCounted<SameSizeAsElementData> {
QualifiedName.h 27 #include "wtf/RefCounted.h"
41 class QualifiedNameImpl : public RefCounted<QualifiedNameImpl> {
SpaceSplitString.cpp 199 : RefCounted<SpaceSplitStringData>()
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.h 31 #include "wtf/RefCounted.h"
48 class Event : public ScriptWrappable, public RefCounted<Event> {
  /external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.cpp 57 : RefCounted<HistoryItem>()
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.h 38 #include "wtf/RefCounted.h"
50 class XHRReplayData : public RefCounted<XHRReplayData> {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.h 65 class DocumentLoader : public RefCounted<DocumentLoader>, private RawResourceClient {
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.h 32 #include "wtf/RefCounted.h"
37 class CSSAnimationData : public RefCounted<CSSAnimationData> {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.h 39 class NinePieceImageData : public RefCounted<NinePieceImageData> {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 37 struct GlyphMapNode : public RefCounted<GlyphMapNode> {
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 44 #include "wtf/RefCounted.h"
61 class WorkerGlobalScope : public RefCounted<WorkerGlobalScope>, public ScriptWrappable, public SecurityContext, public ExecutionContext, public ExecutionContextClient, public WorkerSupplementable, public EventTargetWithInlineData {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 56 class XMLHttpRequest : public ScriptWrappable, public RefCounted<XMLHttpRequest>, public XMLHttpRequestEventTarget, private ThreadableLoaderClient, public ActiveDOMObject {
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 51 class XMLParserContext : public RefCounted<XMLParserContext> {
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.h 41 #include "wtf/RefCounted.h"
51 class IDBObjectStore : public ScriptWrappable, public RefCounted<IDBObjectStore> {
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.h 43 #include "wtf/RefCounted.h"
59 class RTCPeerConnection : public RefCounted<RTCPeerConnection>, public ScriptWrappable, public RTCPeerConnectionHandlerClient, public EventTargetWithInlineData, public ActiveDOMObject {
  /external/chromium_org/third_party/WebKit/Source/platform/
CalculationValue.h 38 #include "wtf/RefCounted.h"
79 class PLATFORM_EXPORT CalculationValue : public RefCounted<CalculationValue> {
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebFileSystemCallbacks.cpp 43 #include "wtf/RefCounted.h"
49 class WebFileSystemCallbacksPrivate : public RefCounted<WebFileSystemCallbacksPrivate> {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPage.h 37 #include "wtf/RefCounted.h"
71 class PLATFORM_EXPORT GlyphPage : public RefCounted<GlyphPage> {

Completed in 259 milliseconds

<<21222324252627282930>>