/external/chromium_org/android_webview/native/ |
D | external_video_surface_container_impl.cc | 19 ContentViewCore* cvc = ContentViewCore::FromWebContents(web_contents); in ExternalVideoSurfaceContainerImpl() local 20 if (cvc) { in ExternalVideoSurfaceContainerImpl() 24 env, reinterpret_cast<intptr_t>(this), cvc->GetJavaObject().obj())); in ExternalVideoSurfaceContainerImpl()
|
D | aw_contents.cc | 868 ContentViewCore* cvc = in SetIsPaused() local 870 if (cvc) { in SetIsPaused() 871 cvc->PauseOrResumeGeolocation(paused); in SetIsPaused() 872 cvc->PauseOrResumeVideoCaptureStream(paused); in SetIsPaused() 874 cvc->PauseVideo(); in SetIsPaused()
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | Tab.java | 768 ContentViewCore cvc = new ContentViewCore(mContext); in initContentViewCore() local 769 ContentView cv = ContentView.newInstance(mContext, cvc); in initContentViewCore() 770 cvc.initialize(cv, cv, nativeWebContents, getWindowAndroid()); in initContentViewCore() 771 setContentViewCore(cvc); in initContentViewCore() 784 protected void setContentViewCore(ContentViewCore cvc) { in setContentViewCore() argument 789 mContentViewCore = cvc; in setContentViewCore() 979 protected void destroyContentViewCoreInternal(ContentViewCore cvc) { in destroyContentViewCoreInternal() argument 1040 ContentViewCore cvc = new ContentViewCore(mContext); in swapWebContents() local 1041 ContentView cv = ContentView.newInstance(mContext, cvc); in swapWebContents() 1042 cvc.initialize(cv, cv, newWebContents, getWindowAndroid()); in swapWebContents() [all …]
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | JellyBeanContentView.java | 15 JellyBeanContentView(Context context, ContentViewCore cvc) { in JellyBeanContentView() argument 16 super(context, cvc); in JellyBeanContentView()
|
D | ContentView.java | 45 public static ContentView newInstance(Context context, ContentViewCore cvc) { in newInstance() argument 47 return new ContentView(context, cvc); in newInstance() 49 return new JellyBeanContentView(context, cvc); in newInstance() 53 protected ContentView(Context context, ContentViewCore cvc) { in ContentView() argument 64 mContentViewCore = cvc; in ContentView()
|
/external/chromium_org/base/mac/ |
D | objc_property_releaser_unittest.mm | 94 - (void)setBaseCvcNotProperty:(CountVonCount*)cvc; 124 - (void)setBaseCvcNotProperty:(CountVonCount*)cvc { 125 if (cvc != baseCvcNotProperty_) { 127 baseCvcNotProperty_ = [cvc retain]; 188 - (void)setDerivedCvcNotProperty:(CountVonCount*)cvc; 229 - (void)setDerivedCvcNotProperty:(CountVonCount*)cvc { 230 if (cvc != derivedCvcNotProperty_) { 232 derivedCvcNotProperty_ = [cvc retain];
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_dialog_controller_impl.cc | 221 base::string16* cvc, in GetBillingInfoFromOutputs() argument 231 if (cvc) in GetBillingInfoFromOutputs() 232 cvc->assign(trimmed); in GetBillingInfoFromOutputs() 3735 base::string16 cvc; in CreateTransientInstrument() local 3736 GetBillingInfoFromOutputs(output, &card, &cvc, &profile); in CreateTransientInstrument() 3740 new wallet::Instrument(card, cvc, profile)); in CreateTransientInstrument()
|
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_regex_constants.cc.utf8 | 144 "verification|card identification|security code|cvn|cvv|cvc|csc|\\bcid\\b";
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | autofill_dialog_views.cc | 2221 ExpandingTextfield* cvc = group.suggested_info->textfield(); in ValidateGroup() local 2222 if (cvc->visible()) in ValidateGroup() 2223 detail_outputs[CREDIT_CARD_VERIFICATION_CODE] = cvc->GetText(); in ValidateGroup()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 35408 http://www.cvc.org/christmas/ 55900 http://www.med.umich.edu/cvc/adult/prefail2.htm 58051 http://www.musc.edu/cvc/NIDApubs.htm
|