OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phishing
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc
58
// URL for the "Learn more" link on the
phishing
blocking page.
181
} else { //
Phishing
.
208
bool
phishing
= false;
local
231
phishing
= true;
232
current_error_strings->SetString("type", "
phishing
");
240
DCHECK(
phishing
|| malware);
242
if (malware &&
phishing
) {
264
// Just
phishing
.
459
// User pressed "Report error" for a
phishing
site.
578
action.append("
Phishing
");
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java
154
* @see UIProvider.ConversationColumns#
PHISHING
156
public boolean
phishing
;
field in class:Conversation
232
dest.writeInt(
phishing
? 1 : 0);
265
phishing
= in.readInt() != 0;
343
phishing
= cursor.getInt(UIProvider.CONVERSATION_IS_PHISHING_COLUMN) != 0;
394
phishing
= other.
phishing
;
423
boolean spam, boolean
phishing
, boolean muted, Uri accountUri,
448
conversation.
phishing
=
phishing
;
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc
77
"https://www.google.com/goodtoknow/online-safety/
phishing
/";
79
// URL for the "Learn more" link on the
phishing
blocking page.
163
//
phishing
resource, the multi-threat interstitial has not been updated to
207
bool
phishing
= false;
local
218
phishing
= true;
221
DCHECK(
phishing
|| malware);
222
if (malware &&
phishing
)
395
// User pressed "Report error" for a
phishing
site.
658
action.append("
Phishing
");
729
// Same as above but for
phishing
warnings
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java
374
if (!conversation.
phishing
) {
440
final MenuItem
phishing
= menu.findItem(R.id.report_phishing);
local
441
phishing
.setVisible(showMarkAsPhishing &&
Completed in 58 milliseconds