Home | History | Annotate | Download | only in Scripts

Lines Matching refs:selector

629                   my $selector = method_decl_to_selector ($potential_method_spec);
630 $potential_name = "${potential_method_char}\[${interface_name} ${selector}\]";
665 my $selector = method_decl_to_selector ($potential_method_spec);
666 $potential_name = "${potential_method_char}\[${interface_name} ${selector}\]";
1203 # Read a file and get all the line ranges of the things that look like CSS selectors. A selector is
1204 # anything before an opening brace on a line. A selector starts at the line containing the opening
1208 # Result is a list of triples: [ start_line, end_line, selector ].