OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_ptr
(Results
651 - 675
of
10634
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_bubble_links_delegate_browsertest.cc
15
scoped_ptr
<OneClickSigninBubbleDelegate> delegate_;
29
scoped_ptr
<OneClickSigninBubbleDelegate> delegate_;
/external/chromium_org/chrome/browser/ui/views/infobars/
alternate_nav_infobar_view.h
8
#include "base/memory/
scoped_ptr
.h"
19
scoped_ptr
<AlternateNavInfoBarDelegate> delegate);
/external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.h
8
#include "base/memory/
scoped_ptr
.h"
39
scoped_ptr
<MessageHandler> message_handler_;
/external/chromium_org/chrome/browser/ui/webui/options/
home_page_overlay_handler.h
10
#include "base/memory/
scoped_ptr
.h"
40
scoped_ptr
<AutocompleteController> autocomplete_controller_;
language_options_handler_unittest.cc
14
scoped_ptr
<DictionaryValue> dictionary(
24
scoped_ptr
<DictionaryValue> dictionary(
/external/chromium_org/chrome/browser/ui/webui/
signin_internals_ui.h
10
#include "base/memory/
scoped_ptr
.h"
29
virtual void OnSigninStateChanged(
scoped_ptr
<DictionaryValue> info) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.h
8
#include "base/memory/
scoped_ptr
.h"
36
scoped_ptr
<SuggestionsCombiner> suggestions_combiner_;
/external/chromium_org/chrome/common/extensions/features/
complex_feature_unittest.cc
36
scoped_ptr
<ComplexFeature::FeatureList> features(
40
scoped_ptr
<SimpleFeature> simple_feature(new SimpleFeature());
41
scoped_ptr
<base::DictionaryValue> rule(
58
scoped_ptr
<ComplexFeature> feature(new ComplexFeature(features.Pass()));
91
scoped_ptr
<ComplexFeature::FeatureList> features(
95
scoped_ptr
<SimpleFeature> simple_feature(new SimpleFeature());
96
scoped_ptr
<base::DictionaryValue> rule(
112
scoped_ptr
<ComplexFeature> feature(new ComplexFeature(features.Pass()));
/external/chromium_org/chrome/renderer/pepper/
pepper_helper.cc
23
scoped_ptr
<ppapi::host::HostFactory>(
26
scoped_ptr
<ppapi::host::InstanceMessageFilter>(
/external/chromium_org/chrome/test/base/
testing_io_thread_state.h
9
#include "base/memory/
scoped_ptr
.h"
31
scoped_ptr
<IOThread> io_thread_state_;
/external/chromium_org/chrome/test/chromedriver/chrome/
device_manager_unittest.cc
9
#include "base/memory/
scoped_ptr
.h"
74
scoped_ptr
<Device> device1;
75
scoped_ptr
<Device> device2;
76
scoped_ptr
<Device> device3;
88
scoped_ptr
<Device> device1;
89
scoped_ptr
<Device> device2;
90
scoped_ptr
<Device> device3;
103
scoped_ptr
<Device> device1;
geolocation_override_manager.h
12
#include "base/memory/
scoped_ptr
.h"
42
scoped_ptr
<Geoposition> overridden_geoposition_;
heap_snapshot_taker.h
12
#include "base/memory/
scoped_ptr
.h"
29
Status TakeSnapshot(
scoped_ptr
<base::Value>* snapshot);
/external/chromium_org/chrome/test/chromedriver/net/
url_request_context_getter.h
11
#include "base/memory/
scoped_ptr
.h"
38
scoped_ptr
<net::URLRequestContext> url_request_context_;
/external/chromium_org/chrome/test/nacl/
pnacl_header_test.h
9
#include "base/memory/
scoped_ptr
.h"
38
scoped_ptr
<net::test_server::HttpResponse> WatchForPexeFetch(
/external/chromium_org/chrome/utility/cloud_print/
bitmap_image.h
8
#include "base/memory/
scoped_ptr
.h"
34
scoped_ptr
<uint8[]> data_;
/external/chromium_org/chrome_frame/test/net/
fake_external_tab.h
59
scoped_ptr
<FakeBrowserProcessImpl> browser_process_;
62
scoped_ptr
<content::NotificationService> notificaton_service_;
128
scoped_ptr
<net::ScopedCustomUrlRequestTestHttpHost> override_http_host_;
130
scoped_ptr
<test_server::SimpleWebServer> test_http_server_;
134
scoped_ptr
<FakeExternalTab> fake_chrome_;
157
scoped_ptr
<ProcessSingleton> process_singleton_;
159
scoped_ptr
<logging_win::FileLogger> file_logger_;
161
scoped_ptr
<chrome_frame_test::IEConfigurator> ie_configurator_;
/external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt_content.h
10
#include "base/memory/
scoped_ptr
.h"
34
scoped_ptr
<UrlLauncher> url_launcher_;
/external/chromium_org/chrome_frame/
urlmon_upload_data_stream.h
13
#include "base/memory/
scoped_ptr
.h"
39
scoped_ptr
<net::UploadDataStream> request_body_stream_;
/external/chromium_org/chromeos/dbus/
dbus_thread_manager.cc
198
scoped_ptr
<BluetoothAdapterClient> bluetooth_adapter_client_;
199
scoped_ptr
<BluetoothAgentManagerClient> bluetooth_agent_manager_client_;
200
scoped_ptr
<BluetoothDeviceClient> bluetooth_device_client_;
201
scoped_ptr
<BluetoothInputClient> bluetooth_input_client_;
202
scoped_ptr
<BluetoothProfileManagerClient> bluetooth_profile_manager_client_;
203
scoped_ptr
<CrasAudioClient> cras_audio_client_;
204
scoped_ptr
<CrosDisksClient> cros_disks_client_;
205
scoped_ptr
<CryptohomeClient> cryptohome_client_;
206
scoped_ptr
<DebugDaemonClient> debug_daemon_client_;
207
scoped_ptr
<ShillDeviceClient> shill_device_client_
[
all
...]
/external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_url_request_context_getter.h
9
#include "base/memory/
scoped_ptr
.h"
30
scoped_ptr
<net::URLRequestContext> context_;
printer_unittest.cc
9
#include "base/memory/
scoped_ptr
.h"
17
scoped_ptr
<base::Value> value(
/external/chromium_org/cloud_print/service/win/
chrome_launcher.h
13
#include "base/memory/
scoped_ptr
.h"
36
scoped_ptr
<base::DelegateSimpleThread> thread_;
/external/chromium_org/components/dom_distiller/core/
dom_distiller_service.cc
30
scoped_ptr
<DomDistillerStoreInterface> store,
31
scoped_ptr
<DistillerFactory> distiller_factory)
63
scoped_ptr
<ViewerHandle> DomDistillerService::ViewEntry(
68
return
scoped_ptr
<ViewerHandle>();
72
scoped_ptr
<ViewerHandle> viewer_handle = task_tracker->AddViewer(delegate);
78
scoped_ptr
<ViewerHandle> DomDistillerService::ViewUrl(
82
return
scoped_ptr
<ViewerHandle>();
86
scoped_ptr
<ViewerHandle> viewer_handle = task_tracker->AddViewer(delegate);
/external/chromium_org/components/policy/core/common/cloud/
mock_cloud_external_data_manager.h
12
#include "base/memory/
scoped_ptr
.h"
36
scoped_ptr
<ExternalDataFetcher> CreateExternalDataFetcher(
Completed in 2081 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>