HomeSort by relevance Sort by last modified time
    Searched full:lasttext (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
about_window_controller_unittest.mm 96 NSString *lastText = [[about_window_controller_ updateText]
99 ASSERT_NSNE(lastText, [[about_window_controller_ updateText] stringValue]);
101 lastText = [[about_window_controller_ updateText] stringValue];
103 ASSERT_NSEQ(lastText, [[about_window_controller_ updateText] stringValue]);
105 lastText = [[about_window_controller_ updateText] stringValue];
107 ASSERT_NSNE(lastText, [[about_window_controller_ updateText] stringValue]);
109 lastText = [[about_window_controller_ updateText] stringValue];
111 ASSERT_NSNE(lastText, [[about_window_controller_ updateText] stringValue]);
113 lastText = [[about_window_controller_ updateText] stringValue];
115 ASSERT_NSNE(lastText, [[about_window_controller_ updateText] stringValue])
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ListenerStatus.java 121 byte[] lastText = lastInfo.getTextBytes();
122 if (text.length != lastText.length) return false;
124 if (text[i] != lastText[i]) return false;
  /external/libxslt/libxslt/
transform.c 668 if (ctxt->lasttext == target->content) {
683 ctxt->lasttext = newbuf;
691 ctxt->lasttext = target->content;
733 ctxt->lasttext = NULL;
785 ctxt->lasttext = copy->content;
791 ctxt->lasttext = NULL;
841 ctxt->lasttext = NULL;
882 ctxt->lasttext = copy->content;
938 ctxt->lasttext = copy->content;
946 * MAYBE TODO: Maybe we should reset the ctxt->lasttext her
    [all...]
xsltInternals.h 1745 const xmlChar *lasttext; \/* last text node content *\/ member in struct:_xsltTransformContext
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 372 char* lastText;
376 lastText = m_preprocessorConditions[last].name;
378 } while (is_endif && skipText(&lastText, "#else") == true);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 684 RenderText* lastText = toRenderText(lastObject);
685 const UChar* characters = lastText->characters();
689 if (!isCollapsibleSpace(current, lastText))
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 

Completed in 1514 milliseconds