Searched
full:methods (Results
701 -
725 of
15977) sorted by null
<<21222324252627282930>>
/external/chromium_org/android_webview/browser/ |
input_stream.h | 18 // constructor and methods can be called on different threads) but calling 19 // methods concurrently might have undefined results.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
ChromeWebContentsDelegateAndroid.java | 16 * It should contain empty WebContentsDelegate methods to be implemented by the embedder. 17 * These methods belong to the Chromium Android port but not to WebView.
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
value_store_cache.h | 25 // It also means that any methods invoked on UI *before ShutdownOnUI()* can 26 // safely post other methods to the FILE thread, since the deletion task is only
|
/external/chromium_org/chrome/browser/extensions/ |
test_extension_service.h | 19 // implementations for methods that add failures. You should subclass 20 // this and override the methods you care about.
|
/external/chromium_org/chrome/browser/performance_monitor/ |
performance_monitor_util.h | 27 // These are a collection of methods designed to create an event to store the 28 // pertinent information, given all the fields. Please use these methods to
|
/external/chromium_org/chrome/browser/predictors/ |
logged_in_predictor_table.h | 23 // All methods except the constructor and destructor need to be called on the DB 54 // PredictorTableBase methods.
|
/external/chromium_org/chrome/browser/search_engines/ |
default_search_policy_handler.h | 21 // ConfigurationPolicyHandler methods: 35 // ConfigurationPolicyHandler methods:
|
/external/chromium_org/chrome/browser/speech/ |
chrome_speech_recognition_manager_delegate.h | 26 // SpeechRecognitionEventListener methods. 41 // SpeechRecognitionManagerDelegate methods.
|
/external/chromium_org/chrome/browser/sync/glue/ |
synced_tab_delegate_android.h | 27 // Methods from SyncedTabDelegate. 45 // Managed user related methods.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.h | 40 // Name starts with "get" because methods staring with "new" return retained 51 // Protected methods subclasses can override to alter behavior. Clients should
|
/external/chromium_org/chrome/browser/ui/webui/translate_internals/ |
translate_internals_handler.h | 31 // content::WebUIMessageHandler methods: 34 // TranslateManager::Observer methods:
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
api_reference.html | 16 <h2 id="methods">Methods</h2>
|
/external/chromium_org/content/browser/android/ |
content_view_render_view.h | 20 // Registers the JNI methods for ContentViewRender. 27 // Methods called from Java via JNI -----------------------------------------
|
/external/chromium_org/content/browser/appcache/ |
chrome_appcache_service.h | 35 // All methods, except the ctor, are expected to be called on 39 // to worry about clients calling AppCacheService methods.
|
/external/chromium_org/content/public/renderer/ |
p2p_socket_client.h | 20 // Note that while ref-counting is thread-safe, all methods must be 27 // P2P_SOCKET_TCP_CLIENT. The methods on the returned socket may only be
|
/external/chromium_org/media/filters/ |
audio_file_reader.h | 31 // channels(), duration(), and number_of_frames() methods can be called. 45 // These methods can be called once Open() has been called.
|
/external/chromium_org/mojo/system/ |
waiter.h | 17 // IMPORTANT (all-caps gets your attention, right?): |Waiter| methods are called 18 // under other locks, in particular, |Dispatcher::lock_|s, so |Waiter| methods
|
/external/chromium_org/net/cert/ |
mock_cert_verifier.h | 21 // Verify() or by calling one of the AddResult*() methods to specifically 39 // not have explicit results added via the AddResult*() methods.
|
/external/chromium_org/net/disk_cache/ |
eviction.h | 55 // We'll just keep for a while a separate set of methods that implement the 56 // new eviction algorithm. This code will replace the original methods when
|
/external/chromium_org/net/http/ |
http_network_layer.h | 45 // HttpTransactionFactory methods: 52 // base::PowerObserver methods:
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
srpc_client.h | 58 typedef std::map<nacl::string, MethodInfo*> Methods; 59 Methods methods_;
|
/external/chromium_org/remoting/host/ |
desktop_environment.h | 31 // Provides factory methods for creation of audio/video capturers and event 37 // Factory methods used to create audio/video capturers, event executor, and
|
/external/chromium_org/sync/internal_api/public/test/ |
test_user_share.h | 68 // methods normally handled via the SyncBackendHost 72 // has methods which can be helpful when writing test assertions.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
NodeList.h | 39 // DOM methods & attributes for NodeList 44 // Other methods (not part of DOM)
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebServiceWorkerContextProxy.h | 39 // All methods of this class must be called on the worker thread. 44 // FIXME: Add service-worker specific methods.
|
Completed in 1739 milliseconds
<<21222324252627282930>>