| /external/chromium/net/ftp/ |
| ftp_directory_listing_parser_vms_unittest.cc | 62 ASCIIToUTF16("Total of 1 file, 2 blocks.")); 116 ASCIIToUTF16("Total of 1 file, 2 blocks.")); 127 "Total of 1 file, 2 blocks.", 142 ASCIIToUTF16("Total of 1 file, 2 blocks."));
|
| /external/chromium_org/chrome/browser/bookmarks/ |
| bookmark_test_helpers.h | 16 // Blocks until |model| finishes loading.
|
| /external/chromium_org/chrome/browser/resources/extensions/chromeos/ |
| kiosk_app_disable_bailout_confirm.js | 43 * It blocks the underlying pref being changed and brings up confirmation
|
| /external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
| extension_uninstall_dialog_cocoa.mm | 25 // dialog blocks the page from navigating away and destroying the dialog,
|
| /external/chromium_org/content/browser/ |
| browser_shutdown_profile_dumper.h | 64 // The number of blocks we have already written.
|
| /external/chromium_org/content/browser/gamepad/ |
| gamepad_test_helpers.h | 32 // Blocks the current thread until the GamepadProvider reads from this
|
| /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
| ContentViewTestBase.java | 51 * Loads data on the UI thread and blocks until onPageFinished is called.
|
| /external/chromium_org/content/public/test/ |
| test_navigation_observer.h | 32 // Runs a nested message loop and blocks until the expected number of
|
| /external/chromium_org/media/audio/ |
| fake_audio_consumer.h | 37 // Stop executing the ReadCB provided to Start(). Blocks until the worker
|
| /external/chromium_org/media/filters/ |
| blocking_url_protocol.h | 17 // An implementation of FFmpegURLProtocol that blocks until the underlying
|
| /external/chromium_org/net/ftp/ |
| ftp_directory_listing_parser_vms_unittest.cc | 66 ASCIIToUTF16("Total of 1 file, 2 blocks.")); 120 ASCIIToUTF16("Total of 1 file, 2 blocks.")); 131 "Total of 1 file, 2 blocks.", 146 ASCIIToUTF16("Total of 1 file, 2 blocks."));
|
| /external/chromium_org/ppapi/utility/threading/ |
| simple_thread.h | 40 // Posts a quit message to the message loop and blocks until the thread
|
| /external/chromium_org/sql/ |
| error_delegate_util.cc | 29 // This could be broken blocks, in which case deleting the DB would be a
|
| /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
| macros.tmpl | 12 FIXME: Do we need to put license blocks in generated files?
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
| options.py | 32 blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which the created bug blocks.") variable in class:Options
|
| /external/chromium_org/third_party/leveldatabase/src/table/ |
| filter_block.h | 6 // filters (e.g., bloom filters) for all data blocks in the table combined
|
| /external/chromium_org/third_party/sfntly/cpp/src/test/ |
| platform_thread.h | 63 // Joins with a thread created via the Create function. This function blocks
|
| /external/chromium_org/tools/android/forwarder2/ |
| daemon.h | 60 // Kills the daemon and blocks until it exited. Returns whether it succeeded.
|
| /external/chromium_org/ui/views/controls/menu/ |
| menu_wrapper.h | 40 // Runs the menu at the specified point. This blocks until done.
|
| /external/chromium_org/ui/views/test/ |
| child_modal_window.h | 62 // The modal parent of the child window. The child window blocks input to this
|
| /external/chromium_org/v8/src/ |
| hydrogen-environment-liveness.cc | 39 block_count_(graph->blocks()->length()), 186 // blocks in reverse order and walk backwards through each block. We 201 HBasicBlock* block = graph()->blocks()->at(block_id); 233 HBasicBlock* block = graph()->blocks()->at(block_id);
|
| hydrogen-infer-representation.cc | 139 for (int i = 0; i < graph()->blocks()->length(); ++i) { 140 HBasicBlock* block = graph()->blocks()->at(i); 161 for (int i = 0; i < graph()->blocks()->length(); ++i) { 162 HBasicBlock* block = graph()->blocks()->at(i);
|
| hydrogen-infer-types.h | 44 InferTypes(0, graph()->blocks()->length() - 1);
|
| hydrogen-mark-unreachable.h | 40 : HPhase("H_Mark unreachable blocks", graph) { }
|
| hydrogen-representation-changes.cc | 179 const ZoneList<HBasicBlock*>* blocks(graph()->blocks()); 180 for (int i = 0; i < blocks->length(); ++i) { 182 const HBasicBlock* block(blocks->at(i));
|