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

<<11121314151617181920>>

  /external/chromium_org/content/browser/device_orientation/
device_motion_service.cc 36 provider_.reset(new DeviceMotionProvider);
55 provider_.reset();
  /external/chromium_org/content/browser/gamepad/
gamepad_service.cc 39 provider_.reset(new GamepadProvider);
60 provider_.reset();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest_unittest.cc 31 browser_context_.reset(new TestBrowserContext);
45 browser_context_.reset();
  /external/chromium_org/content/public/test/
test_renderer_host.cc 116 contents_.reset(contents);
155 thread_bundle_.reset(new TestBrowserThreadBundle(thread_bundle_options_));
158 ole_initializer_.reset(new ui::ScopedOleInitializer());
161 aura_test_helper_.reset(
167 browser_context_.reset(CreateBrowserContext());
182 ole_initializer_.reset();
187 rvh_test_enabler_.rph_factory_.reset();
191 // properly if the |rph_factory_| reset above enqueued any tasks which
196 thread_bundle_.reset();
  /external/chromium_org/media/base/
data_buffer.cc 15 data_.reset(new uint8[buffer_size_]);
35 data_.reset(new uint8[buffer_size_]);
  /external/chromium_org/sync/notifier/
invalidation_notifier_unittest.cc 41 invalidator_.reset(
62 invalidator_.reset();
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebRTCStatsResponse.cpp 46 void WebRTCStatsResponse::reset() function in class:WebKit::WebRTCStatsResponse
48 m_private.reset();
WebRTCVoidRequest.cpp 66 void WebRTCVoidRequest::reset() function in class:WebKit::WebRTCVoidRequest
68 m_private.reset();
WebSpeechSynthesisUtterance.cpp 54 void WebSpeechSynthesisUtterance::reset() function in class:WebKit::WebSpeechSynthesisUtterance
56 m_private.reset();
WebSpeechSynthesisVoice.cpp 46 void WebSpeechSynthesisVoice::reset() function in class:WebKit::WebSpeechSynthesisVoice
48 m_private.reset();
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.cpp 71 void AnalyserNode::reset() function in class:WebCore::AnalyserNode
73 m_analyser.reset();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.h 64 // Reset the deflate result.
66 // Reset the deflate result and internal state if the take over mode is DoNotTakeOverContext.
67 void reset();
91 // Reset the inflate result.
92 void reset();
  /external/chromium_org/third_party/WebKit/Source/web/
WebArrayBufferView.cpp 44 void WebArrayBufferView::reset() function in class:WebKit::WebArrayBufferView
46 m_private.reset();
WebSerializedScriptValue.cpp 60 void WebSerializedScriptValue::reset() function in class:WebKit::WebSerializedScriptValue
62 m_private.reset();
WebSpeechRecognitionResult.cpp 52 void WebSpeechRecognitionResult::reset() function in class:WebKit::WebSpeechRecognitionResult
54 m_private.reset();
  /external/chromium_org/third_party/WebKit/public/platform/
WebArrayBuffer.h 48 ~WebArrayBuffer() { reset(); }
60 WEBKIT_EXPORT void reset();
WebBlobData.h 62 ~WebBlobData() { reset(); }
67 WEBKIT_EXPORT void reset();
WebCryptoKey.h 93 ~WebCryptoKey() { reset(); }
121 WEBKIT_EXPORT void reset();
WebHTTPLoadInfo.h 47 ~WebHTTPLoadInfo() { reset(); }
56 WEBKIT_EXPORT void reset();
WebIDBKeyPath.h 46 virtual ~WebIDBKeyPath() { reset(); }
53 WEBKIT_EXPORT void reset();
WebIDBKeyRange.h 41 ~WebIDBKeyRange() { reset(); }
53 WEBKIT_EXPORT void reset();
WebImage.h 52 ~WebImage() { reset(); }
76 WEBKIT_EXPORT void reset();
WebMediaConstraints.h 70 ~WebMediaConstraints() { reset(); }
80 WEBKIT_EXPORT void reset();
WebMediaStreamTrack.h 45 ~WebMediaStreamTrack() { reset(); }
57 WEBKIT_EXPORT void reset();
WebPrerender.h 57 ~WebPrerender() { reset(); }
72 WEBKIT_EXPORT void reset();

Completed in 275 milliseconds

<<11121314151617181920>>