Searched refs:reset (Results 26 - 50 of 2918) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrAllocPool.h24 void reset();
56 void reset() { fPool.reset(); } function in class:GrTAllocPool
/external/webkit/Source/WebKit/chromium/src/
H A DWebDeviceOrientationClientMock.cpp68 m_clientMock.reset(new WebCore::DeviceOrientationClientMock());
71 void WebDeviceOrientationClientMock::reset() function in class:WebKit::WebDeviceOrientationClientMock
73 m_clientMock.reset(0);
H A DWebAttribute.cpp43 void WebAttribute::reset() function in class:WebKit::WebAttribute
45 m_private.reset();
H A DWebNamedNodeMap.cpp44 void WebNamedNodeMap::reset() function in class:WebKit::WebNamedNodeMap
46 m_private.reset();
H A DWebSpeechInputResult.cpp34 void WebSpeechInputResult::reset() function in class:WebKit::WebSpeechInputResult
36 m_private.reset();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DBlockCipher.java55 public void reset(); method in interface:BlockCipher
H A DDigest.java40 * call leaves the digest reset.
48 * reset the digest back to it's initial state.
50 public void reset(); method in interface:Digest
H A DSigner.java40 * reset the internal state
42 public void reset(); method in interface:Signer
/external/chromium/base/json/
H A Djson_reader_unittest.cc18 root.reset(JSONReader().JsonToValue(" null ", false, false));
23 root.reset(JSONReader().JsonToValue("nu", false, false));
27 root.reset(JSONReader().JsonToValue("true ", false, false));
32 root.reset(JSONReader().JsonToValue("/* comment */null", false, false));
35 root.reset(JSONReader().JsonToValue("40 /* comment */", false, false));
38 root.reset(JSONReader().JsonToValue("true // comment", false, false));
41 root.reset(JSONReader().JsonToValue("/* comment */\"sample string\"",
50 root.reset(JSONReader().JsonToValue("43", false, false));
58 root.reset(JSONReader().JsonToValue("043", false, false));
60 root.reset(JSONReade
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dcookie_fetcher.cc24 client_login_handler_.reset(
26 issue_handler_.reset(
32 fetcher_.reset(client_login_handler_->Handle(credentials, this));
44 fetcher_.reset(issue_handler_->Handle(data, this));
/external/chromium/googleurl/src/
H A Durl_parse_file.cc88 parsed->host.reset();
89 parsed->path.reset();
98 parsed->host.reset();
114 parsed->host.reset();
119 parsed->path.reset();
132 parsed->host.reset();
145 parsed->username.reset();
146 parsed->password.reset();
147 parsed->port.reset();
151 parsed->query.reset();
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcController.java61 void reset(); method in interface:RpcController
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPoint.java27 public final void reset() { method in class:HitPoint
H A DInventoryComponent.java26 reset();
31 public void reset() { method in class:InventoryComponent
33 mInventory.reset();
69 public void reset() { method in class:InventoryComponent.UpdateRecord
H A DTouchFilter.java31 public void reset() { method in class:TouchFilter
H A DFixedAnimationComponent.java25 reset();
29 public void reset() { method in class:FixedAnimationComponent
H A DTiledBackgroundVertexGrid.java27 public void reset() { method in class:TiledBackgroundVertexGrid
28 super.reset();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocalBroadcastManager.java8 * reset its state after each test run.
11 public static void reset() { method in class:ShadowLocalBroadcastManager
/external/icu4c/extra/scrptrun/
H A Dscrptrun.h42 void reset();
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
102 reset(NULL, 0, 0);
107 reset(chars, 0, length);
112 reset(chars, start, length);
130 inline void ScriptRun::reset() function in class:ScriptRun
138 inline void ScriptRun::reset(int32_t start, int32_t length) function in class:ScriptRun
143 reset();
146 inline void ScriptRun::reset(cons function in class:ScriptRun
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk_unittest.cc33 profile_.reset(new TestingProfile());
36 browser_.reset(new Browser(Browser::TYPE_NORMAL, profile_.get()));
38 origin_provider_.reset(new EmptyTabstripOriginProvider);
39 bookmark_bar_.reset(new BookmarkBarGtk(NULL, profile_.get(), browser_.get(),
46 bookmark_bar_.reset();
47 origin_provider_.reset();
48 browser_.reset();
49 profile_.reset();
/external/webkit/Source/JavaScriptCore/runtime/
H A DTimeoutChecker.h50 reset();
60 void reset();
/external/webkit/Source/WebCore/html/
H A DResetInputType.cpp50 return InputTypeNames::reset();
62 element()->form()->reset();
/external/webkit/Source/WebCore/webaudio/
H A DBiquadDSPKernel.h47 virtual void reset() { m_biquad.reset(); } function in class:WebCore::BiquadDSPKernel
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationPermissionRequestManager.h46 ~WebGeolocationPermissionRequestManager() { reset(); }
54 WEBKIT_API void reset();
H A DWebSpeechInputResult.h45 ~WebSpeechInputResult() { reset(); }
48 WEBKIT_API void reset();

Completed in 1151 milliseconds

1234567891011>>