Searched defs:wait_for (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Ddump_accessibility_tree_browsertest.cc116 std::string* wait_for) {
143 *wait_for = line.substr(wait_str.size());
197 std::string wait_for; local
199 ParseHtmlForExtraDirectives(html_contents, &filters, &wait_for);
212 if (!wait_for.empty()) {
237 } while (!wait_for.empty() &&
238 actual_contents.find(wait_for) == std::string::npos);
114 ParseHtmlForExtraDirectives(const std::string& test_html, std::vector<Filter>* filters, std::string* wait_for) argument
/external/lldb/source/API/
H A DSBTarget.cpp281 SBAttachInfo::SBAttachInfo (const char *path, bool wait_for) : argument
286 m_opaque_sp->SetWaitForLaunch (wait_for);
1057 bool wait_for, // if true wait for a new instance of "name" to be launched
1069 log->Printf ("SBTarget(%p)::AttachToProcessWithName (listener, name=%s, wait_for=%s, error)...", target_sp.get(), name, wait_for ? "true" : "false");
1116 attach_info.SetWaitForLaunch(wait_for);
1053 AttachToProcessWithName( SBListener &listener, const char *name, bool wait_for, SBError& error ) argument

Completed in 170 milliseconds