Searched defs:cvc (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DJellyBeanContentView.java15 JellyBeanContentView(Context context, ContentViewCore cvc) { argument
16 super(context, cvc);
H A DContentView.java42 * @param cvc A pointer to the content view core managing this content view.
45 public static ContentView newInstance(Context context, ContentViewCore cvc) { argument
47 return new ContentView(context, cvc);
49 return new JellyBeanContentView(context, cvc);
53 protected ContentView(Context context, ContentViewCore cvc) { argument
64 mContentViewCore = cvc;
/external/chromium_org/android_webview/native/
H A Dexternal_video_surface_container_impl.cc19 ContentViewCore* cvc = ContentViewCore::FromWebContents(web_contents); local
20 if (cvc) {
24 env, reinterpret_cast<intptr_t>(this), cvc->GetJavaObject().obj()));
H A Daw_contents.cc877 ContentViewCore* cvc = local
879 if (cvc) {
880 cvc->PauseOrResumeGeolocation(paused);
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_provider_android.cc49 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/
H A DTab.java798 ContentViewCore cvc = new ContentViewCore(mContext);
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) { argument
819 mContentViewCore = cvc;
1028 * @param cvc The {@link ContentViewCore} that should have associated state
1031 protected void destroyContentViewCoreInternal(ContentViewCore cvc) { argument
1103 ContentViewCore cvc
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc216 // Get billing info from |output| and put it into |card|, |cvc|, and |profile|.
221 base::string16* cvc,
231 if (cvc)
232 cvc->assign(trimmed);
3791 base::string16 cvc; local
3792 GetBillingInfoFromOutputs(output, &card, &cvc, &profile);
3796 new wallet::Instrument(card, cvc, profile));
219 GetBillingInfoFromOutputs(const FieldValueMap& output, CreditCard* card, base::string16* cvc, AutofillProfile* profile) argument
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc2223 ExpandingTextfield* cvc = group.suggested_info->textfield(); local
2224 if (cvc->visible())
2225 detail_outputs[CREDIT_CARD_VERIFICATION_CODE] = cvc->GetText();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... private final boolean doublec (int) int j private final boolean cvc (int) int ch int i private final boolean ends (java ...

Completed in 321 milliseconds