Searched refs:Load (Results 76 - 100 of 702) sorted by relevance

1234567891011>>

/external/chromium_org/components/policy/core/common/cloud/
H A Dmock_cloud_policy_store.h19 MOCK_METHOD0(Load, void(void));
/external/chromium_org/components/policy/core/common/
H A Dconfig_dir_policy_loader.h34 virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
H A Dpolicy_loader_mac.h40 virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
/external/chromium_org/mojo/application_manager/
H A Dapplication_loader.h35 // Load the requested application with a content handler.
61 // Load the application named |url|. Applications can be loaded two ways:
74 virtual void Load(ApplicationManager* application_manager,
/external/chromium_org/mojo/shell/
H A Ddbus_application_loader_linux.h63 virtual void Load(ApplicationManager* manager,
H A Dnetwork_application_loader.h34 virtual void Load(ApplicationManager* manager,
H A Dui_application_loader_android.h29 virtual void Load(ApplicationManager* manager,
H A Dview_manager_loader.cc23 void ViewManagerLoader::Load(ApplicationManager* manager, function in class:mojo::shell::ViewManagerLoader
H A Dview_manager_loader.h32 virtual void Load(ApplicationManager* manager,
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.h39 virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
H A Dsqlite_channel_id_store_unittest.cc27 void Load(ScopedVector<DefaultChannelIDStore::ChannelID>* channel_ids) { function in class:net::SQLiteChannelIDStoreTest
29 store_->Load(base::Bind(&SQLiteChannelIDStoreTest::OnLoaded,
82 Load(&channel_ids);
119 Load(&channel_ids);
153 Load(&channel_ids);
182 Load(&channel_ids);
200 Load(&channel_ids);
245 // Load and test the DB contents twice. First time ensures that we can use
255 // Load the database. Because the existing v1 certs are implicitly of type
257 Load(
[all...]
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_linux.h27 virtual protocol::PairingRegistry::Pairing Load(
H A Dpairing_registry_delegate_win.h57 virtual protocol::PairingRegistry::Pairing Load(
/external/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable_unittest.cc40 ASSERT_TRUE(table.Load());
H A Doptionsfile.h27 bool Load();
/external/chromium_org/tools/gn/
H A Dinput_file.h50 bool Load(const base::FilePath& system_path);
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h95 // Load a new ElfFile from a filedescriptor. If flushing, the file must
98 bool Load();
122 // Libelf handle, assigned by Load().
125 // Sections that we manipulate, assigned by Load().
130 // Relocation type found, assigned by Load().
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Dplugin.properties22 javaClassLoadBreakpoint.name=Java Class Load Breakpoints
31 JavaClassLoadBreakpoint.name = Java Class Load Breakpoint
/external/pdfium/core/src/fxge/win32/
H A Ddwrite_int.h34 void Load();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_store.cc61 bool CloudExternalDataStore::Load(const std::string& policy, function in class:policy::CloudExternalDataStore
67 if (cache_->Load(cache_key_, subkey, data)) {
/external/chromium_org/chrome/installer/test/
H A Dresource_loader.cc72 bool ResourceLoader::Load(const std::wstring& name, function in class:upgrade_test::ResourceLoader
81 bool ResourceLoader::Load(WORD id, function in class:upgrade_test::ResourceLoader
/external/chromium_org/gin/shell/
H A Dgin_main.cc21 std::string Load(const base::FilePath& path) { function in namespace:gin::__anon8320
32 runner->Run(Load(path), path.AsUTF8Unsafe());
/external/chromium_org/tools/json_schema_compiler/
H A Dschema_loader.py79 '''Load a schema definition. The schema parameter must be a file name
85 api_defs = json_schema.Load(schema_path)
87 api_defs = idl_schema.Load(schema_path)
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp211 LoadInst *Load = dyn_cast<LoadInst>(GetObjCArg(Release)); local
212 if (!Load || !Load->isSimple()) return;
216 if (Load->getParent() != BB) return;
219 BasicBlock::iterator I = Load, End = BB->end();
221 AliasAnalysis::Location Loc = AA->getLocation(Load);
243 if (CanUse(Inst, Load, PA, Class))
272 Value *Args[] = { Load->getPointerOperand(), New };
291 if (Load->use_empty())
292 Load
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp30 FX_BOOL CPDF_TilingPattern::Load() function in class:CPDF_TilingPattern
95 FX_BOOL CPDF_ShadingPattern::Load() function in class:CPDF_ShadingPattern
119 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i));
122 m_pFunctions[0] = CPDF_Function::Load(pFunc);
138 return Load();
140 FX_BOOL CPDF_MeshStream::Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS) function in class:CPDF_MeshStream
243 if (!stream.Load(pStream, pFuncs, nFuncs, pCS)) {

Completed in 872 milliseconds

1234567891011>>