HomeSort by relevance Sort by last modified time
    Searched refs:contexts (Results 126 - 150 of 254) sorted by null

1 2 3 4 56 7 8 91011

  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 51 // For context menus, these are the contexts where an item can appear.
72 // A list of Contexts for an item.
107 const ContextList& contexts);
117 ContextList contexts() const { return contexts_; } function in class:ExtensionMenuItem
129 void set_contexts(ContextList contexts) { contexts_ = contexts; }
172 // In what contexts should the item be shown?
  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 13 var contexts = ["page","selection","link","editable","image","video", variable
15 for (var i = 0; i < contexts.length; i++) {
16 var context = contexts[i];
18 var id = chrome.contextMenus.create({"title": title, "contexts":[context],
  /external/valgrind/main/drd/tests/
annotate_smart_pointer2.stderr.exp 13 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
hg03_inherit.stderr.exp 16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hold_lock_2.stderr.exp 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_barrier_race.stderr.exp 14 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
rwlock_race.stderr.exp 16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc10_rec_lock.stderr.exp 19 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
tc16_byterace.stderr.exp 13 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc18_semabuse.stderr.exp 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
annotate_ignore_rw2.stderr.exp 19 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
annotate_ignore_write.stderr.exp 19 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
pth_cond_race.stderr.exp 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
rwlock_type_checking.stderr.exp 16 ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)
trylock.stderr.exp 20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.stderr.exp 24 ERROR SUMMARY: 1000 errors from 1 contexts (suppressed: 0 from 0)
tc18_semabuse.stderr.exp 30 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
tc22_exit_w_lock.stderr.exp 39 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
free_is_write.stderr.exp 30 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
hg03_inherit.stderr.exp 30 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
addressable.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
39 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
48 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
62 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
82 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
91 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 22 ERROR SUMMARY: 11 errors from 1 contexts (suppressed: 0 from 0)
mcsigpass.stderr.exp 22 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
mcwatchpoints.stderr.exp 27 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Completed in 313 milliseconds

1 2 3 4 56 7 8 91011