HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 226 - 250 of 13262) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher_service_factory.cc 13 return static_cast<BitmapFetcherService*>(
33 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client_factory.cc 16 return static_cast<ChromeBookmarkClient*>(
36 return new ChromeBookmarkClient(static_cast<Profile*>(context));
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_factory.cc 15 return static_cast<CaptivePortalService*>(
35 return new CaptivePortalService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/chromeos/login/signin/
auth_sync_observer_factory.cc 27 return static_cast<AuthSyncObserver*>(
39 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service_factory.cc 15 return static_cast<extensions::TokenCacheService*>(
36 return new extensions::TokenCacheService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/media/
midi_permission_context_factory.cc 15 return static_cast<MidiPermissionContext*>(
36 return new MidiPermissionContext(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_app_info_service_factory.cc 18 return static_cast<SyncedNotificationAppInfoService*>(
40 new SyncedNotificationAppInfoService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/predictors/
predictor_database_factory.cc 16 return static_cast<PredictorDatabase*>(
35 return new PredictorDatabase(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_factory.cc 14 return static_cast<CloudPrintProxyService*>(
34 new CloudPrintProxyService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/profiles/
startup_task_runner_service_factory.cc 22 return static_cast<StartupTaskRunnerService*>(
34 return new StartupTaskRunnerService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_factory.cc 13 return static_cast<TabRestoreService*>(
20 return static_cast<TabRestoreService*>(
  /external/chromium_org/chrome/browser/signin/
chrome_signin_client_factory.cc 19 return static_cast<SigninClient*>(
31 new ChromeSigninClient(static_cast<Profile*>(context));
  /external/chromium_org/chrome/browser/supervised_user/
custodian_profile_downloader_service_factory.cc 16 return static_cast<CustodianProfileDownloaderService*>(
40 return new CustodianProfileDownloaderService(static_cast<Profile*>(profile));
supervised_user_sync_service_factory.cc 14 return static_cast<SupervisedUserSyncService*>(
35 static_cast<Profile*>(profile)->GetPrefs());
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_factory.cc 27 return static_cast<ThumbnailService*>(
40 new ThumbnailServiceImpl(static_cast<Profile*>(profile)));
  /external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state_factory.cc 17 return static_cast<AppSyncUIState*>(
38 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/ui/
browser_iterator.cc 13 static_cast<HostDesktopType>(HOST_DESKTOP_TYPE_FIRST + 1)) {
31 next_desktop_type_ = static_cast<HostDesktopType>(next_desktop_type_ + 1);
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_container_cocoa.mm 23 InfoBarCocoa* infobar_cocoa = static_cast<InfoBarCocoa*>(infobar);
29 InfoBarCocoa* infobar_cocoa = static_cast<InfoBarCocoa*>(infobar);
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service_factory.cc 14 return static_cast<GlobalErrorService*>(
34 return new GlobalErrorService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_factory.cc 14 return static_cast<PinnedTabService*>(
33 return new PinnedTabService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service_factory.cc 24 return static_cast<LoginUIService*>(
35 return new LoginUIService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_service_factory.cc 15 return static_cast<BookmarkUndoService*>(
36 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_service_service_provider.cc 24 static_cast<FakeBluetoothGattManagerClient*>(
34 static_cast<FakeBluetoothGattManagerClient*>(
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_android.cc 27 static_cast<DeviceMotionHardwareBuffer*>(buffer));
31 static_cast<DeviceOrientationHardwareBuffer*>(buffer));
  /external/chromium_org/content/public/renderer/
media_stream_video_sink.cc 19 static_cast<MediaStreamVideoTrack*>(track.extraData());
28 static_cast<MediaStreamVideoTrack*>(track.extraData());

Completed in 5906 milliseconds

1 2 3 4 5 6 7 8 91011>>