HomeSort by relevance Sort by last modified time
    Searched full:match_and_consume (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py 168 def match_and_consume(pattern, source): function
184 match, source = match_and_consume("interface\s(\w*)\s?\{([^\{]*)\}", source)
364 match, source = match_and_consume("\[(\w*)\]", source)

Completed in 553 milliseconds