HomeSort by relevance Sort by last modified time
    Searched refs:empties (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 222 std::vector<PasswordForm> empties; // Empty-path matches in result set. local
245 empties.push_back(*logins_result[i]);
273 for (std::vector<PasswordForm>::const_iterator it = empties.begin();
274 it != empties.end(); ++it) {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 226 * port, and scheme. If empty, empties the proxy setting.
244 * port, and scheme. If empty, empties the proxy setting.
262 * port, and scheme. If empty, empties the proxy setting.
280 * port, and scheme. If empty, empties the proxy setting.
311 * port, and scheme. If empty, empties the proxy setting.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 228 * port, and scheme. If empty, empties the proxy setting.
246 * port, and scheme. If empty, empties the proxy setting.
264 * port, and scheme. If empty, empties the proxy setting.
282 * port, and scheme. If empty, empties the proxy setting.
313 * port, and scheme. If empty, empties the proxy setting.
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 483 static const char *empties[] = { local
489 for (int i = 0; i < arraysize(empties); i++)
490 CHECK(!RE2(empties[i]).Match("abc", 0, 3, RE2::UNANCHORED, NULL, 0));
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 476 static const char *empties[] = { local
482 for (int i = 0; i < arraysize(empties); i++)
483 CHECK(!RE2(empties[i]).Match("abc", 0, 3, RE2::UNANCHORED, NULL, 0));
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js     [all...]

Completed in 506 milliseconds