HomeSort by relevance Sort by last modified time
    Searched defs:needsUpdate (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/remoting/webapp/
host.js 51 remoting.Host.needsUpdate = function(host, webappVersion) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.cpp 101 bool needsUpdate = m_needsUpdate || (m_lastUpdateTime != inheritedTime && !(isNull(m_lastUpdateTime) && isNull(inheritedTime)));
107 if (needsUpdate) {
166 if (needsUpdate) {
  /external/chromium_org/third_party/icu/source/i18n/
coptccal.cpp 127 UBool needsUpdate;
128 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
130 if (!needsUpdate) {
buddhcal.cpp 154 UBool needsUpdate;
155 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
157 if (needsUpdate) {
171 UBool needsUpdate;
172 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
174 if (needsUpdate) {
ethpccal.cpp 164 UBool needsUpdate;
165 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
167 if (!needsUpdate) {
taiwncal.cpp 161 UBool needsUpdate;
162 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
164 if (needsUpdate) {
178 UBool needsUpdate;
179 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
181 if (needsUpdate) {
indiancal.cpp 376 UBool needsUpdate;
379 needsUpdate = (fgSystemDefaultCenturyStart == fgSystemDefaultCentury);
382 if (needsUpdate) {
396 UBool needsUpdate;
400 needsUpdate = (fgSystemDefaultCenturyStart == fgSystemDefaultCentury);
403 if (needsUpdate) {
islamcal.cpp 484 UBool needsUpdate;
485 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
487 if (needsUpdate) {
501 UBool needsUpdate;
502 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
504 if (needsUpdate) {
persncal.cpp 404 UBool needsUpdate;
405 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
407 if (needsUpdate) {
421 UBool needsUpdate;
422 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
424 if (needsUpdate) {
hebrwcal.cpp 698 UBool needsUpdate;
699 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
701 if (needsUpdate) {
715 UBool needsUpdate;
716 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
718 if (needsUpdate) {
chnsecal.cpp 804 UBool needsUpdate;
805 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
807 if (needsUpdate) {
821 UBool needsUpdate;
822 UMTX_CHECK(NULL, (fgSystemDefaultCenturyStart == fgSystemDefaultCentury), needsUpdate);
824 if (needsUpdate) {
gregocal.cpp     [all...]
  /external/icu/icu4c/source/i18n/
indiancal.cpp 376 UBool needsUpdate;
379 needsUpdate = (fgSystemDefaultCenturyStart == fgSystemDefaultCentury);
382 if (needsUpdate) {
396 UBool needsUpdate;
400 needsUpdate = (fgSystemDefaultCenturyStart == fgSystemDefaultCentury);
403 if (needsUpdate) {
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 146 boolean needsUpdate() {
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 108 bool needsUpdate = false;
112 needsUpdate = true;
117 needsUpdate = true;
126 if (!needsUpdate)
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 366 milliseconds

1 2