HomeSort by relevance Sort by last modified time
    Searched refs:RefPtr (Results 176 - 200 of 1730) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/loader/
PrerenderHandle.h 63 RefPtr<Prerender> m_prerender;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindowPagePopup.h 53 RefPtr<PagePopupController> m_controller;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
MediaStreamDescriptor.h 94 Vector<RefPtr<MediaStreamComponent> > m_audioComponents;
95 Vector<RefPtr<MediaStreamComponent> > m_videoComponents;
98 RefPtr<ExtraData> m_extraData;
101 typedef Vector<RefPtr<MediaStreamDescriptor> > MediaStreamDescriptorVector;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 59 RefPtr<StyleImage> listStyleImage;
70 RefPtr<ShadowList> textShadow; // Our text shadow information for shadowed text drawing.
73 RefPtr<CursorList> cursorData;
116 RefPtr<QuotesData> quotes;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstanceList.h 25 #include "wtf/RefPtr.h"
41 RefPtr<SVGElementInstance> m_rootInstance;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorker.h 58 RefPtr<MessagePort> m_port;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DOMParser.cpp 41 RefPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, KURL(), false);
NativeXPathNSResolver.h 30 #include "wtf/RefPtr.h"
45 RefPtr<Node> m_node;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
AesCbcParams.h 48 RefPtr<Uint8Array> m_iv;
AesCtrParams.h 49 RefPtr<Uint8Array> m_counter;
Crypto.h 36 #include "wtf/RefPtr.h"
53 RefPtr<SubtleCrypto> m_subtleCrypto;
DOMWindowCrypto.h 53 mutable RefPtr<Crypto> m_crypto;
HmacKeyParams.h 35 #include "wtf/RefPtr.h"
50 RefPtr<Algorithm> m_hash;
HmacParams.h 35 #include "wtf/RefPtr.h"
48 RefPtr<Algorithm> m_hash;
RsaKeyGenParams.h 50 RefPtr<Uint8Array> m_publicExponent;
RsaSsaParams.h 35 #include "wtf/RefPtr.h"
48 RefPtr<Algorithm> m_hash;
WorkerGlobalScopeCrypto.h 52 mutable RefPtr<WorkerCrypto> m_crypto;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceAcceleration.h 49 RefPtr<DeviceMotionData::Acceleration> m_acceleration;
DeviceMotionDispatcher.h 36 #include "wtf/RefPtr.h"
69 RefPtr<DeviceMotionData> m_lastDeviceMotionData;
DeviceOrientationDispatcher.h 36 #include "wtf/RefPtr.h"
69 RefPtr<DeviceOrientationData> m_lastDeviceOrientationData;
DeviceRotationRate.h 49 RefPtr<DeviceMotionData::RotationRate> m_rotationRate;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryReaderBase.h 54 RefPtr<DOMFileSystemBase> m_fileSystem;
DirectoryReaderSync.h 46 typedef Vector<RefPtr<EntrySync> > EntrySyncVector;
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.h 49 RefPtr<GamepadList> m_gamepads;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
NavigatorGeolocation.h 44 mutable RefPtr<Geolocation> m_geolocation;

Completed in 1173 milliseconds

1 2 3 4 5 6 78 91011>>