Searched refs:_id (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSStyleSheet.js32 this._id = id || null;
57 return this._id;
106 if (!this._id)
121 CSSAgent.setStyleSheetText(this._id, this.currentRevision.content, contentDidChange.bind(this));
127 return !!this._id;
132 if (!this._id) {
138 CSSAgent.getStyleSheetText(this._id, callback);
H A DDOMStorageObject.js28 this._id = id;
51 return this._id;
79 DOMStorageAgent.getDOMStorageEntries(this._id, callback);
81 DOMStorageAgent.getDOMStorageItems(this._id, callback);
86 DOMStorageAgent.removeDOMStorageItem(this._id, key);
91 DOMStorageAgent.setDOMStorageItem(this._id, key, value);
H A DExecutionContext.js33 this._id = id;
54 return this._id;
H A DDatabaseObject.js28 this._id = id;
45 return this._id;
77 DatabaseAgent.getDatabaseTableNames(this._id, sortingCallback);
133 DatabaseAgent.executeSQL(this._id, query, callback);
H A DBreakpointAction.js45 this._id = WebInspector.debuggerManager.nextBreakpointActionIdentifier;
68 return this._id;
93 var obj = {type: this._type, id: this._id};
H A DScript.js33 this._id = id || null;
64 return this._id;
109 return !!this._id;
114 if (!this._id) {
120 DebuggerAgent.getScriptSource(this._id, callback);
H A DCallFrame.js34 this._id = id || null;
49 return this._id;
H A DProbe.js42 this._id = id;
64 return this._id;
H A DCSSRule.js34 this._id = id || null;
60 return this._id;
70 return !!this._id && (this._type === WebInspector.CSSRule.Type.Author || this._type === WebInspector.CSSRule.Type.Inspector);
H A DFrame.js32 this._id = id;
183 return this._id;
329 this._childFrameIdentifierMap[frame._id] = frame;
341 var childFrameId = frameOrFrameId._id;
356 delete this._childFrameIdentifierMap[childFrame._id];
H A DCSSStyleDeclaration.js36 this._id = id || null;
67 return this._id;
92 return !!this._id && ((this._type === WebInspector.CSSStyleDeclaration.Type.Rule && this._ownerRule && this._ownerRule.editable) || this._type === WebInspector.CSSStyleDeclaration.Type.Inline);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dservslkf.cpp39 , _id(locale)
50 , _id()
53 LocaleUtility::initNameFromLocale(locale, _id);
70 if (_id == keyID) {
81 // return id == _id;
89 result.remove(_id);
91 result.put(_id, (void*)this, status);
102 result.append(_id);
H A Dserv.cpp28 : _id(id) {
38 return _id;
44 return result.append(_id);
70 return id == _id;
106 result.append(_id);
126 : _instance(instanceToAdopt), _id(id), _visible(visible)
140 if (_id == key.currentID(temp)) {
151 result.put(_id, (void*)this, status); // cast away const
153 result.remove(_id);
160 if (_visible && _id
316 StringPair(const UnicodeString& _displayName, const UnicodeString& _id) argument
[all...]
H A Dserv.h72 const UnicodeString _id; member in class:ICUServiceKey
286 const UnicodeString _id;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyProfileObject.js36 this._id = id;
69 return this._id;
74 this._id = id;
H A DLegacyProfileType.js28 this._id = id;
43 return this._id;
H A DContextMenu.js40 this._id = topLevelMenu.nextId();
46 return this._id;
68 return { type: "item", id: this._id, label: this._label, enabled: !this._disabled };
72 return { type: "checkbox", id: this._id, label: this._label, checked: !!this._checked, enabled: !this._disabled };
142 this._id = 0;
151 return this._id++;
/macosx-10.10.1/ruby-106/ruby/
H A Dprobes_helper.h13 VALUE _id = (id); \
18 rb_thread_method_id_and_class((th), &_id, &_klass); \
39 methodname = rb_id2name(_id); \
/macosx-10.10.1/DiskArbitration-268/DiskArbitration/
H A DDADisk.c42 char * _id; member in struct:__DADisk
77 return CFStringCreateWithFormat( CFGetAllocator( object ), NULL, CFSTR( "<DADisk %p [%p]>{id = %s}" ), object, CFGetAllocator( object ), disk->_id );
84 return CFStringCreateWithFormat( CFGetAllocator( object ), NULL, CFSTR( "%s" ), disk->_id );
99 disk->_id = strdup( id );
112 if ( disk->_id ) free( disk->_id );
121 return ( strcmp( disk1->_id, disk2->_id ) == 0 );
128 return CFHashBytes( ( void * ) disk->_id, MIN( strlen( disk->_id ), 1
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/-test-/symbol/
H A Dtype.c6 t = (id ? rb_is_##type##_id(id) : rb_is_##type##_name(name)); \
10 t = rb_is_##type##_id(rb_to_id(name)); \
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dview.cpp1102 _id = sPropNames->GetSize();
1103 while (--_id >= 0) {
1104 const char *p = sPropNames->GetAt(_id);
1110 if (_id < 0) {
1113 for (_id = 0; _id < size; ++_id)
1114 if (sPropCounts->GetAt(_id) == 0)
1117 if (_id >= size) {
1118 sPropCounts->SetSize(_id
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DUPSLowPower.c397 int _id;
405 if(whichUPS) CFNumberGetValue(whichUPS, kCFNumberIntType, &_id);
406 else _id = 0;
408 ret = IOUPSGetCapabilities(connect, _id, &cap_set);
427 int _id;
435 CFNumberGetValue(whichUPS, kCFNumberIntType, &_id);
437 _id = 0;
450 ret = IOUPSSendCommand(connect, _id, command_dict);
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c59 char * _id; member in struct:__DADisk
99 return CFStringCreateWithFormat( CFGetAllocator( object ), NULL, CFSTR( "<DADisk %p [%p]>{id = %s}" ), object, CFGetAllocator( object ), disk->_id );
106 return CFStringCreateWithFormat( CFGetAllocator( object ), NULL, CFSTR( "%s" ), disk->_id );
134 disk->_id = strdup( id );
145 assert( disk->_id );
176 if ( disk->_id ) free( disk->_id );
187 return ( strcmp( disk1->_id, disk2->_id ) == 0 );
194 return CFHashBytes( ( void * ) disk->_id, MI
[all...]
H A DDAFileSystem.c49 CFURLRef _id; member in struct:__DAFileSystem
147 filesystem->_id );
154 return CFStringCreateWithFormat( kCFAllocatorDefault, NULL, CFSTR( "%@" ), filesystem->_id );
165 filesystem->_id = CFRetain( id );
176 if ( filesystem->_id ) CFRelease( filesystem->_id );
185 return CFEqual( filesystem1->_id, filesystem2->_id );
192 return CFHash( filesystem->_id );
651 probeCommand = ___CFBundleCopyResourceURLInDirectory( filesystem->_id, probeCommandNam
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Ddynhelp.tcl54 variable _id ""
523 variable _id
540 if { $_id != "" } {
541 after cancel $_id
542 set _id ""
547 set _id [after $_delay $cmd]
646 variable _id

Completed in 144 milliseconds

12