Searched refs:DataReductionProxyInfoBar (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/infobars/
H A Ddata_reduction_proxy_infobar.cc15 // DataReductionProxyInfoBar:
18 void DataReductionProxyInfoBar::Launch(
28 bool DataReductionProxyInfoBar::Register(JNIEnv* env) {
32 DataReductionProxyInfoBar::DataReductionProxyInfoBar( function in class:DataReductionProxyInfoBar
38 DataReductionProxyInfoBar::~DataReductionProxyInfoBar() {
42 DataReductionProxyInfoBar::CreateRenderInfoBar(JNIEnv* env) {
53 DataReductionProxyInfoBarDelegate* DataReductionProxyInfoBar::GetDelegate() {
64 new DataReductionProxyInfoBar(delegat
[all...]
H A Ddata_reduction_proxy_infobar.h13 class DataReductionProxyInfoBar : public ConfirmInfoBar { class in inherits:ConfirmInfoBar
22 explicit DataReductionProxyInfoBar(
25 virtual ~DataReductionProxyInfoBar();
37 DISALLOW_COPY_AND_ASSIGN(DataReductionProxyInfoBar);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DDataReductionProxyInfoBarDelegate.java41 DataReductionProxyInfoBar infoBar = new DataReductionProxyInfoBar(
H A DDataReductionProxyInfoBar.java13 public class DataReductionProxyInfoBar extends ConfirmInfoBar { class in inherits:ConfirmInfoBar
55 DataReductionProxyInfoBar(long nativeInfoBar, int iconDrawableId) { method in class:DataReductionProxyInfoBar
/external/chromium_org/chrome/browser/android/
H A Dchrome_jni_registrar.cc135 { "DataReductionProxyInfoBarDelegate", DataReductionProxyInfoBar::Register },

Completed in 2639 milliseconds