Lines Matching full:asynchronous
293 <a href="#sync"> Asynchronous vs. synchronous methods </a>
772 <h3 id="sync"> Asynchronous vs. synchronous methods </h3>
774 Most methods in the chrome.* APIs are <b>asynchronous</b>:
780 Here's an example of the signature for an asynchronous method:
807 and performs no other, asynchronous work.
835 because <code>getSelected()</code> is asynchronous.
838 (although some asynchronous methods do).
839 You can tell that <code>getSelected()</code> is asynchronous
871 Although <code>update()</code> is asynchronous,