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

1 2 3 4 56 7 8 91011>>

  /external/replicaisland/src/com/replica/replicaisland/
DrawableFactory.java 41 public void reset() { method in class:DrawableFactory
71 public void reset() { method in class:DrawableFactory.DrawableBitmapPool
86 ((DrawableBitmap)entry).reset(); method
108 public void reset() { method in class:DrawableFactory.ScrollableBitmapPool
123 ((ScrollableBitmap)entry).reset(); method
137 public void reset() { method in class:DrawableFactory.TiledBackgroundVertexGridPool
153 bg.reset();
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.cc 80 args_.reset(args.release());
85 args_.reset(new ListValue());
99 other_.reset(other.release());
104 other_.reset(new DictionaryValue());
136 result->extension_id.reset(new std::string(extension_id()));
137 result->time.reset(new double(time().ToJsTime()));
150 details->api_call.reset(new std::string(api_name()));
151 details->args.reset(new std::string(Serialize(args())));
152 details->extra.reset(new std::string(Serialize(other())));
155 result->chrome_activity_detail.reset(details)
    [all...]
  /external/chromium_org/ash/
shell.cc 220 display_manager_.reset(new internal::DisplayManager);
226 display_controller_.reset(new DisplayController);
278 app_list_controller_.reset();
282 system_tray_delegate_.reset();
284 locale_notification_controller_.reset();
287 drag_drop_controller_.reset();
294 system_tray_notifier_.reset();
299 magnification_controller_.reset();
300 partial_magnification_controller_.reset();
301 resize_shadow_controller_.reset();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
default_pinned_apps_field_trial_unittest.cc 27 Reset();
32 trial_list_.reset();
33 trial_list_.reset(new base::FieldTrialList(
39 local_state_.reset(new TestingPrefServiceSimple);
44 void Reset() {
46 local_state_.reset();
47 trial_list_.reset();
  /external/chromium_org/content/shell/
minimal_shell.cc 17 root_window_.reset(new aura::RootWindow(
23 focus_client_.reset(new aura::FocusManager);
30 input_method_filter_.reset(new views::corewm::InputMethodEventFilter(
36 test_activation_client_.reset(
39 capture_client_.reset(
  /external/chromium_org/sync/internal_api/test/
test_user_share.cc 27 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/
test_directory_setter_upper.cc 26 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/skia/src/gpu/gl/
GrGLContext.h 30 fGLCaps.reset(SkNEW(GrGLCaps));
31 this->reset();
67 * Reset the information
69 void reset();
91 GrGLContext() { this->reset(); }
123 void reset();
GrGLContext.cpp 23 this->reset();
54 void GrGLContextInfo::reset() { function in class:GrGLContextInfo
60 fExtensions.reset();
61 fGLCaps->reset();
81 void GrGLContext::reset() { function in class:GrGLContext
83 fInfo.reset();
  /external/skia/src/gpu/gl/
GrGLContext.h 30 fGLCaps.reset(SkNEW(GrGLCaps));
31 this->reset();
67 * Reset the information
69 void reset();
91 GrGLContext() { this->reset(); }
123 void reset();
GrGLContext.cpp 23 this->reset();
54 void GrGLContextInfo::reset() { function in class:GrGLContextInfo
60 fExtensions.reset();
61 fGLCaps->reset();
81 void GrGLContext::reset() { function in class:GrGLContext
83 fInfo.reset();
  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_unittest.cc 131 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(new SocketPermission::CheckParam
    [all...]
  /external/chromium/chrome/browser/tabs/
pinned_tab_service_unittest.cc 24 pinned_tab_service_.reset(new PinnedTabService(profile));
53 // Close the popup. This shouldn't reset the saved state.
55 popup.reset(NULL);
56 popup_window.reset(NULL);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 20 out->name.reset(new std::string(UTF16ToUTF8(device.GetName())));
21 out->paired.reset(new bool(device.IsPaired()));
22 out->connected.reset(new bool(device.IsConnected()));
  /external/chromium_org/net/test/
net_test_suite.cc 47 message_loop_.reset();
53 network_change_notifier_.reset(net::NetworkChangeNotifier::CreateMock());
66 message_loop_.reset(new base::MessageLoopForIO());
  /external/chromium_org/third_party/WebKit/Source/web/
WebSurroundingText.cpp 48 m_private.reset(new SurroundingText(VisiblePosition(node->renderer()->positionForPoint(static_cast<IntPoint>(nodePoint))), maxLength));
71 void WebSurroundingText::reset() function in class:WebKit::WebSurroundingText
73 m_private.reset(0);
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 64 Compilations.reset(FixedCompilationDatabase::loadFromCommandLine(argc,
71 Compilations.reset(CompilationDatabase::autoDetectFromDirectory(
74 Compilations.reset(CompilationDatabase::autoDetectFromSource(
  /external/clang/test/Sema/
pragma-pack-and-options-align.c 19 #pragma options align=reset
48 #pragma options align=reset
51 /* expected-warning {{#pragma options align=reset failed: stack empty}} */ #pragma options align=reset
  /frameworks/base/core/jni/
android_view_PointerIcon.h 44 reset();
56 inline void reset() { function in struct:android::PointerIcon
58 bitmap.reset();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
reset.pass.cpp 14 // void reset(X* p=0) throw();
27 ap.reset();
35 ap.reset(p);
44 ap.reset(p2);
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 216 // Reset reboot after update flag when login screen is shown.
420 dbus_services_.reset(new internal::DBusServices(parameters()));
494 contact_manager_.reset(new contacts::ContactManager());
511 app_order_loader_.reset(
516 app_order_loader_.reset(
541 power_prefs_.reset(new PowerPrefs(
612 brightness_observer_.reset(new BrightnessObserver());
613 resume_observer_.reset(new ResumeObserver());
614 screen_lock_observer_.reset(new ScreenLockObserver());
617 screensaver_controller_.reset(new ScreensaverController())
    [all...]
  /external/chromium/base/debug/
leak_tracker_unittest.cc 60 a2.reset();
83 a1.reset();
87 a4.reset();
94 a2.reset();
95 a3.reset();
99 a5.reset();
  /external/chromium_org/base/debug/
leak_tracker_unittest.cc 60 a2.reset();
83 a1.reset();
87 a4.reset();
94 a2.reset();
95 a3.reset();
99 a5.reset();
  /external/chromium_org/chrome/browser/ui/webui/options/
profile_settings_reset_browsertest.js 6 * TestFixture for profile settings reset WebUI testing.
16 * Browse to the reset profile settings page.
21 // Test opening the profile settings reset has correct location.
  /external/chromium_org/content/browser/
browser_main_runner.cc 68 notification_service_.reset(new NotificationServiceImpl);
74 ole_initializer_.reset(new ui::ScopedOleInitializer);
77 main_loop_.reset(new BrowserMainLoop(parameters));
126 ole_initializer_.reset(NULL);
129 main_loop_.reset(NULL);
131 notification_service_.reset(NULL);

Completed in 1924 milliseconds

1 2 3 4 56 7 8 91011>>