Searched defs:Create (Results 201 - 225 of 1523) sorted by relevance

1234567891011>>

/external/chromium_org/cc/base/
H A Dscoped_ptr_vector_unittest.cc15 static scoped_ptr<Data> Create(int i) { return make_scoped_ptr(new Data(i)); } function in class:cc::__anon2651::Data
31 v.push_back(Data::Create(1));
32 v.push_back(Data::Create(2));
33 v.push_back(Data::Create(3));
34 v.push_back(Data::Create(4));
35 v.push_back(Data::Create(5));
48 v.push_back(Data::Create(1));
49 v.push_back(Data::Create(2));
50 v.push_back(Data::Create(6));
53 v2.push_back(Data::Create(
[all...]
/external/chromium_org/cc/layers/
H A Dheads_up_display_unittest.cc23 static scoped_refptr<DrawsContentLayer> Create() { function in class:cc::__anon2681::DrawsContentLayer
36 : root_layer1_(DrawsContentLayer::Create()),
37 root_layer2_(DrawsContentLayer::Create()),
H A Dio_surface_layer_impl.h18 static scoped_ptr<IOSurfaceLayerImpl> Create(LayerTreeImpl* tree_impl, function in class:cc::IOSurfaceLayerImpl
H A Dnine_patch_layer.cc17 scoped_refptr<NinePatchLayer> NinePatchLayer::Create() { function in class:cc::NinePatchLayer
27 return NinePatchLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
H A Dnine_patch_layer_impl.h26 static scoped_ptr<NinePatchLayerImpl> Create(LayerTreeImpl* tree_impl, function in class:cc::NinePatchLayerImpl
H A Dsurface_layer.cc11 scoped_refptr<SurfaceLayer> SurfaceLayer::Create() { function in class:cc::SurfaceLayer
27 return SurfaceLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
H A Dtiled_layer_impl.h20 static scoped_ptr<TiledLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { function in class:cc::TiledLayerImpl
H A Dui_resource_layer_impl.h25 static scoped_ptr<UIResourceLayerImpl> Create(LayerTreeImpl* tree_impl, function in class:cc::UIResourceLayerImpl
H A Dvideo_frame_provider_client_impl.cc16 VideoFrameProviderClientImpl::Create( function in class:cc::VideoFrameProviderClientImpl
H A Dvideo_layer.cc11 scoped_refptr<VideoLayer> VideoLayer::Create( function in class:cc::VideoLayer
27 VideoLayerImpl::Create(tree_impl, id(), provider_, video_rotation_);
/external/chromium_org/cc/output/
H A Dbegin_frame_args.cc26 BeginFrameArgs BeginFrameArgs::Create(base::TimeTicks frame_time, function in class:cc::BeginFrameArgs
/external/chromium_org/cc/resources/
H A Dresource_update.cc11 ResourceUpdate ResourceUpdate::Create(PrioritizedResource* resource, function in class:cc::ResourceUpdate
/external/chromium_org/cc/test/
H A Dfake_content_layer_impl.h15 static scoped_ptr<FakeContentLayerImpl> Create( function in class:cc::FakeContentLayerImpl
H A Dfake_layer_tree_host.cc17 scoped_ptr<FakeLayerTreeHost> FakeLayerTreeHost::Create( function in class:cc::FakeLayerTreeHost
23 scoped_ptr<FakeLayerTreeHost> FakeLayerTreeHost::Create( function in class:cc::FakeLayerTreeHost
H A Dfake_painted_scrollbar_layer.cc13 scoped_refptr<FakePaintedScrollbarLayer> FakePaintedScrollbarLayer::Create( function in class:cc::FakePaintedScrollbarLayer
/external/chromium_org/chrome/browser/android/
H A Dmock_google_location_settings_helper.cc11 GoogleLocationSettingsHelper* GoogleLocationSettingsHelper::Create() { function in class:GoogleLocationSettingsHelper
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlock_window_aura.cc16 LockWindow* LockWindow::Create() { function in class:chromeos::LockWindow
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Davatar_menu_actions_chromeos.cc16 AvatarMenuActions* AvatarMenuActions::Create() { function in class:AvatarMenuActions
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_infobar_delegate.cc22 void DownloadRequestInfoBarDelegate::Create( function in class:DownloadRequestInfoBarDelegate
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_crypto_delegate_chromeos.cc110 EasyUnlockPrivateCryptoDelegate::Create() { function in class:extensions::api::EasyUnlockPrivateCryptoDelegate
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dcrypto_verify_impl.cc27 NetworkingPrivateServiceClient::CryptoVerify::Create() { function in class:NetworkingPrivateServiceClient::CryptoVerify
53 NetworkingPrivateCredentialsGetter::Create());
H A Dnetworking_private_credentials_getter_mac.cc48 scoped_ptr<wifi::WiFiService> wifi_service(wifi::WiFiService::Create());
74 NetworkingPrivateCredentialsGetter::Create() { function in class:extensions::NetworkingPrivateCredentialsGetter
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_aura.cc36 DisplayInfoProvider* DisplayInfoProvider::Create() { function in class:extensions::DisplayInfoProvider
H A Ddisplay_info_provider_mac.cc36 DisplayInfoProvider* DisplayInfoProvider::Create() { function in class:extensions::DisplayInfoProvider
/external/chromium_org/chrome/browser/history/
H A Dtop_sites.cc34 TopSites* TopSites::Create(Profile* profile, const base::FilePath& db_name) { function in class:history::TopSites

Completed in 340 milliseconds

1234567891011>>