HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 676 - 700 of 14636) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_item_applescript.h 28 // if URL is invalid.
  /external/chromium/chrome/common/extensions/
extension_sidebar_utils.cc 14 const char kInvalidPathError[] = "Invalid path: \"*\".";
extension_sidebar_utils.h 20 // In case of any problem, returns an empty invalid GURL and |error| receives
  /external/chromium/chrome/common/
view_types.h 15 INVALID,
  /external/chromium_org/base/json/
json_reader_unittest.cc 27 // Invalid JSON string
86 // According to RFC4627, oct, hex, and leading zeros are invalid JSON.
192 // Invalid number formats
230 // Test invalid strings
233 root.reset(JSONReader().ReadToValue("\"\\z invalid escape char\""));
235 root.reset(JSONReader().ReadToValue("\"\\xAQ invalid hex code\""));
276 // Invalid, missing close brace.
280 // Invalid, too many commas
286 // Invalid, no commas
290 // Invalid, trailing comm
    [all...]
  /external/chromium_org/cc/quads/
draw_quad.cc 32 : material(INVALID),
51 DCHECK(material != INVALID);
89 case INVALID:
90 LOG(FATAL) << "Invalid DrawQuad material " << material;
  /external/chromium_org/chrome/browser/download/
download_file_icon_extractor.h 25 // Should return false if the request was invalid. If the return value is
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api_constants.cc 25 const char kInvalidUrlError[] = "The URL \"*\" is invalid.";
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
page_settings.css 24 #page-settings .page-settings-custom-input.invalid {
  /external/chromium_org/chrome/browser/
resources_util_unittest.cc 22 // Unknown names should be invalid and return -1.
  /external/chromium_org/chrome/browser/sync_file_system/
conflict_resolution_resolver.h 32 // It is invalid to give NULL |local_update_time|.
  /external/chromium_org/chrome/browser/ui/autofill/
new_credit_card_bubble_view.h 31 // |controller| may be invalid while the bubble is closing.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_item_applescript.h 28 // if URL is invalid.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_pop_up_button_unittest.mm 29 // Test invalid, mostly to ensure nothing leaks or crashes.
autofill_textfield.h 14 // Provide both dog ear and red outline when the contents are marked invalid.
  /external/chromium_org/chrome/common/extensions/api/storage/
storage_schema_manifest_handler_unittest.cc 106 // Invalid JSON.
108 EXPECT_FALSE(Validates("-invalid-"));
113 // Invalid version.
125 // Invalid type.
  /external/chromium_org/chrome/test/chromedriver/js/
add_cookie.js 56 throw new Error('name of cookie is missing or invalid:"' + name + '"');
60 throw new Error('value of cookie is invalid:"' + value + '"');
75 error.message = 'invalid domain:"' + domain + '"';
81 throw new Error('path of cookie is invalid:"' + path + '"');
  /external/chromium_org/content/renderer/pepper/
url_request_info_util.h 23 // on success, false if the request is invalid (in which case *dest may be
  /external/chromium_org/content/test/data/android/device_files/content_detection/
email.html 13 <!-- Examples of invalid email addresses -->
  /external/chromium_org/dbus/
string_util_unittest.cc 25 // Invalid characters.
  /external/chromium_org/device/bluetooth/
bluetooth_utils.h 16 // character format with all hex digits lower case. If |uuid| is invalid, the
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
poll.h 22 #define POLLNVAL 0x0020 /* Invalid FD. */
  /external/chromium_org/ppapi/cpp/private/
flash_drm.h 28 // Returns the voucher file as a FileRef or an invalid resource on failure.
  /external/chromium_org/ppapi/proxy/
serialized_handle.h 29 enum Type { INVALID, SHARED_MEMORY, SOCKET, CHANNEL_HANDLE, FILE };
31 Header() : type(INVALID), size(0), open_flag(0) {}
41 // Create an invalid handle of the given type.
119 // Closes the handle and sets it to invalid.
  /external/chromium_org/ppapi/tests/
test_video_decoder.cc 33 return "Create: error detecting invalid context & configs";

Completed in 2339 milliseconds

<<21222324252627282930>>