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

  /external/chromium_org/chrome/browser/ui/webui/password_manager_internals/
password_manager_internals_ui.cc 73 std::string no_quotes(text);
74 std::replace(no_quotes.begin(), no_quotes.end(), '"', ' ');
75 base::StringValue text_string_value(net::EscapeForHTML(no_quotes));
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_unittest.cc 43 base::FilePath::StringType no_quotes(FILE_PATH_LITERAL("//$C/\"a\"/$path"));
50 ASSERT_EQ(quotes_result, no_quotes);
52 ASSERT_EQ(quotes_result, no_quotes);
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 160 std::string no_quotes; local
162 base::RemoveChars(has_quotes, "\"[]`", &no_quotes);
163 return no_quotes;
    [all...]

Completed in 518 milliseconds