webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
makeSelectorPseudoClassAndCompatibilityElementMap.py File Reference

Namespaces

 makeSelectorPseudoClassAndCompatibilityElementMap
 

Functions

def makeSelectorPseudoClassAndCompatibilityElementMap.enumerablePseudoType (stringPseudoType)
 
def makeSelectorPseudoClassAndCompatibilityElementMap.expand_ifdef_condition (condition)
 

Variables

 makeSelectorPseudoClassAndCompatibilityElementMap.output_file = open('SelectorPseudoClassAndCompatibilityElementMap.gperf', 'w')
 
list makeSelectorPseudoClassAndCompatibilityElementMap.webcore_defines = [i.strip() for i in sys.argv[-1].split(' ')]
 
int makeSelectorPseudoClassAndCompatibilityElementMap.longest_keyword = 0
 
bool makeSelectorPseudoClassAndCompatibilityElementMap.ignore_until_endif = False
 
 makeSelectorPseudoClassAndCompatibilityElementMap.input_file = open(sys.argv[1], 'r')
 
 makeSelectorPseudoClassAndCompatibilityElementMap.line = line.strip()
 
 makeSelectorPseudoClassAndCompatibilityElementMap.condition = line[4:].strip()
 
 makeSelectorPseudoClassAndCompatibilityElementMap.keyword_definition = line.split(',')
 
 makeSelectorPseudoClassAndCompatibilityElementMap.keyword = keyword_definition[0].strip()
 
 makeSelectorPseudoClassAndCompatibilityElementMap.gperf_command = sys.argv[2]
 
 makeSelectorPseudoClassAndCompatibilityElementMap.gperf_return = os.system("%s --key-positions=\"*\" -m 10 -s 2 SelectorPseudoClassAndCompatibilityElementMap.gperf --output-file=SelectorPseudoClassAndCompatibilityElementMap.cpp" % gperf_command)