Searched refs:topmost_frame_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.cc133 topmost_frame_(NULL),
197 topmost_frame_ = frame;
219 topmost_frame_ = NULL;
248 topmost_frame_ = NULL;
533 *topmost_frame_, 0, &forms, &form_elements_);
569 if (!ClickElement(topmost_frame_->document(),
582 if (!ClickElement(topmost_frame_->document(),
605 if (!ClickElement(topmost_frame_->document(),
755 if (node.document().frame() == topmost_frame_) {
773 *topmost_frame_,
[all...]
H A Dautofill_agent.h132 // Called when |topmost_frame_| is supported for Autocheckout.
221 WebKit::WebFrame* topmost_frame_; member in class:autofill::AutofillAgent
246 // Whether or not |topmost_frame_| is whitelisted for Autocheckout.

Completed in 136 milliseconds