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

  /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 877 ContentViewCore* cvc = local
    [all...]
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_provider_android.cc 49 ContentViewCoreImpl* cvc = local
51 bool fullscreen_required = cvc ? cvc->IsFullscreenRequiredForOrientationLock()
119 ContentViewCoreImpl* cvc =
121 if (cvc && !cvc->IsFullscreenRequiredForOrientationLock())
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
Tab.java 798 ContentViewCore cvc = new ContentViewCore(mContext); local
799 ContentView cv = ContentView.newInstance(mContext, cvc);
800 cvc.initialize(cv, cv, nativeWebContents, getWindowAndroid());
801 setContentViewCore(cvc);
812 * @param cvc The content view core that needs to be set as active view for the tab.
814 protected void setContentViewCore(ContentViewCore cvc) {
819 mContentViewCore = cvc;
1103 ContentViewCore cvc = new ContentViewCore(mContext); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 947 // Special case for (CVC) inputs in the suggestion view.
2223 ExpandingTextfield* cvc = group.suggested_info->textfield(); 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);
3791 base::string16 cvc; 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 217 milliseconds