Searched refs:_searchResults (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyJavaScriptProfileView.js144 if (this._searchResults) {
145 for (var i = 0; i < this._searchResults.length; ++i) {
146 var profileNode = this._searchResults[i].profileNode;
159 this._searchResults = [];
282 this._searchResults.push({ profileNode: current });
288 finishedCallback(this, this._searchResults.length);
293 if (!this._searchResults || !this._searchResults.length)
301 if (!this._searchResults || !this._searchResults
[all...]
H A DTextEditor.js62 this._searchResults = [];
278 return this._searchResults.length;
291 if (this._automaticallyRevealFirstSearchResult && this._searchResults.length > 0) {
372 this._searchResults.push(mark);
388 for (var i = 0; i < this._searchResults.length; ++i)
389 this._searchResults[i].clear();
395 this._searchResults = [];
409 if (!this._searchResults.length)
420 this._currentSearchResultIndex = this._searchResults.length - 1;
422 this._revealSearchResult(this._searchResults[thi
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py9 _searchResults = objc.ivar() variable in class:MyPDFDocument
14 self._searchResults = None
143 # Lazily allocate _searchResults.
144 if self._searchResults is None:
145 self._searchResults = NSMutableArray.arrayWithCapacity_(10)
152 self._searchResults.removeAllObjects()
164 self._searchResults.addObject_(instance.copy())
176 if self._searchResults is None:
178 return self._searchResults.count()
184 return self._searchResults
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py9 _searchResults = objc.ivar() variable in class:MyPDFDocument
14 self._searchResults = None
143 # Lazily allocate _searchResults.
144 if self._searchResults is None:
145 self._searchResults = NSMutableArray.arrayWithCapacity_(10)
152 self._searchResults.removeAllObjects()
164 self._searchResults.addObject_(instance.copy())
176 if self._searchResults is None:
178 return self._searchResults.count()
184 return self._searchResults
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py9 _searchResults = objc.ivar() variable in class:MyPDFDocument
14 self._searchResults = None
143 # Lazily allocate _searchResults.
144 if self._searchResults is None:
145 self._searchResults = NSMutableArray.arrayWithCapacity_(10)
152 self._searchResults.removeAllObjects()
164 self._searchResults.addObject_(instance.copy())
176 if self._searchResults is None:
178 return self._searchResults.count()
184 return self._searchResults
[all...]

Completed in 118 milliseconds