Searched defs:info (Results 1 - 25 of 1240) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/download/
H A Dsave_file.cc11 SaveFile::SaveFile(const SaveFileCreateInfo* info) argument
12 : BaseFile(FilePath(), info->url, GURL(), 0, linked_ptr<net::FileStream>()),
13 info_(info) {
16 DCHECK(info);
17 DCHECK(info->path.empty());
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLAudioElementConstructor.h43 static WrapperTypeInfo info; member in class:WebCore::V8HTMLAudioElementConstructor
H A DV8HTMLImageElementConstructor.h43 static WrapperTypeInfo info; member in class:WebCore::V8HTMLImageElementConstructor
H A DV8HTMLOptionElementConstructor.h43 static WrapperTypeInfo info; member in class:WebCore::V8HTMLOptionElementConstructor
H A DV8DOMSettableTokenListCustom.cpp35 v8::Handle<v8::Value> V8DOMSettableTokenList::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) argument
38 DOMSettableTokenList* list = V8DOMSettableTokenList::toNative(info.Holder());
H A DV8PerformanceCustom.cpp42 v8::Handle<v8::Value> V8Performance::memoryAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
45 Performance* imp = V8Performance::toNative(info.Holder());
H A DV8StyleSheetListCustom.cpp42 v8::Handle<v8::Value> V8StyleSheetList::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
46 if (info.Holder()->HasRealNamedProperty(name))
50 StyleSheetList* imp = V8StyleSheetList::toNative(info.Holder());
H A DV8DocumentLocationCustom.cpp35 v8::Handle<v8::Value> V8Document::locationAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
37 Document* document = V8Document::toNative(info.Holder());
45 void V8Document::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
47 Document* document = V8Document::toNative(info.Holder());
H A DV8HTMLFrameElementCustom.cpp44 void V8HTMLFrameElement::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
46 HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder());
H A DV8HTMLFrameSetElementCustom.cpp48 v8::Handle<v8::Value> V8HTMLFrameSetElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
51 HTMLFrameSetElement* imp = V8HTMLFrameSetElement::toNative(info.Holder());
H A DV8HTMLOutputElementCustom.cpp41 v8::Handle<v8::Value> V8HTMLOutputElement::htmlForAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
44 HTMLOutputElement* imp = V8HTMLOutputElement::toNative(info.Holder());
48 void V8HTMLOutputElement::htmlForAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
51 HTMLOutputElement* imp = V8HTMLOutputElement::toNative(info.Holder());
H A DV8PopStateEventCustom.cpp40 v8::Handle<v8::Value> V8PopStateEvent::stateAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
44 PopStateEvent* event = V8PopStateEvent::toNative(info.Holder());
H A DV8WebKitAnimationCustom.cpp38 v8::Handle<v8::Value> V8WebKitAnimation::iterationCountAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
41 v8::Handle<v8::Object> holder = info.Holder();
/external/webkit/Source/WebCore/platform/gtk/
H A DGOwnPtrGtk.cpp32 template <> void freeOwnedGPtr<GtkIconInfo>(GtkIconInfo* info) argument
34 if (info)
35 gtk_icon_info_free(info);
/external/chromium/chrome/browser/webdata/
H A Dlogins_table_win.cc13 bool LoginsTable::AddIE7Login(const IE7PasswordInfo& info) { argument
23 s.BindString(0, WideToUTF8(info.url_hash));
24 s.BindBlob(1, &info.encrypted_data.front(),
25 static_cast<int>(info.encrypted_data.size()));
26 s.BindInt64(2, info.date_created.ToTimeT());
34 bool LoginsTable::RemoveIE7Login(const IE7PasswordInfo& info) { argument
42 s.BindString(0, WideToUTF8(info.url_hash));
51 bool LoginsTable::GetIE7Login(const IE7PasswordInfo& info, argument
62 s.BindString(0, WideToUTF8(info.url_hash));
66 result->url_hash = info
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm.c47 int NX_GetWMInfo (_THIS, SDL_SysWMinfo * info) argument
51 if (info -> version.major <= SDL_MAJOR_VERSION) {
52 info -> window = SDL_Window ;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DMSOutlookKeyIdCalculator.java12 static byte[] calculateKeyId(SubjectPublicKeyInfo info) argument
19 spkiEnc = info.getEncoded(ASN1Encoding.DER);
/external/chromium/chrome/browser/
H A Dbrowsing_data_helper_browsertest.h19 // browsing data info type.
33 void callback(const std::vector<T>& info) { argument
34 result_ = info;
/external/chromium/chrome/browser/net/
H A Dblob_url_request_job_factory.cc21 ResourceDispatcherHostRequestInfo* info = local
23 if (info) {
25 data = info->requested_blob_data();
H A Durl_info_unittest.cc29 UrlInfo info_practice, info; local
43 info.SetUrl(url1);
44 EXPECT_TRUE(info.NeedsDnsUpdate()) << "error in construction state";
45 info.SetQueuedState(UrlInfo::UNIT_TEST_MOTIVATED);
46 EXPECT_FALSE(info.NeedsDnsUpdate()) << "update needed after being queued";
47 info.SetAssignedState();
48 EXPECT_FALSE(info.NeedsDnsUpdate()) << "update needed during resolution";
50 info.SetFoundState();
52 if (info.NeedsDnsUpdate()) {
61 info
95 UrlInfo info; local
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
H A DAndroidImageLoader.java12 public Object load(AssetInfo info) throws IOException { argument
13 AndroidImageInfo imageInfo = new AndroidImageInfo(info);
/external/proguard/src/proguard/optimize/info/
H A DClassOptimizationInfoSetter.java21 package proguard.optimize.info;
/external/valgrind/main/none/tests/x86/
H A Dbadseg.c5 static void handler(int sig, siginfo_t *info, void *v) argument
7 printf("info: sig=%d code=%d addr=0x%lx\n",
8 info->si_signo, info->si_code, (unsigned long)info->si_addr);
/external/webkit/Source/WebKit2/Shared/
H A DPrintInfo.cpp47 bool PrintInfo::decode(CoreIPC::ArgumentDecoder* decoder, PrintInfo& info) argument
49 return decoder->decode(CoreIPC::Out(info.pageSetupScaleFactor, info.availablePaperWidth, info.availablePaperHeight));
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport.c31 struct kinfo_proc info; local
32 size_t bufferSize = sizeof(info);
33 if (sysctl(mib, sizeof(mib) / sizeof(mib[0]), &info, &bufferSize, 0, 0)) {
38 struct extern_proc proc = info.kp_proc;

Completed in 1958 milliseconds

1234567891011>>