Searched refs:target (Results 176 - 200 of 2191) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
H A Dseekbackward_button.edc47 target: "seekbackward_button";
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/
H A Dseekforward_button.edc47 target: "seekforward_button";
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGMPathElement.cpp65 Element* target = SVGURIReference::targetElementFromIRIString(href(), document(), &id); local
66 if (!target) {
75 } else if (target->isSVGElement()) {
76 // Register us with the target in the dependencies map. Any change of hrefElement
78 document()->accessSVGExtensions()->addElementReferencingTarget(this, toSVGElement(target));
158 Element* target = targetElementFromIRIString(href(), document()); local
159 if (target && target->hasTagName(SVGNames::pathTag))
160 return static_cast<SVGPathElement*>(target);
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginContainer.h40 @abstract Tell the application to show a URL in a target frame
42 @param target The target frame. If the frame with the specified target is not
44 with the specified target. If nil is specified, the frame that contains
47 - (void)webPlugInContainerLoadRequest:(NSURLRequest *)request inFrame:(NSString *)target;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dnsec.h36 dns_dbnode_t *node, dns_name_t *target,
53 dns_name_t *target, dns_ttl_t ttl);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/tests/
H A Dtime_test.c46 isc_buffer_t target; local
55 isc_buffer_init(&target, buf, sizeof(buf));
56 result = dns_time32_totext(test_time, &target);
74 isc_buffer_t target; local
83 isc_buffer_init(&target, buf, sizeof(buf));
84 result = dns_time32_totext(test_time, &target);
102 isc_buffer_t target; local
111 isc_buffer_init(&target, buf, sizeof(buf));
112 result = dns_time32_totext(test_time, &target);
130 isc_buffer_t target; local
158 isc_buffer_t target; local
186 isc_buffer_t target; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dylwrap149 [\\/]* | ?:[\\/]*) target="$2";;
150 *) target="../$2";;
160 realtarget="$target"
161 target="tmp-`echo $target | sed s/.*[\\/]//g`"
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
185 if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then
187 rm -f "$target"
190 mv -f "$target" "$realtarget"
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dylwrap149 [\\/]* | ?:[\\/]*) target="$2";;
150 *) target="../$2";;
160 realtarget="$target"
161 target="tmp-`echo $target | sed s/.*[\\/]//g`"
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
185 if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then
187 rm -f "$target"
190 mv -f "$target" "$realtarget"
/macosx-10.9.5/ruby-104/ruby/test/dtrace/
H A Dtest_require.rb7 ruby$target:::require-entry
22 ruby$target:::require-return
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_maker_slash.rb33 def assert_slash_elements(target)
34 super(@elements, target)
H A Dtest_maker_sy.rb37 def set_elements(target)
39 target.__send__("#{accessor_name(name)}=", value)
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/any_255/
H A Dtsig_250.c53 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target));
65 RETERR(uint16_tobuffer((isc_uint16_t)(sigtime >> 32), target));
66 RETERR(uint32_tobuffer((isc_uint32_t)(sigtime & 0xffffffffU), target));
75 RETERR(uint16_tobuffer(token.value.as_ulong, target));
84 RETERR(uint16_tobuffer(token.value.as_ulong, target));
89 RETERR(isc_base64_tobuffer(lexer, target, (int)token.value.as_ulong));
98 RETERR(uint16_tobuffer(token.value.as_ulong, target));
115 RETERR(uint16_tobuffer(rcode, target));
124 RETERR(uint16_tobuffer(token.value.as_ulong, target));
129 return (isc_base64_tobuffer(lexer, target, (in
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dfontchooser.rb141 def set_for(target, title="Font")
142 if target.kind_of? TkFont
144 :font=>target.actual_hash,
146 target.configure(TkFont.actual_hash(fnt))
149 elsif target.kind_of? Hash
151 fnt = target[:font] rescue ''
156 target[:font] = TkFont.actual_hash(fnt)
161 :font=>target.cget_tkstring(:font),
163 target.font = TkFont.actual_hash_displayof(fnt, target)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLTexture.cpp62 void WebGLTexture::setTarget(GC3Denum target, GC3Dint maxLevel) argument
69 switch (target) {
71 m_target = target;
76 m_target = target;
141 void WebGLTexture::setLevelInfo(GC3Denum target, GC3Dint level, GC3Denum internalFormat, GC3Dsizei width, GC3Dsizei height, GC3Denum type) argument
147 int index = mapTargetToIndex(target);
178 GC3Denum WebGLTexture::getInternalFormat(GC3Denum target, GC3Dint level) const argument
180 const LevelInfo* info = getLevelInfo(target, level);
186 GC3Denum WebGLTexture::getType(GC3Denum target, GC3Dint level) const argument
188 const LevelInfo* info = getLevelInfo(target, leve
194 getWidth(GC3Denum target, GC3Dint level) const argument
202 getHeight(GC3Denum target, GC3Dint level) const argument
210 isValid(GC3Denum target, GC3Dint level) const argument
356 getLevelInfo(GC3Denum target, GC3Dint level) const argument
[all...]
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/Node/
H A DPI.pm18 my ($target, $data) = @_;
24 ($pos, $target, $data);
69 =head2 new ( target, data )
75 Returns the target
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/gssapi/
H A Dgssapi_plugin.h42 (*gssapi_plugin_isc_replace_cred)(gss_name_t target, gss_OID mech, gss_cred_id_t original_cred, OM_uint32 flags);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Danytrans.cpp191 target = theTarget;
193 target.append(VARIANT_SEP).append(theVariant);
206 target(o.target),
240 // our target or target/variant
283 id.append(TARGET_SEP).append(target);
291 id.append(LATIN_PIVOT, -1).append(target);
348 UnicodeString target; local
349 Transliterator::_getAvailableTarget(t, source, target);
367 TransliteratorIDParser::STVtoID(UnicodeString(TRUE, ANY, 3), target, variant, id); local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/
H A DMakefile.in57 target=`echo $@ | sed s/-recursive//`; \
59 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
62 local_target="$$target-local"; \
64 local_target="$$target"; \
69 $(MAKE) "$$target-local" || exit; \
75 target=`echo $@ | sed s/-recursive//`; \
77 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
78 local_target="$$target"; \
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Deurocreg.c143 char target[20]; local
150 target,
151 sizeof(target),
163 target,
/macosx-10.9.5/OpenSSH-186/openssh/
H A Duuencode.c38 * to 'target' of size 'targsize'. Will always nul-terminate 'target'.
39 * Returns the number of bytes stored in 'target' or -1 on error (inc.
44 char *target, size_t targsize)
46 return __b64_ntop(src, srclength, target, targsize);
50 * Decode base64-encoded 'src' into buffer 'target' of 'targsize' bytes.
52 * stored in 'target' or -1 on error (inc. targsize too small).
55 uudecode(const char *src, u_char *target, size_t targsize) argument
69 len = __b64_pton(encoded, target, targsize);
43 uuencode(const u_char *src, u_int srclength, char *target, size_t targsize) argument
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceComponent.cpp73 AccessibilityObject* target = core(component)->accessibilityHitTest(pos); local
74 if (!target)
76 g_object_ref(target->wrapper());
77 return target->wrapper();
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DGObjectEventListener.cpp32 GObjectEventListener::GObjectEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool capture, void* userData) argument
35 , m_coreTarget(target)
59 EventTarget* target = m_coreTarget; local
61 target->removeEventListener(m_domEventName.data(), this, m_capture);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMutationRecord.h47 static PassRefPtr<MutationRecord> createChildList(PassRefPtr<Node> target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling);
48 static PassRefPtr<MutationRecord> createAttributes(PassRefPtr<Node> target, const QualifiedName&, const AtomicString& oldValue);
49 static PassRefPtr<MutationRecord> createCharacterData(PassRefPtr<Node> target, const String& oldValue);
56 virtual Node* target() = 0;
/macosx-10.9.5/WebCore-7537.78.1/page/efl/
H A DEventHandlerEfl.cpp65 RenderObject* target = event.targetNode() ? event.targetNode()->renderer() : 0; local
67 if (!target || !target->isWidget())
70 return passMouseDownEventToWidget(static_cast<RenderWidget*>(target)->widget());
/macosx-10.9.5/WebCore-7537.78.1/page/gtk/
H A DEventHandlerGtk.cpp62 RenderObject* target = event.targetNode() ? event.targetNode()->renderer() : 0; local
63 if (!target || !target->isWidget())
65 return passMouseDownEventToWidget(toRenderWidget(target)->widget());

Completed in 291 milliseconds

1234567891011>>