Searched refs:reset (Results 226 - 250 of 2585) sorted by relevance

1234567891011>>

/external/skia/include/views/
H A DSkProgressBarView.h24 void reset(); //reset progress to zero
/external/skia/src/animator/
H A DSkOperandInterpolator.h23 void reset(int elemCount, int frameCount, SkDisplayTypes type);
/external/srec/shared/include/
H A Dlstring.h54 ESR_ReturnCode(*reset)(struct LString_t* self); member in struct:LString_t
/external/srec/shared/src/
H A Dlstring.c52 return self->reset(self);
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h95 ESR_ReturnCode(*reset)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLFormElement09.js78 HTMLFormElement.reset restores the forms default values.
98 testNode.reset();
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLFormElement09.js78 HTMLFormElement.reset restores the forms default values.
98 testNode.reset();
/external/webkit/Source/JavaScriptCore/wtf/
H A DSHA1.h54 void reset();
/external/webkit/Source/WebCore/html/
H A DHTMLKeygenElement.h52 virtual void reset();
/external/webkit/Source/WebCore/html/parser/
H A DCSSPreloadScanner.h43 void reset();
/external/webkit/Source/WebCore/platform/audio/
H A DAudioDSPKernel.h56 // Subclasses must override process() to do the processing and reset() to reset DSP state.
58 virtual void reset() = 0;
H A DHRTFPanner.h41 virtual void reset();
H A DPanner.h58 virtual void reset() = 0;
H A DReverb.h49 void reset();
/external/webkit/Source/WebCore/webaudio/
H A DAudioGainNode.h49 virtual void reset();
H A DDelayDSPKernel.h42 virtual void reset();
/external/webkit/Source/WebKit/chromium/public/
H A DWebPrivateOwnPtr.h37 // Note: you must call reset(0) on the implementation side in order to delete
51 void reset(T* ptr) function in class:WebKit::WebPrivateOwnPtr
/external/webkit/Source/WebKit/chromium/src/
H A DWebNodeCollection.cpp44 void WebNodeCollection::reset() function in class:WebKit::WebNodeCollection
H A DWebNodeList.cpp44 void WebNodeList::reset() function in class:WebKit::WebNodeList
H A DWrappedResourceRequest.h43 reset(); // Need to drop reference to m_handle
H A DWrappedResourceResponse.h43 reset(); // Need to drop reference to m_handle
/external/chromium/chrome/browser/
H A Dbrowser_process_impl.cc126 clipboard_.reset(new ui::Clipboard);
127 main_notification_service_.reset(new NotificationService);
134 print_job_manager_.reset(new printing::PrintJobManager);
136 shutdown_event_.reset(new base::WaitableEvent(true, false));
138 net_log_.reset(new ChromeNetLog);
159 automation_provider_list_.reset();
173 metrics_service_.reset();
174 google_url_tracker_.reset();
175 intranet_redirect_detector_.reset();
176 safe_browsing_detection_service_.reset();
[all...]
/external/skia/src/gpu/
H A Dgr_unittests.cpp114 testIter.reset(pt);
123 testIter.reset(line);
133 testIter.reset(triLeft);
143 testIter.reset(triRight);
154 testIter.reset(square);
173 testIter.reset(redundantSquare);
192 testIter.reset(bowTie);
206 testIter.reset(spiral);
218 testIter.reset(dent);
/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle_unittest.cc149 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
221 catalogs_[0].reset(CreateBadDictionary(NAME_NOT_A_TREE));
222 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
226 catalogs_[0].reset(CreateBadDictionary(EMPTY_NAME_TREE));
227 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
231 catalogs_[0].reset(CreateBadDictionary(MISSING_MESSAGE));
232 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
236 catalogs_[0].reset(CreateBadDictionary(PLACEHOLDER_NOT_A_TREE));
237 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
241 catalogs_[0].reset(CreateBadDictionar
[all...]
/external/skia/src/views/
H A DSkTouchGesture.cpp51 void SkFlingState::reset(float sx, float sy) { function in class:SkFlingState
106 this->reset();
112 void SkTouchGesture::reset() { function in class:SkTouchGesture
113 fTouches.reset();
115 fLocalM.reset();
116 fGlobalM.reset();
124 fLocalM.reset();
279 fFlinger.reset(dx / dur, dy / dur);
316 fLocalM.reset();
317 fGlobalM.reset();
[all...]

Completed in 999 milliseconds

1234567891011>>