Searched defs:CastWindowAndroid (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
H A DCastWindowAndroid.java33 public class CastWindowAndroid extends LinearLayout { class in inherits:LinearLayout
34 public static final String TAG = "CastWindowAndroid";
50 public CastWindowAndroid(Context context, AttributeSet attrs) { method in class:CastWindowAndroid
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc29 bool CastWindowAndroid::RegisterJni(JNIEnv* env) {
33 CastWindowAndroid::CastWindowAndroid(content::WebContents* web_contents) function in class:chromecast::shell::CastWindowAndroid
38 CastWindowAndroid::~CastWindowAndroid() {
42 CastWindowAndroid* CastWindowAndroid::CreateNewWindow(
49 CastWindowAndroid* shell = CreateCastWindowAndroid(
58 CastWindowAndroid* CastWindowAndroid
[all...]
H A Dcast_window_android.h38 class CastWindowAndroid : public content::WebContentsDelegate, class in namespace:chromecast::shell
42 static CastWindowAndroid* CreateNewWindow(
46 virtual ~CastWindowAndroid();
55 // Registers the JNI methods for CastWindowAndroid.
79 explicit CastWindowAndroid(content::WebContents* web_contents);
81 // Helper to create a new CastWindowAndroid given a newly created WebContents.
82 static CastWindowAndroid* CreateCastWindowAndroid(
89 base::WeakPtrFactory<CastWindowAndroid> weak_factory_;
91 DISALLOW_COPY_AND_ASSIGN(CastWindowAndroid);

Completed in 186 milliseconds