Home | History | Annotate | Download | only in autofill

Lines Matching full:tab_contents

36 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
44 #include "content/browser/tab_contents/tab_contents.h"
232 AutofillManager::AutofillManager(TabContents* tab_contents)
233 : TabContentsObserver(tab_contents),
235 download_manager_(tab_contents->profile()),
240 DCHECK(tab_contents);
244 tab_contents->profile()->GetOriginalProfile()->GetPersonalDataManager();
310 TabContentsWrapper::GetCurrentWrapperForContents(tab_contents());
317 if (tab_contents()->profile()->IsOffTheRecord())
471 TabContentsWrapper::GetCurrentWrapperForContents(tab_contents());
637 Source<RenderViewHost>(tab_contents()->render_view_host()),
646 Source<RenderViewHost>(tab_contents()->render_view_host()),
676 return const_cast<AutofillManager*>(this)->tab_contents()->profile()->
705 if (imported_credit_card && tab_contents()) {
706 tab_contents()->AddInfoBar(
707 new AutofillCCInfoBarDelegate(tab_contents(),
743 AutofillManager::AutofillManager(TabContents* tab_contents,
745 : TabContentsObserver(tab_contents),
752 DCHECK(tab_contents);
775 *host = tab_contents()->autofill_host();
777 *host = tab_contents()->render_view_host();