OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PageCaptured
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate_browsertest.cc
184
void
PageCaptured
(base::string16* page_text, bool preliminary_capture) {
186
base::Bind(&PhishingClassifierDelegate::
PageCaptured
,
287
PageCaptured
(&page_text, false);
304
PageCaptured
(&page_text, false);
324
PageCaptured
(&page_text, false);
336
PageCaptured
(&page_text, false);
355
PageCaptured
(&page_text, false);
370
PageCaptured
(&page_text, false);
380
PageCaptured
(&page_text, false);
392
PageCaptured
(&page_text, false)
[
all
...]
phishing_classifier_delegate.h
54
void
PageCaptured
(base::string16* page_text, bool preliminary_capture);
134
//
PageCaptured
has not been called.
phishing_classifier_delegate.cc
151
// this case, we need to properly deal with the fact that
PageCaptured
will
164
void PhishingClassifierDelegate::
PageCaptured
(base::string16* page_text,
/external/chromium_org/components/translate/content/renderer/
translate_helper.h
41
// Recorded if
PageCaptured
(...) is invoked after CLD is available. This is
44
// Recorded if
PageCaptured
(...) is invoked before CLD is available.
89
void
PageCaptured
(const base::string16& contents);
212
// Invoked when
PageCaptured
is called prior to obtaining CLD data. This
255
// Whether or not a
PageCaptured
event arrived prior to CLD data becoming
259
// The ID of the page most recently reported to
PageCaptured
if
272
// The contents of the page most recently reported to
PageCaptured
if
translate_helper.cc
131
void TranslateHelper::
PageCaptured
(const base::string16& contents) {
/external/chromium_org/chrome/renderer/
chrome_render_view_observer.cc
408
translate_helper_->
PageCaptured
(contents);
415
phishing_classifier_->
PageCaptured
(&contents, preliminary_capture);
Completed in 319 milliseconds