Searched
full:static_cast (Results
2976 -
3000 of
12288) sorted by null
<<111112113114115116117118119120>>
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGRectElement.h | 65 return static_cast<SVGRectElement*>(node);
|
SVGStopElement.h | 55 return static_cast<SVGStopElement*>(element);
|
/external/chromium_org/third_party/WebKit/Source/core/tests/ |
TreeTestHelpers.cpp | 43 seed = static_cast<int32_t>(currentTime());
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DirectoryReader.h | 56 DOMFileSystem* filesystem() const { return static_cast<DOMFileSystem*>(m_fileSystem.get()); }
|
DraggedIsolatedFileSystem.h | 55 static DraggedIsolatedFileSystem* from(ChromiumDataObject* dataObject) { return static_cast<DraggedIsolatedFileSystem*>(Supplement<ChromiumDataObject>::from(dataObject, supplementName())); }
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
NavigatorGamepad.cpp | 51 NavigatorGamepad* supplement = static_cast<NavigatorGamepad*>(Supplement<Navigator>::from(navigator, supplementName()));
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
NavigatorGeolocation.cpp | 49 NavigatorGeolocation* supplement = static_cast<NavigatorGeolocation*>(Supplement<Navigator>::from(navigator, supplementName()));
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBCursorWithValue.h | 51 return static_cast<IDBCursorWithValue*>(cursor);
|
PageGroupIndexedDatabase.cpp | 49 PageGroupIndexedDatabase* supplement = static_cast<PageGroupIndexedDatabase*>(Supplement<PageGroup>::from(&group, supplementName()));
|
WorkerGlobalScopeIndexedDatabase.cpp | 53 WorkerGlobalScopeIndexedDatabase* supplement = static_cast<WorkerGlobalScopeIndexedDatabase*>(Supplement<ScriptExecutionContext>::from(context, supplementName()));
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
MediaStreamRegistry.cpp | 46 m_streamDescriptors.set(url.string(), static_cast<MediaStream*>(stream)->descriptor());
|
UserMediaController.h | 46 static UserMediaController* from(Page* page) { return static_cast<UserMediaController*>(Supplement<Page>::from(page, supplementName())); }
|
/external/chromium_org/third_party/WebKit/Source/modules/notifications/ |
NotificationController.h | 46 static NotificationController* from(Page* page) { return static_cast<NotificationController*>(Supplement<Page>::from(page, supplementName())); }
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechRecognitionController.h | 49 static SpeechRecognitionController* from(Page* page) { return static_cast<SpeechRecognitionController*>(Supplement<Page>::from(page, supplementName())); }
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
DelayDSPKernel.h | 62 DelayProcessor* delayProcessor() { return static_cast<DelayProcessor*>(processor()); }
|
DelayNode.h | 49 DelayProcessor* delayProcessor() { return static_cast<DelayProcessor*>(processor()); }
|
WaveShaperNode.h | 56 WaveShaperProcessor* waveShaperProcessor() { return static_cast<WaveShaperProcessor*>(processor()); }
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseBackendContext.cpp | 38 return static_cast<DatabaseContext*>(this);
|
SQLTransactionSync.cpp | 55 return static_cast<SQLTransactionSync*>(backend);
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIController.h | 51 static MIDIController* from(Page* page) { return static_cast<MIDIController*>(Supplement<Page>::from(page, supplementName())); }
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDOMMutationEvent.cpp | 62 return static_cast<AttrChangeType>(constUnwrap<MutationEvent>()->attrChange());
|
WebDocumentType.cpp | 60 return static_cast<DocumentType*>(m_private.get());
|
WebGeolocationError.cpp | 38 m_private = GeolocationError::create(static_cast<GeolocationError::ErrorCode>(code), message);
|
WebMutationEvent.cpp | 62 return static_cast<AttrChangeType>(constUnwrap<MutationEvent>()->attrChange());
|
WebTextCheckingResult.cpp | 43 result.type = static_cast<TextCheckingType>(type);
|
Completed in 246 milliseconds
<<111112113114115116117118119120>>