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

/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator.py52 LINK_CLUES = ['regist', 'user', 'sign', 'login', 'account'] variable
92 # Http links without clues from LINK_CLUES.
94 # Http links that contain a clue from LINK_CLUES.
96 # Https links that do not contain any clues from LINK_CLUES.
98 # Https links that contain a clue from LINK_CLUES.
130 for clue in LINK_CLUES:
354 # Http links that contain a clue from LINK_CLUES.
356 # Http links that do not contain any clue from LINK_CLUES.
358 # Https links that contain a clue from LINK_CLUES.
360 # Https links that do not contain any clue from LINK_CLUES
[all...]

Completed in 107 milliseconds