Searched refs:form_path_tokens_ (Results 1 – 2 of 2) sorted by relevance
86 base::SplitString(observed_form_.origin.path(), '/', &form_path_tokens_); in PasswordFormManager()760 score += (1 << 6) + static_cast<int>(form_path_tokens_.size()); in ScoreResult()767 size_t max_dirs = std::min(form_path_tokens_.size(), in ScoreResult()769 while ((depth < max_dirs) && (form_path_tokens_[depth] == in ScoreResult()
285 std::vector<std::string> form_path_tokens_; variable