Searched defs:reset (Results 101 - 125 of 1221) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebIDBKeyRange.cpp43 m_private.reset();
48 void WebIDBKeyRange::reset() function in class:blink::WebIDBKeyRange
50 m_private.reset();
H A DWebImageDecoder.cpp47 void WebImageDecoder::reset() function in class:blink::WebImageDecoder
H A DWebMediaDevicesRequest.cpp47 void WebMediaDevicesRequest::reset() function in class:blink::WebMediaDevicesRequest
49 m_private.reset();
H A DWebSpeechRecognitionHandle.cpp33 void WebSpeechRecognitionHandle::reset() function in class:blink::WebSpeechRecognitionHandle
35 m_private.reset();
H A DWebUserGestureToken.cpp68 void WebUserGestureToken::reset() function in class:blink::WebUserGestureToken
70 m_token.reset();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebPrivateOwnPtr.h43 // Note: you must call reset(0) on the implementation side in order to delete
61 void reset(T* ptr) function in class:blink::WebPrivateOwnPtr
67 void reset(const PassOwnPtr<T>& o) function in class:blink::WebPrivateOwnPtr
69 reset(o.leakPtr());
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DToken.cpp16 void Token::reset() function in class:pp::Token
/external/chromium_org/third_party/icu/source/common/
H A Duenumimp.h95 * This function should reset the enumeration
126 UEnumReset *reset; member in struct:UEnumeration
H A Dumutex.h192 void reset() {fState = 0;}; function in struct:UInitOnce
/external/chromium_org/third_party/icu/source/common/unicode/
H A Didna.h307 void reset() { function in class:IDNAInfo
/external/chromium_org/third_party/markdown/
H A Dblockparser.py44 list. Each time a state is reset, that state is removed from the end of
48 reset when we back out of that level of nesting or the state could be
60 def reset(self): member in class:State
/external/chromium_org/third_party/skia/include/gpu/
H A DGrBinHashKey.h26 this->reset();
29 void reset() { function in class:GrBinHashKey
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayEvents.h34 void reset() { fEvents.reset(); } function in class:SkEvents
/external/chromium_org/third_party/skia/src/core/
H A DSkAlphaRuns.cpp13 void SkAlphaRuns::reset(int width) { function in class:SkAlphaRuns
H A DSkPtrRecorder.cpp11 void SkPtrSet::reset() { function in class:SkPtrSet
18 fList.reset();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAllocPool.h21 void reset();
53 void reset() { fPool.reset(); } function in class:GrTAllocPool
H A DGrGpuResourceRef.cpp44 void GrGpuResourceRef::reset() { function in class:GrGpuResourceRef
H A DGrMurmur3HashKey.h25 this->reset();
28 void reset() { function in class:GrMurmur3HashKey
H A DGrTemplates.h32 * autoCountRestore.reset(&fCount);
56 void reset(T* ptr) { function in class:GrAutoTRestore
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.cpp13 fInterface.reset(SkSafeRef(that.fInterface.get()));
25 this->reset();
57 fInterface.reset(SkRef(interface));
67 void GrGLContextInfo::reset() { function in class:GrGLContextInfo
68 fInterface.reset(NULL);
75 fGLCaps->reset();
/external/chromium_org/ui/views/test/
H A Dcapture_tracking_view.h26 void reset() { got_press_ = got_capture_lost_ = false; } function in class:views::test::CaptureTrackingView
/external/chromium_org/ui/wm/core/
H A Dcursor_manager_unittest.cc64 void reset() { cursor_visibility_ = did_visibility_change_ = false; } function in class:TestingCursorClientObserver
288 observer_a.reset();
289 observer_b.reset();
303 observer_a.reset();
304 observer_b.reset();
316 observer_a.reset();
317 observer_b.reset();
324 observer_a.reset();
325 observer_b.reset();
/external/chromium_org/v8/test/mjsunit/es6/
H A Dmicrotask-delivery.js31 function reset() { function
90 reset();
103 reset();
130 reset();
151 reset();
/external/conscrypt/src/compat/native/
H A DScopedLocalRef.h32 reset();
35 void reset(T ptr = NULL) { function in class:ScopedLocalRef
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSink.java40 public void reset() { method in class:OpenSSLBIOSink
41 buffer.reset();
49 reset();

Completed in 513 milliseconds

1234567891011>>