OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutofillAgent
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/test/base/
chrome_render_view_test.h
15
class
AutofillAgent
;
37
autofill::
AutofillAgent
* autofill_agent_;
chrome_render_view_test.cc
41
using autofill::
AutofillAgent
;
63
// RenderView doesn't expose its PasswordAutofillAgent or
AutofillAgent
67
autofill_agent_ = new
AutofillAgent
(view_, password_autofill_);
/external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc
130
AutofillAgent
::
AutofillAgent
(content::RenderView* render_view,
151
AutofillAgent
::~
AutofillAgent
() {}
153
bool
AutofillAgent
::OnMessageReceived(const IPC::Message& message) {
155
IPC_BEGIN_MESSAGE_MAP(
AutofillAgent
, message)
182
void
AutofillAgent
::DidFinishDocumentLoad(WebFrame* frame) {
210
void
AutofillAgent
::DidCommitProvisionalLoad(WebFrame* frame,
215
void
AutofillAgent
::FrameDetached(WebFrame* frame) {
219
void
AutofillAgent
::WillSubmitForm(WebFrame* frame
[
all
...]
autofill_agent.h
36
//
AutofillAgent
deals with Autofill related communications between WebKit and
37
// the browser. There is one
AutofillAgent
per RenderView.
44
class
AutofillAgent
: public content::RenderViewObserver,
48
// PasswordAutofillAgent is guaranteed to outlive
AutofillAgent
.
49
AutofillAgent
(content::RenderView* render_view,
51
virtual ~
AutofillAgent
();
224
base::WeakPtrFactory<
AutofillAgent
> weak_ptr_factory_;
235
DISALLOW_COPY_AND_ASSIGN(
AutofillAgent
);
/external/chromium_org/android_webview/renderer/
aw_content_renderer_client.cc
125
new autofill::
AutofillAgent
(render_view, password_autofill_agent);
/external/chromium_org/chrome/renderer/autofill/
autofill_renderer_browsertest.cc
103
AutofillAgent
::AUTOFILL_PREVIEW);
/external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc
116
using autofill::
AutofillAgent
;
380
new
AutofillAgent
(render_view, password_autofill_agent);
[
all
...]
Completed in 44 milliseconds