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

1 2

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
automation.cc 128 bool interact = local
129 automation_info_->interact && !other->automation_info_->interact;
134 make_scoped_ptr(new const AutomationInfo(desktop, matches, interact)));
143 bool interact = local
144 automation_info_->interact || other->automation_info_->interact;
149 make_scoped_ptr(new const AutomationInfo(desktop, matches, interact)));
158 bool interact = local
159 automation_info_->interact && other->automation_info_->interact
234 bool interact = false; local
    [all...]
automation_unittest.cc 60 EXPECT_FALSE(info->interact);
79 EXPECT_TRUE(info->interact);
103 EXPECT_FALSE(info->interact);
132 EXPECT_FALSE(info->interact);
153 EXPECT_FALSE(info->interact);
181 EXPECT_FALSE(info->interact);
200 EXPECT_FALSE(info->interact);
219 EXPECT_TRUE(info->interact);
237 EXPECT_TRUE(info->interact);
257 EXPECT_TRUE(info->interact);
    [all...]
automation.h 57 const bool interact; member in struct:extensions::AutomationInfo
61 AutomationInfo(bool desktop, URLPatternSet matches, bool interact);
  /external/lldb/test/pexpect-2.4/examples/
python.py 19 c.interact()
ftp.py 29 child.interact() # Escape character defaults to ^]
script.py 77 p.interact(chr(29))
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
gypsh.py 51 # code.interact uses by default, but tack on something to indicate what
56 code.interact(banner, local=locals)
  /external/lldb/source/Interpreter/
embedded_interpreter.py 13 def interact(self): member in class:SimpleREPL
98 repl.interact()
  /external/chromium_org/chrome/renderer/extensions/
automation_internal_custom_bindings.cc 59 v8::Boolean::New(GetIsolate(), automation_info->interact));
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
iprofiler_profiler.py 39 self._proc.interact(escape_character='\x0d')
  /external/lldb/utils/test/
run-until-faulted.py 66 lldb.interact()
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
select_widget.js 9 * OS X where <select> elements get their own renderer, users can still interact
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
media_widget.js 8 * @fileoverview Gives the user spoken feedback as they interact with the HTML5
time_widget.js 8 * @fileoverview Gives the user spoken feedback as they interact with the time
date_widget.js 8 * @fileoverview Gives the user spoken feedback as they interact with the date
  /external/fdlibm/
Android.mk 51 # Disable GCC optimizations that interact badly with this crufty
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 44 // interact with us.
  /external/chromium_org/chrome/browser/extensions/api/automation_internal/
automation_internal_api.cc 179 EXTENSION_FUNCTION_VALIDATE(automation_info && automation_info->interact);
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 110 help='Let the user interact with the page; the actions specified for '
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 37 * This code can interact with the embedding web page as part of an
307 interact with JavaScript code which does.
503 application to interact with all these types of files via standard POSIX I/O
  /external/chromium_org/v8/src/
object-observe.js 10 // User code will interact with these mechanisms via the Object.observe APIs
12 // (both C++ and JS) will interact with these mechanisms primarily by enqueuing
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 123 fetches interact with fragment coloring?
  /external/chromium_org/third_party/webrtc/tools/rtcbot/
botmanager.js 93 // test can interact with it.
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 123 fetches interact with fragment coloring?
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 71 // Handle scripting messages from outside the extension that wish to interact
499 * PDFScriptingAPI in a page containing the extension) to interact with the

Completed in 465 milliseconds

1 2