OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reset
(Results
76 - 100
of
2379
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbInputBuffer.cpp
81
void ReverbInputBuffer::
reset
()
function in class:WebCore::ReverbInputBuffer
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebData.cpp
40
void WebData::
reset
()
function in class:blink::WebData
42
m_private.
reset
();
WebRTCConfiguration.cpp
54
void WebRTCICEServer::
reset
()
function in class:blink::WebRTCICEServer
56
m_private.
reset
();
87
void WebRTCConfiguration::
reset
()
function in class:blink::WebRTCConfiguration
89
m_private.
reset
();
WebSocketStreamError.cpp
51
void WebSocketStreamError::
reset
()
function in class:blink::WebSocketStreamError
53
m_private.
reset
();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
NotificationPresenter.h
69
void
reset
() { m_allowedOrigins.clear(); }
function in class:WebTestRunner::NotificationPresenter
/external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationError.cpp
46
void WebGeolocationError::
reset
()
function in class:blink::WebGeolocationError
48
m_private.
reset
();
WebNodeCollection.cpp
44
void WebNodeCollection::
reset
()
function in class:blink::WebNodeCollection
WebSpeechInputResult.cpp
36
void WebSpeechInputResult::
reset
()
function in class:blink::WebSpeechInputResult
38
m_private.
reset
();
WebSpeechRecognitionHandle.cpp
35
void WebSpeechRecognitionHandle::
reset
()
function in class:blink::WebSpeechRecognitionHandle
37
m_private.
reset
();
WebSurroundingText.cpp
48
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);
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.cpp
16
void Token::
reset
()
function in class:pp::Token
/external/chromium_org/third_party/icu/source/common/
usetiter.cpp
22
reset
(uSet);
31
reset
();
102
void UnicodeSetIterator::
reset
(const UnicodeSet& uSet) {
function in class:UnicodeSetIterator
104
reset
();
110
void UnicodeSetIterator::
reset
() {
function in class:UnicodeSetIterator
/external/chromium_org/third_party/skia/src/core/
SkAlphaRuns.cpp
13
void SkAlphaRuns::
reset
(int width) {
function in class:SkAlphaRuns
SkPtrRecorder.cpp
11
void SkPtrSet::
reset
() {
function in class:SkPtrSet
18
fList.
reset
();
/external/chromium_org/third_party/skia/src/gpu/
GrAllocPool.h
21
void
reset
();
53
void
reset
() { fPool.
reset
(); }
function in class:GrTAllocPool
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.cpp
25
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/test/
capture_tracking_view.h
26
void
reset
() { got_press_ = got_capture_lost_ = false; }
function in class:views::test::CaptureTrackingView
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
Digest.java
23
public void
reset
();
method in interface:Digest
/external/icu4c/common/
usetiter.cpp
22
reset
(uSet);
31
reset
();
102
void UnicodeSetIterator::
reset
(const UnicodeSet& uSet) {
function in class:UnicodeSetIterator
104
reset
();
110
void UnicodeSetIterator::
reset
() {
function in class:UnicodeSetIterator
/external/markdown/markdown/
blockparser.py
10
list. Each time a state is
reset
, that state is removed from the end of
14
reset
when we back out of that level of nesting or the state could be
26
def
reset
(self):
member in class:State
/external/oprofile/libutil++/
cached_value.h
38
value_type const
reset
(value_type const & val) {
function in class:cached_value
/external/proguard/src/proguard/obfuscate/
NameFactoryResetter.java
39
* @param nameFactory the name factory to be
reset
.
51
nameFactory.
reset
();
57
nameFactory.
reset
();
/external/replicaisland/src/com/replica/replicaisland/
BaseObject.java
42
public abstract void
reset
();
method in class:BaseObject
HitPoint.java
27
public final void
reset
() {
method in class:HitPoint
HitPointPool.java
31
((HitPoint)entry).
reset
();
method
Completed in 418 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>