OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SAFE
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h
5
// The
Safe
Browsing service is responsible for downloading anti-phishing and
49
SAFE
,
132
// Create an instance of the
safe
browsing service.
144
// Called on UI thread to decide if
safe
browsing related stats
152
// Called on the IO thread to check if the given url is
safe
or not. If we
153
// can synchronously determine that the url is
safe
, CheckUrl returns true.
178
// |url| is the url of the resource that matches a
safe
browsing list.
243
// the current page is '
safe
'.
261
// Creates the
safe
browsing service. Need to initialize before using.
383
// be notified that the safebrowsing check is
SAFE
when this happens
[
all
...]
/external/chromium/chrome/browser/download/
download_item.h
60
SAFE
= 0,
288
// This returns the same path as GetTargetFilePath() for
safe
downloads
372
// Whether the download is considered potentially
safe
or dangerous
376
// Why |safety_state_| is not
SAFE
.
/external/nist-sip/java/gov/nist/core/
LexerCore.java
45
public static final int
SAFE
= END - 2;
217
} else if (tok ==
SAFE
) {
223
this.currentMatch.tokenType =
SAFE
;
Completed in 515 milliseconds