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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java80 private long mNativeInfoBarContainer; field in class:InfoBarContainer
153 mNativeInfoBarContainer = nativeInit(webContents, mAutoLoginDelegate);
481 if (mNativeInfoBarContainer != 0) {
482 nativeDestroy(mNativeInfoBarContainer);
587 return mNativeInfoBarContainer;

Completed in 43 milliseconds