OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPrefix
(Results
1 - 22
of
22
) sorted by null
/frameworks/base/core/java/android/text/util/
Linkify.java
400
boolean
hasPrefix
= false;
405
hasPrefix
= true;
417
if (!
hasPrefix
) {
/external/webkit/Source/WebCore/dom/
QualifiedName.cpp
96
if (
hasPrefix
()) {
NamedNodeMap.h
146
if (!attrName.
hasPrefix
()) {
QualifiedName.h
77
bool
hasPrefix
() const { return m_impl->m_prefix != nullAtom; }
NamedNodeMap.cpp
181
if (!attrName.
hasPrefix
()) {
/external/webkit/Source/WebCore/platform/mac/
WebCoreNSStringExtras.mm
64
while ([filename
hasPrefix
:@"."]) {
HTMLConverter.mm
519
isBlockLevel = ([@"block" isEqualToString:displayVal] || [@"list-item" isEqualToString:displayVal] || [displayVal
hasPrefix
:@"table"]);
532
if (coreElement->hasTagName(htmlTag) || coreElement->hasTagName(bodyTag) || [displayVal
hasPrefix
:@"table"])
[
all
...]
PasteboardMac.mm
547
if ([HTMLString
hasPrefix
:@"Version:"]) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java
566
boolean
hasPrefix
= !TextUtils.isEmpty(prefix);
575
if (
hasPrefix
) {
617
if (
hasPrefix
) {
622
if (
hasPrefix
) {
629
if (
hasPrefix
|| hasPart1) {
641
if (
hasPrefix
|| hasPart1 || hasPart2) {
650
if (
hasPrefix
|| hasPart1 || hasPart2 || hasPart3) {
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm
262
if (![frameworksPath
hasPrefix
:@"/System/"])
/external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm
376
if (lastVisitWasHTTPNonGet && ([tempURLString
hasPrefix
:@"http:"] || [tempURLString
hasPrefix
:@"https:"]))
/external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm
259
if (descent < 3 && lineGap >= 3 && [familyName
hasPrefix
:@"Hiragino"]) {
/external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm
150
if ([self
hasPrefix
:resolvedHomeDirectory]) {
/external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm
[
all
...]
/external/webkit/Source/WebCore/bindings/objc/
DOM.mm
234
if (tag.
hasPrefix
())
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp
46
static bool
hasPrefix
(const string& searchString, const string& prefix)
[
all
...]
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm
704
if (![versionString
hasPrefix
:@"10.1"])
/external/webkit/Source/WebCore/html/
HTMLElement.cpp
68
// FIXME: We should have a way to detect XHTML elements and replace the
hasPrefix
() check with it.
69
if (document()->isHTMLDocument() && !tagQName().
hasPrefix
())
[
all
...]
/external/webkit/Source/WebCore/css/
CSSParser.cpp
127
static bool
hasPrefix
(const char* string, unsigned length, const char* prefix)
[
all
...]
CSSStyleSelector.cpp
[
all
...]
/external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm
[
all
...]
/development/samples/NFCDemo/libs/
guava-10.0.1.jar
Completed in 1171 milliseconds