Searched refs:reset (Results 101 - 125 of 8052) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_configuration.cc45 accessibility_.reset(new Accessibility(impl));
46 input_method_persistence_.reset(new InputMethodPersistence(impl));
47 browser_state_monitor_.reset(new BrowserStateMonitor(
61 accessibility_.reset();
62 browser_state_monitor_.reset();
63 input_method_persistence_.reset();
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.cpp13 fInterface.reset(SkSafeRef(that.fInterface.get()));
25 this->reset();
57 fInterface.reset(SkRef(interface));
67 void GrGLContextInfo::reset() { function in class:GrGLContextInfo
68 fInterface.reset(NULL);
75 fGLCaps->reset();
/external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
H A Dremove.pass.cpp50 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/skia/src/gpu/gl/
H A DGrGLContext.cpp13 fInterface.reset(SkSafeRef(that.fInterface.get()));
25 this->reset();
57 fInterface.reset(SkRef(interface));
69 void GrGLContextInfo::reset() { function in class:GrGLContextInfo
70 fInterface.reset(NULL);
77 fGLCaps->reset();
/external/chromium_org/extensions/shell/browser/
H A Dshell_browser_main_parts.cc82 network_controller_.reset(new ShellNetworkController(
88 audio_controller_.reset(new ShellAudioController());
112 browser_context_.reset(new ShellBrowserContext);
120 desktop_controller_.reset(browser_main_delegate_->CreateDesktopController());
124 net_log_.reset(new content::ShellNetLog("app_shell"));
126 device_client_.reset(new ShellDeviceClient);
128 extensions_client_.reset(new ShellExtensionsClient());
131 extensions_browser_client_.reset(
135 omaha_query_params_delegate_.reset(new ShellOmahaQueryParamsDelegate);
162 devtools_delegate_.reset(
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextureAccess.cpp20 this->reset(texture, params);
26 this->reset(texture, filterMode, tileXAndY);
32 this->reset(texture, swizzle, params);
39 this->reset(texture, swizzle, filterMode, tileXAndY);
42 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
53 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
60 fParams.reset(tileXAndY, filterMode);
65 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
74 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
79 fParams.reset(tileXAnd
[all...]
H A DGrRectanizer_skyline.h19 this->reset();
24 virtual void reset() SK_OVERRIDE{
26 fSkyline.reset();
/external/llvm/unittests/Transforms/DebugIR/
H A DDebugIR.cpp104 M.reset(createEmptyModule(Path));
107 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass()));
116 M.reset(createEmptyModule());
118 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass(true, true)));
130 M.reset(createEmptyModule());
131 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass(false, false)));
148 M.reset(createEmptyModule(ExpectedPath));
149 D.reset(static_cast<DebugIR *>(llvm::createDebugIRPass(true, true)));
166 M.reset(createEmptyModule());
167 D.reset(static_cas
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableFactory.java41 public void reset() { method in class:DrawableFactory
71 public void reset() { method in class:DrawableFactory.DrawableBitmapPool
86 ((DrawableBitmap)entry).reset();
108 public void reset() { method in class:DrawableFactory.ScrollableBitmapPool
123 ((ScrollableBitmap)entry).reset();
137 public void reset() { method in class:DrawableFactory.TiledBackgroundVertexGridPool
153 bg.reset();
/external/chromium_org/extensions/common/permissions/
H A Dsocket_permission_unittest.cc131 param.reset(new SocketPermission::CheckParam(
134 param.reset(new SocketPermission::CheckParam(
139 param.reset(new SocketPermission::CheckParam(
142 param.reset(new SocketPermission::CheckParam(
145 param.reset(new SocketPermission::CheckParam(
150 param.reset(new SocketPermission::CheckParam(
153 param.reset(new SocketPermission::CheckParam(
156 param.reset(new SocketPermission::CheckParam(
159 param.reset(new SocketPermission::CheckParam(
162 param.reset(ne
[all...]
/external/ceres-solver/internal/ceres/
H A Dnumeric_diff_cost_function_test.cc50 cost_function.reset(
63 cost_function.reset(
76 cost_function.reset(
89 cost_function.reset(
102 cost_function.reset(
115 cost_function.reset(
128 cost_function.reset(
141 cost_function.reset(
170 cost_function.reset(
174 cost_function.reset(
[all...]
/external/chromium_org/ui/ozone/platform/dri/
H A Dozone_platform_gbm.cc125 vt_manager_.reset(new VirtualTerminalManager());
126 ui_window_delegate_manager_.reset(new DriWindowDelegateManager());
129 surface_factory_ozone_.reset(new GbmSurfaceFactory(use_surfaceless_));
131 gpu_platform_support_host_.reset(new GpuPlatformSupportHostGbm());
132 cursor_factory_ozone_.reset(new BitmapCursorFactoryOzone);
133 window_manager_.reset(
135 event_factory_ozone_.reset(new EventFactoryEvdev(window_manager_->cursor(),
140 dri_.reset(new DriWrapper(kDefaultGraphicsCardPath));
142 buffer_generator_.reset(new GbmBufferGenerator(dri_.get()));
143 screen_manager_.reset(ne
[all...]
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbrlapi_keycode_map.cc34 event->ctrl_key.reset(new bool(true));
36 event->alt_key.reset(new bool(true));
38 event->shift_key.reset(new bool(true));
52 event->standard_key_char.reset(new std::string);
58 event->standard_key_code.reset(
109 event->standard_key_code.reset(new std::string(code_string));
140 event->display_position.reset(new int(argument));
144 event->braille_dots.reset(new int(argument & kAllDots));
165 result.reset();
/external/chromium_org/sync/internal_api/test/
H A Dtest_user_share.cc27 user_share_.reset(new UserShare());
32 user_share_->directory.reset(dir_maker_->directory());
39 user_share_.reset();
52 user_share_.reset(new UserShare());
54 user_share_->directory.reset(dir_maker_->directory());
/external/chromium_org/sync/test/engine/
H A Dtest_directory_setter_upper.cc26 test_transaction_observer_.reset(new syncable::TestTransactionObserver());
30 directory_.reset(
44 test_transaction_observer_.reset(new syncable::TestTransactionObserver());
48 directory_.reset(
67 directory_.reset();
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebBlobData.cpp46 m_private.reset(0);
63 result.data.reset();
64 result.filePath.reset();
65 result.blobUUID.reset();
105 m_private.reset(data);
H A DWebStorageQuotaCallbacks.cpp43 void WebStorageQuotaCallbacks::reset() function in class:blink::WebStorageQuotaCallbacks
45 m_private.reset();
57 m_private.reset();
64 m_private.reset();
71 m_private.reset();
/external/chromium_org/ui/wm/test/
H A Dwm_test_helper.cc21 host_.reset(aura::WindowTreeHost::Create(gfx::Rect(default_window_size)));
25 focus_client_.reset(new aura::test::TestFocusClient);
28 root_window_event_filter_.reset(new wm::CompoundEventFilter);
31 input_method_filter_.reset(new wm::InputMethodEventFilter(
38 capture_client_.reset(
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_android.cc51 crash_dump_manager_.reset(new breakpad::CrashDumpManager(crash_dump_dir));
59 search_counter_.reset(new GoogleSearchCounterAndroid(main_profile));
82 main_message_loop_.reset(new base::MessageLoopForUI);
/external/chromium_org/chromeos/login/auth/
H A Donline_attempt_host.cc33 state_.reset(new AuthAttemptState(user_context,
38 online_attempt_.reset(new OnlineAttempt(state_.get(), this));
44 online_attempt_.reset(NULL);
/external/chromium_org/mojo/gles2/
H A Dgles2_context.cc36 gles2_helper_.reset(new gpu::gles2::GLES2CmdHelper(&command_buffer_));
40 transfer_buffer_.reset(new gpu::TransferBuffer(gles2_helper_.get()));
45 implementation_.reset(
/external/chromium_org/net/test/
H A Dnet_test_suite.cc47 message_loop_.reset();
53 network_change_notifier_.reset(net::NetworkChangeNotifier::CreateMock());
66 message_loop_.reset(new base::MessageLoopForIO());
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_dispatcher_peer.cc18 dispatcher->time_wait_list_manager_.reset(time_wait_list_manager);
25 dispatcher->writer_.reset(writer);
37 dispatcher->packet_writer_factory_.reset(packet_writer_factory);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DOrderIterator.cpp47 reset();
75 void OrderIterator::reset() function in class:blink::OrderIterator
84 m_iterator.reset();
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_shared_data.cc37 input_manager_.reset();
38 channel_manager_.reset();
39 render_manager_.reset();

Completed in 8488 milliseconds

1234567891011>>