Searched refs:_completions (Results 1 – 3 of 3) sorted by relevance
68 [_completions release];126 int numberToShow = [_completions count];140 float width = ceilf([[_completions objectAtIndex:i] sizeWithAttributes:attributes].width);196 [_completions release];197 …_completions = [checker completionsForPartialWordRange:NSMakeRange(0, [prefixStr length]) inString…198 [_completions retain];200 if (!_completions || [_completions count] == 0) {202 } else if ([_completions count] == 1) {203 [self _insertMatch:[_completions objectAtIndex:0]];270 if (selectedRow < (int)[_completions count] - 1) {[all …]
35 NSArray *_completions; variable
348 this._completions(expressionString, prefix, bestMatchOnly, completionsReadyCallback);351 _completions: function(expressionString, prefix, bestMatchOnly, completionsReadyCallback) method in WebInspector.ConsoleView