Searched refs:Preferences (Results 1 – 25 of 29) sorted by relevance
12
/external/jpeg/ |
D | makeproj.mac | 47 Set Preferences of panel "Target Settings" to {Target Name:"libjpeg"} 48 Set Preferences of panel "PPC Project" to {File Name:"libjpeg"} 49 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"} 50 Set Preferences of panel "PPC Project" to {Project Type:library} 51 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 52 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 53 Set Preferences of panel "PPC Codegen" to {Struct Alignment:PowerPC} 54 Set Preferences of panel "PPC Linker" to {Generate SYM File:false} 112 Set Preferences of panel "Target Settings" to {Target Name:"cjpeg"} 113 Set Preferences of panel "PPC Project" to {File Name:"cjpeg"} [all …]
|
/external/webkit/WebCore/inspector/front-end/ |
D | Drawer.js | 78 …rn Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - this.mainElement.to… 185 …ght = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.tota… 290 …ght = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.tota…
|
D | StylesSidebarPane.js | 305 …if (Preferences.styleRulesExpandedState && section.identifier in Preferences.styleRulesExpandedSta… 306 section.expanded = Preferences.styleRulesExpandedState[section.identifier]; 469 if (!Preferences.styleRulesExpandedState) 470 Preferences.styleRulesExpandedState = {}; 471 Preferences.styleRulesExpandedState[this.identifier] = true; 480 if (!Preferences.styleRulesExpandedState) 481 Preferences.styleRulesExpandedState = {}; 482 Preferences.styleRulesExpandedState[this.identifier] = false; 926 if (Preferences.showColorNicknames && color.nickname)
|
D | Settings.js | 32 var Preferences = { variable
|
D | Panel.js | 345 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
|
D | ProfileDataGridTree.js | 53 …econdsToString(time / 1000, WebInspector.UIString.bind(WebInspector), !Preferences.samplingCPUProf…
|
D | ElementsTreeOutline.js | 959 …var showInlineText = textChild && textChild.textContent.length < Preferences.maxInlineTextChildLen… 1020 if (textChild && textChild.textContent.length < Preferences.maxInlineTextChildLength)
|
D | ProfileView.js | 44 if (Preferences.samplingCPUProfiler) {
|
D | ElementsPanel.js | 1093 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minElementsSidebarWidth, window…
|
D | ScriptsPanel.js | 794 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minScriptsSidebarWidth, window.…
|
D | inspector.js | 1699 if (Preferences.showMissingLocalizedStrings)
|
/external/webkit/WebKit/chromium/src/js/ |
D | DevTools.js | 200 Preferences.ignoreWhitespace = false; 201 Preferences.samplingCPUProfiler = true; 202 Preferences.heapProfilerPresent = true;
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 30 "%@/Library/Preferences/%@" 815 WebKit/mac/WebView/WebView.mm:"Preferences"
|
/external/chromium/base/ |
D | mac_util.mm | 260 // Otherwise, as /Library/Preferences/com.apple.TimeMachine.plist grows the
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 252 // Open "Edit->Preferences" 349 // Open the Preferences (Alt-P) 379 // Open "Edit->Preferences" 394 // Open "File->Preferences"
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebBasePluginPackage.mm | 236 …NSString *pListPath = [NSString stringWithFormat:@"%@/Library/Preferences/%@", NSHomeDirectory(), …
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 68 …"Failed to restore initial color profile for main display! Open System Preferences > Displays > Co…
|
/external/gtest/ |
D | README | 174 directory (selected in the Xcode "Preferences..." -> "Building" pane and
|
/external/protobuf/gtest/ |
D | README | 207 directory (selected in the Xcode "Preferences..." -> "Building" pane and
|
/external/dnsmasq/ |
D | FAQ | 129 A: for OS X, System Preferences > Network > {Connection to gateway / DNS } >
|
/external/webkit/WebKit/mac/WebView/ |
D | WebView.mm | 2666 preferences = [decoder decodeObjectForKey:@"Preferences"]; 2721 [encoder encodeObject:[self preferences] forKey:@"Preferences"];
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 19497 …mmand-line fail if custom build product directory is set and ~/Library/Preferences/xcodebuild.plis… 19501 ~/Library/Preferences/xcodebuild.plist. It can prevent xcodebuild from
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 1147 Add Preferences for WebKitShowDebugBorders and WebKitShowRepaintCounter 4122 …Updated WebInspectorClient to use Web Inspector Preferences to remember whether or not it should b…
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 5562 theme: drop down lists in Preferences get a line/square 78582 …em/6289712> REGRESSION(r37432-37490): Scroll bar is not drawn in Bookmark View, Preferences sheets. 79070 (WebInspector.StylesSidebarPane.prototype.update): Check the Preferences object 79076 to true for this identifier in Preferences.styleRulesExpandedState. Don't remember 79079 to false for this identifier in Preferences.styleRulesExpandedState. 79081 (Preferences.styleRulesExpandedState): Initialize to an empty object.
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 15014 …(WebPreferences::preferencesPath): Prefer to store WebKit Preferences keyed off of bundle executab…
|
12