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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view_unittest.cc 35 sync_promo.reset(new BookmarkSyncPromoView(this));
  /external/chromium_org/chrome/browser/ui/webui/
theme_source_unittest.cc 36 profile_.reset(new TestingProfile());
37 theme_source_.reset(new ThemeSource(profile_.get()));
43 theme_source_.reset();
44 profile_.reset();
  /external/chromium_org/chrome/renderer/spellchecker/
hunspell_engine.cc 52 hunspell_.reset();
53 bdict_file_.reset();
62 bdict_file_.reset(new base::MemoryMappedFile);
67 hunspell_.reset(
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_url_request_context_getter.cc 28 context_.reset(builder.Build());
  /external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.cc 50 dispatcher_delegate_.reset(new PepperProxyChannelDelegateImpl);
51 dispatcher_.reset(new ppapi::proxy::HostDispatcher(
59 dispatcher_.reset();
60 dispatcher_delegate_.reset();
  /external/chromium_org/content/shell/
shell_javascript_dialog_manager.cc 42 dialog_request_callback_.Reset();
61 dialog_.reset(new ShellJavaScriptDialog(this,
87 dialog_request_callback_.Reset();
105 dialog_.reset(new ShellJavaScriptDialog(this,
123 dialog_.reset();
137 dialog_.reset();
  /external/chromium_org/content/test/
content_test_launcher.cc 39 content_client_.reset(new ShellContentClient);
40 browser_content_client_.reset(new ShellContentBrowserClient());
46 browser_content_client_.reset();
47 content_client_.reset();
  /external/chromium_org/third_party/WebKit/Source/core/css/
InspectorCSSOMWrappers.h 45 void reset();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlsChromium.h 41 virtual void reset() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioDSPKernel.h 56 // Subclasses must override process() to do the processing and reset() to reset DSP state.
58 virtual void reset() = 0;
AudioDSPKernelProcessor.h 64 virtual void reset();
AudioProcessor.h 61 virtual void reset() = 0;
Panner.h 59 virtual void reset() = 0;
ReverbAccumulationBuffer.h 57 void reset();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStringList.h 39 void reset(const String&);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBasicProcessorNode.h 47 virtual void reset();
GainNode.h 49 virtual void reset();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher.h 47 void reset();
  /external/chromium_org/third_party/WebKit/public/platform/
WebPrivateOwnPtr.h 37 // Note: you must call reset(0) on the implementation side in order to delete
51 void reset(T* ptr) function in class:WebKit::WebPrivateOwnPtr
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.pxd 17 cpdef reset(self) member in class:cWalker
  /external/chromium_org/third_party/icu/source/common/
mutex.h 110 void reset() { fInstance=NULL; } function in struct:SimpleSingleton
126 singleton.reset();
167 void reset();
183 singleton.reset();
ustrenum.h 71 virtual void reset(UErrorCode& status);
  /external/chromium_org/third_party/icu/source/common/unicode/
errorcode.h 101 UErrorCode reset();
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt_impl.h 32 virtual void reset(UErrorCode& status);
  /external/chromium_org/third_party/skia/include/views/animated/
SkProgressBarView.h 24 void reset(); //reset progress to zero

Completed in 193 milliseconds

<<11121314151617181920>>