| /external/chromium_org/chrome/browser/sync/test/integration/ |
| status_change_checker.cc | 32 base::MessageLoop* loop = base::MessageLoop::current(); local 33 base::MessageLoop::ScopedNestableTaskAllower allow(loop); 34 loop->Run();
|
| /external/chromium_org/chrome/browser/task_manager/ |
| task_manager_unittest.cc | 114 base::MessageLoop loop; local
|
| /external/chromium_org/chrome/browser/ui/libgtk2ui/ |
| gtk2_event_loop.cc | 33 Gtk2EventLoop* loop = reinterpret_cast<Gtk2EventLoop*>(data); local 34 loop->DispatchGdkEvent(event); 58 // event loop can handle those key events.
|
| /external/chromium_org/chrome/utility/media_galleries/ |
| image_metadata_extractor_unittest.cc | 16 void QuitLoop(base::RunLoop* loop, bool* output, bool success) { 17 loop->Quit(); 41 base::RunLoop loop; local 43 extractor->Extract(&source, base::Bind(&QuitLoop, &loop, &extracted));
|
| /external/chromium_org/cloud_print/gcp20/prototype/ |
| gcp20_device.cc | 67 base::MessageLoopForIO loop; local 68 g_message_loop = &loop;
|
| /external/chromium_org/components/dom_distiller/core/ |
| distiller_url_fetcher_unittest.cc | 48 base::MessageLoopForUI loop; local 53 loop.RunUntilIdle();
|
| /external/chromium_org/content/test/data/indexeddb/ |
| callback_accounting.js | 26 function loop() { 28 transaction.objectStore('store').get(0).onsuccess = loop; 31 loop();
|
| /external/chromium_org/mojo/application_manager/ |
| background_shell_application_loader.cc | 96 base::RunLoop loop; local 98 quit_closure_ = loop.QuitClosure(); 100 loop.Run();
|
| /external/chromium_org/net/dns/ |
| serial_worker.h | 64 base::MessageLoopProxy* loop() { return message_loop_.get(); } function in class:net::SerialWorker 82 // Posted to message loop in case WorkerPool is busy. (state == WAITING) 85 // Message loop for the thread of origin.
|
| /external/chromium_org/sync/api/ |
| sync_data_unittest.cc | 40 base::MessageLoop loop; member in class:syncer::__anon15364::SyncDataTest
|
| /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/ |
| ghash-x86_64.pl | 143 sub loop() { 158 jmp .Loop$N 161 .Loop$N: 189 jmp .Loop$N 236 &loop ($Xi); 142 sub loop() { subroutine [all...] |
| /external/chromium_org/tools/telemetry/telemetry/page/actions/ |
| loop_unittest.py | 7 from telemetry.page.actions import loop namespace 10 AUDIO_1_LOOP_CHECK = 'window.__hasEventCompleted("#audio_1", "loop");' 11 VIDEO_1_LOOP_CHECK = 'window.__hasEventCompleted("#video_1", "loop");' 22 """Tests that with no selector Loop action loops first media element.""" 23 action = loop.LoopAction(loop_count=2, selector='#video_1') 32 """Tests that Loop action loops all video elements with selector='all'.""" 33 action = loop.LoopAction(loop_count=2, selector='all') 45 """Tests that wait_for_loop timeout_in_secondss if video does not loop.""" 46 action = loop.LoopAction(loop_count=2, selector='#video_1',
|
| /external/chromium_org/ui/views/controls/menu/ |
| menu_message_loop_mac.cc | 34 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 35 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
|
| /external/chromium_org/ui/wm/public/ |
| dispatcher_client.cc | 25 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 26 base::MessageLoopForUI::ScopedNestableTaskAllower allow_nested(loop);
|
| /external/openssl/crypto/engine/ |
| enginetest.c | 78 int loop; local 81 loop = 0; 86 loop++, ENGINE_get_id(h), ENGINE_get_name(h)); 101 int loop; local 220 for(loop = 0; loop < 512; loop++) 222 sprintf(buf, "id%i", loop); 224 sprintf(buf, "Fake engine type %i", loop); 226 if(((block[loop] = ENGINE_new()) == NULL) | [all...] |
| /external/openssl/crypto/modes/asm/ |
| ghash-x86_64.pl | 85 sub loop() { 100 jmp .Loop$N 103 .Loop$N: 131 jmp .Loop$N 177 &loop ($Xi); 84 sub loop() { subroutine
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_write_watcher_unittest.cc | 61 // both as UI and FILE thread, with TYPE_IO message loop. 87 base::RunLoop loop; local 88 TestObserver observer(expected, loop.QuitClosure()); 115 // The loop should quit if all the three paths are notified to be written. 116 loop.Run();
|
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| enterprise_install_attributes_unittest.cc | 28 void CopyLockResult(base::RunLoop* loop, 32 loop->Quit(); 82 base::RunLoop loop; local 88 base::Bind(&CopyLockResult, &loop, &result)); 89 loop.Run(); 191 base::RunLoop loop; local 192 install_attributes_->ReadImmutableAttributes(loop.QuitClosure()); 193 loop.Run(); 224 base::RunLoop loop; local 225 install_attributes_->ReadImmutableAttributes(loop.QuitClosure()) [all...] |
| /external/chromium_org/chrome/browser/extensions/api/dial/ |
| dial_service_unittest.cc | 60 base::MessageLoopForIO loop; local 72 loop.RunUntilIdle(); 77 base::MessageLoopForIO loop; local 128 loop.RunUntilIdle();
|
| /external/chromium_org/chrome/browser/extensions/api/identity/ |
| gaia_web_auth_flow_unittest.cc | 71 base::RunLoop loop; local 72 loop.RunUntilIdle(); // Run tasks so FakeWebAuthFlows get deleted.
|
| /external/chromium_org/chrome/browser/net/ |
| chrome_fraudulent_certificate_reporter_unittest.cc | 169 base::MessageLoopForIO loop; local 170 content::TestBrowserThread io_thread(BrowserThread::IO, &loop); 171 loop.PostTask(FROM_HERE, base::Bind(&DoReportIsSent)); 172 loop.RunUntilIdle(); 176 base::MessageLoopForIO loop; local 177 content::TestBrowserThread io_thread(BrowserThread::IO, &loop); 178 loop.PostTask(FROM_HERE, base::Bind(&DoMockReportIsSent)); 179 loop.RunUntilIdle(); 183 base::MessageLoopForIO loop; local 184 content::TestBrowserThread io_thread(BrowserThread::IO, &loop); [all...] |
| /external/chromium_org/components/variations/ |
| variations_http_header_provider_unittest.cc | 165 base::MessageLoop loop; local 187 base::MessageLoop loop; local 206 base::MessageLoop loop; local 223 // Run the message loop to make sure OnFieldTrialGroupFinalized is called for
|
| /external/chromium_org/mojo/examples/apptest/ |
| example_apptest.cc | 78 mojo::RunLoop loop; local
|
| /external/chromium_org/ppapi/tests/extensions/background_keepalive/ |
| background.cc | 36 pp::MessageLoop loop = pp::MessageLoop::GetCurrent(); local 39 loop.PostWork(c, delay_milliseconds_);
|
| /external/chromium_org/third_party/angle/src/compiler/translator/ |
| LoopInfo.h | 18 // extracted from a loop node. 30 // Check if the current value satisfies the loop condition. 48 TIntermLoop *loop; member in struct:TLoopInfo 57 // Search loop stack for a loop whose index matches the input symbol. 60 // Find the loop index info in the loop stack by the input symbol. 63 // Update the currentValue for the next loop iteration. 66 // Return false if loop condition is no longer satisfied. 69 // Check if the symbol is the index of a loop that's unrolled [all...] |