HomeSort by relevance Sort by last modified time
    Searched refs:npos (Results 151 - 175 of 1280) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc 34 if (chop_index == std::wstring::npos) {
  /external/chromium/net/base/
host_port_pair.cc 36 if (host_.find(':') != std::string::npos) {
  /external/chromium_org/chrome/browser/autocomplete/
history_provider.cc 119 const size_t num_input_slashes = (last_input_nonslash == string16::npos) ?
124 (last_output_nonslash == string16::npos) ?
133 input->UpdateText(output, string16::npos, parts);
144 DCHECK_NE(string16::npos, scheme_pos);
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc 44 AutocompleteInput(ASCIIToUTF16("keyword command"), string16::npos, member in class:string16
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_win.cc 88 if (position != std::wstring::npos) {
97 if (position != std::wstring::npos) {
108 if (position != std::wstring::npos) {
121 if (position != std::wstring::npos) {
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 117 if (profile_index == std::string::npos)
123 if (profile_index == std::string::npos)
166 if (profile_index == std::string::npos)
176 if (profile_index == std::string::npos)
  /external/chromium_org/chrome/browser/
screensaver_window_finder_x11.cc 54 return value.find("screensaver") != std::string::npos;
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc 55 if (index == std::string::npos)
  /external/chromium_org/chrome/browser/ui/webui/options/
home_page_overlay_handler.cc 53 input, string16::npos, string16(), GURL(),
  /external/chromium_org/chrome/common/extensions/
manifest_handler_helpers.cc 23 if (first_non_slash == std::string::npos) {
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_capture_util.cc 48 if (sep_pos == std::string::npos)
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 64 if (begin != std::string::npos) {
67 if (end != std::string::npos)
112 gpu_info->gl_extensions.find("GL_EXT_robustness") != std::string::npos ||
113 gpu_info->gl_extensions.find("GL_ARB_robustness") != std::string::npos;
  /external/chromium_org/net/test/embedded_test_server/
http_response.cc 45 DCHECK(header_value.find_first_of("\n\r") == std::string::npos) <<
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockGrammarCheck.cpp 74 while ((offset = stringText.find(error, offset)) != string16::npos) {
  /external/chromium_org/third_party/re2/re2/
stringpiece.h 125 static const size_type npos; member in class:re2::StringPiece
146 int rfind(const StringPiece& s, size_type pos = npos) const;
147 int rfind(char c, size_type pos = npos) const;
149 StringPiece substr(size_type pos, size_type n = npos) const;
  /external/chromium_org/tools/gn/
filesystem_utils_unittest.cc 12 EXPECT_EQ(std::string::npos, FindExtensionOffset(""));
13 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo/bar/baz"));
16 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo.bar/"));
17 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo.bar/baz"));
settings.cc 19 DCHECK(output_subdir_name.find('/') == std::string::npos);
  /external/chromium_org/webkit/common/user_agent/
user_agent_unittest.cc 17 return user_agent.find("TestContentClient") == std::string::npos;
  /external/llvm/include/llvm/ADT/
SmallString.h 148 /// \return - The index of the first occurrence of \p C, or npos if not
156 /// \returns The index of the first occurrence of \p Str, or npos if not
164 /// \returns The index of the last occurrence of \p C, or npos if not
166 size_t rfind(char C, size_t From = StringRef::npos) const {
172 /// \returns The index of the last occurrence of \p Str, or npos if not
178 /// Find the first character in the string that is \p C, or npos if not
184 /// Find the first character in the string that is in \p Chars, or npos if
192 /// Find the first character in the string that is not \p C or npos if not
199 /// \p Chars, or npos if not found.
206 /// Find the last character in the string that is \p C, or npos if no
    [all...]
  /external/regex-re2/re2/
stringpiece.h 122 static const size_type npos; member in class:re2::StringPiece
143 int rfind(const StringPiece& s, size_type pos = npos) const;
144 int rfind(char c, size_type pos = npos) const;
146 StringPiece substr(size_type pos, size_type n = npos) const;
  /external/chromium_org/content/common/
plugin_list_posix.cc 141 if (filename.find(kUndesiredPlugins[i]) != std::string::npos) {
158 if (filename.find(kBlackListedPlugins[i]) != std::string::npos) {
370 if (end == std::string::npos)
376 if (end == std::string::npos)
385 if (end != std::string::npos) {
391 if (end == std::string::npos)
415 if ((pos = desc.find(kPrePostFixes[i].kPrefix)) != std::string::npos) {
417 pos = std::string::npos;
420 if (pos != std::string::npos)
534 path.value().find(kNetscapeInPath) != std::string::npos) {
    [all...]
  /external/chromium/chrome/browser/autofill/
address_field.cc 374 != string16::npos ||
376 != string16::npos)
391 if (bill == string16::npos && ship == string16::npos)
394 if (bill != string16::npos && ship == string16::npos)
397 if (bill == string16::npos && ship != string16::npos)
  /external/chromium/chrome/browser/content_settings/
content_settings_pattern.cc 64 return host.find('*') == std::string::npos &&
80 return (match != std::string::npos) &&
  /external/chromium/chrome/browser/
crash_upload_list_win.cc 69 if (start_index != std::wstring::npos) {
72 if (end_index != std::wstring::npos) {
  /external/chromium/chrome/browser/download/
drag_download_util.cc 30 if (mime_type_end_pos == string16::npos)
34 if (file_name_end_pos == string16::npos)

Completed in 459 milliseconds

1 2 3 4 5 67 8 91011>>