Home
last modified time | relevance | path

Searched refs:j_profile (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/send_tab_to_self/
H A Dsend_tab_to_self_android_bridge.cc66 const JavaParamRef<jobject>& j_profile, in JNI_SendTabToSelfAndroidBridge_GetAllGuids() argument
68 SendTabToSelfModel* model = GetModel(j_profile); in JNI_SendTabToSelfAndroidBridge_GetAllGuids()
83 const JavaParamRef<jobject>& j_profile, in JNI_SendTabToSelfAndroidBridge_GetAllTargetDeviceInfos() argument
85 SendTabToSelfModel* model = GetModel(j_profile); in JNI_SendTabToSelfAndroidBridge_GetAllTargetDeviceInfos()
101 const JavaParamRef<jobject>& j_profile) { in JNI_SendTabToSelfAndroidBridge_DeleteAllEntries() argument
102 SendTabToSelfModel* model = GetModel(j_profile); in JNI_SendTabToSelfAndroidBridge_DeleteAllEntries()
113 const JavaParamRef<jobject>& j_profile, in JNI_SendTabToSelfAndroidBridge_AddEntry() argument
143 const JavaParamRef<jobject>& j_profile, in JNI_SendTabToSelfAndroidBridge_GetEntryByGUID() argument
163 const JavaParamRef<jobject>& j_profile, in JNI_SendTabToSelfAndroidBridge_DeleteEntry() argument
175 const JavaParamRef<jobject>& j_profile, in JNI_SendTabToSelfAndroidBridge_DismissEntry() argument
[all …]
H A Dsend_tab_to_self_model_observer_bridge.cc36 const JavaRef<jobject>& j_profile) in SendTabToSelfModelObserverBridge() argument
38 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in SendTabToSelfModelObserverBridge()
48 const JavaParamRef<jobject>& j_profile) { in JNI_SendTabToSelfModelObserverBridge_Init() argument
50 new SendTabToSelfModelObserverBridge(env, obj, j_profile); in JNI_SendTabToSelfModelObserverBridge_Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/image_fetcher/
H A Dimage_fetcher_bridge.cc69 const JavaParamRef<jobject>& j_profile, in GetFilePath() argument
73 ImageFetcherBridge::GetFilePathForProfile(j_profile); in GetFilePath()
82 const JavaParamRef<jobject>& j_profile, in FetchImageData() argument
178 const JavaParamRef<jobject>& j_profile, in JNI_ImageFetcherBridge_GetFilePath() argument
180 return ImageFetcherBridge::GetFilePath(j_env, j_profile, j_url); in JNI_ImageFetcherBridge_GetFilePath()
186 const JavaParamRef<jobject>& j_profile, in JNI_ImageFetcherBridge_FetchImageData() argument
200 const JavaParamRef<jobject>& j_profile, in JNI_ImageFetcherBridge_FetchImage() argument
240 const JavaParamRef<jobject>& j_profile) { in GetFilePathForProfile() argument
241 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in GetFilePathForProfile()
249 const JavaParamRef<jobject>& j_profile) { in GetImageFetcherServiceForProfile() argument
[all …]
H A Dimage_fetcher_bridge.h29 const base::android::JavaParamRef<jobject>& j_profile,
34 const base::android::JavaParamRef<jobject>& j_profile,
43 const base::android::JavaParamRef<jobject>& j_profile,
77 const base::android::JavaParamRef<jobject>& j_profile);
80 const base::android::JavaParamRef<jobject>& j_profile);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/explore_sites/
H A Dexplore_sites_bridge.cc165 const JavaParamRef<jobject>& j_profile, in JNI_ExploreSitesBridge_GetIcon() argument
168 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_ExploreSitesBridge_GetIcon()
187 const JavaParamRef<jobject>& j_profile, in JNI_ExploreSitesBridge_GetCatalog() argument
191 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_ExploreSitesBridge_GetCatalog()
216 const JavaParamRef<jobject>& j_profile, in JNI_ExploreSitesBridge_InitializeCatalog() argument
218 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_ExploreSitesBridge_InitializeCatalog()
240 const JavaParamRef<jobject>& j_profile, in JNI_ExploreSitesBridge_UpdateCatalogFromNetwork() argument
243 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_ExploreSitesBridge_UpdateCatalogFromNetwork()
265 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_ExploreSitesBridge_BlockSite()
281 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_ExploreSitesBridge_RecordClick()
[all …]
H A Dexplore_sites_bridge_experimental.cc101 const JavaParamRef<jobject>& j_profile, in JNI_ExploreSitesBridgeExperimental_GetNtpCategories() argument
105 new NTPJsonFetcher(ProfileAndroid::FromProfileAndroid(j_profile)); in JNI_ExploreSitesBridgeExperimental_GetNtpCategories()
123 const JavaParamRef<jobject>& j_profile, in JNI_ExploreSitesBridgeExperimental_GetIcon() argument
126 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_ExploreSitesBridgeExperimental_GetIcon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory_android.cc23 const JavaRef<jobject>& j_profile) { in GetForProfile() argument
26 ProfileAndroid::FromProfileAndroid(j_profile)); in GetForProfile()
34 const JavaParamRef<jobject>& j_profile) { in JNI_DomDistillerServiceFactory_GetForProfile() argument
35 return DomDistillerServiceFactoryAndroid::GetForProfile(env, j_profile); in JNI_DomDistillerServiceFactory_GetForProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/offline_pages/android/
H A Drequest_coordinator_bridge.cc85 const JavaParamRef<jobject>& j_profile) { in GetRequestCoordinator() argument
87 ProfileAndroid::FromProfileAndroid(j_profile); in GetRequestCoordinator()
127 const JavaParamRef<jobject>& j_profile, in JNI_RequestCoordinatorBridge_SavePageLater() argument
140 RequestCoordinator* coordinator = GetRequestCoordinator(j_profile); in JNI_RequestCoordinatorBridge_SavePageLater()
163 const JavaParamRef<jobject>& j_profile, in JNI_RequestCoordinatorBridge_GetRequestsInQueue() argument
167 RequestCoordinator* coordinator = GetRequestCoordinator(j_profile); in JNI_RequestCoordinatorBridge_GetRequestsInQueue()
182 const JavaParamRef<jobject>& j_profile, in JNI_RequestCoordinatorBridge_RemoveRequestsFromQueue() argument
190 RequestCoordinator* coordinator = GetRequestCoordinator(j_profile); in JNI_RequestCoordinatorBridge_RemoveRequestsFromQueue()
H A Dauto_fetch_notifier.cc26 const base::android::JavaParamRef<jobject>& j_profile) { in JNI_AutoFetchNotifier_CancelInProgress() argument
29 ProfileAndroid::FromProfileAndroid(j_profile)); in JNI_AutoFetchNotifier_CancelInProgress()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/feed/
H A Dfeed_network_bridge.cc30 FeedNetworkBridge::FeedNetworkBridge(const JavaParamRef<jobject>& j_profile) { in FeedNetworkBridge() argument
31 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in FeedNetworkBridge()
43 const JavaParamRef<jobject>& j_profile) { in JNI_FeedNetworkBridge_Init() argument
44 return reinterpret_cast<intptr_t>(new FeedNetworkBridge(j_profile)); in JNI_FeedNetworkBridge_Init()
H A Dfeed_lifecycle_bridge.cc23 const JavaParamRef<jobject>& j_profile) { in JNI_FeedLifecycleBridge_Init() argument
24 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_FeedLifecycleBridge_Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/
H A Dlogo_bridge.cc122 const JavaParamRef<jobject>& j_profile) { in JNI_LogoBridge_Init() argument
123 LogoBridge* logo_bridge = new LogoBridge(j_profile); in JNI_LogoBridge_Init()
127 LogoBridge::LogoBridge(const JavaRef<jobject>& j_profile) in LogoBridge() argument
129 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in LogoBridge()
H A Dfavicon_helper.h33 const base::android::JavaParamRef<jobject>& j_profile,
39 const base::android::JavaParamRef<jobject>& j_profile,
52 const base::android::JavaParamRef<jobject>& j_profile,
60 const base::android::JavaParamRef<jobject>& j_profile,
H A Dfavicon_helper.cc168 const base::android::JavaParamRef<jobject>& j_profile, in GetComposedFaviconImage() argument
172 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in GetComposedFaviconImage()
230 const JavaParamRef<jobject>& j_profile, in GetLocalFaviconImageForURL() argument
234 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in GetLocalFaviconImageForURL()
312 const JavaParamRef<jobject>& j_profile, in EnsureIconIsAvailable() argument
318 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in EnsureIconIsAvailable()
344 const JavaParamRef<jobject>& j_profile, in TouchOnDemandFavicon() argument
346 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in TouchOnDemandFavicon()
H A Dweb_contents_factory.cc18 const JavaParamRef<jobject>& j_profile, in JNI_WebContentsFactory_CreateWebContents() argument
21 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_WebContentsFactory_CreateWebContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/usage_stats/
H A Dnotification_suspender.cc77 const JavaParamRef<jobject>& j_profile, in JNI_NotificationSuspender_StoreNotificationResources() argument
82 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_NotificationSuspender_StoreNotificationResources()
117 const JavaParamRef<jobject>& j_profile, in JNI_NotificationSuspender_ReDisplayNotifications() argument
120 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_NotificationSuspender_ReDisplayNotifications()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/history/
H A Dbrowsing_history_bridge.cc31 const JavaParamRef<jobject>& j_profile) { in BrowsingHistoryBridge() argument
32 profile_ = ProfileAndroid::FromProfileAndroid(j_profile); in BrowsingHistoryBridge()
164 const JavaParamRef<jobject>& j_profile) { in JNI_BrowsingHistoryBridge_Init() argument
166 new BrowsingHistoryBridge(env, obj, j_profile); in JNI_BrowsingHistoryBridge_Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Dpolicy_service_factory_android.cc28 const base::android::JavaParamRef<jobject>& j_profile) { in JNI_PolicyServiceFactory_GetProfilePolicyService() argument
29 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_PolicyServiceFactory_GetProfilePolicyService()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/query_tiles/android/
H A Dtile_provider_factory.cc17 const base::android::JavaParamRef<jobject>& j_profile) { in JNI_TileProviderFactory_GetForProfile() argument
18 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_TileProviderFactory_GetForProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/video_tutorials/internal/android/
H A Dvideo_tutorial_service_bridge_factory.cc31 const base::android::JavaParamRef<jobject>& j_profile) { in JNI_VideoTutorialServiceFactory_GetForProfile() argument
32 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_VideoTutorialServiceFactory_GetForProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/consent_auditor/
H A Dconsent_auditor_bridge.cc26 const JavaParamRef<jobject>& j_profile, in JNI_ConsentAuditorBridge_RecordConsent() argument
47 ProfileAndroid::FromProfileAndroid(j_profile)) in JNI_ConsentAuditorBridge_RecordConsent()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c248 …ch_status_t kz_report_callflow_extension(switch_caller_profile_t *caller_profile, cJSON *j_profile) in kz_report_callflow_extension() argument
257 cJSON_AddItemToObject(j_profile, "extension", j_caller_extension); in kz_report_callflow_extension()
325 cJSON *j_main_cp, *j_times, *j_callflow, *j_profile, *j_o; in kz_report_callflow() local
334 j_profile = cJSON_CreateObject(); in kz_report_callflow()
337 …cJSON_AddItemToObject(j_profile, "dialplan", cJSON_CreateString((char *)caller_profile->dialplan)); in kz_report_callflow()
341 …cJSON_AddItemToObject(j_profile, "profile_index", cJSON_CreateString((char *)caller_profile->profi… in kz_report_callflow()
344 kz_report_callflow_extension(caller_profile, j_profile); in kz_report_callflow()
347 cJSON_AddItemToObject(j_profile, "Caller-Profile", j_main_cp); in kz_report_callflow()
367 cJSON_AddItemToObject(j_profile, "Time", j_times); in kz_report_callflow()
380 cJSON_AddItemToArray(j_callflow, j_profile); in kz_report_callflow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/compositor/scene_layer/
H A Dcontextual_search_scene_layer.cc141 const JavaRef<jobject>& j_profile, in UpdateContextualSearchLayer()
149 FetchThumbnail(j_profile); in UpdateContextualSearchLayer()
204 const JavaRef<jobject>& j_profile) { in FetchThumbnail() argument
209 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in FetchThumbnail()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/signin/
H A Dweb_signin_bridge.cc87 const JavaParamRef<jobject>& j_profile, in JNI_WebSigninBridge_Create() argument
92 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); in JNI_WebSigninBridge_Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sharing/
H A Dsharing_service_proxy_android.cc23 const base::android::JavaParamRef<jobject>& j_profile) { in JNI_SharingServiceProxy_InitSharingService() argument
25 ProfileAndroid::FromProfileAndroid(j_profile)); in JNI_SharingServiceProxy_InitSharingService()

12