/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
PropertiesSection.js | 42 this.propertiesElement.className = "properties properties-tree monospace";
|
RuntimeModel.js | 142 // There is no expression, so the completion should happen against global properties. 298 * @param {!Array.<string>} properties 300 _reportCompletions: function(completionsReadyCallback, dotNotation, bracketNotation, expressionString, prefix, properties) { 313 properties = properties.concat(keywords); 316 properties.sort(); 318 for (var i = 0; i < properties.length; ++i) { 319 var property = properties[i];
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebHitTestResult.h | 42 // Properties of a hit test result, i.e. properties of the nodes at a given point
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
charmap.pl | 10 # RFC2253 character properties 68 * Mask of various character properties
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/ |
yasm.rules | 16 <Properties>
111 </Properties>
|
/external/chromium_org/tools/json_schema_compiler/test/ |
choices.json | 9 "properties": { 90 "properties": {
|
/external/chromium_org/tools/perf/page_sets/ |
top_10.json | 18 "why": "productivity, top google properties", 27 "why": "productivity, top google properties",
|
/external/chromium_org/tools/telemetry/third_party/davclient/ |
davclient.py | 184 """Move DAV collection and copy all properties""" 195 def propfind(self, path, properties='allprop', namespace='DAV:', depth=None, headers=None): 196 """Property find. If properties arg is unspecified it defaults to 'allprop'""" 199 if type(properties) is str: 200 ElementTree.SubElement(root, '{DAV:}%s' % properties) 203 object_to_etree(props, properties, namespace=namespace) 246 """Patch properties on a DAV resource. If namespace is not specified the DAV namespace is used for all properties"""
|
/external/chromium_org/ui/app_list/ |
search_box_model.h | 26 // The properties of the button. 42 // Sets/gets the properties for the button of speech recognition.
|
/external/chromium_org/ui/base/gtk/ |
gtk_floating_container.h | 35 // properties. 72 // Internal structure used to associate a widget and its x/y child properties.
|
/external/chromium_org/v8/test/mjsunit/ |
object-literal-gc.js | 47 // Force normalization of the properties. 53 // Check that the properties have the expected values.
|
override-read-only-property.js | 31 // allowed to override read-only properties, not even if the read-only 35 // of read-only properties in prototype chains.
|
/external/harfbuzz/src/ |
harfbuzz-buffer.h | 41 HB_UInt properties; member in struct:HB_GlyphItemRec_ 93 HB_UInt properties,
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-buffer.h | 41 HB_UInt properties; member in struct:HB_GlyphItemRec_ 93 HB_UInt properties,
|
/external/jsr305/ri/nbproject/ |
project.xml | 9 <!-- Do not use Project Properties customizer when editing this file manually. --> 11 <properties/>
|
/external/llvm/cmake/modules/ |
LLVMProcessSources.cmake | 25 set_source_files_properties(${tds} PROPERTIES HEADER_FILE_ONLY ON) 34 set_source_files_properties(${hds} PROPERTIES HEADER_FILE_ONLY ON)
|
/external/llvm/lib/MC/ |
MCAsmInfoCOFF.cpp | 1 //===-- MCAsmInfoCOFF.cpp - COFF asm properties -----------------*- C++ -*-===// 10 // This file defines target asm properties related what form asm statements
|
MCAsmInfoDarwin.cpp | 1 //===-- MCAsmInfoDarwin.cpp - Darwin asm properties -------------*- C++ -*-===// 10 // This file defines target asm properties related what form asm statements
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCAsmInfo.cpp | 1 //===-- ARMMCAsmInfo.cpp - ARM asm properties -----------------------------===// 10 // This file contains the declarations of the ARMMCAsmInfo properties.
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCAsmInfo.cpp | 1 //===-- MipsMCAsmInfo.cpp - Mips Asm Properties ---------------------------===// 10 // This file contains the declarations of the MipsMCAsmInfo properties.
|
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
NVPTXMCAsmInfo.cpp | 1 //===-- NVPTXMCAsmInfo.cpp - NVPTX asm properties -------------------------===// 10 // This file contains the declarations of the NVPTXMCAsmInfo properties.
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCAsmInfo.cpp | 1 //===-- PPCMCAsmInfo.cpp - PPC asm properties -----------------------------===// 10 // This file contains the declarations of the MCAsmInfoDarwin properties.
|
/external/openssl/crypto/asn1/ |
charmap.pl | 10 # RFC2253 character properties 68 * Mask of various character properties
|
/external/proguard/docs/manual/ |
wtk.html | 26 {j2mewtk.dir}<code>/wtklib/Linux/ktools.properties</code> or 27 {j2mewtk.dir}<code>\wtklib\Windows\ktools.properties</code> (whichever is
|
/external/skia/gm/ |
deviceproperties.cpp | 43 SkDeviceProperties properties = SkDeviceProperties::Make( local 47 SkBitmapDevice device(bitmap, properties);
|