Searched refs:stringContains (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/jstemplate/
H A Djstemplate_test.js120 function stringContains(str, sub) { function
148 assertTrue(stringContains(h, 'http://maps.google.com/'));
161 assertTrue(h, stringContains(h, 'http://maps.google.com/'));
/external/chromium_org/chrome/third_party/mock4js/
H A Dmock4js.js65 object.stringContains = function(substring) {
289 if(typeof actualArgument != 'string') throw new Mock4JSException("stringContains() must be given a string, actually got a "+(typeof actualArgument));

Completed in 434 milliseconds