Searched refs:found_tag (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.cc109 // |found_tag| is set to true if the tag was successfully found.
114 bool* found_tag,
122 *found_tag = false;
136 *found_tag = true;
223 bool found_tag; local
229 &found_tag,
234 parsed_successfully && found_tag,
111 RetrieveMetaTagContent(const WebFrame* main_frame, const GURL& expected_url, const std::string& meta_tag_name, bool* found_tag, std::string* meta_tag_content) argument

Completed in 300 milliseconds