HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 451 - 475 of 6558) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
FederatedCredential.h 19 static FederatedCredential* create(const String& id, const String& name, const String& avatar, const String& federation, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.h 44 static Crypto* create() function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceAcceleration.h 38 static DeviceAcceleration* create(DeviceMotionData::Acceleration* acceleration) function in class:blink::FINAL
DeviceMotionEvent.cpp 40 : m_deviceMotionData(DeviceMotionData::create())
69 m_acceleration = DeviceAcceleration::create(m_deviceMotionData->acceleration());
80 m_accelerationIncludingGravity = DeviceAcceleration::create(m_deviceMotionData->accelerationIncludingGravity());
91 m_rotationRate = DeviceRotationRate::create(m_deviceMotionData->rotationRate());
DeviceOrientationData.cpp 32 DeviceOrientationData* DeviceOrientationData::create() function in class:blink::DeviceOrientationData
37 DeviceOrientationData* DeviceOrientationData::create(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma, bool canProvideAbsolute, bool absolute) function in class:blink::DeviceOrientationData
42 DeviceOrientationData* DeviceOrientationData::create(const WebDeviceOrientationData& data) function in class:blink::DeviceOrientationData
44 return DeviceOrientationData::create(data.hasAlpha, data.alpha, data.hasBeta, data.beta, data.hasGamma, data.gamma, data.hasAbsolute, data.absolute);
DeviceRotationRate.h 38 static DeviceRotationRate* create(DeviceMotionData::RotationRate* rotationRate) function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryEntrySync.cpp 50 return DirectoryReaderSync::create(m_fileSystem, m_fullPath);
56 EntrySyncCallbackHelper* helper = EntrySyncCallbackHelper::create();
64 EntrySyncCallbackHelper* helper = EntrySyncCallbackHelper::create();
71 VoidSyncCallbackHelper* helper = VoidSyncCallbackHelper::create();
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
Gamepad.h 40 static Gamepad* create() function in class:blink::FINAL
GamepadButton.h 17 static GamepadButton* create();
GamepadList.h 39 static GamepadList* create() function in class:blink::FINAL
WebKitGamepad.h 18 static WebKitGamepad* create() function in class:blink::FINAL
WebKitGamepadList.h 18 static WebKitGamepadList* create() function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/geofencing/
Geofencing.h 22 static Geofencing* create() function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionOptions.h 37 static PositionOptions* create(const Dictionary&);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WebIDBDatabaseCallbacksImpl.h 41 static PassOwnPtr<WebIDBDatabaseCallbacksImpl> create(IDBDatabaseCallbacks*);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaDeviceInfo.h 38 static MediaDeviceInfo* create(const WebMediaDeviceInfo&);
NavigatorUserMediaError.cpp 36 NavigatorUserMediaError* NavigatorUserMediaError::create(Name name, const String& message, const String& constraintName) function in class:blink::NavigatorUserMediaError
SourceInfo.h 38 static SourceInfo* create(const WebSourceInfo&);
  /external/chromium_org/third_party/WebKit/Source/modules/performance/
WorkerPerformance.cpp 55 // FIXME: We shall not create a new object every time.
56 return MemoryInfo::create();
WorkerPerformance.h 47 static WorkerPerformance* create() function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/presentation/
Presentation.h 20 static Presentation* create(ExecutionContext*);
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushManager.h 21 static PushManager* create() function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageInfo.cpp 54 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
66 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
77 m_temporaryStorage = DeprecatedStorageQuota::create(DeprecatedStorageQuota::Temporary);
81 m_persistentStorage = DeprecatedStorageQuota::create(DeprecatedStorageQuota::Persistent);
StorageErrorCallback.cpp 49 m_callback->handleEvent(DOMError::create(m_ec).get());
StorageInfo.h 42 static StorageInfo* create(unsigned long long usage, unsigned long long quota) function in class:blink::FINAL

Completed in 408 milliseconds

<<11121314151617181920>>