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

  /external/python/cpython2/Lib/idlelib/
configHandler.py 292 themeDict = self.GetThemeDict('default', theme)
294 themeDict = self.GetThemeDict('user', theme)
295 fore = themeDict[element + '-foreground']
297 back = themeDict['normal-background']
299 back = themeDict[element + '-background']
configDialog.py     [all...]
  /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 129 milliseconds