HomeSort by relevance Sort by last modified time
    Searched full:_completions (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 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:prefixStr language:nil inSpellDocumentWithTag:[_view spellCheckerDocumentTag]];
198 [_completions retain];
200 if (!_completions || [_completions count] == 0) {
202 } else if ([_completions count] == 1) {
203 [self _insertMatch:[_completions objectAtIndex:0]]
    [all...]
WebTextCompletionController.h 35 NSArray *_completions; variable
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js 348 this._completions(expressionString, prefix, bestMatchOnly, completionsReadyCallback);
351 _completions: function(expressionString, prefix, bestMatchOnly, completionsReadyCallback)
    [all...]

Completed in 678 milliseconds