HomeSort by relevance Sort by last modified time
    Searched refs:reset (Results 101 - 125 of 8196) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_unittest.cc 32 profile_.reset(new TestingProfile());
39 browser_.reset(
41 origin_provider_.reset(new EmptyTabstripOriginProvider);
42 bookmark_bar_.reset(new BookmarkBarGtk(NULL, browser_.get(),
49 bookmark_bar_.reset();
50 origin_provider_.reset();
51 browser_.reset();
52 profile_.reset();
  /external/chromium_org/chrome_frame/test/reliability/
reliability_test_suite.h 19 com_initializer_.reset(new base::win::ScopedCOMInitializer(
27 com_initializer_.reset();
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 19 context_.reset(
31 context_.reset(NULL);
  /external/chromium_org/content/public/renderer/
document_state.cc 31 password_form_data_.reset(data.release());
35 navigation_state_.reset(navigation_state);
  /external/chromium_org/third_party/WebKit/Source/core/html/
ResetInputType.cpp 51 return InputTypeNames::reset();
63 element()->form()->reset();
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebThreadSafeData.cpp 40 void WebThreadSafeData::reset() function in class:WebKit::WebThreadSafeData
42 m_private.reset();
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.h 47 virtual void reset() { m_biquad.reset(); } function in class:WebCore::BiquadDSPKernel
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBDatabaseError.cpp 56 void WebIDBDatabaseError::reset() function in class:WebKit::WebIDBDatabaseError
58 m_private.reset();
WebUserGestureToken.cpp 68 void WebUserGestureToken::reset() function in class:WebKit::WebUserGestureToken
70 m_token.reset();
  /external/chromium_org/third_party/WebKit/public/web/
WebCachedURLRequest.h 48 ~WebCachedURLRequest() { reset(); }
49 WEBKIT_EXPORT void reset();
WebDeviceOrientationClientMock.h 40 ~WebDeviceOrientationClientMock() { reset(); }
52 WEBKIT_EXPORT void reset();
WebSpeechGrammar.h 43 ~WebSpeechGrammar() { reset(); }
48 WEBKIT_EXPORT void reset();
WebSpeechRecognitionResult.h 44 ~WebSpeechRecognitionResult() { reset(); }
48 WEBKIT_EXPORT void reset();
WebSurroundingText.h 46 ~WebSurroundingText() { reset(); }
49 WEBKIT_EXPORT void reset();
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLExtensions.h 41 void reset() { fStrings.reset(); } function in class:GrGLExtensions
  /external/replicaisland/src/com/replica/replicaisland/
FixedAnimationComponent.java 25 reset(); method
29 public void reset() { method in class:FixedAnimationComponent
TiledBackgroundVertexGrid.java 27 public void reset() { method in class:TiledBackgroundVertexGrid
28 super.reset();
  /external/skia/include/gpu/gl/
GrGLExtensions.h 41 void reset() { fStrings.reset(); } function in class:GrGLExtensions
  /external/chromium_org/base/json/
json_reader_unittest.cc 23 root.reset(JSONReader().ReadToValue(" null "));
28 root.reset(JSONReader().ReadToValue("nu"));
32 root.reset(JSONReader().ReadToValue("true "));
37 root.reset(JSONReader().ReadToValue("/* comment */null"));
40 root.reset(JSONReader().ReadToValue("40 /* comment */"));
43 root.reset(JSONReader().ReadToValue("true // comment"));
46 root.reset(JSONReader().ReadToValue("/* comment */\"sample string\""));
52 root.reset(JSONReader().ReadToValue("[1, /* comment, 2 ] */ \n 3]"));
61 root.reset(JSONReader().ReadToValue("[1, /*a*/2, 3]"));
65 root.reset(JSONReader().ReadToValue("/* comment **/42"))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove.pass.cpp 50 ia[0].reset(new int(0));
51 ia[1].reset(new int(1));
52 ia[3].reset(new int(3));
53 ia[4].reset(new int(4));
54 ia[6].reset(new int(3));
55 ia[7].reset(new int(4));
  /external/chromium/chrome/browser/policy/
profile_policy_connector.cc 53 identity_strategy_.reset(new UserPolicyIdentityStrategy(
56 cloud_policy_subsystem_.reset(new CloudPolicySubsystem(
63 managed_cloud_provider_.reset(new MergingPolicyProvider(
66 recommended_cloud_provider_.reset(new MergingPolicyProvider(
73 managed_cloud_provider_.reset();
74 recommended_cloud_provider_.reset();
75 cloud_policy_subsystem_.reset();
76 identity_strategy_.reset();
163 browser_registrar_.reset();
164 profile_registrar_.reset();
    [all...]
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 103 M.reset(createEmptyModule(Path));
106 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass()));
115 M.reset(createEmptyModule());
117 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass(true, true)));
129 M.reset(createEmptyModule());
130 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass(false, false)));
147 M.reset(createEmptyModule(ExpectedPath));
148 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass(true, true)));
165 M.reset(createEmptyModule());
166 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
Adler32Test.java 41 adl.reset();
47 adl.reset();
48 assertEquals("reset failed to reset the checksum value to zero", 1, adl
51 adl.reset();
60 * @tests java.util.zip.Adler32#reset()
63 // test methods of java.util.zip.reset()
70 adl.reset();
71 assertEquals("reset failed to reset the checksum value to zero", 1, ad
    [all...]
  /external/chromium_org/ash/wm/
sticky_keys_unittest.cc 67 target_.reset(new StubEventTarget());
73 target_.reset();
103 ev.reset(GenerateKey(true, ui::VKEY_SHIFT));
106 ev.reset(GenerateKey(false, ui::VKEY_SHIFT));
112 ev.reset(GenerateKey(true, ui::VKEY_A));
118 ev.reset(GenerateKey(false, ui::VKEY_A));
130 ev.reset(GenerateKey(true, ui::VKEY_A));
134 ev.reset(GenerateKey(false, ui::VKEY_A));
146 ev.reset(GenerateKey(true, ui::VKEY_SHIFT));
149 ev.reset(GenerateKey(false, ui::VKEY_SHIFT))
    [all...]
window_selector_controller.cc 69 window_selector_.reset();
82 window_selector_.reset(
93 event_handler_.reset(new WindowSelectorEventFilter());
96 window_selector_.reset(
105 event_handler_.reset();
114 window_selector_.reset();
119 window_selector_.reset();

Completed in 1027 milliseconds

1 2 3 45 6 7 8 91011>>