HomeSort by relevance Sort by last modified time
    Searched refs:PersistentWillBeMember (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.h 65 mutable PersistentWillBeMember<StorageQuota> m_storageQuota;
66 mutable PersistentWillBeMember<DeprecatedStorageQuota> m_temporaryStorage;
67 mutable PersistentWillBeMember<DeprecatedStorageQuota> m_persistentStorage;
WorkerNavigatorStorageQuota.h 58 mutable PersistentWillBeMember<DeprecatedStorageQuota> m_temporaryStorage;
59 mutable PersistentWillBeMember<DeprecatedStorageQuota> m_persistentStorage;
DeprecatedStorageQuotaCallbacksImpl.h 67 PersistentWillBeMember<StorageUsageCallback> m_usageCallback;
68 PersistentWillBeMember<StorageQuotaCallback> m_quotaCallback;
69 PersistentWillBeMember<StorageErrorCallback> m_errorCallback;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.h 68 PersistentWillBeMember<DeviceMotionData> m_deviceMotionData;
69 PersistentWillBeMember<DeviceAcceleration> m_acceleration;
70 PersistentWillBeMember<DeviceAcceleration> m_accelerationIncludingGravity;
71 PersistentWillBeMember<DeviceRotationRate> m_rotationRate;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationInspectorAgent.h 68 PersistentWillBeMember<GeolocationPosition> m_geolocationPosition;
69 PersistentWillBeMember<GeolocationPosition> m_platformGeolocationPosition;
NavigatorGeolocation.h 48 mutable PersistentWillBeMember<Geolocation> m_geolocation;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchEvent.h 45 PersistentWillBeMember<RespondWithObserver> m_observer;
46 PersistentWillBeMember<Request> m_request;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioProcessingEvent.h 57 PersistentWillBeMember<AudioBuffer> m_inputBuffer;
58 PersistentWillBeMember<AudioBuffer> m_outputBuffer;
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
NavigatorBattery.h 34 PersistentWillBeMember<BatteryManager> m_batteryManager;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
WorkerGlobalScopeCrypto.h 57 mutable PersistentWillBeMember<Crypto> m_crypto;
DOMWindowCrypto.h 57 mutable PersistentWillBeMember<Crypto> m_crypto;
  /external/chromium_org/third_party/WebKit/Source/modules/geofencing/
NavigatorGeofencing.h 34 PersistentWillBeMember<Geofencing> m_geofencing;
WorkerNavigatorGeofencing.h 32 PersistentWillBeMember<Geofencing> m_geofencing;
  /external/chromium_org/third_party/WebKit/Source/modules/performance/
WorkerGlobalScopePerformance.h 57 PersistentWillBeMember<WorkerPerformance> m_performance;
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
NavigatorPushManager.h 31 PersistentWillBeMember<PushManager> m_pushManager;
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenScreenOrientation.h 31 PersistentWillBeMember<ScreenOrientation> m_orientation;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis.h 53 PersistentWillBeMember<SpeechSynthesis> m_speechSynthesis;
  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
NavigatorCredentials.h 34 PersistentWillBeMember<CredentialsContainer> m_credentialsContainer;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DOMWindowIndexedDatabase.h 58 PersistentWillBeMember<IDBFactory> m_idbFactory;
WorkerGlobalScopeIndexedDatabase.h 55 PersistentWillBeMember<IDBFactory> m_idbFactory;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrackEvent.h 54 PersistentWillBeMember<MediaStreamTrack> m_track;
RTCDataChannelEvent.h 52 PersistentWillBeMember<RTCDataChannel> m_channel;
RTCIceCandidateEvent.h 52 PersistentWillBeMember<RTCIceCandidate> m_candidate;
  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NavigatorNetworkInformation.h 35 PersistentWillBeMember<NetworkInformation> m_connection;
WorkerNavigatorNetworkInformation.h 35 PersistentWillBeMember<NetworkInformation> m_connection;

Completed in 515 milliseconds

1 2