Searched defs:reset (Results 201 - 225 of 1221) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverbAccumulationBuffer.cpp110 void ReverbAccumulationBuffer::reset() function in class:blink::ReverbAccumulationBuffer
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebArrayBuffer.cpp45 void WebArrayBuffer::reset() function in class:blink::WebArrayBuffer
47 m_private.reset();
H A DWebCString.cpp53 void WebCString::reset() function in class:blink::WebCString
55 m_private.reset();
H A DWebMediaConstraints.cpp114 void WebMediaConstraints::reset() function in class:blink::WebMediaConstraints
116 m_private.reset();
H A DWebMediaDeviceInfo.cpp72 void WebMediaDeviceInfo::reset() function in class:blink::WebMediaDeviceInfo
74 m_private.reset();
H A DWebRTCICECandidate.cpp75 void WebRTCICECandidate::reset() function in class:blink::WebRTCICECandidate
77 m_private.reset();
H A DWebRTCStatsResponse.cpp44 void WebRTCStatsResponse::reset() function in class:blink::WebRTCStatsResponse
46 m_private.reset();
H A DWebSourceInfo.cpp72 void WebSourceInfo::reset() function in class:blink::WebSourceInfo
74 m_private.reset();
H A DWebSpeechSynthesisUtterance.cpp52 void WebSpeechSynthesisUtterance::reset() function in class:blink::WebSpeechSynthesisUtterance
54 m_private.reset();
H A DWebSpeechSynthesisVoice.cpp44 void WebSpeechSynthesisVoice::reset() function in class:blink::WebSpeechSynthesisVoice
46 m_private.reset();
H A DWebStorageQuotaCallbacks.cpp43 void WebStorageQuotaCallbacks::reset() function in class:blink::WebStorageQuotaCallbacks
45 m_private.reset();
57 m_private.reset();
64 m_private.reset();
71 m_private.reset();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebBlob.cpp67 void WebBlob::reset() function in class:blink::WebBlob
69 m_private.reset();
H A DWebHitTestResult.cpp125 m_private.reset();
130 void WebHitTestResult::reset() function in class:blink::WebHitTestResult
132 m_private.reset();
H A DWebIDBKeyPath.cpp57 m_private.reset(new IDBKeyPath(keyPath));
60 void WebIDBKeyPath::reset() function in class:blink::WebIDBKeyPath
62 m_private.reset(0);
100 m_private.reset(new IDBKeyPath(value));
H A DWebNotification.cpp41 void WebNotification::reset() function in class:blink::WebNotification
43 m_private.reset();
H A DWebSerializedScriptValue.cpp59 void WebSerializedScriptValue::reset() function in class:blink::WebSerializedScriptValue
61 m_private.reset();
H A DWebSurroundingText.cpp46 m_private.reset(new SurroundingText(VisiblePosition(node->renderer()->positionForPoint(static_cast<IntPoint>(nodePoint))).deepEquivalent().parentAnchoredEquivalent(), maxLength));
52 m_private.reset(new SurroundingText(*range, maxLength));
86 void WebSurroundingText::reset() function in class:blink::WebSurroundingText
88 m_private.reset(0);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcollector.py168 self.reset()
185 def reset(self): member in class:Collector
/external/chromium_org/third_party/icu/source/common/
H A Dbytestrieiterator.cpp82 BytesTrie::Iterator::reset() { function in class:BytesTrie::Iterator
H A Ducharstrieiterator.cpp80 UCharsTrie::Iterator::reset() { function in class:UCharsTrie::Iterator
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.h137 static void reset(PublicObjectEntry* obj) { function in class:SkPdfNativeDoc
/external/chromium_org/third_party/skia/include/gpu/
H A DGrProgramElementRef.h29 void reset(T* obj) { function in class:GrProgramElementRef
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkTScopedComPtr.h42 this->reset();
56 void reset() { function in class:SkTScopedComPtr
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py73 def reset(self): member in class:OrderedSet
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.cpp24 this->reset(NULL);
27 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { function in class:SkTypefacePlayback
48 this->reset(NULL);

Completed in 1106 milliseconds

1234567891011>>