/external/chromium_org/chrome/browser/lifetime/ |
browser_close_manager.h | 35 // Checks whether all browser windows are ready to close and closes them if
|
/external/chromium_org/chrome/browser/sync/glue/ |
failed_data_types_handler.h | 58 // List of data types that failed due to the cryptographer not being ready.
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
history.h | 43 // Returns true if the service is ready.
|
/external/chromium_org/chrome/browser/ui/tab_contents/ |
tab_contents_iterator.h | 19 // not guarantee that the renderer is ready to go. Doing anything to affect
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
base_screen_handler.h | 93 // This method is called when page is ready. It propagates to inherited class 203 // Called when the page is ready and handler can do initialization. 210 // Whether page is ready. 221 // Keeps whether page is ready.
|
/external/chromium_org/chrome/browser/value_store/ |
value_store_frontend.h | 38 // |callback| when ready. NULL is passed if no matching entry is found.
|
/external/chromium_org/chrome/common/ |
search_types.h | 16 // On the NTP page and the NTP is ready to be displayed.
|
/external/chromium_org/content/public/android/java/strings/translations/ |
android_content_strings_en-GB.xtb | 6 <translation id="2094750046714988961">Can't start profiler because external storage is not ready</translation>
|
/external/chromium_org/google_apis/gcm/base/ |
socket_stream.h | 57 READY, 140 // 3. Once done writing, GetState() should be READY, so call Flush(..) to write 152 // Ready for flushing (some data is present). 153 READY,
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_delegate.h | 79 // safe/ready to be used.
|
/external/chromium_org/media/filters/ |
fake_video_decoder.h | 50 // Satisfies the pending init/read/reset/stop callback, which must be ready
|
/external/chromium_org/ppapi/api/private/ |
ppb_tcp_server_socket_private.idl | 34 * grow. |callback| is invoked when |tcp_server_socket| is ready to
|
/external/chromium_org/remoting/client/ |
client_user_interface.h | 35 virtual void OnConnectionReady(bool ready) = 0;
|
/external/chromium_org/third_party/WebKit/ManualTests/media-elements/ |
video-preload.html | 54 if (prop== 'Ready State') 73 ["Ready State", statePropertyValue], 208 <tr><td>Ready State</td><td id="Ready State"></td></tr>
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/ |
dromaeorunner.js | 23 case "dromaeo:ready":
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
FontFace.idl | 55 [CallWith=ExecutionContext] Promise ready();
|
FontFaceSet.idl | 47 Promise ready();
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventSource.idl | 44 // ready state
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileWriter.idl | 36 // ready states
|
/external/chromium_org/third_party/WebKit/public/ |
blink_skia_config.gyp | 43 # DO NOT remove the define until you are ready to rebaseline, and
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
datachannel.h | 60 // Returns true if the transport channel is ready to send data. 74 // ready. 118 // Called when the channel's ready to use. That can happen when the 119 // underlying DataMediaChannel becomes ready, or when this channel is a new
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.h | 137 // Adds a port configuration that is now ready. Once we have one for each 154 bool ready() const { return state_ == STATE_READY; } function in class:cricket::BasicPortAllocatorSession::PortData 173 STATE_READY, // At least one candidate is ready for process. 174 STATE_COMPLETE, // All candidates allocated and ready for process.
|
/external/chromium_org/tools/android/forwarder2/ |
daemon.h | 28 // Called after the daemon is ready to receive commands.
|
/external/chromium_org/tools/cr/cr/actions/ |
installer.py | 30 """Installs a target somewhere so that it is ready to run."""
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_search_results_controller_unittest.mm | 73 void SetMenuReadyForTesting(bool ready) { 74 menu_ready_ = ready; 113 void SetMenuReadyAt(size_t index, bool ready) { 116 result->SetMenuReadyForTesting(ready);
|