Searched refs:Grab (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_unittest.cc62 // Grab the baton. Returns false if baton is not passed.
63 bool Grab(uint32_t max_msecs) { function in class:webrtc::__anon16155::Baton
71 // finishes. I.e. the Grab()-call may finish before |pass_count_| has been
137 EXPECT_TRUE(the_baton->Grab(kLongWaitMs));
157 // Thus, we need to pin it down inside its Run function (between Grab
161 ASSERT_TRUE(baton_.Grab(kShortWaitMs));
184 ASSERT_TRUE(baton_.Grab(kShortWaitMs));
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlock_window.h34 virtual void Grab() = 0;
H A Dlock_window_aura.h20 virtual void Grab() OVERRIDE;
H A Dlock_window_aura.cc26 void LockWindowAura::Grab() { function in class:chromeos::LockWindowAura
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_unittest.cc69 // Grab the baton. Returns false if baton is not passed.
70 bool Grab(WebRtc_UWord32 max_msecs) { function in class:webrtc::__anon33521::Baton
78 // finishes. I.e. the Grab()-call may finish before |pass_count_| has been
150 EXPECT_TRUE(the_baton->Grab(kLongWaitMs));
173 // Thus, we need to pin it down inside its Run function (between Grab
177 ASSERT_TRUE(baton_.Grab(kShortWaitMs));
201 ASSERT_TRUE(baton_.Grab(kShortWaitMs));
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.h82 Grab, enumerator in enum:blink::Cursor::Type
H A DCursor.cpp135 case Cursor::Grab:
436 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Grab));
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dwebui_screen_locker.cc94 lock_window->Grab();
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml55 (* Grab the first block so that we might later add the conditional branch
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml73 (* Grab the first block so that we might later add the conditional branch
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml103 (* Grab the first block so that we might later add the conditional branch
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php339 // Grab all parameters
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp375 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeGrab, Cursor::Grab);
/external/chromium_org/v8/src/
H A Ddeoptimizer.h162 static Deoptimizer* Grab(Isolate* isolate);
H A Ddeoptimizer.cc111 Deoptimizer* Deoptimizer::Grab(Isolate* isolate) { function in class:v8::internal::Deoptimizer
H A Druntime.cc8568 Deoptimizer* deoptimizer = Deoptimizer::Grab(isolate);
8581 Deoptimizer* deoptimizer = Deoptimizer::Grab(isolate);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1919 case Cursor::Grab: return "Grab";
/external/bison/build-aux/
H A Dtexinfo.tex5082 % Grab any single-column material above us.

Completed in 1728 milliseconds