OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:waits
(Results
26 - 50
of
1077
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_delegate.h
46
//
Waits
for the sync task to complete and runs the callback.
/external/chromium_org/chrome/browser/chromeos/login/
screenshot_testing_mixin.cc
42
// It simply
waits
for 5 seconds, assuming that this time is enough for
/external/chromium_org/chrome/browser/extensions/
browsertest_util.h
15
//
Waits
until |script| calls "window.domAutomationController.send(result)",
extension_browsertest.h
162
// Same as UpdateExtension but
waits
for the extension to be idle first.
241
//
Waits
until an extension is installed and loaded. Returns true if an
253
//
Waits
until an extension is loaded and all view have loaded.
258
//
Waits
until an extension is loaded.
263
//
Waits
for an extension load error. Returns true if the error really
285
// Simulates a page calling window.open on an URL and
waits
for the
292
// Simulates a page navigating itself to an URL and
waits
for the
/external/chromium_org/chrome/browser/feedback/
feedback_profile_observer.h
21
// FeedbackProfileObserver
waits
on profile creation notifications to check
/external/chromium_org/chrome/browser/sync/test/integration/
updated_progress_marker_checker.h
10
//
Waits
until the latest progress markers are available.
/external/chromium_org/chrome/browser/ui/panels/
test_panel_notification_observer.h
17
// Common base class for a custom notification observer that
waits
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_observer.h
22
//
Waits
for Sync to be initialized, then navigates the |web_contents| to the
/external/chromium_org/chrome/installer/util/
google_update_util.h
11
// GoogleUpdateSetup.exe to install it, and
waits
until it finishes.
/external/chromium_org/chrome/test/base/
extension_js_browser_test.h
23
//
Waits
for an extension to load; returns immediately if already loaded.
extension_load_waiter_one_shot.h
24
//
Waits
for extension with |extension_id| to load. The id should be a pointer
/external/chromium_org/chrome/test/chromedriver/chrome/
chrome_desktop_impl.h
40
//
Waits
for a page with the given URL to appear and finish loading.
/external/chromium_org/content/browser/media/
media_browsertest.h
36
// Opens a URL and
waits
for the document title to match either one of the
/external/chromium_org/content/test/
webrtc_content_browsertest_base.h
26
//
Waits
for the javascript to return OK via the automation controller.
/external/chromium_org/mojo/public/js/bindings/
support.js
13
*
Waits
on the given handle until the state indicated by |signals| is
/external/chromium_org/mojo/services/public/cpp/network/
web_socket_write_queue.h
16
// writes each chunk all at once (or
waits
until the pipe is ready before
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
testable_callback.cc
24
// This
waits
until PPBTestingDev()->QuitMessageLoop() is called
/external/chromium_org/ppapi/tests/
test_view.h
22
//
Waits
until we get a view changed event. Note that the browser may give
/external/chromium_org/sandbox/win/src/
Wow64.h
25
//
Waits
for the 32 bit DLL to get loaded on the child process. This function
/external/chromium_org/ui/base/dragdrop/
download_file_interface.h
46
// Returns true if the download succeeded and false otherwise.
Waits
until the
/external/junit/src/junit/extensions/
ActiveTestSuite.java
10
* test in a separate thread and
waits
until all
/external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c
32
/* Parent creates 2 children, takes a lock,
waits
, segfaults. Use
/frameworks/base/test-runner/src/android/test/
LaunchPerformanceBase.java
44
* Launches intent, and
waits
for idle before returning.
/external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h
69
//
Waits
until all the commands have been executed. Returns whether it
74
//
Waits
until a given number of available entries are available.
98
//
Waits
until the token of a particular value has passed through the command
105
// Called prior to each command being issued.
Waits
for a certain amount of
302
//
Waits
for the get offset to be in a specific range, inclusive. Returns
/external/chromium_org/content/public/test/
browser_test_utils.h
56
//
Waits
for a load stop for the specified |web_contents|'s controller, if the
209
//
Waits
until the title matches either expected_title or one of the titles
236
//
Waits
until the WebContents is destroyed.
248
// Watches a RenderProcessHost and
waits
for specified destruction events.
258
//
Waits
for the render process that contains the specified web contents.
262
//
Waits
until the renderer process exits.
Completed in 1559 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>