HomeSort by relevance Sort by last modified time
    Searched full:undefined (Results 1001 - 1025 of 7209) sorted by null

<<41424344454647484950>>

  /external/chromium_org/android_webview/browser/
input_stream.h 19 // methods concurrently might have undefined results.
  /external/chromium_org/chrome/browser/download/
download_dir_policy_handler.cc 33 // Make sure the path isn't empty, since that will point to an undefined
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.js 12 * be left undefined if the caller does not want to display the
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 83 * @param {string|undefined} text The text for the link or none.
84 * @param {string|undefined} ping If specified, a location relative to the
87 * @param {string|undefined} provider A provider name (max 8 alphanumeric
88 * characters) used for logging. Undefined if suggestion is not coming from
  /external/chromium_org/chrome/browser/resources/print_preview/data/
coordinate2d.js 10 * undefined.
  /external/chromium_org/chrome/browser/webdata/
web_apps_table.h 49 // database error. In this case, the state of images is undefined; it may have
  /external/chromium_org/chrome/common/extensions/api/
i18n.json 29 "description": "Gets the localized string for the specified message. If the message is missing, this method returns an empty string (''). If the format of the <code>getMessage()</code> call is wrong &mdash; for example, <em>messageName</em> is not a string or the <em>substitutions</em> array has more than 9 elements &mdash; this method returns <code>undefined</code>.",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
PreprocessorPanel.js 30 userAgent: undefined,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
background.html 34 if (opt_badgeObj && opt_badgeObj.text != undefined) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
chrome_stubs.js 25 chrome.runtime.lastError = undefined;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
background.js 60 if (keyString == undefined) {
  /external/chromium_org/chrome/renderer/extensions/
safe_builtins_unittest.cc 33 "assert.AssertTrue(arr[0] === undefined);\n"
user_script_scheduler.cc 48 current_location_(UserScript::UNDEFINED),
51 for (int i = UserScript::UNDEFINED; i < UserScript::RUN_LOCATION_LAST; ++i) {
100 current_location_ = UserScript::UNDEFINED;
118 if (current_location_ == UserScript::UNDEFINED)
  /external/chromium_org/chrome/renderer/resources/extensions/
test_custom_bindings.js 176 eq = (typeof(actual[p]) != 'undefined' &&
219 if (chrome.runtime.lastError != undefined) {
227 chromeTest.assertTrue(chrome.runtime.lastError != undefined,
239 if (e != failureException && message !== undefined) {
utils.js 25 return undefined;
  /external/chromium_org/chrome/renderer/resources/
neterror.js 50 if (oldClass !== undefined)
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.h 29 // |rows_read| is undefined if returns false.
  /external/chromium_org/chrome_frame/cfinstall/src/common/
interactiondelegate.js 23 * Re-parenting the IFrame or any ancestor will cause undefined behaviour.
  /external/chromium_org/content/renderer/pepper/
event_conversion.h 46 // type should not be "Undefined" since there's no corresponding PPAPI class.
  /external/chromium_org/device/bluetooth/
bluetooth_service_record.h 47 // The return value is undefined if SupportsRfcomm() returns false.
  /external/chromium_org/net/android/
keystore_openssl.h 41 // during the OpenSSL handshake. Anything else will result in undefined
  /external/chromium_org/ppapi/api/dev/
ppb_font_dev.idl 51 * Font face name as a string. This can also be an undefined var, in which
59 * When Create()ing a font and the face is an undefined var, the family
118 * This var must either be a string or a null/undefined var (which will be
159 * Returns an undefined var on failure (this typically means you passed an
  /external/chromium_org/ppapi/api/private/
ppb_flash.idl 56 * (returns true) or "regular" mode (returns false). Returns an undefined
74 * Returns an undefined PP_Var on invalid instance.
151 * be a string in PAC format, or an undefined var on error.
243 * result in an undefined PP_Var return value.
  /external/chromium_org/ppapi/api/trusted/
ppb_browser_font_trusted.idl 53 * Font face name as a string. This can also be an undefined var, in which
61 * When Create()ing a font and the face is an undefined var, the family
120 * This var must either be a string or a null/undefined var (which will be
155 * Returns an undefined var on failure (this typically means you passed an
  /external/chromium_org/ppapi/c/trusted/
ppb_file_chooser_trusted.h 47 * file, otherwise, null or undefined.

Completed in 2826 milliseconds

<<41424344454647484950>>