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

  /external/webkit/WebKitTools/Scripts/webkitpy/
patchcollection.py 46 self._delegate = delegate
47 self._name = self._delegate.collection_name()
48 self._status = self._delegate.status_server()
56 if status and self._delegate.is_terminal_status(status):
61 patch_ids = self._delegate.fetch_potential_patch_ids()
64 if not status or not self._delegate.is_terminal_status(status):
queueengine.py 71 self._delegate = delegate
88 self._delegate.begin_work_queue()
89 while (self._delegate.should_continue_work_queue()):
92 work_item = self._delegate.next_work_item()
96 if not self._delegate.should_proceed_with_work_item(work_item):
104 self._delegate.process_work_item(work_item)
111 self._delegate.handle_unexpected_error(work_item, message)
123 self._queue_log = self._output_tee.add_log(self._delegate.queue_log_path())
127 work_item_log_path = self._delegate.work_item_log_path(work_item)
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 217 return _delegate;
222 _delegate = delegate;
455 if (HTMLMediaElement* mediaElement = [_delegate mediaElement])
464 if (HTMLMediaElement* mediaElement = [_delegate mediaElement])
474 return [_delegate mediaElement] ? [_delegate mediaElement]->currentTime() : 0;
479 if (![_delegate mediaElement])
482 [_delegate mediaElement]->setCurrentTime(currentTime, e);
488 return [_delegate mediaElement] ? [_delegate mediaElement]->duration() : 0
    [all...]
WebVideoFullscreenController.h 41 id <WebVideoFullscreenControllerDelegate> _delegate; // (assign) variable
WebVideoFullscreenHUDWindowController.h 36 id <WebVideoFullscreenHUDWindowControllerDelegate> _delegate; variable
WebVideoFullscreenController.mm 125 return _delegate;
130 _delegate = delegate;
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlight.mm 99 if (_delegate && [_delegate respondsToSelector:@selector(didAttachWebNodeHighlight:)])
100 [_delegate didAttachWebNodeHighlight:self];
105 return _delegate;
115 if (_delegate && [_delegate respondsToSelector:@selector(willDetachWebNodeHighlight:)])
116 [_delegate willDetachWebNodeHighlight:self];
144 _delegate = delegate;
WebNodeHighlight.h 40 id _delegate; member in namespace:NSObject
  /external/icu4c/i18n/
coll.cpp 606 CollatorFactory* _delegate; member in class:CFactory
612 , _delegate(delegate)
619 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status);
636 delete _delegate;
662 return _delegate->createCollator(validLoc);
676 return _delegate->getDisplayName(loc, locale, result);
numfmt.cpp 515 NumberFormatFactory* _delegate; member in class:NFFactory
521 , _delegate(delegate)
528 delete _delegate;
540 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)(kind+1));
560 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status);

Completed in 183 milliseconds