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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 305 themeDict=self.GetThemeDict('default',theme)
307 themeDict=self.GetThemeDict('user',theme)
308 fore=themeDict[element+'-foreground']
310 back=themeDict['normal-background']
312 back=themeDict[element+'-background']
configDialog.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 305 themeDict=self.GetThemeDict('default',theme)
307 themeDict=self.GetThemeDict('user',theme)
308 fore=themeDict[element+'-foreground']
310 back=themeDict['normal-background']
312 back=themeDict[element+'-background']
configDialog.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 305 themeDict=self.GetThemeDict('default',theme)
307 themeDict=self.GetThemeDict('user',theme)
308 fore=themeDict[element+'-foreground']
310 back=themeDict['normal-background']
312 back=themeDict[element+'-background']
configDialog.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 305 themeDict=self.GetThemeDict('default',theme)
307 themeDict=self.GetThemeDict('user',theme)
308 fore=themeDict[element+'-foreground']
310 back=themeDict['normal-background']
312 back=themeDict[element+'-background']
configDialog.py     [all...]

Completed in 603 milliseconds