OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:favicon_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url.cc
562
const char
favicon_path
[] = "/favicon.ico";
local
563
int favicon_path_len = arraysize(
favicon_path
) - 1;
565
rep.SetPath(
favicon_path
, url_parse::Component(0, favicon_path_len));
/cts/tests/src/android/webkit/cts/
CtsTestServer.java
90
public static final String
FAVICON_PATH
= "/favicon.ico";
429
if (path.equals(
FAVICON_PATH
)) {
[
all
...]
Completed in 202 milliseconds