HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 176 - 200 of 698) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_store.h 37 // for the initial Load().
77 void Load();
  /external/chromium_org/chrome/browser/policy/
policy_loader_win.h 59 virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
config_dir_policy_loader_unittest.cc 182 // load.
185 scoped_ptr<PolicyBundle> bundle(loader.Load());
197 scoped_ptr<PolicyBundle> bundle(loader.Load());
220 scoped_ptr<PolicyBundle> bundle(loader.Load());
  /external/chromium_org/chrome/common/extensions/api/extension_action/
page_action_handler.cc 67 page_action_info = ActionInfo::Load(extension, page_action_value, error);
script_badge_handler.cc 58 action_info = ActionInfo::Load(extension, dict, error);
  /external/chromium_org/chrome/tools/build/win/
version.bat 20 :: Load version digits as environment variables
23 :: Load branding strings as environment variables
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.js 42 // Load a texture and send pixel data down to NaCl module.
44 // Load image from jpg, decompress into canvas.
  /external/chromium_org/net/disk_cache/
mapped_file_avoid_mmap_posix.cc 37 bool MappedFile::Load(const FileBlock* block) {
  /external/chromium_org/remoting/protocol/
protocol_mock_objects.cc 74 protocol::PairingRegistry::Pairing MockPairingRegistryDelegate::Load(
  /external/chromium_org/sync/syncable/
directory_backing_store.h 32 // load all the persisted data to prime a syncable::Directory on startup by
33 // invoking Load. The only other thing you (or more correctly, a Directory) can
34 // do here is save any changes that have occurred since calling Load, which can
60 virtual DirOpenResult Load(Directory::MetahandlesMap* handles_map,
76 // General Directory initialization and load helpers.
92 // We don't need to load any synced and applied deleted entries, we can
98 // Load helpers for entries and attributes.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkLog.js 40 WebInspector.resourceTreeModel.addEventListener(WebInspector.ResourceTreeModel.EventTypes.Load, this._onLoad, this);
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 95 bool LateBindingSymbolTable::Load() {
105 // We do not attempt to load again because repeated attempts are not
118 LOG(LS_WARNING) << "Can't load " << dll_path << ": "
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver_main.cc 42 file_.Load();
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 25 bool XmlReader::Load(const std::string& input) {
libxml_utils.h 44 // Load a document into the reader from memory. |input| must be UTF-8 and
47 bool Load(const std::string& input);
49 // Load a document into the reader from a file. Returns false on error.
  /external/chromium_org/v8/test/mjsunit/compiler/
property-refs.js 30 function Load(o) {
47 return Load(object);
  /external/v8/test/mjsunit/compiler/
property-refs.js 30 function Load(o) {
47 return Load(object);
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 37 void Load();
62 void UserPolicyIdentityStrategy::TokenCache::Load() {
155 cache_->Load();
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 30 // base+displacement+index for load and store operands
33 // base+displacement+index for load address operands
867 if (LoadSDNode *Load = dyn_cast<LoadSDNode>(Op0.getNode()))
868 if (Load->getMemoryVT() == MVT::i8)
903 // N is a (store (load ...), ...) pattern. Return true if it can use MVC.
906 LoadSDNode *Load = cast<LoadSDNode>(Store->getValue().getNode());
909 if (Load->isVolatile() || Store->isVolatile())
914 assert(Load->getMemoryVT() == Store->getMemoryVT() &&
916 uint64_t Size = Load->getMemoryVT().getStoreSize();
919 if (Load->getBasePtr().getOpcode() == SystemZISD::PCREL_WRAPPER
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py 167 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/empty.html'))
192 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/page_test.html'))
213 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/page_test.html'))
219 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/page_test.html'))
305 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/page_test.html'))
376 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/frame_test.html'))
410 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/empty.html'))
415 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/empty.html'))
506 self._driver.Load(self._http_server.GetUrl() + '/newwindow')
519 self._driver.Load(self.GetHttpUrlForFile('/chromedriver/empty.html')
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 422 MachOObjectFile::LoadCommandInfo Load = getFirstLoadCommandInfo();
424 if (Load.C.Type == macho::LCT_Symtab) {
426 SymtabLoadCmd = Load.Ptr;
427 } else if (Load.C.Type == macho::LCT_Dysymtab) {
429 DysymtabLoadCmd = Load.Ptr;
430 } else if (Load.C.Type == macho::LCT_DataInCode) {
432 DataInCodeLoadCmd = Load.Ptr;
433 } else if (Load.C.Type == SegmentLoadType) {
434 uint32_t NumSections = getSegmentLoadCommandNumSections(this, Load);
436 const char *Sec = getSectionPtr(this, Load, J)
    [all...]
  /art/compiler/utils/
assembler.h 157 template<typename T> T Load(size_t position) {
359 // Load routines
360 virtual void Load(ManagedRegister dest, FrameOffset src, size_t size) = 0;
362 virtual void Load(ManagedRegister dest, ThreadOffset src, size_t size) = 0;
430 // src holds a SIRT entry (Object**) load this into dst
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 83 loaded_ = library_loader_->Load(&load_error_string_);
110 // Reset load flags when loader changes. Otherwise some tests are really not
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.cc 36 void ProtocolHandlerRegistry::Load() {
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 67 // Creates or load the SQLite database.
68 bool Load(std::vector<net::CookieMonster::CanonicalCookie*>* cookies);
204 bool SQLitePersistentCookieStore::Backend::Load(
608 bool SQLitePersistentCookieStore::Load(
610 return backend_->Load(cookies);

Completed in 787 milliseconds

1 2 3 4 5 6 78 91011>>