Searched refs:reset (Results 326 - 350 of 8052) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc250 thread.reset();
254 thread.reset();
259 thread.reset();
264 thread.reset();
268 thread.reset();
272 thread.reset();
277 thread.reset();
371 parts_.reset(
466 main_message_loop_.reset(new base::MessageLoopForUI);
472 system_monitor_.reset(ne
[all...]
H A Dbrowser_main_runner.cc158 notification_service_.reset(new NotificationServiceImpl);
164 ole_initializer_.reset(new ui::ScopedOleInitializer);
167 main_loop_.reset(new BrowserMainLoop(parameters));
228 startup_profiler.reset(
240 shutdown_profiler.reset(new BrowserShutdownProfileDumper(
253 ole_initializer_.reset(NULL);
261 main_loop_.reset(NULL);
263 notification_service_.reset(NULL);
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame_unittest.cc31 browser_context_.reset(new TestBrowserContext);
44 browser_context_.reset();
H A Drender_widget_host_view_guest_unittest.cc31 browser_context_.reset(new TestBrowserContext);
45 browser_context_.reset();
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cursor.cc70 cursor_.reset();
92 cursor_.reset();
123 saved_cursor_.reset();
133 cursor_.reset();
139 // a cursor should be reset to if the prefetch is invalidated.
140 saved_cursor_.reset(cursor_->Clone());
180 saved_cursor_.reset();
200 cursor_.reset();
201 saved_cursor_.reset();
/external/chromium_org/content/browser/renderer_host/
H A Drender_sandbox_host_linux.cc52 ipc_handler_.reset(
54 ipc_thread_.reset(
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_process_manager_unittest.cc19 process_manager_.reset(new ServiceWorkerProcessManager(NULL));
24 process_manager_.reset();
/external/chromium_org/content/browser/vibration/
H A Dvibration_message_filter.cc23 provider_.reset(GetContentClient()->browser()->OverrideVibrationProvider());
25 provider_.reset(CreateProvider());
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc137 contents_.reset(contents);
177 thread_bundle_.reset(new TestBrowserThreadBundle(thread_bundle_options_));
180 ole_initializer_.reset(new ui::ScopedOleInitializer());
188 aura_test_helper_.reset(
195 browser_context_.reset(CreateBrowserContext());
211 ole_initializer_.reset();
216 rvh_test_enabler_.rph_factory_.reset();
220 // properly if the |rph_factory_| reset above enqueued any tasks which
225 thread_bundle_.reset();
/external/chromium_org/content/renderer/browser_plugin/
H A Dmock_browser_plugin_manager.cc39 reply_deserializer_.reset();
45 reply_deserializer_.reset(
/external/chromium_org/content/utility/
H A Din_process_utility_thread.cc34 child_process_.reset();
43 child_process_.reset(new ChildProcess());
/external/chromium_org/extensions/shell/browser/
H A Dshell_desktop_controller_unittest.cc38 controller_.reset(new ShellDesktopController());
42 controller_.reset();
/external/chromium_org/gin/test/
H A Dv8_test.cc25 instance_.reset(new gin::IsolateHolder);
39 instance_.reset();
/external/chromium_org/gpu/command_buffer/client/
H A Dbuffer_tracker_unittest.cc57 command_buffer_.reset(new MockClientCommandBufferImpl());
58 helper_.reset(new GLES2CmdHelper(command_buffer_.get()));
60 mapped_memory_.reset(new MappedMemoryManager(
62 buffer_tracker_.reset(new BufferTracker(mapped_memory_.get()));
66 buffer_tracker_.reset();
67 mapped_memory_.reset();
68 helper_.reset();
69 command_buffer_.reset();
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_service_test.cc30 gl_.reset(new ::testing::StrictMock< ::gfx::MockGLInterface>());
47 gl_.reset();
/external/chromium_org/media/base/
H A Ddata_buffer.cc15 data_.reset(new uint8[buffer_size_]);
35 data_.reset(new uint8[buffer_size_]);
/external/chromium_org/mojo/shell/
H A Dout_of_process_dynamic_service_runner.cc43 app_child_process_host_.reset(new AppChildProcessHost(context_, this));
59 app_child_process_host_.reset();
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_prioritized_origin_database.cc67 primary_origin_database_.reset(
115 primary_origin_database_.reset();
138 primary_origin_database_.reset();
139 origin_database_.reset();
148 primary_origin_database_.reset(
161 // We reset the primary origin directory too.
194 origin_database_.reset();
209 origin_database_.reset(new SandboxOriginDatabase(file_system_directory_,
212 origin_database_.reset();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DCompletionDictionary.js65 reset: function() { }
133 reset: function()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DBiquadDSPKernel.h47 virtual void reset() OVERRIDE { m_biquad.reset(); }
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflater.h67 void reset();
92 void reset();
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebMediaStreamTrackSourcesRequest.cpp60 void WebMediaStreamTrackSourcesRequest::reset() function in class:blink::WebMediaStreamTrackSourcesRequest
62 m_private.reset();
H A DWebRTCSessionDescriptionRequest.cpp65 void WebRTCSessionDescriptionRequest::reset() function in class:blink::WebRTCSessionDescriptionRequest
67 m_private.reset();
H A DWebRTCVoidRequest.cpp64 void WebRTCVoidRequest::reset() function in class:blink::WebRTCVoidRequest
66 m_private.reset();
H A DWebSpeechSynthesisUtterance.cpp52 void WebSpeechSynthesisUtterance::reset() function in class:blink::WebSpeechSynthesisUtterance
54 m_private.reset();

Completed in 568 milliseconds

<<11121314151617181920>>