Searched defs:replace_with (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlist.h173 void replace_with(exec_node *replacement) function in struct:exec_node
/external/mesa3d/src/glsl/
H A Dlist.h173 void replace_with(exec_node *replacement) function in struct:exec_node
/external/chromium_org/base/strings/
H A Dstring_util_unittest.cc515 const char* replace_with; member in struct:base::__anon2477
536 ASCIIToUTF16(cases[i].replace_with));
546 const char* replace_with; member in struct:base::__anon2478
566 ASCIIToUTF16(cases[i].replace_with));
1101 const char* replace_with; member in struct:base::TestData
1124 cases[i].replace_with,
H A Dstring_util.cc117 const STR& replace_with,
120 size_t replace_length = replace_with.length();
127 output->replace(found, 1, replace_with);
136 const string16& replace_with,
138 return ReplaceCharsT(input, replace_chars.as_string(), replace_with, output);
143 const std::string& replace_with,
145 return ReplaceCharsT(input, replace_chars.as_string(), replace_with, output);
497 const StringType& replace_with,
505 str->replace(offs, find_this.length(), replace_with);
506 offs += replace_with
115 ReplaceCharsT(const STR& input, const STR& replace_chars, const STR& replace_with, STR* output) argument
134 ReplaceChars(const string16& input, const base::StringPiece16& replace_chars, const string16& replace_with, string16* output) argument
141 ReplaceChars(const std::string& input, const base::StringPiece& replace_chars, const std::string& replace_with, std::string* output) argument
494 DoReplaceSubstringsAfterOffset(StringType* str, size_t start_offset, const StringType& find_this, const StringType& replace_with, bool replace_all) argument
513 ReplaceFirstSubstringAfterOffset(string16* str, size_t start_offset, const string16& find_this, const string16& replace_with) argument
521 ReplaceFirstSubstringAfterOffset(std::string* str, size_t start_offset, const std::string& find_this, const std::string& replace_with) argument
529 ReplaceSubstringsAfterOffset(string16* str, size_t start_offset, const string16& find_this, const string16& replace_with) argument
537 ReplaceSubstringsAfterOffset(std::string* str, size_t start_offset, const std::string& find_this, const std::string& replace_with) argument
[all...]
/external/chromium_org/athena/wm/
H A Dsplit_view_controller.cc243 aura::Window* replace_with) {
245 CHECK(replace_with);
247 CHECK(replace_with != left_window_ && replace_with != right_window_);
248 DCHECK(window_list_provider_->IsWindowInList(replace_with));
252 left_window_ = replace_with;
255 right_window_ = replace_with;
260 wm::ActivateWindow(replace_with);
261 window_list_provider_->StackWindowBehindTo(not_replaced, replace_with);
242 ReplaceWindow(aura::Window* window, aura::Window* replace_with) argument

Completed in 4956 milliseconds