OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_param
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
bg.js
7
return eval(rule.
match_param
);
11
var host = (rule.
match_param
.indexOf(':') < 0) ? link.hostname : link.host;
12
return (host.indexOf(rule.
match_param
.toLowerCase()) ==
13
(host.length - rule.
match_param
.length));
16
return item.filename == rule.
match_param
;
18
return (new RegExp(rule.
match_param
)).test(item.url);
20
return (new RegExp(rule.
match_param
)).test(item.filename);
options.js
15
this.getElement('match-param').value = data.
match_param
;
84
match_param
: node.rule.getElement('match-param').value,
/external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc
286
std::string
match_param
= path_parts.at(2);
local
287
match_param
=
match_param
.substr(0,
match_param
.find('?'));
297
if (!base::StringToInt(
match_param
, &match_num))
Completed in 699 milliseconds