OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:j_screen_orientation_provider_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/screen_orientation/
screen_orientation_provider_android.cc
25
if (
j_screen_orientation_provider_
.is_null()) {
26
j_screen_orientation_provider_
.Reset(Java_ScreenOrientationProvider_create(
32
j_screen_orientation_provider_
.obj(), orientation);
36
//
j_screen_orientation_provider_
is set when locking. If the screen
38
if (
j_screen_orientation_provider_
.is_null())
43
j_screen_orientation_provider_
.obj());
screen_orientation_provider_android.h
27
base::android::ScopedJavaGlobalRef<jobject>
j_screen_orientation_provider_
;
member in class:content::ScreenOrientationProviderAndroid
Completed in 323 milliseconds