HomeSort by relevance Sort by last modified time
    Searched refs:_delegate (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionObserver.mm 42 _delegate = delegate;
51 [_delegate peerConnectionOnError:_peerConnection];
56 [_delegate peerConnection:_peerConnection
64 [_delegate peerConnection:_peerConnection addedStream:mediaStream];
70 [_delegate peerConnection:_peerConnection removedStream:mediaStream];
79 [_delegate peerConnectionOnRenegotiationNeeded:_peerConnection];
84 [_delegate peerConnection:_peerConnection
91 [_delegate peerConnection:_peerConnection
100 [_delegate peerConnection:_peerConnection gotICECandidate:iceCandidate];
RTCPeerConnection.mm 55 _delegate = delegate;
62 [_delegate peerConnection:_peerConnection
73 [_delegate peerConnection:_peerConnection
79 id<RTCSessionDescriptonDelegate> _delegate;
87 _delegate = delegate;
92 [_delegate peerConnection:_peerConnection
102 [_delegate peerConnection:_peerConnection
107 id<RTCSessionDescriptonDelegate> _delegate;
RTCPeerConnectionObserver.h 75 id<RTCPeerConnectionDelegate> _delegate; member in class:webrtc::RTCPeerConnectionObserver
RTCVideoRenderer.mm 50 _delegate = delegate;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/thread/
messagepump.py 45 self._delegate = delegate
50 self._delegate.schedule(self.interval, self._callback)
55 self._delegate.message_available(message)
57 self._delegate.final_message_delivered()
  /external/chromium_org/chrome/common/extensions/docs/server2/
future.py 14 self._delegate = delegate
16 if (self._value is _no_value and self._delegate is None):
27 self._value = self._delegate.Get()
instance_servlet.py 32 self._delegate = delegate
37 branch_utility = self._delegate.CreateBranchUtility(object_store_creator)
38 host_file_system_creator = self._delegate.CreateHostFileSystemCreator(
41 app_samples_file_system = self._delegate.CreateAppSamplesFileSystem(
patch_servlet.py 29 self._delegate = delegate
33 branch_utility = self._delegate.CreateBranchUtility(object_store_creator)
34 host_file_system_creator = self._delegate.CreateHostFileSystemCreator(
61 self._delegate.CreateAppSamplesFileSystem(
73 self._delegate = delegate or InstanceServlet.Delegate()
98 _PatchServletDelegate(issue, self._delegate)).Get()
test_servlet.py 40 self._delegate = delegate_for_test or InstanceServlet.Delegate()
49 constructor = InstanceServlet.GetConstructor(self._delegate)
54 OfflineRenderServletDelegate(self._delegate).CreateServerInstance(),
cron_servlet.py 36 self._delegate = delegate_for_test or CronServlet.Delegate()
172 delegate = self._delegate
198 branch_utility = self._delegate.CreateBranchUtility(object_store_creator)
199 host_file_system_creator = self._delegate.CreateHostFileSystemCreator(
202 app_samples_file_system = self._delegate.CreateAppSamplesFileSystem(
render_servlet.py 28 self._delegate = delegate
40 server_instance = self._delegate.CreateServerInstance()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dialog.js 38 this._delegate = delegate;
60 this._delegate.focus();
96 this._delegate.willHide();
110 this._delegate.focus();
115 this._delegate.position(this._element, this._relativeToElement);
126 this._delegate.onEnter();
FileUtils.js 110 this._delegate = delegate;
124 this._reader.onerror = this._delegate.onError.bind(this._delegate, this);
125 this._delegate.onTransferStarted();
175 this._delegate.onChunkTransferred(this);
181 this._delegate.onTransferFinished();
206 this._delegate = delegate;
224 this._xhr.onerror = this._delegate.onError.bind(this._delegate, this);
227 this._delegate.onTransferStarted()
    [all...]
FilteredItemSelectionDialog.js 65 this._delegate = delegate;
66 this._delegate.setRefreshCallback(this._itemsLoaded.bind(this));
103 this._delegate.dispose();
115 if (!this._delegate.itemCount())
117 this._delegate.selectItem(this._filteredItems[this._selectedIndexInFiltered], this._promptElement.value.trim());
147 this._delegate.renderItem(index, this._promptElement.value.trim(), itemElement._titleElement, itemElement._subtitleElement);
168 var query = this._delegate.rewriteQuery(this._promptElement.value.trim());
199 for (var i = fromIndex; i < this._delegate.itemCount() && workDone < maxWorkItems; ++i) {
201 if (filterRegex && !filterRegex.test(this._delegate.itemKeyAt(i)))
205 var score = this._delegate.itemScoreAt(i, query)
    [all...]
TabbedPane.js 120 this._delegate = delegate;
143 tab.setDelegate(this._delegate);
768 this._delegate = delegate;
841 if (this._delegate) {
842 this._delegate.closeTabs(this._tabbedPane, ids);
CodeMirrorTextEditor.js 60 this._delegate = delegate;
737 this._delegate.populateLineGutterContextMenu(contextMenu, parseInt(target.textContent, 10) - 1);
739 this._delegate.populateTextAreaContextMenu(contextMenu, 0);
905 this._delegate.onTextChanged(range, newRange);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results.js 162 this._delegate = delegate;
170 this._delegate.fetchResultsURLs(this._failureInfo, function(resultsURLs) {
220 this._delegate = delegate;
301 bottomPanel.appendChild(this._delegate.contentForTest(testName));
358 this._delegate = delegate;
369 var content = this._delegate.contentForTestAndBuilder(testName, builderName);
406 this._delegate = delegate;
439 this._delegate.fetchResultsURLs(failureInfo, callback)
  /external/chromium/net/tools/testserver/
xmppserver.py 124 self._delegate = delegate
150 self._delegate.FeedStanza(stanza)
387 self._delegate = delegate
413 self._delegate.OnXmppConnectionClosed(self)
433 self._delegate.OnXmppHandshakeDone(self)
442 self._delegate.ForwardNotification(self, stanza)
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
GAEChannelClient.m 46 _delegate = delegate;
APPRTCAppDelegate.m 48 id<APPRTCSendMessage> _delegate;
53 _delegate = delegate;
107 [_delegate sendData:data];
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
controllers.js 140 this._delegate = delegate;
167 this._delegate.showResults(resultsView);
180 this._delegate = delegate;
226 this._delegate.showResults(resultsView);
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 123 self._delegate = delegate
149 self._delegate.FeedStanza(stanza)
399 self._delegate = delegate
425 self._delegate.OnXmppConnectionClosed(self)
446 self._delegate.OnXmppHandshakeDone(self)
458 self._delegate.ForwardNotification(self, stanza)
  /external/chromium_org/third_party/icu/source/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 729 NumberFormatFactory* _delegate; member in class:NFFactory
735 , _delegate(delegate)
742 delete _delegate;
754 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)(kind+1));
774 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status);
    [all...]
  /external/icu4c/i18n/
coll.cpp 633 CollatorFactory* _delegate; member in class:CFactory
639 , _delegate(delegate)
646 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status);
680 delete _delegate;
691 return _delegate->createCollator(validLoc);
705 return _delegate->getDisplayName(loc, locale, result);

Completed in 248 milliseconds

1 2