HomeSort by relevance Sort by last modified time
    Searched refs:cvc (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
JellyBeanContentView.java 15 JellyBeanContentView(Context context, ContentViewCore cvc) {
16 super(context, cvc);
ContentView.java 42 * @param cvc A pointer to the content view core managing this content view.
45 public static ContentView newInstance(Context context, ContentViewCore cvc) {
47 return new ContentView(context, cvc);
49 return new JellyBeanContentView(context, cvc);
53 protected ContentView(Context context, ContentViewCore cvc) {
64 mContentViewCore = cvc;
  /external/chromium_org/android_webview/native/
external_video_surface_container_impl.cc 19 ContentViewCore* cvc = ContentViewCore::FromWebContents(web_contents); local
20 if (cvc) {
24 env, reinterpret_cast<intptr_t>(this), cvc->GetJavaObject().obj()));
aw_contents.cc 868 ContentViewCore* cvc local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
Tab.java 768 ContentViewCore cvc = new ContentViewCore(mContext); local
769 ContentView cv = ContentView.newInstance(mContext, cvc);
770 cvc.initialize(cv, cv, nativeWebContents, getWindowAndroid());
771 setContentViewCore(cvc);
782 * @param cvc The content view core that needs to be set as active view for the tab.
784 protected void setContentViewCore(ContentViewCore cvc) {
789 mContentViewCore = cvc;
1040 ContentViewCore cvc = new ContentViewCore(mContext); local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 216 // Get billing info from |output| and put it into |card|, |cvc|, and |profile|.
221 base::string16* cvc,
229 // Special case CVC as CreditCard just swallows it.
231 if (cvc)
232 cvc->assign(trimmed);
3735 base::string16 cvc; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 945 // Special case for (CVC) inputs in the suggestion view.
2221 ExpandingTextfield* cvc = group.suggested_info->textfield(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 766 milliseconds