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

  /external/chromium-trace/catapult/third_party/webtest/webtest/
response.py 206 el_href = attrs[href_attr]
208 m = href_extract.search(el_href)
212 el_href = m.group(1)
213 attrs['uri'] = el_href
214 if el_href.startswith('#'):
217 if el_href.startswith('javascript:'):
227 if href_pat and not href_pat(el_href):
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 726 el_href = attrs[href_attr]
728 m = href_extract.search(el_href)
732 el_href = m.group(1)
733 attrs['uri'] = el_href
734 if el_href.startswith('#'):
737 if el_href.startswith('javascript:'):
747 if href_pat and not href_pat(el_href):
    [all...]

Completed in 45 milliseconds