HomeSort by relevance Sort by last modified time
    Searched refs:Grab (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/login/ui/
lock_window_aura.h 20 virtual void Grab() OVERRIDE;
lock_window.h 32 // Attempt to grab inputs on the webview, the actual view displaying the lock
34 virtual void Grab() = 0;
lock_window_aura.cc 26 void LockWindowAura::Grab() {
27 // We already have grab from the lock screen container, just call the ready
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_unittest.cc 29 // One can pass it or grab it - both calls have timeouts.
62 // Grab the baton. Returns false if baton is not passed.
63 bool Grab(uint32_t max_msecs) {
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/webrtc/src/system_wrappers/source/
condition_variable_unittest.cc 33 // One can pass it or grab it - both calls have timeouts.
69 // Grab the baton. Returns false if baton is not passed.
70 bool Grab(WebRtc_UWord32 max_msecs) {
78 // finishes. I.e. the Grab()-call may finish before |pass_count_| has been
126 LOG("Takeback grab");
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));
  /sdk/files/
post_tools_install.bat 26 rem Grab current directory before we change it
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.h 82 Grab,
Cursor.cpp 135 case Cursor::Grab:
436 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Grab));
  /prebuilts/devtools/tools/
lint.bat 23 rem Grab current directory before we change it
android.bat 27 rem Grab current directory before we change it
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.cc 94 lock_window->Grab();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 100 // Grab the title for the feed item.
108 // Grab the description.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 55 (* Grab the first block so that we might later add the conditional branch
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
results.js 345 /* Grab image result metadata. */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 73 (* Grab the first block so that we might later add the conditional branch
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 103 (* Grab the first block so that we might later add the conditional branch
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 375 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeGrab, Cursor::Grab);
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.h 162 static Deoptimizer* Grab(Isolate* isolate);
deoptimizer.cc 111 Deoptimizer* Deoptimizer::Grab(Isolate* isolate) {
    [all...]
runtime.cc     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 641 // Grab all of the rectangles in the top row.
674 // Start from the end and grab all of the rectangles in the bottom row.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/third_party/readability/js/
readability.js 80 * 3. Grab the article content from the current dom tree.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 417 // Everything else, we just grab the value
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2046 milliseconds

1 2