HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 401 - 425 of 633) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/editing/
CompositeEditCommand.cpp 361 void CompositeEditCommand::deleteSelection(bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
364 applyCommandToComposite(DeleteSelectionCommand::create(document(), smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements));
367 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
370 applyCommandToComposite(DeleteSelectionCommand::create(selection, smartDelete, mergeBlocksAfterDelete, replace, expandForSpecialElements));
534 // Replace the text between start and end with our pruned version.
    [all...]
TextIterator.cpp     [all...]
  /external/webkit/WebCore/html/
HTMLLinkElement.cpp 180 relString.replace('\n', ' ');
  /external/webkit/WebCore/inspector/front-end/
ResourceView.js 274 value = value.replace(/\+/g, " ");
  /external/webkit/WebCore/platform/chromium/
ClipboardChromium.cpp 267 escapedAttr.replace("\"", "&quot;");
  /external/webkit/WebKit/android/jni/
WebViewCore.h 329 * In the currently focused textfield, replace the characters from oldStart to oldEnd
330 * (if oldStart == oldEnd, this will be an insert at that position) with replace,
334 int oldEnd, const WebCore::String& replace, int start, int end,
495 // buttons either replace our old ones or should be added to our list.
  /external/webkit/WebKitTools/Scripts/webkitpy/
multicommandtool.py 188 return epilog.replace("%prog", self.tool.name()) # Use of %prog here mimics OptionParser.expand_prog_name().
  /frameworks/base/core/java/android/text/format/
DateFormat.java 518 s.replace(i, i + count, replacement);
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 525 ifcg.interfaceFlags = ifcg.interfaceFlags.replace("down", "up");
527 ifcg.interfaceFlags = ifcg.interfaceFlags.replace("up", "down");
529 ifcg.interfaceFlags = ifcg.interfaceFlags.replace("running", "");
530 ifcg.interfaceFlags = ifcg.interfaceFlags.replace(" "," ");
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 170 return className.replace('.', '/');
276 * 1- For "mock" dependencies classes, we want to remove all code from methods and replace
  /libcore/luni/src/main/java/com/ibm/icu4jni/util/
LocaleData.java 326 // Java doesn't accept this, so we replace it with 'z' which has about the same result
330 localeData.fullTimeFormat = localeData.fullTimeFormat.replace('v', 'z');
  /libcore/luni/src/main/java/java/net/
URLConnection.java 264 // Replace all non-alphanumeric character by '_'
265 final String typeString = parseTypeString(type.replace('/', '.'));
820 // if non-alphanumeric, replace it with '_'
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 285 pattern = pattern.replace('/', File.separatorChar);
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
FtpURLConnection.java 396 + controlSocket.getLocalAddress().getHostAddress().replace('.',
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 170 // value. Replace the occurrence of the string returned by
190 value = value.replace(line1Key, line1Number);
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 75 // containing a space. So just replace them with
78 mSrc = mSrc.replace(' ', '_');
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
coda.h 565 struct coda_replace_out replace; member in union:coda_downcalls
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
coda.h 565 struct coda_replace_out replace; member in union:coda_downcalls
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
coda.h 565 struct coda_replace_out replace; member in union:coda_downcalls
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
coda.h 565 struct coda_replace_out replace; member in union:coda_downcalls
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
coda.h 565 struct coda_replace_out replace; member in union:coda_downcalls
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
coda.h 565 struct coda_replace_out replace; member in union:coda_downcalls
  /system/core/libacc/tests/
test.py 98 return result[0].replace("\r","")
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 363 // Replace all occurances of %s with the failing url.
365 s = s.replace("%s", String(url.data(), url.size()));
367 // Replace all occurances of %e with the error text
368 s = s.replace("%e", error.localizedDescription());
419 // If the client doesn't support multiple windows, just replace the
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 376 // Replace these acronyms by upper-case versions
536 // Base is empty for a local page anchor, in which case we'll replace it
    [all...]

Completed in 1828 milliseconds

<<11121314151617181920>>