Searched refs:Preferences (Results 1 – 21 of 21) sorted by relevance
/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 | StylesSidebarPane.js | 99 …leRules = node.ownerDocument.defaultView.getMatchedCSSRules(node, "", !Preferences.showUserAgentSt… 234 …if (Preferences.styleRulesExpandedState && section.identifier in Preferences.styleRulesExpandedSta… 235 section.expanded = Preferences.styleRulesExpandedState[section.identifier]; 269 if (Preferences.showInheritedComputedStyleProperties) 275 showInheritedInput.checked = Preferences.showInheritedComputedStyleProperties; 279 Preferences.showInheritedComputedStyleProperties = showInheritedInput.checked; 280 if (Preferences.showInheritedComputedStyleProperties) 332 if (!Preferences.styleRulesExpandedState) 333 Preferences.styleRulesExpandedState = {}; 334 Preferences.styleRulesExpandedState[this.identifier] = true; [all …]
|
D | ElementsTreeOutline.js | 118 …var node = (Preferences.ignoreWhitespace ? firstChildSkippingWhitespace.call(this.rootDOMNode) : t… 123 … node = Preferences.ignoreWhitespace ? nextSiblingSkippingWhitespace.call(node) : node.nextSibling; 250 …var hasChildren = node.contentDocument || (Preferences.ignoreWhitespace ? (firstChildSkippingWhite… 254 this.whitespaceIgnored = Preferences.ignoreWhitespace; 352 if (this.children.length || this.whitespaceIgnored !== Preferences.ignoreWhitespace) 355 this.whitespaceIgnored = Preferences.ignoreWhitespace; 375 …var child = (Preferences.ignoreWhitespace ? firstChildSkippingWhitespace.call(node) : node.firstCh… 403 …child = Preferences.ignoreWhitespace ? nextSiblingSkippingWhitespace.call(child) : child.nextSibli…
|
D | DatabasesPanel.js | 275 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
|
D | Console.js | 379 …ght = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.tota…
|
D | utilities.js | 807 var textChild = onlyTextChild.call(this, Preferences.ignoreWhitespace); 808 …var showInlineText = textChild && textChild.textContent.length < Preferences.maxInlineTextChildLen…
|
D | ProfilesPanel.js | 419 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
|
D | inspector.js | 30 var Preferences = { variable 1147 if (Preferences.showMissingLocalizedStrings)
|
D | ScriptsPanel.js | 638 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minScriptsSidebarWidth, window.…
|
D | ElementsPanel.js | 1184 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minElementsSidebarWidth, window…
|
D | ResourcesPanel.js | 1067 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 29 "%@/Library/Preferences/%@" 628 WebKit/mac/WebView/WebView.mm:"Preferences"
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 64 …"Failed to restore initial color profile for main display! Open System Preferences > Displays > Co…
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebBasePluginPackage.mm | 230 …NSString *pListPath = [NSString stringWithFormat:@"%@/Library/Preferences/%@", NSHomeDirectory(), …
|
/external/gtest/ |
D | README | 174 directory (selected in the Xcode "Preferences..." -> "Building" pane and
|
/external/webkit/WebKit/mac/WebView/ |
D | WebView.mm | 2317 preferences = [decoder decodeObjectForKey:@"Preferences"]; 2372 [encoder encodeObject:[self preferences] forKey:@"Preferences"];
|
/external/webkit/WebCore/ |
D | ChangeLog | 31543 …em/6289712> REGRESSION(r37432-37490): Scroll bar is not drawn in Bookmark View, Preferences sheets. 32031 (WebInspector.StylesSidebarPane.prototype.update): Check the Preferences object 32037 to true for this identifier in Preferences.styleRulesExpandedState. Don't remember 32040 to false for this identifier in Preferences.styleRulesExpandedState. 32042 (Preferences.styleRulesExpandedState): Initialize to an empty object.
|
D | ChangeLog-2007-10-14 | 40323 …ION(14784): WebKit doesn't dynamically reflect changes to the highlight color in System Preferences
|
D | ChangeLog-2008-08-10 | 28229 (Preferences.minScriptsSidebarWidth): Added.
|
/external/webkit/WebKit/win/ |
D | ChangeLog | 13797 …(WebPreferences::preferencesPath): Prefer to store WebKit Preferences keyed off of bundle executab…
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 11771 … - put preference keys in a private header file so Safari can use them for Managed Preferences
|