HomeSort by relevance Sort by last modified time
    Searched refs:CannotSmartReplace (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
Pasteboard.h 46 CannotSmartReplace
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp 172 Pasteboard::generalPasteboard()->writePlainText(text, Pasteboard::CannotSmartReplace);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 836 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace);
852 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace);
    [all...]

Completed in 202 milliseconds