HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 326 - 350 of 7690) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller.cc 36 // allowed galleries low, and then sorts by absolute path.
40 if (a.allowed && !b.allowed)
42 if (!a.allowed && b.allowed)
171 if (iter->second.allowed)
242 if (iter->second.allowed == enabled)
245 iter->second.allowed = enabled;
265 iter->allowed = enabled;
320 iter->allowed = true
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
chrome_report_unrecoverable_error.cc 25 return; // We are not allowed to upload errors.
  /external/chromium_org/chrome/browser/ui/cocoa/
last_active_browser_cocoa.h 12 // the Cocoa frontend that cannot be allowed via C++ friendship as these places
  /external/chromium_org/chrome/common/
pepper_permission_util.h 22 // Checks whether the host of |url| is allowed by |command_line_switch|.
  /external/chromium_org/chrome/test/
DEPS 11 # as such are allowed only content/public. If you find yourself wanting to
  /external/chromium_org/components/autofill/core/common/
autofill_pref_names.cc 15 // Boolean that is true if Autofill is enabled and allowed to save profile data.
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.cc 92 bool* allowed) const {
93 *allowed = false;
95 *allowed = true;
112 *allowed = true;
  /external/chromium_org/content/public/common/
sandbox_type_mac.h 25 // access is allowed to one configurable directory.
speech_recognition_error_list.h 24 // Not allowed for privacy or security reasons.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_utils.h 27 // |out_buf|. |max_size_to_read| is the maximal allowed size of the file.
  /external/chromium_org/ppapi/shared_impl/
scoped_pp_var.h 25 // Implicit copy constructor allowed.
  /external/chromium_org/remoting/base/
breakpad.h 17 // objects are not allowed by the style guide and exceptions to this rule are
  /external/chromium_org/third_party/leveldatabase/src/table/
block.h 35 // No copying allowed
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
110.vert 7 * "The built-ins suffixed with "Lod" are only allowed in a vertex shader."
  /external/chromium_org/tools/gyp/test/configurations/invalid/
gyptest-configurations.py 32 expect = ['%s not allowed in the Debug configuration, found in target '
  /external/chromium_org/ui/compositor/test/
test_layer_animation_observer.h 55 // Copy and assign are allowed.
  /external/chromium_org/ui/views/win/
DEPS 1 # hwnd_util is allowed to include ui/views because it has separate
  /external/chromium_org/webkit/browser/fileapi/
dragged_file_util.h 17 // the virtual root directory (i.e. empty cracked path case) is allowed
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 17 // Allowed by GNU extension
  /external/clang/test/CXX/except/except.spec/
p15.cpp 4 // Thus, explicit specs aren't allowed to conflict.
  /external/clang/test/Parser/
objc-forcollection-neg-2.m 28 for (id el, elem in self) // expected-error {{only one element declaration is allowed}}
  /external/clang/test/SemaObjC/
assign-rvalue-message.m 22 [self bar].x = 10; // expected-error {{assigning to 'readonly' return result of an Objective-C message not allowed}}
  /external/eigen/bench/btl/cmake/
FindBlitz.cmake 11 # Redistribution and use is allowed according to the terms of the BSD license.
  /external/llvm/test/Transforms/GVN/
atomic.ll 9 ; GVN across unordered store (allowed)
21 ; GVN across seq_cst store (allowed in theory; not implemented ATM)
33 ; GVN across unordered load (allowed)
60 ; GVN load to unordered load (allowed)
  /external/markdown/tests/safe_mode/
unsafe_urls.html 1 <p>These links should be unsafe and not allowed in safe_mode</p>

Completed in 568 milliseconds

<<11121314151617181920>>