/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioBufferSourceNode.cpp | 222 m_virtualReadIndex = 0; // reset to start 334 void AudioBufferSourceNode::reset() function in class:WebCore::AudioBufferSourceNode
|
OscillatorNode.cpp | 331 void OscillatorNode::reset() function in class:WebCore::OscillatorNode
|
PannerNode.cpp | 135 void PannerNode::reset() function in class:WebCore::PannerNode 139 m_panner->reset();
|
RealtimeAnalyser.cpp | 70 void RealtimeAnalyser::reset() function in class:WebCore::RealtimeAnalyser
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseAuthorizer.cpp | 45 reset(); 49 void DatabaseAuthorizer::reset() function in class:WebCore::DatabaseAuthorizer
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteStatement.cpp | 126 int SQLiteStatement::reset() function in class:WebCore::SQLiteStatement 131 WTF_LOG(SQLDatabase, "SQL - reset - %s", m_query.ascii().data());
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
HRTFPanner.cpp | 86 void HRTFPanner::reset() function in class:WebCore::HRTFPanner 88 m_convolverL1.reset(); 89 m_convolverR1.reset(); 90 m_convolverL2.reset(); 91 m_convolverR2.reset(); 92 m_delayLineL.reset(); 93 m_delayLineR.reset();
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebURLRequest.cpp | 94 void WebURLRequest::reset() function in class:blink::WebURLRequest
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebHistoryItem.cpp | 78 void WebHistoryItem::reset() function in class:blink::WebHistoryItem 80 m_private.reset();
|
WebNode.cpp | 61 void WebNode::reset() function in class:blink::WebNode 63 m_private.reset();
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ScrollAnimatorNoneTest.cpp | 95 void reset() function in class:MockScrollAnimatorNone 100 m_horizontalData.reset(); 101 m_verticalData.reset(); 129 scrollAnimatorNone.reset(); 135 scrollAnimatorNone.reset(); 141 scrollAnimatorNone.reset(); 147 scrollAnimatorNone.reset(); 162 scrollAnimatorNone.reset(); 167 scrollAnimatorNone.reset(); 172 scrollAnimatorNone.reset(); 254 void ScrollAnimatorNoneTest::reset() function in class:ScrollAnimatorNoneTest [all...] |
TouchActionTest.cpp | 81 void reset() function in class:__anon10953::TouchActionTrackingWebViewClient 272 // Reset webview touch state. 273 client.reset();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
util.py | 263 self.reset() 291 self.reset() 314 def reset(self): member in class:_Inflater 315 self._logger.debug('Reset')
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Program.cpp | 126 void InfoLog::reset() function in class:gl::InfoLog 245 mInfoLog.reset(); 302 mInfoLog.reset(); 499 mInfoLog.reset();
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
SwapChain11.cpp | 423 EGLint SwapChain11::reset(int backbufferWidth, int backbufferHeight, EGLint swapInterval) function in class:rx::SwapChain11 688 ERR("Present failed: the D3D11 device was reset from a bad command."); 772 // possibly should use this method instead of reset
|
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/ |
SelfBrailleClient.java | 182 digest.reset();
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
pshints.h | 93 * method (`stem', `stem3', or `reset'). Note that these functions do 224 * A method of the @T1_Hints class used to reset the stems hints in a 335 * reset :: 336 * The function to reset stem hints. 349 T1_Hints_ResetFunc reset; member in struct:T1_Hints_FuncsRec_
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer.cc | 174 hb_buffer_t::reset (void) function in class:hb_buffer_t 675 buffer->reset (); 1053 buffer->reset ();
|
/external/chromium_org/third_party/icu/source/common/ |
caniter.cpp | 118 void CanonicalIterator::reset() { function in class:CanonicalIterator 250 // Common section to cleanup all local variables and reset object variables.
|
ucnv_cnv.h | 95 * The ucnv.c code will handle the end of the input (reset) 96 * (reset, and truncation detection) and callbacks. 142 * The ucnv.c code will handle the end of the input (reset) 235 UConverterReset reset; member in struct:UConverterImpl
|
/external/chromium_org/third_party/icu/source/i18n/ |
usrchimp.h | 40 UBool reset; member in struct:USearch
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
scoped_ptr.h | 18 // foo.reset(new Foo("wee")); // Now a pointer is managed. 19 // foo.reset(new Foo("wee2")); // Foo("wee") was destroyed. 20 // foo.reset(new Foo("wee3")); // Foo("wee2") was destroyed. 25 // foo.reset(new Foo("wee4")); // foo manages a pointer again. 26 // foo.reset(); // Foo("wee4") destroyed, foo no longer 201 reset(other->release()); 213 void reset(T* p) { function in class:talk_base::internal::scoped_ptr_impl 214 // This is a self-reset, which is no longer allowed: http://crbug.com/162971 219 // get_deleter()(get()) deletes this. In order to pevent this, reset() 222 // However, changing reset() to use that behavior may cause current code t 360 void reset(element_type* p = NULL) { impl_.reset(p); } function in class:talk_base::scoped_ptr 491 void reset(element_type* array = NULL) { impl_.reset(array); } function in class:talk_base::scoped_ptr [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoe.h | 59 void reset() { function in class:cricket::scoped_voe_engine 82 void reset() { function in class:cricket::scoped_voe_ptr
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.cpp | 236 virtual void reset() { pos = 0; } function in class:nv50_ir::DFSIterator 281 virtual void reset() { pos = 0; } function in class:nv50_ir::CFGIterator
|
/external/chromium_org/third_party/skia/include/core/ |
SkClipStack.h | 230 fPath.reset(); 269 void reset(); 339 * Creates an uninitialized iterator. Must be reset() 361 void reset(const SkClipStack& stack, IterStart startLoc); 387 * Wrap Iter::reset to force initialization to the 390 void reset(const SkClipStack& stack) { function in class:SkClipStack::B2TIter 391 this->INHERITED::reset(stack, kBottom_IterStart);
|