HomeSort by relevance Sort by last modified time
    Searched full:require (Results 951 - 975 of 6655) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/common/net/
net_error_info.h 56 // localized error system, and we don't want to require the caller to cast back
  /external/chromium_org/chrome/renderer/extensions/
module_system.cc 127 RouteFunction("require",
186 v8::Handle<v8::Value> ModuleSystem::Require(const std::string& module_name) {
223 Fatal(context_, "No source for require(" + module_name_str + ")");
231 Fatal(context_, "Bad source for require(" + module_name_str + ")");
245 GetIsolate(), "require", v8::String::kInternalizedString)),
365 LazyFieldGetterInner(property, info, &ModuleSystem::Require);
397 // the require()d module to belong to our context, not the current one.
420 "Lazy require of " + name + "." + field_str + " did not set the " +
561 "(function(require, requireNative, exports, "
  /external/chromium_org/chrome/renderer/resources/extensions/
messaging.js 12 var Event = require('event_bindings').Event;
13 var lastError = require('lastError');
17 var unloadEvent = require('unload_event');
18 var messagingUtils = require('messaging_utils');
  /external/chromium_org/chrome/test/base/
module_system_test.h 21 // module_system_->Require("test");
  /external/chromium_org/chrome/test/logging/win/
file_logger.h 30 // - This class uses facilities that require the process to run with admin
  /external/chromium_org/chrome/utility/media_galleries/
picasa_album_table_reader_unittest.cc 37 // Only folders require filenames. Tests handling of different length columns.
  /external/chromium_org/chrome_frame/cfinstall/examples/
jquery.html 65 <a href="javascript:CFInstall.require()">
  /external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
base.js 63 goog.require = function(name) {};
  /external/chromium_org/chrome_frame/
com_message_event.h 65 // if our container does not require the properties/methods exposed by
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service.cc 37 // SafeBrowsing tests require that GetRequestContext return NULL
  /external/chromium_org/content/browser/renderer_host/input/
input_router_client.h 50 // Certain router implementations require periodic flushing of queued events.
  /external/chromium_org/content/
content_jni.gypi 7 # require specifying the java directory and generate the rest.
  /external/chromium_org/content/public/browser/
navigation_type.h 48 // require almost the same code to handle.
  /external/chromium_org/google_apis/gaia/
gaia_auth_consumer.h 54 // OAuth2 access token. Token to pass to endpoints that require oauth2
  /external/chromium_org/google_apis/gcm/engine/
rmq_store.h 65 // and require the device to re-create credentials.
  /external/chromium_org/mojo/system/
waiter_test_utils.h 42 // thread-unsafe so making it more realistic would require adding nontrivial
  /external/chromium_org/net/websockets/
websocket_handshake_constants.h 65 // Some parts of the code require lowercase versions of the header names in
  /external/chromium_org/remoting/host/
constants_mac.h 29 // dictionary, and splitting this into two dictionaries would require
  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.h 27 // token and a shared secret from a third-party server (which may require the
  /external/chromium_org/skia/ext/
skia_utils_ios.mm 49 #error We require that Skia's and CoreGraphics's recommended \
  /external/chromium_org/testing/gtest/
configure.ac 21 # Initialize Automake with various options. We require at least v1.9, prevent
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-type-util.h.pump 142 // We don't want to require the users to write TypesN<...> directly,
143 // as that would require them to count the length. Types<...> is much
240 // We don't want to require the users to write TemplatesN<...> directly,
241 // as that would require them to count the length. Templates<...> is much
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.idl 32 // |assign|, |replace|, and *writing* |href| do not require a security
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.cpp 56 // a) make RenderSVGForeignObject require layers and SVG layer aware
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DrawLooper.h 47 // Implementing the copy constructor properly would require writing code to

Completed in 1509 milliseconds

<<31323334353637383940>>