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

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 618 prototype_index = name.find('.prototype.')
619 if prototype_index != -1:
620 class_function_name = name[0:prototype_index]
  /external/chromium_org/third_party/closure_linter/closure_linter/
statetracker.py 747 prototype_index = name.find('.prototype.')
748 if prototype_index != -1:
749 class_function_name = name[0:prototype_index]
    [all...]

Completed in 700 milliseconds