Searched defs:obj (Results 501 - 525 of 1383) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.cc60 j_favicon_image_callback->obj(),
61 j_favicon_bitmap.obj(),
62 j_icon_url.obj());
86 j_favicon_image_callback->obj(),
87 j_favicon_bitmap.obj(),
88 j_icon_url.obj());
101 void FaviconHelper::Destroy(JNIEnv* env, jobject obj) { argument
107 jobject obj,
143 jobject obj,
180 jobject obj,
105 GetLocalFaviconImageForURL( JNIEnv* env, jobject obj, jobject j_profile, jstring j_page_url, jint j_icon_types, jint j_desired_size_in_pixel, jobject j_favicon_image_callback) argument
141 GetLargestRawFaviconForUrl( JNIEnv* env, jobject obj, jobject j_profile, jstring j_page_url, jintArray j_icon_types, jint j_min_size_threshold_px, jobject j_favicon_image_callback) argument
178 GetSyncedFaviconImageForURL( JNIEnv* env, jobject obj, jobject jprofile, jstring j_page_url) argument
[all...]
H A Dnew_tab_page_prefs.cc29 void NewTabPagePrefs::Destroy(JNIEnv* env, jobject obj) { argument
37 jobject obj) {
43 jobject obj,
50 jobject obj) {
55 jobject obj,
62 jobject obj) {
68 jobject obj,
75 jobject obj) {
80 jobject obj,
87 jobject obj,
36 GetCurrentlyOpenTabsCollapsed(JNIEnv* env, jobject obj) argument
42 SetCurrentlyOpenTabsCollapsed(JNIEnv* env, jobject obj, jboolean is_collapsed) argument
49 GetSnapshotDocumentCollapsed(JNIEnv* env, jobject obj) argument
54 SetSnapshotDocumentCollapsed(JNIEnv* env, jobject obj, jboolean is_collapsed) argument
61 GetRecentlyClosedTabsCollapsed(JNIEnv* env, jobject obj) argument
67 SetRecentlyClosedTabsCollapsed(JNIEnv* env, jobject obj, jboolean is_collapsed) argument
74 GetSyncPromoCollapsed(JNIEnv* env, jobject obj) argument
79 SetSyncPromoCollapsed(JNIEnv* env, jobject obj, jboolean is_collapsed) argument
86 GetForeignSessionCollapsed(JNIEnv* env, jobject obj, jstring session_tag) argument
94 SetForeignSessionCollapsed(JNIEnv* env, jobject obj, jstring session_tag, jboolean is_collapsed) argument
[all...]
H A Dpassword_ui_view_android.cc21 PasswordUIViewAndroid::PasswordUIViewAndroid(JNIEnv* env, jobject obj) argument
22 : password_manager_presenter_(this), weak_java_ui_controller_(env, obj) {}
45 env, ui_controller.obj(), static_cast<int>(password_list.size()));
56 ui_controller.obj(),
72 ConvertUTF8ToJavaString(env, std::string()).obj(),
73 ConvertUTF16ToJavaString(env, base::string16()).obj());
77 ConvertUTF8ToJavaString(env, form->origin.spec()).obj(),
78 ConvertUTF16ToJavaString(env, form->username_value).obj());
125 static jlong Init(JNIEnv* env, jobject obj) { argument
126 PasswordUIViewAndroid* controller = new PasswordUIViewAndroid(env, obj);
[all...]
H A Drecently_closed_tabs_bridge.cc66 void RecentlyClosedTabsBridge::Destroy(JNIEnv* env, jobject obj) { argument
71 jobject obj,
77 jobject obj,
90 jobject obj,
125 jobject obj) {
136 Java_RecentlyClosedCallback_onUpdated(env, callback_.obj());
160 static jlong Init(JNIEnv* env, jobject obj, jobject jprofile) { argument
70 SetRecentlyClosedCallback(JNIEnv* env, jobject obj, jobject jcallback) argument
76 GetRecentlyClosedTabs(JNIEnv* env, jobject obj, jobject jtabs_list, jint max_tab_count) argument
89 OpenRecentlyClosedTab(JNIEnv* env, jobject obj, jobject jtab, jint recent_tab_id, jint j_disposition) argument
124 ClearRecentlyClosedTabs(JNIEnv* env, jobject obj) argument
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_android.cc33 JNIEnv* env, jobject obj) {
38 JNIEnv* env, jobject obj) {
43 JNIEnv* env, jobject obj) {
49 JNIEnv* env, jobject obj) {
54 JNIEnv* env, jobject obj) {
59 JNIEnv* env, jobject obj) {
65 jobject obj,
71 JNIEnv* env, jobject obj) {
77 jobject obj) {
94 JNIEnv* env, jobject obj) {
32 IsDataReductionProxyAllowed( JNIEnv* env, jobject obj) argument
37 IsDataReductionProxyPromoAllowed( JNIEnv* env, jobject obj) argument
42 IsIncludedInAltFieldTrial( JNIEnv* env, jobject obj) argument
48 GetDataReductionProxyOrigin( JNIEnv* env, jobject obj) argument
53 IsDataReductionProxyEnabled( JNIEnv* env, jobject obj) argument
58 IsDataReductionProxyManaged( JNIEnv* env, jobject obj) argument
63 SetDataReductionProxyEnabled( JNIEnv* env, jobject obj, jboolean enabled) argument
70 GetDataReductionLastUpdateTime( JNIEnv* env, jobject obj) argument
76 GetContentLengths(JNIEnv* env, jobject obj) argument
93 GetDailyOriginalContentLengths( JNIEnv* env, jobject obj) argument
100 GetDailyReceivedContentLengths( JNIEnv* env, jobject obj) argument
106 IsDataReductionProxyUnreachable( JNIEnv* env, jobject obj) argument
145 Init(JNIEnv* env, jobject obj) argument
[all...]
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_android.cc31 jobject obj)
32 : weak_java_obj_(env, obj),
44 void TemplateUrlServiceAndroid::Load(JNIEnv* env, jobject obj) { argument
50 jobject obj,
65 jobject obj) {
77 jboolean TemplateUrlServiceAndroid::IsLoaded(JNIEnv* env, jobject obj) { argument
81 jint TemplateUrlServiceAndroid::GetTemplateUrlCount(JNIEnv* env, jobject obj) { argument
86 jobject obj) {
91 jobject obj) {
101 jobject obj) {
30 TemplateUrlServiceAndroid(JNIEnv* env, jobject obj) argument
48 SetUserSelectedDefaultSearchProvider( JNIEnv* env, jobject obj, jint selected_index) argument
64 GetDefaultSearchProvider(JNIEnv* env, jobject obj) argument
85 IsSearchProviderManaged(JNIEnv* env, jobject obj) argument
90 IsSearchByImageAvailable(JNIEnv* env, jobject obj) argument
100 IsDefaultSearchEngineGoogle(JNIEnv* env, jobject obj) argument
110 GetPrepopulatedTemplateUrlAt(JNIEnv* env, jobject obj, jint index) argument
142 GetUrlForSearchQuery(JNIEnv* env, jobject obj, jstring jquery) argument
164 GetUrlForVoiceSearchQuery(JNIEnv* env, jobject obj, jstring jquery) argument
181 ReplaceSearchTermsInUrl(JNIEnv* env, jobject obj, jstring jquery, jstring jcurrent_url) argument
203 GetUrlForContextualSearchQuery( JNIEnv* env, jobject obj, jstring jquery, jstring jalternate_term, jboolean jshould_prefetch) argument
236 Init(JNIEnv* env, jobject obj) argument
[all...]
/external/chromium_org/chrome/browser/speech/
H A Dtts_android.cc33 Java_TtsPlatformImpl_destroy(env, java_ref_.obj());
48 env, java_ref_.obj(),
63 Java_TtsPlatformImpl_stop(env, java_ref_.obj());
83 if (!Java_TtsPlatformImpl_isInitialized(env, java_ref_.obj()))
86 int count = Java_TtsPlatformImpl_getVoiceCount(env, java_ref_.obj());
92 Java_TtsPlatformImpl_getVoiceName(env, java_ref_.obj(), i));
94 Java_TtsPlatformImpl_getVoiceLanguage(env, java_ref_.obj(), i));
102 void TtsPlatformImplAndroid::VoicesChanged(JNIEnv* env, jobject obj) { argument
107 JNIEnv* env, jobject obj, jint utterance_id) {
113 JNIEnv* env, jobject obj, jin
106 OnEndEvent( JNIEnv* env, jobject obj, jint utterance_id) argument
112 OnErrorEvent( JNIEnv* env, jobject obj, jint utterance_id) argument
117 OnStartEvent( JNIEnv* env, jobject obj, jint utterance_id) argument
[all...]
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dtranslate_infobar.cc45 env, java_translate_delegate_.obj(), reinterpret_cast<intptr_t>(this),
49 delegate->triggered_from_menu(), java_languages.obj());
85 jobject obj,
109 env, java_translate_delegate_.obj(),
84 ApplyTranslateOptions(JNIEnv* env, jobject obj, int source_language_index, int target_language_index, bool always_translate, bool never_translate_language, bool never_translate_site) argument
/external/chromium_org/chrome/browser/ui/android/
H A Dwebsite_settings_popup_android.cc34 jobject obj,
72 jobject obj,
78 new WebsiteSettingsPopupAndroid(env, obj, web_contents));
105 void WebsiteSettingsPopupAndroid::Destroy(JNIEnv* env, jobject obj) { argument
111 jobject obj,
140 popup_jobject_.obj(),
142 ConvertUTF8ToJavaString(env, headline).obj(),
143 description.obj(),
144 ConvertUTF16ToJavaString(env, certificate_label).obj());
151 popup_jobject_.obj(),
33 GetCertificateChain(JNIEnv* env, jobject obj, jobject java_web_contents) argument
70 Init(JNIEnv* env, jclass clazz, jobject obj, jobject java_web_contents) argument
109 ResetCertDecisions( JNIEnv* env, jobject obj, jobject java_web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash.cc25 AXAuraObjWrapper* obj = AXAuraObjCache::GetInstance()->Get(id); local
26 CHECK(obj);
27 obj->DoDefault();
31 AXAuraObjWrapper* obj = AXAuraObjCache::GetInstance()->Get(id); local
32 CHECK(obj);
33 obj->Focus();
37 AXAuraObjWrapper* obj = AXAuraObjCache::GetInstance()->Get(id); local
38 CHECK(obj);
39 obj->MakeVisible();
43 AXAuraObjWrapper* obj local
[all...]
/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_page_prefs_android.cc17 jobject obj,
26 jobject obj,
32 jint DistilledPagePrefsAndroid::GetFontFamily(JNIEnv* env, jobject obj) { argument
36 void DistilledPagePrefsAndroid::SetTheme(JNIEnv* env, jobject obj, jint theme) { argument
41 jint DistilledPagePrefsAndroid::GetTheme(JNIEnv* env, jobject obj) { argument
45 jlong Init(JNIEnv* env, jobject obj, jlong distilled_page_prefs_ptr) { argument
49 new DistilledPagePrefsAndroid(env, obj, distilled_page_prefs);
58 jobject obj,
66 jobject obj,
75 jobject obj) {
15 DistilledPagePrefsAndroid( JNIEnv* env, jobject obj, DistilledPagePrefs* distilled_page_prefs_ptr) argument
25 SetFontFamily(JNIEnv* env, jobject obj, jint font_family) argument
57 AddObserver(JNIEnv* env, jobject obj, jlong observer_ptr) argument
65 RemoveObserver(JNIEnv* env, jobject obj, jlong observer_ptr) argument
73 DistilledPagePrefsObserverAndroid( JNIEnv* env, jobject obj) argument
81 DestroyObserverAndroid(JNIEnv* env, jobject obj) argument
100 InitObserverAndroid(JNIEnv* env, jobject obj) argument
[all...]
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager_win.cc90 BrowserAccessibility* obj = GetFromAXNode(node); local
91 LONG unique_id_win = obj->ToBrowserAccessibilityWin()->unique_id_win();
92 unique_id_to_ax_id_map_[unique_id_win] = obj->GetId();
97 BrowserAccessibility* obj = GetFromAXNode(node); local
98 if (!obj)
101 obj->ToBrowserAccessibilityWin()->unique_id_win());
102 if (obj == tracked_scroll_object_) {
/external/chromium_org/content/browser/android/
H A Dcontent_readback_handler.cc44 ContentReadbackHandler::ContentReadbackHandler(JNIEnv* env, jobject obj) argument
46 java_obj_.Reset(env, obj);
49 void ContentReadbackHandler::Destroy(JNIEnv* env, jobject obj) { argument
54 jobject obj,
78 jobject obj,
116 env, java_obj_.obj(), readback_id, java_bitmap.obj());
120 static jlong Init(JNIEnv* env, jobject obj) { argument
122 new ContentReadbackHandler(env, obj);
53 GetContentBitmap(JNIEnv* env, jobject obj, jint readback_id, jfloat scale, jobject color_type, jfloat x, jfloat y, jfloat width, jfloat height, jobject content_view_core) argument
77 GetCompositorBitmap(JNIEnv* env, jobject obj, jint readback_id, jlong native_window_android) argument
H A Dcontent_view_render_view.cc55 jobject obj,
60 java_obj_.Reset(env, obj);
67 jobject obj,
78 jobject obj,
83 new ContentViewRenderView(env, obj, root_window);
87 void ContentViewRenderView::Destroy(JNIEnv* env, jobject obj) { argument
92 JNIEnv* env, jobject obj, jlong native_content_view_core) {
103 JNIEnv* env, jobject obj) {
108 void ContentViewRenderView::SurfaceDestroyed(JNIEnv* env, jobject obj) { argument
113 void ContentViewRenderView::SurfaceChanged(JNIEnv* env, jobject obj, argument
54 ContentViewRenderView(JNIEnv* env, jobject obj, gfx::NativeWindow root_window) argument
66 SetLayerTreeBuildHelper(JNIEnv* env, jobject obj, jlong native_build_helper) argument
77 Init(JNIEnv* env, jobject obj, jlong native_root_window) argument
91 SetCurrentContentViewCore( JNIEnv* env, jobject obj, jlong native_content_view_core) argument
102 SurfaceCreated( JNIEnv* env, jobject obj) argument
122 SetOverlayVideoMode( JNIEnv* env, jobject obj, bool enabled) argument
128 SetNeedsComposite(JNIEnv* env, jobject obj) argument
148 GetUIResourceProvider(JNIEnv* env, jobject obj) argument
[all...]
/external/chromium_org/content/browser/android/java/
H A Dgin_java_bound_object.cc135 ScopedJavaLocalRef<jobject> obj = GetLocalRef(env); local
136 if (obj.obj()) {
140 env->CallObjectMethod(obj.obj(), object_get_class_method_id_)));
159 env->CallObjectMethod(clazz.obj(), GetMethodIDFromClassName(
165 size_t num_methods = env->GetArrayLength(methods.obj());
172 env->GetObjectArrayElement(methods.obj(), i));
175 jboolean safe = env->CallBooleanMethod(java_method.obj(),
181 safe_annotation_clazz_.obj());
[all...]
/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl_android.cc59 Java_SpeechRecognition_startRecognition(env, j_recognition_.obj(),
60 ConvertUTF8ToJavaString(env, language).obj(), continuous,
74 Java_SpeechRecognition_abortRecognition(env, j_recognition_.obj());
86 Java_SpeechRecognition_stopRecognition(env, j_recognition_.obj());
99 void SpeechRecognizerImplAndroid::OnAudioStart(JNIEnv* env, jobject obj) { argument
111 void SpeechRecognizerImplAndroid::OnSoundStart(JNIEnv* env, jobject obj) { argument
122 void SpeechRecognizerImplAndroid::OnSoundEnd(JNIEnv* env, jobject obj) { argument
133 void SpeechRecognizerImplAndroid::OnAudioEnd(JNIEnv* env, jobject obj) { argument
146 void SpeechRecognizerImplAndroid::OnRecognitionResults(JNIEnv* env, jobject obj, argument
175 jobject obj, jin
174 OnRecognitionError(JNIEnv* env, jobject obj, jint error) argument
188 OnRecognitionEnd(JNIEnv* env, jobject obj) argument
[all...]
/external/chromium_org/gin/
H A Dinterceptor_unittest.cc135 gin::Handle<MyInterceptor> obj = MyInterceptor::Create(isolate); local
137 obj->set_value(42);
138 EXPECT_EQ(42, obj->value());
150 v8::Handle<v8::Value> argv[] = {ConvertToV8(isolate, obj.get()), };
155 EXPECT_EQ(191, obj->value());
161 "(function (obj) {"
162 " if (obj.value !== 42) throw 'FAIL';"
163 " else obj.value = 191; })");
168 "(function (obj) {"
169 " if (obj
[all...]
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_android.cc51 void PlatformViewportAndroid::Destroy(JNIEnv* env, jobject obj) { argument
56 jobject obj,
69 void PlatformViewportAndroid::SurfaceDestroyed(JNIEnv* env, jobject obj) { argument
74 void PlatformViewportAndroid::SurfaceSetSize(JNIEnv* env, jobject obj, argument
80 bool PlatformViewportAndroid::TouchEvent(JNIEnv* env, jobject obj, argument
55 SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface) argument
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc119 jobject obj,
118 RunTests(JNIEnv* env, jobject obj, jstring jfiles_dir, jobject app_context) argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLProgram.cpp69 void WebGLProgram::deleteObjectImpl(blink::WebGraphicsContext3D* context3d, Platform3DObject obj) argument
71 context3d->deleteProgram(obj);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h164 template<typename T> inline bool isAlive(T obj) argument
/external/chromium_org/third_party/angle/src/common/
H A Dangleutils.h93 inline void StructZero(T *obj) argument
95 memset(obj, 0, sizeof(T));
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dex_data.c191 int CRYPTO_new_ex_data(int class_value, void *obj, CRYPTO_EX_DATA *ad) { argument
193 return impl->new_ex_data(class_value, obj, ad);
202 void CRYPTO_free_ex_data(int class_value, void *obj, CRYPTO_EX_DATA *ad) { argument
204 impl->free_ex_data(class_value, obj, ad);
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
H A Dp5_pbev2.c122 const ASN1_OBJECT *obj; local
129 obj = OBJ_nid2obj(alg_nid);
136 scheme->algorithm = (ASN1_OBJECT*) obj;
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_att.c61 #include <openssl/obj.h>
74 const ASN1_OBJECT *obj; local
76 obj=OBJ_nid2obj(nid);
77 if (obj == NULL) return(-2);
78 return(X509at_get_attr_by_OBJ(x,obj,lastpos));
81 int X509at_get_attr_by_OBJ(const STACK_OF(X509_ATTRIBUTE) *sk, const ASN1_OBJECT *obj,
95 if (OBJ_cmp(ex->object,obj) == 0)
155 const ASN1_OBJECT *obj, int type,
160 attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, type, bytes, len);
194 ASN1_OBJECT *obj, in
212 const ASN1_OBJECT *obj; local
223 X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, const ASN1_OBJECT *obj, int atrtype, const void *data, int len) argument
255 ASN1_OBJECT *obj; local
270 X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) argument
[all...]

Completed in 520 milliseconds

<<21222324252627282930>>