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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
external_component_loader.cc 17 prefs_.reset(new base::DictionaryValue());
  /external/chromium_org/chrome/browser/policy/
profile_policy_connector_stub.cc 18 policy_service_.reset(new PolicyServiceStub());
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bubble_sign_in_delegate_unittest.cc 22 delegate.reset(new BookmarkBubbleSignInDelegate(browser()));
36 extra_window.reset(CreateBrowserWindow());
42 extra_browser.reset(new Browser(params));
47 delegate.reset(new BookmarkBubbleSignInDelegate(browser()));
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
sticky_settings.cc 27 printer_app_state_.reset(new std::string(data));
31 save_path_.reset(new base::FilePath(path));
55 save_path_.reset(new base::FilePath(save_path));
58 printer_app_state_.reset(new std::string(buffer));
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_common.cc 63 wlan_api_.reset(NewWlanApi());
71 polling_policy_.reset(NewPollingPolicy());
81 wlan_api_.reset();
82 polling_policy_.reset();
  /external/chromium_org/content/browser/loader/
power_save_block_resource_throttle.cc 33 power_save_blocker_.reset();
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_test.cc 13 ppapi_host_.reset(new BrowserPpapiHostImpl(
  /external/chromium_org/content/common/gpu/client/
gpu_in_process_context_tests.cc 27 context_.reset(NULL);
  /external/chromium_org/gpu/command_buffer/client/
query_tracker_unittest.cc 28 command_buffer_.reset(new MockClientCommandBuffer());
29 helper_.reset(new GLES2CmdHelper(command_buffer_.get()));
31 mapped_memory_.reset(new MappedMemoryManager(helper_.get()));
32 sync_manager_.reset(new QuerySyncManager(mapped_memory_.get()));
36 sync_manager_.reset();
37 mapped_memory_.reset();
38 helper_.reset();
39 command_buffer_.reset();
81 command_buffer_.reset(new MockClientCommandBuffer());
82 helper_.reset(new GLES2CmdHelper(command_buffer_.get()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioResampler.h 50 void reset();
AudioResamplerKernel.h 53 void reset();
69 // For the first call to process() (or after reset()) there will be no buffered samples.
DirectConvolver.h 46 void reset();
DownSampler.h 48 void reset();
EqualPowerPanner.h 40 virtual void reset() { m_isFirstRender = true; } function in class:WebCore::EqualPowerPanner
FFTConvolver.h 51 void reset();
ReverbInputBuffer.h 55 void reset();
UpSampler.h 48 void reset();
ZeroPole.h 48 // Reset filter state.
49 void reset() { m_lastX = 0; m_lastY = 0; } function in class:WebCore::ZeroPole
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebTransformKeyframe.cpp 38 m_value.reset(0);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ChannelMergerNode.h 45 virtual void reset();
ChannelSplitterNode.h 41 virtual void reset();
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationClientMock.cpp 79 m_clientMock->reset();
130 m_clientMock.reset(new GeolocationClientMock());
133 void WebGeolocationClientMock::reset() function in class:WebKit::WebGeolocationClientMock
135 m_clientMock.reset(0);
WebIDBKeyPath.cpp 59 m_private.reset(new IDBKeyPath(keyPath));
62 void WebIDBKeyPath::reset() function in class:WebKit::WebIDBKeyPath
64 m_private.reset(0);
102 m_private.reset(new IDBKeyPath(value));
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCConfiguration.h 52 ~WebRTCICEServer() { reset(); }
62 WEBKIT_EXPORT void reset();
81 ~WebRTCConfiguration() { reset(); }
91 WEBKIT_EXPORT void reset();
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor_unittest.cc 40 vc_.reset(new VoiceChannel(talk_base::Thread::Current(), &engine_,
45 monitor_.reset(new TypingMonitor(vc_.get(),
51 vc_.reset();
87 monitor_.reset();

Completed in 414 milliseconds

1 2 3 4 5 6 7 8 91011>>