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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebIDBKeyRange.cpp50 void WebIDBKeyRange::reset() function in class:blink::WebIDBKeyRange
52 m_private.reset();
H A DWebImageDecoder.cpp49 void WebImageDecoder::reset() function in class:blink::WebImageDecoder
H A DWebMIDIPermissionRequest.cpp53 void WebMIDIPermissionRequest::reset() function in class:blink::WebMIDIPermissionRequest
55 m_private.reset();
H A DWebNodeCollection.cpp44 void WebNodeCollection::reset() function in class:blink::WebNodeCollection
H A DWebSpeechInputResult.cpp36 void WebSpeechInputResult::reset() function in class:blink::WebSpeechInputResult
38 m_private.reset();
H A DWebSpeechRecognitionHandle.cpp35 void WebSpeechRecognitionHandle::reset() function in class:blink::WebSpeechRecognitionHandle
37 m_private.reset();
H A DWebSpeechRecognitionResult.cpp52 void WebSpeechRecognitionResult::reset() function in class:blink::WebSpeechRecognitionResult
54 m_private.reset();
H A DWebSurroundingText.cpp48 m_private.reset(new SurroundingText(VisiblePosition(node->renderer()->positionForPoint(static_cast<IntPoint>(nodePoint))), maxLength));
71 void WebSurroundingText::reset() function in class:blink::WebSurroundingText
73 m_private.reset(0);
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());
H A DWebPrivatePtr.h89 void reset() function in class:blink::WebPrivatePtr
/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
/external/chromium_org/third_party/icu/source/common/unicode/
H A Didna.h305 void reset() { function in class:IDNAInfo
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcController.java61 void reset(); method in interface:RpcController
/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 DGrBinHashKey.h26 this->reset();
29 void reset() { function in class:GrBinHashKey
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.cpp25 this->reset();
65 void GrGLContextInfo::reset() { function in class:GrGLContextInfo
73 fExtensions.reset();
74 fGLCaps->reset();
94 void GrGLContext::reset() { function in class:GrGLContext
96 fInfo.reset();
/external/chromium_org/ui/views/corewm/
H A Dcursor_manager_unittest.cc70 void reset() { cursor_visibility_ = did_visibility_change_ = false; } function in class:TestingCursorClientObserver
311 observer_a.reset();
312 observer_b.reset();
326 observer_a.reset();
327 observer_b.reset();
339 observer_a.reset();
340 observer_b.reset();
347 observer_a.reset();
348 observer_b.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/easymock/src/org/easymock/
H A DCapture.java55 * Will reset capture to a "nothing captured yet" state
57 public void reset() { method in class:Capture
117 reset();

Completed in 1899 milliseconds

1234567891011>>