Searched defs:AwContents (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/native/
H A Daw_contents.h57 class AwContents : public FindHelper::Listener, class in namespace:android_webview
64 // Returns the AwContents instance associated with |web_contents|, or NULL.
65 static AwContents* FromWebContents(content::WebContents* web_contents);
67 // Returns the AwContents instance associated with with the given
69 static AwContents* FromID(int render_process_id, int render_view_id);
71 AwContents(scoped_ptr<content::WebContents> web_contents);
72 virtual ~AwContents();
241 scoped_ptr<AwContents> pending_contents_;
258 DISALLOW_COPY_AND_ASSIGN(AwContents);
H A Daw_contents.cc96 // AwContents.onPrepareDrawGL; this cast must match the code there.
97 reinterpret_cast<android_webview::AwContents*>(view_context)
112 AwContentsUserData(AwContents* ptr) : contents_(ptr) {}
114 static AwContents* GetContents(WebContents* web_contents) {
123 AwContents* contents_;
138 AwContents* AwContents::FromWebContents(WebContents* web_contents) {
144 AwContents* AwContents::FromID(int render_process_id, int render_view_id) {
157 AwContents* aw_content
162 AwContents::AwContents(scoped_ptr<WebContents> web_contents) function in class:android_webview::AwContents
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java77 * Exposes the native AwContents class, and together these classes wrap the ContentViewCore
85 public class AwContents implements SmartClipProvider { class in inherits:SmartClipProvider
86 private static final String TAG = "AwContents";
112 * Interface that consumers of {@link AwContents} must implement to allow the proper
143 * Interface that consumers of {@link AwContents} must implement to support
154 * |containerView| is the view where the AwContents should be drawn.
169 * certain AwContents dependencies.
256 // True when this AwContents has been destroyed.
549 * @param awSettings AwSettings instance used to configure the AwContents.
553 public AwContents(AwBrowserContex method in class:AwContents
567 public AwContents(AwBrowserContext browserContext, ViewGroup containerView, Context context, method in class:AwContents
[all...]

Completed in 179 milliseconds