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

  /external/chromium_org/chromecast/shell/browser/android/
cast_window_android.h 38 class CastWindowAndroid : public content::WebContentsDelegate,
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);
cast_window_android.cc 29 bool CastWindowAndroid::RegisterJni(JNIEnv* env) {
33 CastWindowAndroid::CastWindowAndroid(content::WebContents* web_contents)
38 CastWindowAndroid::~CastWindowAndroid() {
42 CastWindowAndroid* CastWindowAndroid::CreateNewWindow(
49 CastWindowAndroid* shell = CreateCastWindowAndroid(
58 CastWindowAndroid* CastWindowAndroid::CreateCastWindowAndroid
    [all...]
  /external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
CastWindowAndroid.java 33 public class CastWindowAndroid extends LinearLayout {
34 public static final String TAG = "CastWindowAndroid";
50 public CastWindowAndroid(Context context, AttributeSet attrs) {

Completed in 61 milliseconds