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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 60 SharedDesktopFrame* SharedDesktopFrame::Share() {
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 226 bool Share = false;
232 Share = true;
241 // not possible to share a used color with other objects.
242 if (!Share) {
258 if (!Share || Align > MFI->getObjectAlignment(Color))
261 if (!Share || Size > MFI->getObjectSize(Color))
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java 185 // For our share menu items.
186 private class Share extends SendIntent {
187 public Share(String url, String analyticsLabel) {
387 setOnMenuItemClickListener(new Share(extra, "share_link"));

Completed in 95 milliseconds