value             450 android_webview/browser/aw_content_browser_client.cc     const std::string& value) {
value             152 android_webview/browser/aw_content_browser_client.h                                       const std::string& value) OVERRIDE;
value              67 android_webview/browser/aw_form_database_service_unittest.cc   field.value = base::ASCIIToUTF16("bar");
value              15 android_webview/browser/aw_pref_store.cc                            const base::Value** value) const {
value              16 android_webview/browser/aw_pref_store.cc   return prefs_.GetValue(key, value);
value              20 android_webview/browser/aw_pref_store.cc                                   base::Value** value) {
value              21 android_webview/browser/aw_pref_store.cc   return prefs_.GetValue(key, value);
value              40 android_webview/browser/aw_pref_store.cc void AwPrefStore::SetValue(const std::string& key, base::Value* value) {
value              41 android_webview/browser/aw_pref_store.cc   DCHECK(value);
value              42 android_webview/browser/aw_pref_store.cc   if (prefs_.SetValue(key, value))
value              46 android_webview/browser/aw_pref_store.cc void AwPrefStore::SetValueSilently(const std::string& key, base::Value* value) {
value              47 android_webview/browser/aw_pref_store.cc   prefs_.SetValue(key, value);
value              36 android_webview/browser/aw_pref_store.h   virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
value              38 android_webview/browser/aw_pref_store.h                                 base::Value* value) OVERRIDE;
value              61 android_webview/browser/net/aw_url_request_context_getter.cc   int value;
value              65 android_webview/browser/net/aw_url_request_context_getter.cc         switches::kTestingFixedHttpPort), &value);
value              66 android_webview/browser/net/aw_url_request_context_getter.cc     params->testing_fixed_http_port = value;
value              70 android_webview/browser/net/aw_url_request_context_getter.cc         switches::kTestingFixedHttpsPort), &value);
value              71 android_webview/browser/net/aw_url_request_context_getter.cc     params->testing_fixed_https_port = value;
value             424 android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc         request->SetExtraRequestHeaderByName(it.name(), it.value(), false);
value              73 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java         TypedValue value = new TypedValue();
value              74 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java         context.getResources().getValue(fieldId, value, true);
value              75 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java         return value.type;
value             873 android_webview/java/src/org/chromium/android_webview/AwContents.java             public void onReceiveValue(final String[] value) {
value             878 android_webview/java/src/org/chromium/android_webview/AwContents.java                         nativeAddVisitedLinks(mNativeAwContents, value);
value            2134 android_webview/java/src/org/chromium/android_webview/AwContents.java             long nativeAwContents, boolean value, String requestingFrame);
value              56 android_webview/java/src/org/chromium/android_webview/AwContentsClientBridge.java             public void onReceiveValue(Boolean value) {
value              57 android_webview/java/src/org/chromium/android_webview/AwContentsClientBridge.java                 proceedSslError(value.booleanValue(), id);
value              39 android_webview/java/src/org/chromium/android_webview/AwCookieManager.java     public void setCookie(final String url, final String value) {
value              40 android_webview/java/src/org/chromium/android_webview/AwCookieManager.java         nativeSetCookie(url, value);
value             110 android_webview/java/src/org/chromium/android_webview/AwCookieManager.java     private native void nativeSetCookie(String url, String value);
value              70 android_webview/java/src/org/chromium/android_webview/AwPrintDocumentAdapter.java             public void onReceiveValue(Boolean value) {
value              71 android_webview/java/src/org/chromium/android_webview/AwPrintDocumentAdapter.java                 if (value) {
value              42 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java             void setReturnValue(InterceptedRequestData value) {
value              43 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java                 mShouldInterceptRequestReturnValue = value;
value              45 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java             void setReturnValueForUrl(String url, InterceptedRequestData value) {
value              46 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java                 mReturnValuesByUrls.put(url, value);
value              53 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java                 InterceptedRequestData value = mReturnValuesByUrls.get(url);
value              54 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java                 if (value != null) return value;
value              58 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java             final boolean value) throws Throwable {
value              62 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java                 shouldOverrideHelper.setShouldOverrideUrlLoadingReturnValue(value);
value              28 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientVisitedHistoryTest.java         public void setSaveCallback(boolean value) {
value              29 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientVisitedHistoryTest.java             mSaveCallback = value;
value              83 android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java         public void notifyCalled(long value) {
value              84 android_webview/javatests/src/org/chromium/android_webview/test/AwQuotaManagerBridgeTest.java             mValue = value;
value              98 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected abstract void setCurrentValue(T value) throws Throwable;
value             100 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected abstract void doEnsureSettingHasValue(T value) throws Throwable;
value             135 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         private void ensureSettingHasValue(T value) throws Throwable {
value             136 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(value, getCurrentValue());
value             137 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             doEnsureSettingHasValue(value);
value             166 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             167 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setJavaScriptEnabled(value);
value             171 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             174 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value == ENABLED ? JS_ENABLED_STRING : JS_DISABLED_STRING,
value             197 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             201 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(value == ENABLED ? newTitle : oldTitle, getTitleOnUiThread());
value             234 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             235 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setPluginsEnabled(value);
value             239 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             242 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value == ENABLED ? PLUGINS_ENABLED_STRING : PLUGINS_DISABLED_STRING,
value             275 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(String value) {
value             276 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setStandardFontFamily(value);
value             280 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(String value) throws Throwable {
value             282 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(value, getTitleOnUiThread());
value             315 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Integer value) {
value             316 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setDefaultFontSize(value);
value             320 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Integer value) throws Throwable {
value             322 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(value.toString() + "px", getTitleOnUiThread());
value             359 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             360 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setLoadsImagesAutomatically(value);
value             364 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             366 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(value == ENABLED ?
value             402 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             403 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setImagesEnabled(value);
value             407 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             413 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(value == ENABLED ?
value             446 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(String value) {
value             447 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setDefaultTextEncodingName(value);
value             451 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(String value) throws Throwable {
value             453 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(value, getTitleOnUiThread());
value             495 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(String value) {
value             496 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setUserAgentString(value);
value             500 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(String value) throws Throwable {
value             503 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 DEFAULT_UA.equals(value) ? mDefaultUa : value,
value             540 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             541 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setDomStorageEnabled(value);
value             545 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             550 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value == ENABLED ? HAS_LOCAL_STORAGE : NO_LOCAL_STORAGE,
value             583 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             584 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setDatabaseEnabled(value);
value             588 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             594 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value == ENABLED ? HAS_DATABASE : NO_DATABASE,
value             636 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             637 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setAllowUniversalAccessFromFileURLs(value);
value             641 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             644 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value == ENABLED ? mIframeUrl : ACCESS_DENIED_TITLE,
value             686 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             687 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setAllowFileAccessFromFileURLs(value);
value             691 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             694 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value == ENABLED ? mIframeUrl : ACCESS_DENIED_TITLE,
value             734 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             735 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setAllowFileAccessFromFileURLs(value);
value             739 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             742 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value == ENABLED ? ACCESS_GRANTED_TITLE : ACCESS_DENIED_TITLE,
value             778 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             779 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setAllowFileAccess(value);
value             783 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             787 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             if (value == ENABLED) {
value             824 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             825 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setAllowContentAccess(value);
value             829 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             832 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             if (value == ENABLED) {
value             870 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value             871 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setAllowContentAccess(value);
value             875 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value             888 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 if (value == ENABLED) {
value             916 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(T value) throws Throwable {
value             918 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             if (value != getCurrentValue()) {
value            1002 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(LayoutAlgorithm value) throws Throwable {
value            1003 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             super.setCurrentValue(value);
value            1004 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setLayoutAlgorithm(value);
value            1008 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(LayoutAlgorithm value) throws Throwable {
value            1010 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             if (value == LayoutAlgorithm.TEXT_AUTOSIZING) {
value            1047 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Integer value) throws Throwable {
value            1048 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             super.setCurrentValue(value);
value            1049 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setTextZoom(value);
value            1053 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Integer value) throws Throwable {
value            1059 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 (value / (float) INITIAL_TEXT_ZOOM));
value            1062 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value + " / " + INITIAL_TEXT_ZOOM + ")| = " + ratiosDelta,
value            1098 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Integer value) throws Throwable {
value            1099 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             super.setCurrentValue(value);
value            1100 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setTextZoom(value);
value            1104 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Integer value) throws Throwable {
value            1110 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 (value / (float) INITIAL_TEXT_ZOOM));
value            1113 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 value + " / " + INITIAL_TEXT_ZOOM + ")| = " + ratiosDelta,
value            1144 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value            1145 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setJavaScriptCanOpenWindowsAutomatically(value);
value            1149 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value            1151 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             final boolean expectPopupEnabled = value;
value            1160 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             assertEquals(value ? POPUP_ENABLED : POPUP_BLOCKED, getTitleOnUiThread());
value            1206 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Integer value) {
value            1207 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setCacheMode(value);
value            1211 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Integer value) throws Throwable {
value            1216 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             if (value == WebSettings.LOAD_DEFAULT) {
value            1259 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value            1260 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setUseWideViewPort(value);
value            1264 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value            1267 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             if (value) {
value            1310 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void setCurrentValue(Boolean value) {
value            1311 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mExpectScaleChange = mAwSettings.getLoadWithOverviewMode() != value;
value            1316 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             mAwSettings.setLoadWithOverviewMode(value);
value            1320 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         protected void doEnsureSettingHasValue(Boolean value) throws Throwable {
value            1328 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java             if (value) {
value             113 android_webview/javatests/src/org/chromium/android_webview/test/CookieManagerTest.java     private void setCookie(final String name, final String value)
value             120 android_webview/javatests/src/org/chromium/android_webview/test/CookieManagerTest.java                 "document.cookie='" + name + "=" + value +
value             187 android_webview/javatests/src/org/chromium/android_webview/test/TestAwContentsClient.java         void setShouldOverrideUrlLoadingReturnValue(boolean value) {
value             188 android_webview/javatests/src/org/chromium/android_webview/test/TestAwContentsClient.java             mShouldOverrideUrlLoadingReturnValue = value;
value             155 android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java         protected void set(int value) {
value             156 android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java             mValue = value;
value             534 android_webview/native/aw_contents.cc                                            jboolean value,
value             541 android_webview/native/aw_contents.cc     pending_geolocation_prompts_.front().second.Run(value);
value             137 android_webview/native/aw_contents.h                                  jboolean value,
value             117 android_webview/native/aw_web_contents_delegate.cc           ConvertUTF8ToJavaString(env, params.default_file_name.value()).obj(),
value             120 android_webview/native/cookie_manager.cc       const std::string& value,
value             130 android_webview/native/cookie_manager.cc                                const std::string& value);
value             286 android_webview/native/cookie_manager.cc     const std::string& value,
value             292 android_webview/native/cookie_manager.cc       host, value, options,
value             333 android_webview/native/cookie_manager.cc                                             const std::string& value) {
value             334 android_webview/native/cookie_manager.cc   *result = value;
value             450 android_webview/native/cookie_manager.cc static void SetCookie(JNIEnv* env, jobject obj, jstring url, jstring value) {
value             452 android_webview/native/cookie_manager.cc   std::string cookie_value(ConvertJavaStringToUTF8(env, value));
value             309 apps/app_shim/extension_app_shim_handler_mac.cc                << profile_path.value() << "'.";
value              69 apps/app_window.cc                            int value,
value              71 apps/app_window.cc   if (value != SizeConstraints::kUnboundedSize)
value              72 apps/app_window.cc     bounds_properties->SetInteger(name, value);
value             119 apps/app_window_geometry_cache.cc       base::DictionaryValue* value = new base::DictionaryValue;
value             125 apps/app_window_geometry_cache.cc       value->SetInteger("x", bounds.x());
value             126 apps/app_window_geometry_cache.cc       value->SetInteger("y", bounds.y());
value             127 apps/app_window_geometry_cache.cc       value->SetInteger("w", bounds.width());
value             128 apps/app_window_geometry_cache.cc       value->SetInteger("h", bounds.height());
value             129 apps/app_window_geometry_cache.cc       value->SetInteger("screen_bounds_x", screen_bounds.x());
value             130 apps/app_window_geometry_cache.cc       value->SetInteger("screen_bounds_y", screen_bounds.y());
value             131 apps/app_window_geometry_cache.cc       value->SetInteger("screen_bounds_w", screen_bounds.width());
value             132 apps/app_window_geometry_cache.cc       value->SetInteger("screen_bounds_h", screen_bounds.height());
value             133 apps/app_window_geometry_cache.cc       value->SetInteger("state", it->second.window_state);
value             134 apps/app_window_geometry_cache.cc       value->SetString(
value             136 apps/app_window_geometry_cache.cc       dict->SetWithoutPathExpansion(it->first, value);
value             243 apps/app_window_geometry_cache.cc       if (it.value().GetAsDictionary(&stored_window)) {
value              62 apps/app_window_geometry_cache_unittest.cc   base::DictionaryValue* value = new base::DictionaryValue;
value              63 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("x", bounds.x());
value              64 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("y", bounds.y());
value              65 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("w", bounds.width());
value              66 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("h", bounds.height());
value              67 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("screen_bounds_x", screen_bounds.x());
value              68 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("screen_bounds_y", screen_bounds.y());
value              69 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("screen_bounds_w", screen_bounds.width());
value              70 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("screen_bounds_h", screen_bounds.height());
value              71 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("state", state);
value              72 apps/app_window_geometry_cache_unittest.cc   dict->SetWithoutPathExpansion(window_id, value);
value              96 apps/launcher.cc     LOG(WARNING) << "Cannot make absolute path from " << relative_path.value();
value             182 apps/launcher.cc       LOG(WARNING) << "No file exists with path " << file_path_.value();
value             243 apps/launcher.cc                    << file_path_.value();
value             252 apps/launcher.cc                    << file_path_.value();
value              50 apps/load_and_launch_browsertest.cc                                  app_path.value());
value              92 apps/load_and_launch_browsertest.cc                                  app_path.value());
value             118 apps/load_and_launch_browsertest.cc                                      app_path_.value());
value             117 apps/saved_files_service.cc     if (!it.value().GetAsDictionary(&file_entry))
value              31 apps/shell/app/shell_main_delegate.cc   settings.log_file = log_filename.value().c_str();
value              48 apps/shell/browser/shell_extension_system.cc     LOG(ERROR) << "Loading extension at " << app_dir.value()
value              18 ash/debug.cc     scoped_ptr<bool> value;
value              23 ash/debug.cc       if (!value.get())
value              24 ash/debug.cc         value.reset(new bool(!state.show_debug_borders));
value              25 ash/debug.cc       state.show_debug_borders = *value.get();
value              33 ash/debug.cc     scoped_ptr<bool> value;
value              38 ash/debug.cc       if (!value.get())
value              39 ash/debug.cc         value.reset(new bool(!state.show_fps_counter));
value              40 ash/debug.cc       state.show_fps_counter = *value.get();
value              48 ash/debug.cc     scoped_ptr<bool> value;
value              53 ash/debug.cc       if (!value.get())
value              54 ash/debug.cc         value.reset(new bool(!state.show_paint_rects));
value              55 ash/debug.cc       state.show_paint_rects = *value.get();
value              78 ash/desktop_background/desktop_background_controller.cc       VLOG(1) << "Loading " << file_path_.value();
value             121 ash/desktop_background/desktop_background_controller.cc       LOG(ERROR) << "Unable to read data from " << path.value();
value             128 ash/desktop_background/desktop_background_controller.cc       LOG(ERROR) << "Unable to decode JPEG data from " << path.value();
value             183 ash/desktop_background/desktop_background_controller.h   void set_wallpaper_reload_delay_for_test(bool value) {
value             184 ash/desktop_background/desktop_background_controller.h     wallpaper_reload_delay_ = value;
value             222 ash/desktop_background/desktop_background_controller_unittest.cc                  << output.size() << " to " << path.value();
value              50 ash/display/display_controller_unittest.cc   explicit Resetter(T* value) : value_(*value) {
value              51 ash/display/display_controller_unittest.cc     *value = 0;
value             127 ash/display/display_controller_unittest.cc     return Resetter<int>(&changing_count_).value();
value             131 ash/display/display_controller_unittest.cc     return Resetter<int>(&bounds_changed_count_).value();
value             135 ash/display/display_controller_unittest.cc     return Resetter<int64>(&changed_display_id_).value();
value             139 ash/display/display_controller_unittest.cc     return Resetter<int>(&focus_changed_count_).value();
value             143 ash/display/display_controller_unittest.cc     return Resetter<int>(&activation_changed_count_).value();
value             113 ash/display/display_layout.cc bool DisplayLayout::ConvertFromValue(const base::Value& value,
value             116 ash/display/display_layout.cc   return converter.Convert(value, layout);
value             121 ash/display/display_layout.cc                                    base::Value* value) {
value             123 ash/display/display_layout.cc   if (!value->GetAsDictionary(&dict_value) || dict_value == NULL)
value              45 ash/display/display_layout.h   static bool ConvertFromValue(const base::Value& value, DisplayLayout* layout);
value              46 ash/display/display_layout.h   static bool ConvertToValue(const DisplayLayout& layout, base::Value* value);
value              18 ash/display/display_layout_store.cc     std::string value = command_line->GetSwitchValueASCII(
value              22 ash/display/display_layout_store.cc     if (sscanf(value.c_str(), "%c,%d", &layout, &offset) == 2) {
value             294 ash/display/display_manager.h   void set_change_display_upon_host_resize(bool value) {
value             295 ash/display/display_manager.h     change_display_upon_host_resize_ = value;
value              43 ash/display/display_pref_util.h                  const base::StringPiece& value,
value              49 ash/display/display_pref_util.h     if (iter->second == value) {
value             106 ash/display/shared_display_edge_indicator.cc   int value = animation->CurrentValueBetween(0, 255);
value             107 ash/display/shared_display_edge_indicator.cc   SkColor color = SkColorSetARGB(0xFF, value, value, value);
value             222 ash/drag_drop/drag_drop_controller_unittest.cc   void set_check_if_capture_lost(bool value) {
value             223 ash/drag_drop/drag_drop_controller_unittest.cc     check_if_capture_lost_ = value;
value             238 ash/drag_drop/drag_drop_controller_unittest.cc void SetCheckIfCaptureLost(views::Widget* widget, bool value) {
value             243 ash/drag_drop/drag_drop_controller_unittest.cc       set_check_if_capture_lost(value);
value             181 ash/ime/candidate_view.cc   candidate_label_->SetText(entry.value);
value              55 ash/ime/candidate_window_view_unittest.cc     entry.value = base::UTF8ToUTF16(base::StringPrintf(
value             191 ash/ime/candidate_window_view_unittest.cc       entry.value = base::UTF8ToUTF16(kSampleCandidate[i]);
value             217 ash/ime/candidate_window_view_unittest.cc       entry.value = base::UTF8ToUTF16(kSampleCandidate[i]);
value             243 ash/ime/candidate_window_view_unittest.cc       entry.value = base::UTF8ToUTF16(kSampleCandidate[i]);
value             271 ash/ime/candidate_window_view_unittest.cc       entry.value = base::UTF8ToUTF16(kSampleCandidate[i]);
value             323 ash/ime/candidate_window_view_unittest.cc   entry.value = kSampleCandidate1;
value             329 ash/ime/candidate_window_view_unittest.cc   entry.value = kSampleCandidate2;
value             335 ash/ime/candidate_window_view_unittest.cc   entry.value = kSampleCandidate3;
value             103 ash/root_window_controller.cc float ToRelativeValue(int value, int src, int dst) {
value             104 ash/root_window_controller.cc   return static_cast<float>(value) / static_cast<float>(src) * dst;
value              36 ash/shelf/background_animator.cc     bool value, BackgroundAnimatorChangeType type) {
value              37 ash/shelf/background_animator.cc   if (paints_background_ == value)
value              39 ash/shelf/background_animator.cc   paints_background_ = value;
value              41 ash/shelf/background_animator.cc     animation_.Reset(value ? 1.0f : 0.0f);
value              44 ash/shelf/background_animator.h   void SetPaintsBackground(bool value, BackgroundAnimatorChangeType type);
value             380 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::SetWindowOverlapsShelf(bool value) {
value             381 ash/shelf/shelf_layout_manager.cc   window_overlaps_shelf_ = value;
value             148 ash/shelf/shelf_layout_manager.h   void SetWindowOverlapsShelf(bool value);
value             415 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::SetDimmed(bool value) {
value             416 ash/shelf/shelf_widget.cc   if (value == (dimmer_.get() != NULL))
value             419 ash/shelf/shelf_widget.cc   if (value) {
value             186 ash/system/audio/volume_view.cc   if (std::abs(percent-slider_->value()) < 0.01)
value             300 ash/system/audio/volume_view.cc                                     float value,
value             304 ash/system/audio/volume_view.cc     float new_volume = value * 100.0f;
value              61 ash/system/audio/volume_view.h                                   float value,
value              70 ash/system/chromeos/brightness/tray_brightness.cc                                   float value,
value             145 ash/system/chromeos/brightness/tray_brightness.cc                                 float value,
value             153 ash/system/chromeos/brightness/tray_brightness.cc     double percent = std::max(value * 100.0, kMinBrightnessPercent);
value             284 ash/system/chromeos/network/network_connect.cc     if (iter.value().GetAsString(&value_str) && value_str.empty())
value              60 ash/system/chromeos/session/tray_session_length_limit.cc base::string16 IntToTwoDigitString(int value) {
value              61 ash/system/chromeos/session/tray_session_length_limit.cc   DCHECK_GE(value, 0);
value              62 ash/system/chromeos/session/tray_session_length_limit.cc   DCHECK_LE(value, 99);
value              63 ash/system/chromeos/session/tray_session_length_limit.cc   if (value < 10)
value              64 ash/system/chromeos/session/tray_session_length_limit.cc     return base::ASCIIToUTF16("0") + base::IntToString16(value);
value              65 ash/system/chromeos/session/tray_session_length_limit.cc   return base::IntToString16(value);
value             106 ash/system/chromeos/tray_tracing.cc void TrayTracing::OnTracingModeChanged(bool value) {
value             107 ash/system/chromeos/tray_tracing.cc   SetTrayIconVisible(value);
value              22 ash/system/chromeos/tray_tracing.h   virtual void OnTracingModeChanged(bool value) = 0;
value              45 ash/system/chromeos/tray_tracing.h   virtual void OnTracingModeChanged(bool value) OVERRIDE;
value             163 ash/system/drive/tray_drive.cc           base::UTF8ToUTF16(file_path.BaseName().value());
value             166 ash/system/drive/tray_drive.cc           base::WideToUTF16(file_path.BaseName().value());
value             228 ash/system/tray/system_tray_notifier.cc void SystemTrayNotifier::NotifyTracingModeChanged(bool value) {
value             232 ash/system/tray/system_tray_notifier.cc       OnTracingModeChanged(value));
value             112 ash/system/tray/system_tray_notifier.h   void NotifyTracingModeChanged(bool value);
value             419 ash/system/tray/tray_background_view.cc     bool value, BackgroundAnimatorChangeType change_type) {
value             421 ash/system/tray/tray_background_view.cc   hide_background_animator_.SetPaintsBackground(value, change_type);
value             109 ash/system/tray/tray_background_view.h   void SetPaintsBackground(bool value,
value             115 ash/touch/touch_hud_debug.cc     scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             117 ash/touch/touch_hud_debug.cc     value->SetInteger("id", id);
value             118 ash/touch/touch_hud_debug.cc     value->SetString("type", std::string(GetTouchEventLabel(type)));
value             119 ash/touch/touch_hud_debug.cc     value->SetString("location", location.ToString());
value             120 ash/touch/touch_hud_debug.cc     value->SetDouble("timestamp", timestamp);
value             121 ash/touch/touch_hud_debug.cc     value->SetDouble("radius_x", radius_x);
value             122 ash/touch/touch_hud_debug.cc     value->SetDouble("radius_y", radius_y);
value             123 ash/touch/touch_hud_debug.cc     value->SetDouble("pressure", pressure);
value             124 ash/touch/touch_hud_debug.cc     value->SetInteger("tracking_id", tracking_id);
value             125 ash/touch/touch_hud_debug.cc     value->SetInteger("source_device", source_device);
value             127 ash/touch/touch_hud_debug.cc     return value.Pass();
value             372 ash/touch/touch_hud_debug.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             381 ash/touch/touch_hud_debug.cc         value->Set(base::Int64ToString(hud->display_id()), list.release());
value             384 ash/touch/touch_hud_debug.cc   return value.Pass();
value             176 ash/wm/window_state.h   void set_unminimize_to_restore_bounds(bool value) {
value             177 ash/wm/window_state.h     unminimize_to_restore_bounds_ = value;
value             186 ash/wm/window_state.h   void set_hide_shelf_when_fullscreen(bool value) {
value             187 ash/wm/window_state.h     hide_shelf_when_fullscreen_ = value;
value             268 ash/wm/window_state.h   void set_top_row_keys_are_function_keys(bool value) {
value             269 ash/wm/window_state.h     top_row_keys_are_function_keys_ = value;
value             160 base/allocator/allocator_unittest.cc   AtomicType value = 0;
value             161 base/allocator/allocator_unittest.cc   AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1);
value             162 base/allocator/allocator_unittest.cc   EXPECT_EQ(1, value);
value             169 base/allocator/allocator_unittest.cc   value = k_test_val;
value             170 base/allocator/allocator_unittest.cc   prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 5);
value             171 base/allocator/allocator_unittest.cc   EXPECT_EQ(k_test_val, value);
value             174 base/allocator/allocator_unittest.cc   value = k_test_val;
value             175 base/allocator/allocator_unittest.cc   prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
value             176 base/allocator/allocator_unittest.cc   EXPECT_EQ(5, value);
value             183 base/allocator/allocator_unittest.cc   AtomicType value = 0;
value             184 base/allocator/allocator_unittest.cc   AtomicType new_value = base::subtle::NoBarrier_AtomicExchange(&value, 1);
value             185 base/allocator/allocator_unittest.cc   EXPECT_EQ(1, value);
value             192 base/allocator/allocator_unittest.cc   value = k_test_val;
value             193 base/allocator/allocator_unittest.cc   new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
value             194 base/allocator/allocator_unittest.cc   EXPECT_EQ(k_test_val, value);
value             197 base/allocator/allocator_unittest.cc   value = k_test_val;
value             198 base/allocator/allocator_unittest.cc   new_value = base::subtle::NoBarrier_AtomicExchange(&value, 5);
value             199 base/allocator/allocator_unittest.cc   EXPECT_EQ(5, value);
value             209 base/allocator/allocator_unittest.cc   AtomicType value = test_val - 1;
value             210 base/allocator/allocator_unittest.cc   AtomicType new_value = base::subtle::NoBarrier_AtomicIncrement(&value, 1);
value             211 base/allocator/allocator_unittest.cc   EXPECT_EQ(test_val, value);
value             212 base/allocator/allocator_unittest.cc   EXPECT_EQ(value, new_value);
value             214 base/allocator/allocator_unittest.cc   base::subtle::NoBarrier_AtomicIncrement(&value, -1);
value             215 base/allocator/allocator_unittest.cc   EXPECT_EQ(test_val - 1, value);
value             225 base/allocator/allocator_unittest.cc   AtomicType value;
value             227 base/allocator/allocator_unittest.cc   base::subtle::NoBarrier_Store(&value, kVal1);
value             228 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal1, value);
value             229 base/allocator/allocator_unittest.cc   base::subtle::NoBarrier_Store(&value, kVal2);
value             230 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal2, value);
value             232 base/allocator/allocator_unittest.cc   base::subtle::Acquire_Store(&value, kVal1);
value             233 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal1, value);
value             234 base/allocator/allocator_unittest.cc   base::subtle::Acquire_Store(&value, kVal2);
value             235 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal2, value);
value             237 base/allocator/allocator_unittest.cc   base::subtle::Release_Store(&value, kVal1);
value             238 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal1, value);
value             239 base/allocator/allocator_unittest.cc   base::subtle::Release_Store(&value, kVal2);
value             240 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal2, value);
value             250 base/allocator/allocator_unittest.cc   AtomicType value;
value             252 base/allocator/allocator_unittest.cc   value = kVal1;
value             253 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal1, base::subtle::NoBarrier_Load(&value));
value             254 base/allocator/allocator_unittest.cc   value = kVal2;
value             255 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal2, base::subtle::NoBarrier_Load(&value));
value             257 base/allocator/allocator_unittest.cc   value = kVal1;
value             258 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal1, base::subtle::Acquire_Load(&value));
value             259 base/allocator/allocator_unittest.cc   value = kVal2;
value             260 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal2, base::subtle::Acquire_Load(&value));
value             262 base/allocator/allocator_unittest.cc   value = kVal1;
value             263 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal1, base::subtle::Release_Load(&value));
value             264 base/allocator/allocator_unittest.cc   value = kVal2;
value             265 base/allocator/allocator_unittest.cc   EXPECT_EQ(kVal2, base::subtle::Release_Load(&value));
value              44 base/android/command_line_android.cc   std::string value(CommandLine::ForCurrentProcess()->GetSwitchValueNative(
value              46 base/android/command_line_android.cc   if (value.empty())
value              49 base/android/command_line_android.cc   return ConvertUTF8ToJavaString(env, value).Release();
value              22 base/android/content_uri_utils.cc       ConvertUTF8ToJavaString(env, content_uri.value());
value              30 base/android/content_uri_utils.cc       ConvertUTF8ToJavaString(env, content_uri.value());
value              16 base/android/fifo_utils.cc   return mkfifo(path.value().c_str(), mode) == 0 &&
value              17 base/android/fifo_utils.cc          chmod(path.value().c_str(), mode) == 0;
value              21 base/android/fifo_utils.cc   return freopen(path.value().c_str(), mode, stream) != NULL;
value              51 base/android/java/src/org/chromium/base/CommandLine.java         String value = getSwitchValue(switchString);
value              52 base/android/java/src/org/chromium/base/CommandLine.java         return TextUtils.isEmpty(value) ? defaultValue : value;
value              69 base/android/java/src/org/chromium/base/CommandLine.java     public abstract void appendSwitchWithValue(String switchString, String value);
value             285 base/android/java/src/org/chromium/base/CommandLine.java             String value = mSwitches.get(switchString);
value             286 base/android/java/src/org/chromium/base/CommandLine.java             return value == null || value.isEmpty() ? null : value;
value             300 base/android/java/src/org/chromium/base/CommandLine.java         public void appendSwitchWithValue(String switchString, String value) {
value             301 base/android/java/src/org/chromium/base/CommandLine.java             mSwitches.put(switchString, value == null ? "" : value);
value             305 base/android/java/src/org/chromium/base/CommandLine.java             if (value != null && !value.isEmpty())
value             306 base/android/java/src/org/chromium/base/CommandLine.java                 combinedSwitchString += SWITCH_VALUE_SEPARATOR + value;
value             331 base/android/java/src/org/chromium/base/CommandLine.java                     String value = parts.length > 1 ? parts[1] : null;
value             332 base/android/java/src/org/chromium/base/CommandLine.java                     appendSwitchWithValue(parts[0].substring(SWITCH_PREFIX.length()), value);
value             357 base/android/java/src/org/chromium/base/CommandLine.java         public void appendSwitchWithValue(String switchString, String value) {
value             358 base/android/java/src/org/chromium/base/CommandLine.java             nativeAppendSwitchWithValue(switchString, value);
value             376 base/android/java/src/org/chromium/base/CommandLine.java     private static native void nativeAppendSwitchWithValue(String switchString, String value);
value             146 base/android/jni_android.cc   subtle::AtomicWord value = base::subtle::Acquire_Load(atomic_method_id);
value             147 base/android/jni_android.cc   if (value)
value             148 base/android/jni_android.cc     return reinterpret_cast<jmethodID>(value);
value              40 base/android/jni_array_unittest.cc   jint value;
value              42 base/android/jni_array_unittest.cc     env->GetIntArrayRegion(ints.obj(), i, 1, &value);
value              43 base/android/jni_array_unittest.cc     ASSERT_EQ(int_array[i], value);
value              68 base/android/jni_array_unittest.cc   jlong value;
value              70 base/android/jni_array_unittest.cc     env->GetLongArrayRegion(longs.obj(), i, 1, &value);
value              71 base/android/jni_array_unittest.cc     ASSERT_EQ(long_array[i], value);
value             105 base/android/jni_array_unittest.cc   jint value;
value             107 base/android/jni_array_unittest.cc     env->GetIntArrayRegion(jints.obj(), i, 1, &value);
value             108 base/android/jni_array_unittest.cc     ASSERT_EQ(ints[i], value);
value             132 base/android/jni_array_unittest.cc   jfloat value;
value             134 base/android/jni_array_unittest.cc     env->GetFloatArrayRegion(jfloats.obj(), i, 1, &value);
value             135 base/android/jni_array_unittest.cc     ASSERT_EQ(floats[i], value);
value              39 base/android/jni_generator/sample_for_tests.cc   std::string value = ConvertJavaStringToUTF8(
value              41 base/android/jni_generator/sample_for_tests.cc   map_[key] = value;
value              49 base/android/jni_generator/sample_for_tests.cc     std::string value = it->second;
value              23 base/android/path_utils_unittest.cc                path.value().c_str());
value              33 base/android/path_utils_unittest.cc                path.value().c_str());
value              77 base/async_socket_io_handler_posix.cc   int value = fcntl(socket, F_GETFL);
value              78 base/async_socket_io_handler_posix.cc   if (!(value & O_NONBLOCK)) {
value             106 base/atomicops.h void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value);
value             107 base/atomicops.h void Acquire_Store(volatile Atomic32* ptr, Atomic32 value);
value             108 base/atomicops.h void Release_Store(volatile Atomic32* ptr, Atomic32 value);
value             129 base/atomicops.h void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value);
value             130 base/atomicops.h void Acquire_Store(volatile Atomic64* ptr, Atomic64 value);
value             131 base/atomicops.h void Release_Store(volatile Atomic64* ptr, Atomic64 value);
value             165 base/atomicops_internals_arm64_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             166 base/atomicops_internals_arm64_gcc.h   *ptr = value;
value             169 base/atomicops_internals_arm64_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             170 base/atomicops_internals_arm64_gcc.h   *ptr = value;
value             174 base/atomicops_internals_arm64_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             176 base/atomicops_internals_arm64_gcc.h   *ptr = value;
value             184 base/atomicops_internals_arm64_gcc.h   Atomic32 value = *ptr;
value             186 base/atomicops_internals_arm64_gcc.h   return value;
value             328 base/atomicops_internals_arm64_gcc.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             329 base/atomicops_internals_arm64_gcc.h   *ptr = value;
value             332 base/atomicops_internals_arm64_gcc.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             333 base/atomicops_internals_arm64_gcc.h   *ptr = value;
value             337 base/atomicops_internals_arm64_gcc.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             339 base/atomicops_internals_arm64_gcc.h   *ptr = value;
value             347 base/atomicops_internals_arm64_gcc.h   Atomic64 value = *ptr;
value             349 base/atomicops_internals_arm64_gcc.h   return value;
value             111 base/atomicops_internals_arm_gcc.h   Atomic32 value;
value             123 base/atomicops_internals_arm_gcc.h                          : "=&r"(value), "=&r"(reloop), "+m"(*ptr)
value             127 base/atomicops_internals_arm_gcc.h   return value;
value             264 base/atomicops_internals_arm_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             265 base/atomicops_internals_arm_gcc.h   *ptr = value;
value             268 base/atomicops_internals_arm_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             269 base/atomicops_internals_arm_gcc.h   *ptr = value;
value             273 base/atomicops_internals_arm_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             275 base/atomicops_internals_arm_gcc.h   *ptr = value;
value             281 base/atomicops_internals_arm_gcc.h   Atomic32 value = *ptr;
value             283 base/atomicops_internals_arm_gcc.h   return value;
value              65 base/atomicops_internals_atomicword_compat.h inline void NoBarrier_Store(volatile AtomicWord *ptr, AtomicWord value) {
value              67 base/atomicops_internals_atomicword_compat.h       reinterpret_cast<volatile Atomic32*>(ptr), value);
value              70 base/atomicops_internals_atomicword_compat.h inline void Acquire_Store(volatile AtomicWord* ptr, AtomicWord value) {
value              72 base/atomicops_internals_atomicword_compat.h       reinterpret_cast<volatile Atomic32*>(ptr), value);
value              75 base/atomicops_internals_atomicword_compat.h inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) {
value              77 base/atomicops_internals_atomicword_compat.h       reinterpret_cast<volatile Atomic32*>(ptr), value);
value              69 base/atomicops_internals_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value              70 base/atomicops_internals_gcc.h   *ptr = value;
value              77 base/atomicops_internals_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value              78 base/atomicops_internals_gcc.h   *ptr = value;
value              82 base/atomicops_internals_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value              84 base/atomicops_internals_gcc.h   *ptr = value;
value              92 base/atomicops_internals_gcc.h   Atomic32 value = *ptr;
value              94 base/atomicops_internals_gcc.h   return value;
value              73 base/atomicops_internals_mac.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value              74 base/atomicops_internals_mac.h   *ptr = value;
value              77 base/atomicops_internals_mac.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value              78 base/atomicops_internals_mac.h   *ptr = value;
value              82 base/atomicops_internals_mac.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value              84 base/atomicops_internals_mac.h   *ptr = value;
value              92 base/atomicops_internals_mac.h   Atomic32 value = *ptr;
value              94 base/atomicops_internals_mac.h   return value;
value             163 base/atomicops_internals_mac.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             164 base/atomicops_internals_mac.h   *ptr = value;
value             167 base/atomicops_internals_mac.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             168 base/atomicops_internals_mac.h   *ptr = value;
value             172 base/atomicops_internals_mac.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             174 base/atomicops_internals_mac.h   *ptr = value;
value             182 base/atomicops_internals_mac.h   Atomic64 value = *ptr;
value             184 base/atomicops_internals_mac.h   return value;
value             118 base/atomicops_internals_mips_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             119 base/atomicops_internals_mips_gcc.h   *ptr = value;
value             126 base/atomicops_internals_mips_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             127 base/atomicops_internals_mips_gcc.h   *ptr = value;
value             131 base/atomicops_internals_mips_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             133 base/atomicops_internals_mips_gcc.h   *ptr = value;
value             141 base/atomicops_internals_mips_gcc.h   Atomic32 value = *ptr;
value             143 base/atomicops_internals_mips_gcc.h   return value;
value              90 base/atomicops_internals_tsan.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value              91 base/atomicops_internals_tsan.h   __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
value              94 base/atomicops_internals_tsan.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value              95 base/atomicops_internals_tsan.h   __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
value              99 base/atomicops_internals_tsan.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             100 base/atomicops_internals_tsan.h   __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
value             152 base/atomicops_internals_tsan.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             153 base/atomicops_internals_tsan.h   __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed);
value             156 base/atomicops_internals_tsan.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             157 base/atomicops_internals_tsan.h   __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed);
value             161 base/atomicops_internals_tsan.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             162 base/atomicops_internals_tsan.h   __tsan_atomic64_store(ptr, value, __tsan_memory_order_release);
value              91 base/atomicops_internals_x86_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value              92 base/atomicops_internals_x86_gcc.h   *ptr = value;
value             103 base/atomicops_internals_x86_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             104 base/atomicops_internals_x86_gcc.h   *ptr = value;
value             119 base/atomicops_internals_x86_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             121 base/atomicops_internals_x86_gcc.h     *ptr = value;
value             124 base/atomicops_internals_x86_gcc.h     NoBarrier_AtomicExchange(ptr, value);
value             130 base/atomicops_internals_x86_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             132 base/atomicops_internals_x86_gcc.h   *ptr = value; // An x86 store acts as a release barrier.
value             141 base/atomicops_internals_x86_gcc.h   Atomic32 value = *ptr; // An x86 load acts as a acquire barrier.
value             144 base/atomicops_internals_x86_gcc.h   return value;
value             199 base/atomicops_internals_x86_gcc.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             200 base/atomicops_internals_x86_gcc.h   *ptr = value;
value             203 base/atomicops_internals_x86_gcc.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             204 base/atomicops_internals_x86_gcc.h   *ptr = value;
value             208 base/atomicops_internals_x86_gcc.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             211 base/atomicops_internals_x86_gcc.h   *ptr = value; // An x86 store acts as a release barrier
value             234 base/atomicops_internals_x86_gcc.h   Atomic64 value = *ptr; // An x86 load acts as a acquire barrier,
value             238 base/atomicops_internals_x86_gcc.h   return value;
value              81 base/atomicops_internals_x86_msvc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value              82 base/atomicops_internals_x86_msvc.h   *ptr = value;
value              85 base/atomicops_internals_x86_msvc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value              86 base/atomicops_internals_x86_msvc.h   NoBarrier_AtomicExchange(ptr, value);
value              90 base/atomicops_internals_x86_msvc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value              91 base/atomicops_internals_x86_msvc.h   *ptr = value; // works w/o barrier for current Intel chips as of June 2005
value             100 base/atomicops_internals_x86_msvc.h   Atomic32 value = *ptr;
value             101 base/atomicops_internals_x86_msvc.h   return value;
value             144 base/atomicops_internals_x86_msvc.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             145 base/atomicops_internals_x86_msvc.h   *ptr = value;
value             148 base/atomicops_internals_x86_msvc.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             149 base/atomicops_internals_x86_msvc.h   NoBarrier_AtomicExchange(ptr, value);
value             153 base/atomicops_internals_x86_msvc.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             154 base/atomicops_internals_x86_msvc.h   *ptr = value; // works w/o barrier for current Intel chips as of June 2005
value             169 base/atomicops_internals_x86_msvc.h   Atomic64 value = *ptr;
value             170 base/atomicops_internals_x86_msvc.h   return value;
value              87 base/atomicops_unittest.cc   AtomicType value = 0;
value              88 base/atomicops_unittest.cc   AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1);
value              89 base/atomicops_unittest.cc   EXPECT_EQ(1, value);
value              96 base/atomicops_unittest.cc   value = k_test_val;
value              97 base/atomicops_unittest.cc   prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 5);
value              98 base/atomicops_unittest.cc   EXPECT_EQ(k_test_val, value);
value             101 base/atomicops_unittest.cc   value = k_test_val;
value             102 base/atomicops_unittest.cc   prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
value             103 base/atomicops_unittest.cc   EXPECT_EQ(5, value);
value             110 base/atomicops_unittest.cc   AtomicType value = 0;
value             111 base/atomicops_unittest.cc   AtomicType new_value = base::subtle::NoBarrier_AtomicExchange(&value, 1);
value             112 base/atomicops_unittest.cc   EXPECT_EQ(1, value);
value             119 base/atomicops_unittest.cc   value = k_test_val;
value             120 base/atomicops_unittest.cc   new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
value             121 base/atomicops_unittest.cc   EXPECT_EQ(k_test_val, value);
value             124 base/atomicops_unittest.cc   value = k_test_val;
value             125 base/atomicops_unittest.cc   new_value = base::subtle::NoBarrier_AtomicExchange(&value, 5);
value             126 base/atomicops_unittest.cc   EXPECT_EQ(5, value);
value             136 base/atomicops_unittest.cc   AtomicType value = -1 ^ test_val;
value             137 base/atomicops_unittest.cc   AtomicType new_value = base::subtle::NoBarrier_AtomicIncrement(&value, 1);
value             138 base/atomicops_unittest.cc   EXPECT_EQ(test_val, value);
value             139 base/atomicops_unittest.cc   EXPECT_EQ(value, new_value);
value             141 base/atomicops_unittest.cc   base::subtle::NoBarrier_AtomicIncrement(&value, -1);
value             142 base/atomicops_unittest.cc   EXPECT_EQ(-1 ^ test_val, value);
value             146 base/atomicops_unittest.cc   value = test_val - 1;
value             147 base/atomicops_unittest.cc   new_value = base::subtle::NoBarrier_AtomicIncrement(&value, 1);
value             148 base/atomicops_unittest.cc   EXPECT_EQ(test_val, value);
value             149 base/atomicops_unittest.cc   EXPECT_EQ(value, new_value);
value             151 base/atomicops_unittest.cc   base::subtle::NoBarrier_AtomicIncrement(&value, -1);
value             152 base/atomicops_unittest.cc   EXPECT_EQ(test_val - 1, value);
value             170 base/atomicops_unittest.cc   AtomicType value;
value             172 base/atomicops_unittest.cc   base::subtle::NoBarrier_Store(&value, kVal1);
value             173 base/atomicops_unittest.cc   EXPECT_EQ(kVal1, value);
value             174 base/atomicops_unittest.cc   base::subtle::NoBarrier_Store(&value, kVal2);
value             175 base/atomicops_unittest.cc   EXPECT_EQ(kVal2, value);
value             177 base/atomicops_unittest.cc   base::subtle::Acquire_Store(&value, kVal1);
value             178 base/atomicops_unittest.cc   EXPECT_EQ(kVal1, value);
value             179 base/atomicops_unittest.cc   base::subtle::Acquire_Store(&value, kVal2);
value             180 base/atomicops_unittest.cc   EXPECT_EQ(kVal2, value);
value             182 base/atomicops_unittest.cc   base::subtle::Release_Store(&value, kVal1);
value             183 base/atomicops_unittest.cc   EXPECT_EQ(kVal1, value);
value             184 base/atomicops_unittest.cc   base::subtle::Release_Store(&value, kVal2);
value             185 base/atomicops_unittest.cc   EXPECT_EQ(kVal2, value);
value             195 base/atomicops_unittest.cc   AtomicType value;
value             197 base/atomicops_unittest.cc   value = kVal1;
value             198 base/atomicops_unittest.cc   EXPECT_EQ(kVal1, base::subtle::NoBarrier_Load(&value));
value             199 base/atomicops_unittest.cc   value = kVal2;
value             200 base/atomicops_unittest.cc   EXPECT_EQ(kVal2, base::subtle::NoBarrier_Load(&value));
value             202 base/atomicops_unittest.cc   value = kVal1;
value             203 base/atomicops_unittest.cc   EXPECT_EQ(kVal1, base::subtle::Acquire_Load(&value));
value             204 base/atomicops_unittest.cc   value = kVal2;
value             205 base/atomicops_unittest.cc   EXPECT_EQ(kVal2, base::subtle::Acquire_Load(&value));
value             207 base/atomicops_unittest.cc   value = kVal1;
value             208 base/atomicops_unittest.cc   EXPECT_EQ(kVal1, base::subtle::Release_Load(&value));
value             209 base/atomicops_unittest.cc   value = kVal2;
value             210 base/atomicops_unittest.cc   EXPECT_EQ(kVal2, base::subtle::Release_Load(&value));
value              38 base/big_endian.cc bool BigEndianReader::Read(T* value) {
value              41 base/big_endian.cc   ReadBigEndian<T>(ptr_, value);
value              46 base/big_endian.cc bool BigEndianReader::ReadU8(uint8* value) {
value              47 base/big_endian.cc   return Read(value);
value              50 base/big_endian.cc bool BigEndianReader::ReadU16(uint16* value) {
value              51 base/big_endian.cc   return Read(value);
value              54 base/big_endian.cc bool BigEndianReader::ReadU32(uint32* value) {
value              55 base/big_endian.cc   return Read(value);
value              77 base/big_endian.cc bool BigEndianWriter::Write(T value) {
value              80 base/big_endian.cc   WriteBigEndian<T>(ptr_, value);
value              85 base/big_endian.cc bool BigEndianWriter::WriteU8(uint8 value) {
value              86 base/big_endian.cc   return Write(value);
value              89 base/big_endian.cc bool BigEndianWriter::WriteU16(uint16 value) {
value              90 base/big_endian.cc   return Write(value);
value              93 base/big_endian.cc bool BigEndianWriter::WriteU32(uint32 value) {
value              94 base/big_endian.cc   return Write(value);
value              63 base/big_endian.h   bool ReadU8(uint8* value);
value              64 base/big_endian.h   bool ReadU16(uint16* value);
value              65 base/big_endian.h   bool ReadU32(uint32* value);
value              87 base/big_endian.h   bool WriteU8(uint8 value);
value              88 base/big_endian.h   bool WriteU16(uint16 value);
value              89 base/big_endian.h   bool WriteU32(uint32 value);
value              99 base/bind.h          !(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ),
value             107 base/bind.h          internal::HasIsMethodTag<RunnableType>::value ||
value             108 base/bind.h              !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
value             110 base/bind.h      COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
value             111 base/bind.h                         !is_array<P1>::value,
value             146 base/bind.h          !(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
value             147 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ),
value             155 base/bind.h          internal::HasIsMethodTag<RunnableType>::value ||
value             156 base/bind.h              !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
value             158 base/bind.h      COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
value             159 base/bind.h                         !is_array<P1>::value,
value             161 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
value             198 base/bind.h          !(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
value             199 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
value             200 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ),
value             208 base/bind.h          internal::HasIsMethodTag<RunnableType>::value ||
value             209 base/bind.h              !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
value             211 base/bind.h      COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
value             212 base/bind.h                         !is_array<P1>::value,
value             214 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
value             216 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
value             255 base/bind.h          !(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
value             256 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
value             257 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ||
value             258 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A4Type>::value ),
value             266 base/bind.h          internal::HasIsMethodTag<RunnableType>::value ||
value             267 base/bind.h              !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
value             269 base/bind.h      COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
value             270 base/bind.h                         !is_array<P1>::value,
value             272 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
value             274 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
value             276 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
value             319 base/bind.h          !(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
value             320 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
value             321 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ||
value             322 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A4Type>::value ||
value             323 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A5Type>::value ),
value             331 base/bind.h          internal::HasIsMethodTag<RunnableType>::value ||
value             332 base/bind.h              !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
value             334 base/bind.h      COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
value             335 base/bind.h                         !is_array<P1>::value,
value             337 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
value             339 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
value             341 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
value             343 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P5>::value,
value             388 base/bind.h          !(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
value             389 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
value             390 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ||
value             391 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A4Type>::value ||
value             392 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A5Type>::value ||
value             393 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A6Type>::value ),
value             401 base/bind.h          internal::HasIsMethodTag<RunnableType>::value ||
value             402 base/bind.h              !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
value             404 base/bind.h      COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
value             405 base/bind.h                         !is_array<P1>::value,
value             407 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
value             409 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
value             411 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
value             413 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P5>::value,
value             415 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P6>::value,
value             462 base/bind.h          !(is_non_const_reference<typename BoundFunctorTraits::A1Type>::value ||
value             463 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A2Type>::value ||
value             464 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A3Type>::value ||
value             465 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A4Type>::value ||
value             466 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A5Type>::value ||
value             467 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A6Type>::value ||
value             468 base/bind.h              is_non_const_reference<typename BoundFunctorTraits::A7Type>::value ),
value             476 base/bind.h          internal::HasIsMethodTag<RunnableType>::value ||
value             477 base/bind.h              !internal::NeedsScopedRefptrButGetsRawPtr<P1>::value,
value             479 base/bind.h      COMPILE_ASSERT(!internal::HasIsMethodTag<RunnableType>::value ||
value             480 base/bind.h                         !is_array<P1>::value,
value             482 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value,
value             484 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P3>::value,
value             486 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P4>::value,
value             488 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P5>::value,
value             490 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P6>::value,
value             492 base/bind.h      COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P7>::value,
value             254 base/bind_helpers.h   static const bool value = sizeof(Check<Base>(0)) == sizeof(Yes);
value             265 base/bind_helpers.h     : integral_constant<bool, SupportsAddRefAndRelease<T>::value> {
value             274 base/bind_helpers.h     : UnsafeBindtoRefCountedArgHelper<is_class<T>::value, T> {
value             289 base/bind_helpers.h   static const bool value = sizeof(Check<T>(0)) == sizeof(Yes);
value            1093 base/bind_internal.h   COMPILE_ASSERT(is_void<ReturnType>::value,
value            1119 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1142 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1166 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1191 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1219 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1248 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1278 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1310 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1343 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1377 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1410 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1446 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1483 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1521 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1560 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1597 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1636 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1676 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1717 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1759 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1802 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1842 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1885 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1929 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            1974 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2020 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2067 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2115 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2159 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2205 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2252 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2300 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2349 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2399 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2450 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2502 base/bind_internal.h     return InvokeHelper<StorageType::IsWeakCall::value, R,
value            2562 base/bind_internal.h     MaybeRefcount<HasIsMethodTag<Runnable>::value, P1>::AddRef(p1_);
value            2565 base/bind_internal.h   virtual ~BindState() {    MaybeRefcount<HasIsMethodTag<Runnable>::value,
value            2587 base/bind_internal.h     MaybeRefcount<HasIsMethodTag<Runnable>::value, P1>::AddRef(p1_);
value            2590 base/bind_internal.h   virtual ~BindState() {    MaybeRefcount<HasIsMethodTag<Runnable>::value,
value            2616 base/bind_internal.h     MaybeRefcount<HasIsMethodTag<Runnable>::value, P1>::AddRef(p1_);
value            2619 base/bind_internal.h   virtual ~BindState() {    MaybeRefcount<HasIsMethodTag<Runnable>::value,
value            2650 base/bind_internal.h     MaybeRefcount<HasIsMethodTag<Runnable>::value, P1>::AddRef(p1_);
value            2653 base/bind_internal.h   virtual ~BindState() {    MaybeRefcount<HasIsMethodTag<Runnable>::value,
value            2687 base/bind_internal.h     MaybeRefcount<HasIsMethodTag<Runnable>::value, P1>::AddRef(p1_);
value            2690 base/bind_internal.h   virtual ~BindState() {    MaybeRefcount<HasIsMethodTag<Runnable>::value,
value            2727 base/bind_internal.h     MaybeRefcount<HasIsMethodTag<Runnable>::value, P1>::AddRef(p1_);
value            2730 base/bind_internal.h   virtual ~BindState() {    MaybeRefcount<HasIsMethodTag<Runnable>::value,
value            2770 base/bind_internal.h     MaybeRefcount<HasIsMethodTag<Runnable>::value, P1>::AddRef(p1_);
value            2773 base/bind_internal.h   virtual ~BindState() {    MaybeRefcount<HasIsMethodTag<Runnable>::value,
value              62 base/bind_unittest.cc   virtual void VirtualSet() { value = kParentValue; }
value              63 base/bind_unittest.cc   void NonVirtualSet() { value = kParentValue; }
value              64 base/bind_unittest.cc   int value;
value              69 base/bind_unittest.cc   virtual void VirtualSet() OVERRIDE { value = kChildValue; }
value              70 base/bind_unittest.cc   void NonVirtualSet() { value = kChildValue; }
value              75 base/bind_unittest.cc   virtual void VirtualSet() { value = kParentValue; }
value              76 base/bind_unittest.cc   void NonVirtualSet() { value = kParentValue; }
value              77 base/bind_unittest.cc   int value;
value              81 base/bind_unittest.cc   virtual void VirtualSet() OVERRIDE { value = kChildValue; }
value              82 base/bind_unittest.cc   void NonVirtualSet() { value = kChildValue; }
value             187 base/bind_unittest.cc   return p.value;
value             191 base/bind_unittest.cc   return p->value;
value             195 base/bind_unittest.cc   return p.value;
value             354 base/bind_unittest.cc   child.value = 0;
value             357 base/bind_unittest.cc   EXPECT_EQ(kChildValue, child.value);
value             359 base/bind_unittest.cc   child.value = 0;
value             362 base/bind_unittest.cc   EXPECT_EQ(kParentValue, child.value);
value             465 base/bind_unittest.cc   p.value = 5;
value             475 base/bind_unittest.cc   c.value = 6;
value             479 base/bind_unittest.cc   c.value = 7;
value             484 base/bind_unittest.cc   c.value = 8;
value             566 base/bind_unittest.cc   EXPECT_TRUE(internal::SupportsAddRefAndRelease<HasRef>::value);
value             567 base/bind_unittest.cc   EXPECT_FALSE(internal::SupportsAddRefAndRelease<NoRef>::value);
value             572 base/bind_unittest.cc   EXPECT_TRUE(internal::SupportsAddRefAndRelease<StrictMock<HasRef> >::value);
value             573 base/bind_unittest.cc   EXPECT_FALSE(internal::SupportsAddRefAndRelease<StrictMock<NoRef> >::value);
value             577 base/bind_unittest.cc   EXPECT_TRUE(internal::SupportsAddRefAndRelease<HasRefPrivateDtor>::value);
value              21 base/bits.h      uint32 value = n;
value              24 base/bits.h        uint32 x = value >> shift;
value              26 base/bits.h          value = x;
value              30 base/bits.h      DCHECK_EQ(value, 1u);
value              20 base/bits_unittest.cc     unsigned int value = 1U << i;
value              21 base/bits_unittest.cc     EXPECT_EQ(i, Log2Floor(value));
value              22 base/bits_unittest.cc     EXPECT_EQ(i, Log2Floor(value + 1));
value              23 base/bits_unittest.cc     EXPECT_EQ(i, Log2Floor(value + 2));
value              24 base/bits_unittest.cc     EXPECT_EQ(i - 1, Log2Floor(value - 1));
value              25 base/bits_unittest.cc     EXPECT_EQ(i - 1, Log2Floor(value - 2));
value              37 base/bits_unittest.cc     unsigned int value = 1U << i;
value              38 base/bits_unittest.cc     EXPECT_EQ(i, Log2Ceiling(value));
value              39 base/bits_unittest.cc     EXPECT_EQ(i + 1, Log2Ceiling(value + 1));
value              40 base/bits_unittest.cc     EXPECT_EQ(i + 1, Log2Ceiling(value + 2));
value              41 base/bits_unittest.cc     EXPECT_EQ(i, Log2Ceiling(value - 1));
value              42 base/bits_unittest.cc     EXPECT_EQ(i, Log2Ceiling(value - 2));
value              13 base/callback_helpers_unittest.cc void Increment(int* value) {
value              14 base/callback_helpers_unittest.cc   (*value)++;
value              80 base/callback_internal.h   static const bool value = sizeof(Test<T>(0)) == sizeof(YesType) &&
value              81 base/callback_internal.h                             !is_const<T>::value;
value              95 base/callback_internal.h template <typename T, bool is_move_only = IsMoveOnlyType<T>::value>
value             166 base/callback_internal.h typename enable_if<!IsMoveOnlyType<T>::value, T>::type& CallbackForward(T& t) {
value             171 base/callback_internal.h typename enable_if<IsMoveOnlyType<T>::value, T>::type CallbackForward(T& t) {
value             110 base/callback_list_unittest.cc   EXPECT_EQ(1, s.value());
value             117 base/callback_list_unittest.cc   EXPECT_EQ(3, s.value());
value             124 base/callback_list_unittest.cc   EXPECT_EQ(6, s.value());
value             131 base/callback_list_unittest.cc   EXPECT_EQ(10, s.value());
value             138 base/callback_list_unittest.cc   EXPECT_EQ(15, s.value());
value             145 base/callback_list_unittest.cc   EXPECT_EQ(21, s.value());
value             298 base/command_line.cc   TrimWhitespace(program.value(), TRIM_ALL, &argv_[0]);
value             307 base/command_line.cc   StringType value = GetSwitchValueNative(switch_string);
value             308 base/command_line.cc   if (!IsStringASCII(value)) {
value             313 base/command_line.cc   return UTF16ToASCII(value);
value             315 base/command_line.cc   return value;
value             337 base/command_line.cc   AppendSwitchNative(switch_string, path.value());
value             341 base/command_line.cc                                      const CommandLine::StringType& value) {
value             349 base/command_line.cc   switches_[switch_key.substr(prefix_length)] = value;
value             353 base/command_line.cc   if (!value.empty())
value             354 base/command_line.cc     combined_switch_string += kSwitchValueSeparator + value;
value             388 base/command_line.cc void CommandLine::AppendArg(const std::string& value) {
value             390 base/command_line.cc   DCHECK(IsStringUTF8(value));
value             391 base/command_line.cc   AppendArgNative(UTF8ToWide(value));
value             393 base/command_line.cc   AppendArgNative(value);
value             398 base/command_line.cc   AppendArgNative(path.value());
value             401 base/command_line.cc void CommandLine::AppendArgNative(const CommandLine::StringType& value) {
value             402 base/command_line.cc   argv_.push_back(value);
value             133 base/command_line.h                           const StringType& value);
value             135 base/command_line.h                          const std::string& value);
value             150 base/command_line.h   void AppendArg(const std::string& value);
value             151 base/command_line.h   void AppendArgPath(const FilePath& value);
value             152 base/command_line.h   void AppendArgNative(const StringType& value);
value              59 base/command_line_unittest.cc   EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
value              60 base/command_line_unittest.cc             cl.GetProgram().value());
value             124 base/command_line_unittest.cc   EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
value             125 base/command_line_unittest.cc             cl.GetProgram().value());
value             318 base/command_line_unittest.cc   EXPECT_EQ(cl1.GetProgram().value(), cl2.GetProgram().value());
value             327 base/command_line_unittest.cc   EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
value             340 base/command_line_unittest.cc   EXPECT_EQ(kProgram.value(), cl_program.GetProgram().value());
value             341 base/command_line_unittest.cc   EXPECT_EQ(kProgram.value(), cl_program.GetCommandLineString());
value             347 base/command_line_unittest.cc   EXPECT_EQ(kProgramPath.value(), cl_program_path.GetProgram().value());
value             351 base/command_line_unittest.cc   CommandLine::StringType program_string(cl_program_path.GetProgram().value());
value              77 base/containers/hash_tables.h       std::size_t operator()(integral_type value) const { \
value              78 base/containers/hash_tables.h         return static_cast<std::size_t>(value); \
value             243 base/containers/hash_tables.h inline std::size_t hash_value(const std::pair<Type1, Type2>& value) {
value             244 base/containers/hash_tables.h   return base::HashPair(value.first, value.second);
value             250 base/containers/hash_tables.h   std::size_t operator()(std::pair<Type1, Type2> value) const {
value             251 base/containers/hash_tables.h     return base::HashPair(value.first, value.second);
value             120 base/containers/linked_list.h   const T* value() const {
value             124 base/containers/linked_list.h   T* value() {
value              45 base/containers/linked_list_unittest.cc     EXPECT_EQ(node_ids[index_of_id], node->value()->id());
value             257 base/containers/linked_list_unittest.cc   EXPECT_EQ(&node, node.value());
value              14 base/containers/mru_cache_unittest.cc   CachedItem() : value(0) {
value              18 base/containers/mru_cache_unittest.cc   explicit CachedItem(int new_value) : value(new_value) {
value              22 base/containers/mru_cache_unittest.cc   explicit CachedItem(const CachedItem& other) : value(other.value) {
value              30 base/containers/mru_cache_unittest.cc   int value;
value              61 base/containers/mru_cache_unittest.cc     EXPECT_EQ(item1.value, found->second.value);
value              74 base/containers/mru_cache_unittest.cc     EXPECT_EQ(item1.value, oldest->second.value);
value              82 base/containers/mru_cache_unittest.cc     EXPECT_EQ(item1.value, test_item->second.value);
value              90 base/containers/mru_cache_unittest.cc     EXPECT_EQ(item2.value, oldest->second.value);
value             101 base/containers/mru_cache_unittest.cc     EXPECT_EQ(item1.value, next->second.value);
value             135 base/containers/mru_cache_unittest.cc     EXPECT_EQ(item1.value, iter->second.value);
value             146 base/containers/mru_cache_unittest.cc     EXPECT_EQ(item1.value, iter->second.value);
value             184 base/containers/mru_cache_unittest.cc   EXPECT_EQ(item5.value, iter->second.value);
value             266 base/containers/mru_cache_unittest.cc   EXPECT_EQ(one.value, cache.Get("First")->second.value);
value             267 base/containers/mru_cache_unittest.cc   EXPECT_EQ(two.value, cache.Get("Second")->second.value);
value             269 base/containers/mru_cache_unittest.cc   EXPECT_EQ(two.value, cache.Get("Second")->second.value);
value             123 base/containers/small_map.h   static const bool value = (sizeof(test<M>(0)) == sizeof(big));
value             125 base/containers/small_map.h template <typename M> const bool has_key_equal<M>::value;
value             183 base/containers/small_map.h                   internal::has_key_equal<NormalMap>::value>::equal_key,
value              48 base/debug/crash_logging.cc                       const base::StringPiece& value) {
value              59 base/debug/crash_logging.cc     g_set_key_func_(key, value);
value              65 base/debug/crash_logging.cc       ChunkCrashKeyValue(*crash_key, value, g_chunk_max_length_);
value             106 base/debug/crash_logging.cc   std::string value = "<null>";
value             121 base/debug/crash_logging.cc     value = JoinString(hex_backtrace, ' ');
value             124 base/debug/crash_logging.cc     DCHECK_LE(value.length(), kBreakpadValueMax);
value             127 base/debug/crash_logging.cc   SetCrashKeyValue(key, value);
value             131 base/debug/crash_logging.cc                                const base::StringPiece& value)
value             133 base/debug/crash_logging.cc   SetCrashKeyValue(key, value);
value             181 base/debug/crash_logging.cc                                             const base::StringPiece& value,
value             183 base/debug/crash_logging.cc   std::string value_string = value.substr(0, crash_key.max_length).as_string();
value              29 base/debug/crash_logging.h                                   const base::StringPiece& value);
value              47 base/debug/crash_logging.h   ScopedCrashKey(const base::StringPiece& key, const base::StringPiece& value);
value              95 base/debug/crash_logging.h     const base::StringPiece& value,
value              37 base/debug/crash_logging_unittest.cc                           const base::StringPiece& value) {
value              38 base/debug/crash_logging_unittest.cc     (*key_values_)[key.as_string()] = value.as_string();
value              45 base/debug/debugger_win.cc bool StringReplace(const wchar_t* input, int value, wchar_t* output,
value              59 base/debug/debugger_win.cc       wsprintf(output+current_output_len, L"%d", value);
value              88 base/debug/leak_tracker.h       StackTrace& allocation_stack = node->value()->allocation_stack_;
value             201 base/debug/proc_maps_linux_unittest.cc     if (regions[i].path == exe_path.value()) {
value             289 base/debug/stack_trace_posix.cc     greg_t value;
value             346 base/debug/stack_trace_posix.cc     internal::itoa_r(registers[i].value, buf, sizeof(buf),
value             174 base/debug/stack_trace_win.cc                           L";" + module_path.DirName().value());
value             447 base/debug/trace_event.h #define TRACE_COUNTER1(category_group, name, value) \
value             450 base/debug/trace_event.h         "value", static_cast<int>(value))
value             451 base/debug/trace_event.h #define TRACE_COPY_COUNTER1(category_group, name, value) \
value             454 base/debug/trace_event.h         "value", static_cast<int>(value))
value             482 base/debug/trace_event.h #define TRACE_COUNTER_ID1(category_group, name, id, value) \
value             485 base/debug/trace_event.h         "value", static_cast<int>(value))
value             486 base/debug/trace_event.h #define TRACE_COPY_COUNTER_ID1(category_group, name, id, value) \
value             489 base/debug/trace_event.h         "value", static_cast<int>(value))
value             824 base/debug/trace_event.h #define TRACE_EVENT_API_ATOMIC_STORE(var, value) \
value             825 base/debug/trace_event.h     base::subtle::NoBarrier_Store(&(var), (value))
value            1114 base/debug/trace_event.h         unsigned long long* value) { \
value            1118 base/debug/trace_event.h       *value = type_value.as_uint; \
value            1126 base/debug/trace_event.h         unsigned long long* value) { \
value            1128 base/debug/trace_event.h       *value = static_cast<unsigned long long>(arg); \
value            1156 base/debug/trace_event.h                                  unsigned long long* value) {
value            1160 base/debug/trace_event.h   *value = type_value.as_uint;
value            1167 base/debug/trace_event.h                                  unsigned long long* value) {
value            1169 base/debug/trace_event.h   *value = arg.ToInternalValue();
value            1174 base/debug/trace_event.h                                  unsigned long long* value) {
value            1176 base/debug/trace_event.h   *value = arg.ToInternalValue();
value             368 base/debug/trace_event_impl.cc                              const T& value) {
value             375 base/debug/trace_event_impl.cc   ::trace_event_internal::SetTraceValue(value, &arg_type, &arg_value);
value             628 base/debug/trace_event_impl.cc                                    TraceEvent::TraceValue value,
value             632 base/debug/trace_event_impl.cc       *out += value.as_bool ? "true" : "false";
value             635 base/debug/trace_event_impl.cc       StringAppendF(out, "%" PRIu64, static_cast<uint64>(value.as_uint));
value             638 base/debug/trace_event_impl.cc       StringAppendF(out, "%" PRId64, static_cast<int64>(value.as_int));
value             644 base/debug/trace_event_impl.cc       double val = value.as_double;
value             680 base/debug/trace_event_impl.cc                                      value.as_pointer)));
value             684 base/debug/trace_event_impl.cc       EscapeJSONString(value.as_string ? value.as_string : "NULL", true, out);
value              51 base/debug/trace_event_impl.h   std::size_t operator()(base::MessageLoop* value) const {
value              52 base/debug/trace_event_impl.h     return reinterpret_cast<std::size_t>(value);
value             132 base/debug/trace_event_impl.h                                 TraceValue value,
value              68 base/debug/trace_event_memory.cc void DeleteStackOnThreadCleanup(void* value) {
value              69 base/debug/trace_event_memory.cc   TraceMemoryStack* stack = static_cast<TraceMemoryStack*>(value);
value              43 base/debug/trace_event_unittest.cc   const char* value;
value              67 base/debug/trace_event_unittest.cc                                          const char* value);
value              69 base/debug/trace_event_unittest.cc                          const char* value);
value              71 base/debug/trace_event_unittest.cc                             const char* value);
value             210 base/debug/trace_event_unittest.cc   Value* value = NULL;
value             212 base/debug/trace_event_unittest.cc   if (dict->Get(key_value->key, &value) &&
value             213 base/debug/trace_event_unittest.cc       value->GetAsString(&value_str) &&
value             214 base/debug/trace_event_unittest.cc       CompareJsonValues(value_str, key_value->value, key_value->op))
value             242 base/debug/trace_event_unittest.cc     Value* value = NULL;
value             243 base/debug/trace_event_unittest.cc     trace_parsed_.Get(i, &value);
value             244 base/debug/trace_event_unittest.cc     if (!value || value->GetType() != Value::TYPE_DICTIONARY)
value             246 base/debug/trace_event_unittest.cc     DictionaryValue* dict = static_cast<DictionaryValue*>(value);
value             268 base/debug/trace_event_unittest.cc     const char* value) {
value             272 base/debug/trace_event_unittest.cc     {key, value, IS_EQUAL},
value             279 base/debug/trace_event_unittest.cc                                               const char* value) {
value             281 base/debug/trace_event_unittest.cc     {key, value, IS_EQUAL},
value             288 base/debug/trace_event_unittest.cc                                                  const char* value) {
value             290 base/debug/trace_event_unittest.cc     {key, value, IS_NOT_EQUAL},
value             302 base/debug/trace_event_unittest.cc     it.value().GetAsString(&value_str);
value             323 base/debug/trace_event_unittest.cc     const Value* value = NULL;
value             324 base/debug/trace_event_unittest.cc     trace_parsed.Get(i, &value);
value             326 base/debug/trace_event_unittest.cc       if (value == match_after_this_item)
value             330 base/debug/trace_event_unittest.cc     if (!value || value->GetType() != Value::TYPE_DICTIONARY)
value             332 base/debug/trace_event_unittest.cc     const DictionaryValue* dict = static_cast<const DictionaryValue*>(value);
value             346 base/debug/trace_event_unittest.cc     const Value* value = NULL;
value             347 base/debug/trace_event_unittest.cc     trace_parsed.Get(i, &value);
value             348 base/debug/trace_event_unittest.cc     if (!value || value->GetType() != Value::TYPE_DICTIONARY)
value             350 base/debug/trace_event_unittest.cc     const DictionaryValue* dict = static_cast<const DictionaryValue*>(value);
value             630 base/debug/trace_event_unittest.cc     int value;
value             631 base/debug/trace_event_unittest.cc     EXPECT_TRUE((item && item->GetInteger("args.value", &value)));
value             632 base/debug/trace_event_unittest.cc     EXPECT_EQ(31415, value);
value             641 base/debug/trace_event_unittest.cc     int value;
value             642 base/debug/trace_event_unittest.cc     EXPECT_TRUE((item && item->GetInteger("args.a", &value)));
value             643 base/debug/trace_event_unittest.cc     EXPECT_EQ(30000, value);
value             645 base/debug/trace_event_unittest.cc     EXPECT_TRUE((item && item->GetInteger("args.b", &value)));
value             646 base/debug/trace_event_unittest.cc     EXPECT_EQ(1415, value);
value             659 base/debug/trace_event_unittest.cc     int value;
value             660 base/debug/trace_event_unittest.cc     EXPECT_TRUE((item && item->GetInteger("args.value", &value)));
value             661 base/debug/trace_event_unittest.cc     EXPECT_EQ(31415, value);
value             674 base/debug/trace_event_unittest.cc     int value;
value             675 base/debug/trace_event_unittest.cc     EXPECT_TRUE((item && item->GetInteger("args.a", &value)));
value             676 base/debug/trace_event_unittest.cc     EXPECT_EQ(30000, value);
value             678 base/debug/trace_event_unittest.cc     EXPECT_TRUE((item && item->GetInteger("args.b", &value)));
value             679 base/debug/trace_event_unittest.cc     EXPECT_EQ(1415, value);
value             823 base/debug/trace_event_unittest.cc     const Value* value = NULL;
value             824 base/debug/trace_event_unittest.cc     trace_parsed.Get(i, &value);
value             825 base/debug/trace_event_unittest.cc     if (!value || value->GetType() != Value::TYPE_DICTIONARY)
value             827 base/debug/trace_event_unittest.cc     const DictionaryValue* dict = static_cast<const DictionaryValue*>(value);
value            1309 base/debug/trace_event_unittest.cc   Value* value = NULL;
value            1313 base/debug/trace_event_unittest.cc   ASSERT_TRUE(async_begin->Get("id", &value));
value            1314 base/debug/trace_event_unittest.cc   ASSERT_TRUE(value->GetAsString(&async_begin_id_str));
value            1315 base/debug/trace_event_unittest.cc   ASSERT_TRUE(async_begin2->Get("id", &value));
value            1316 base/debug/trace_event_unittest.cc   ASSERT_TRUE(value->GetAsString(&async_begin2_id_str));
value            1317 base/debug/trace_event_unittest.cc   ASSERT_TRUE(async_end->Get("id", &value));
value            1318 base/debug/trace_event_unittest.cc   ASSERT_TRUE(value->GetAsString(&async_end_id_str));
value            1927 base/debug/trace_event_unittest.cc   const Value* value = NULL;
value            1929 base/debug/trace_event_unittest.cc   EXPECT_TRUE(args_dict->Get("data", &value));
value            1930 base/debug/trace_event_unittest.cc   ASSERT_TRUE(value->GetAsDictionary(&convertable_dict));
value            1944 base/debug/trace_event_unittest.cc   value = NULL;
value            1946 base/debug/trace_event_unittest.cc   EXPECT_TRUE(args_dict->Get("data1", &value));
value            1947 base/debug/trace_event_unittest.cc   ASSERT_TRUE(value->GetAsDictionary(&convertable_dict));
value            1949 base/debug/trace_event_unittest.cc   value = NULL;
value            1951 base/debug/trace_event_unittest.cc   EXPECT_TRUE(args_dict->Get("data2", &value));
value            1952 base/debug/trace_event_unittest.cc   ASSERT_TRUE(value->GetAsDictionary(&convertable_dict));
value            1966 base/debug/trace_event_unittest.cc   value = NULL;
value            1969 base/debug/trace_event_unittest.cc   EXPECT_TRUE(args_dict->Get("convert", &value));
value            1970 base/debug/trace_event_unittest.cc   ASSERT_TRUE(value->GetAsDictionary(&convertable_dict));
value            1984 base/debug/trace_event_unittest.cc   value = NULL;
value            1987 base/debug/trace_event_unittest.cc   EXPECT_TRUE(args_dict->Get("convert", &value));
value            1988 base/debug/trace_event_unittest.cc   ASSERT_TRUE(value->GetAsDictionary(&convertable_dict));
value            2027 base/debug/trace_event_unittest.cc   const Value* value = NULL;
value            2052 base/debug/trace_event_unittest.cc   EXPECT_TRUE(args_dict->Get("float_one", &value));
value            2053 base/debug/trace_event_unittest.cc   EXPECT_TRUE(value->IsType(Value::TYPE_DOUBLE));
value            2054 base/debug/trace_event_unittest.cc   EXPECT_TRUE(value->GetAsDouble(&double_value));
value            2062 base/debug/trace_event_unittest.cc   EXPECT_TRUE(args_dict->Get("float_half", &value));
value            2063 base/debug/trace_event_unittest.cc   EXPECT_TRUE(value->IsType(Value::TYPE_DOUBLE));
value            2064 base/debug/trace_event_unittest.cc   EXPECT_TRUE(value->GetAsDouble(&double_value));
value            2072 base/debug/trace_event_unittest.cc   EXPECT_TRUE(args_dict->Get("float_neghalf", &value));
value            2073 base/debug/trace_event_unittest.cc   EXPECT_TRUE(value->IsType(Value::TYPE_DOUBLE));
value            2074 base/debug/trace_event_unittest.cc   EXPECT_TRUE(value->GetAsDouble(&double_value));
value             122 base/debug/trace_event_win_unittest.cc     ASSERT_HRESULT_SUCCEEDED(prop.SetLoggerFileName(log_file_.value().c_str()));
value             159 base/debug/trace_event_win_unittest.cc     if (!log_file_.value().empty())
value             197 base/debug/trace_event_win_unittest.cc         consumer_.OpenFileSession(log_file_.value().c_str()));
value              70 base/environment.cc       scoped_ptr<wchar_t[]> value(new wchar_t[value_length]);
value              71 base/environment.cc       ::GetEnvironmentVariable(UTF8ToWide(variable_name).c_str(), value.get(),
value              73 base/environment.cc       *result = WideToUTF8(value.get());
value              60 base/file_util.cc   std::ifstream file1(filename1.value().c_str(),
value              62 base/file_util.cc   std::ifstream file2(filename2.value().c_str(),
value              91 base/file_util.cc   std::ifstream file1(filename1.value().c_str(), std::ios::in);
value              92 base/file_util.cc   std::ifstream file2(filename2.value().c_str(), std::ios::in);
value             243 base/file_util.cc       (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) {
value             251 base/file_util.cc         (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) {
value              32 base/file_util_linux.cc   if (statfs(path.value().c_str(), &statfs_buf) < 0) {
value              88 base/file_util_posix.cc   if (!realpath(path.value().c_str(), buf))
value             100 base/file_util_posix.cc   if (CallLstat(path.value().c_str(), &stat_info) != 0) {
value             102 base/file_util_posix.cc                  << path.value();
value             107 base/file_util_posix.cc     DLOG(ERROR) << "Path " << path.value()
value             113 base/file_util_posix.cc     DLOG(ERROR) << "Path " << path.value()
value             120 base/file_util_posix.cc     DLOG(ERROR) << "Path " << path.value()
value             126 base/file_util_posix.cc     DLOG(ERROR) << "Path " << path.value()
value             152 base/file_util_posix.cc   const std::string& tmpdir_string = path->value();
value             192 base/file_util_posix.cc   if (realpath(input.value().c_str(), full_path) == NULL)
value             203 base/file_util_posix.cc   const char* path_str = path.value().c_str();
value             218 base/file_util_posix.cc   directories.push(path.value());
value             225 base/file_util_posix.cc       directories.push(current.value());
value             227 base/file_util_posix.cc       success = (unlink(current.value().c_str()) == 0);
value             233 base/file_util_posix.cc     success = (rmdir(dir.value().c_str()) == 0);
value             242 base/file_util_posix.cc   if (rename(from_path.value().c_str(), to_path.value().c_str()) == 0)
value             256 base/file_util_posix.cc   DCHECK(to_path.value().find('*') == std::string::npos);
value             257 base/file_util_posix.cc   DCHECK(from_path.value().find('*') == std::string::npos);
value             259 base/file_util_posix.cc   if (from_path.value().size() >= PATH_MAX) {
value             277 base/file_util_posix.cc   if (real_to_path.value().size() >= real_from_path.value().size() &&
value             278 base/file_util_posix.cc       real_to_path.value().compare(0, real_from_path.value().size(),
value             279 base/file_util_posix.cc                                    real_from_path.value()) == 0) {
value             292 base/file_util_posix.cc   if (stat(from_path.value().c_str(), &from_stat) < 0) {
value             294 base/file_util_posix.cc                 << from_path.value() << " errno = " << errno;
value             299 base/file_util_posix.cc   if (recursive && stat(to_path.value().c_str(), &to_path_stat) == 0 &&
value             324 base/file_util_posix.cc       if (mkdir(target_path.value().c_str(), from_stat.st_mode & 01777) != 0 &&
value             327 base/file_util_posix.cc                     << target_path.value() << " errno = " << errno;
value             333 base/file_util_posix.cc                     << target_path.value();
value             338 base/file_util_posix.cc                     << current.value();
value             356 base/file_util_posix.cc   return access(path.value().c_str(), F_OK) == 0;
value             361 base/file_util_posix.cc   return access(path.value().c_str(), W_OK) == 0;
value             367 base/file_util_posix.cc   if (CallStat(path.value().c_str(), &file_info) == 0)
value             388 base/file_util_posix.cc   return ::symlink(target_path.value().c_str(),
value             389 base/file_util_posix.cc                    symlink_path.value().c_str()) != -1;
value             396 base/file_util_posix.cc   ssize_t count = ::readlink(symlink_path.value().c_str(), buf, arraysize(buf));
value             414 base/file_util_posix.cc   if (CallStat(path.value().c_str(), &file_info) != 0)
value             428 base/file_util_posix.cc   if (CallStat(path.value().c_str(), &stat_buf) != 0)
value             435 base/file_util_posix.cc   if (HANDLE_EINTR(chmod(path.value().c_str(), updated_mode_bits)) != 0)
value             529 base/file_util_posix.cc   std::string sub_dir_string = sub_dir.value();
value             568 base/file_util_posix.cc        path.value() != last_path.value(); path = path.DirName()) {
value             578 base/file_util_posix.cc     if (mkdir(i->value().c_str(), 0700) == 0)
value             602 base/file_util_posix.cc   if (CallStat(real_path_result.value().c_str(), &file_info) != 0 ||
value             616 base/file_util_posix.cc   if (CallLstat(file_path.value().c_str(), &st) != 0)
value             635 base/file_util_posix.cc     if (CallStat(file_path.value().c_str(), &file_info) != 0)
value             649 base/file_util_posix.cc     result = fopen(filename.value().c_str(), mode);
value             656 base/file_util_posix.cc   int fd = HANDLE_EINTR(open(filename.value().c_str(), O_RDONLY));
value             668 base/file_util_posix.cc   int fd = HANDLE_EINTR(creat(filename.value().c_str(), 0666));
value             695 base/file_util_posix.cc   int fd = HANDLE_EINTR(open(filename.value().c_str(), O_WRONLY | O_APPEND));
value             722 base/file_util_posix.cc   int ret = chdir(path.value().c_str());
value             732 base/file_util_posix.cc                  << base.value() << "\", path = \"" << path.value() << "\"";
value             798 base/file_util_posix.cc   return pathconf(path.value().c_str(), _PC_NAME_MAX);
value             828 base/file_util_posix.cc   if (CallStat(to_path.value().c_str(), &to_file_info) == 0) {
value             830 base/file_util_posix.cc     if (CallStat(from_path.value().c_str(), &from_file_info) == 0) {
value             838 base/file_util_posix.cc   if (rename(from_path.value().c_str(), to_path.value().c_str()) == 0)
value             852 base/file_util_posix.cc   int infile = HANDLE_EINTR(open(from_path.value().c_str(), O_RDONLY));
value             856 base/file_util_posix.cc   int outfile = HANDLE_EINTR(creat(to_path.value().c_str(), 0666));
value              89 base/file_util_unittest.cc   if (kPathPrefix != target_path.value().substr(0, kPathPrefix.size()))
value              91 base/file_util_unittest.cc   target_str += target_path.value();
value             134 base/file_util_unittest.cc       ::CreateFile(source.value().c_str(),
value             200 base/file_util_unittest.cc     while (!(cur_file = enumerator.Next()).value().empty()) {
value             201 base/file_util_unittest.cc       FilePath::StringType path = cur_file.value();
value             213 base/file_util_unittest.cc     return files_.find(file.value()) != files_.end();
value             228 base/file_util_unittest.cc   file.open(filename.value().c_str());
value             238 base/file_util_unittest.cc   file.open(filename.value().c_str());
value             344 base/file_util_unittest.cc   target_length -= (sub_a.value().length() + 1);  // +1 for the sepperator '\'.
value             345 base/file_util_unittest.cc   target_length -= (sub_long_rel.Append(deep_txt).value().length() + 1);
value             356 base/file_util_unittest.cc   ASSERT_EQ(MAX_PATH - kCreateDirLimit, deep_file.value().length());
value             384 base/file_util_unittest.cc     ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
value             390 base/file_util_unittest.cc     ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
value             399 base/file_util_unittest.cc     ASSERT_STREQ(file_txt.value().c_str(), normalized_path.value().c_str());
value             406 base/file_util_unittest.cc     while (long_path.value().length() <= kLengthLimit) {
value             429 base/file_util_unittest.cc   std::wstring real_drive_letter = temp_dir_.path().value().substr(0, 2);
value             445 base/file_util_unittest.cc   ASSERT_EQ(real_drive_letter, win32_path.value());
value             453 base/file_util_unittest.cc   EXPECT_EQ(FilePath(real_drive_letter + L"\\").Append(kRelativePath).value(),
value             454 base/file_util_unittest.cc             win32_path.value());
value             463 base/file_util_unittest.cc   int path_length = actual_device_path.value().length();
value             467 base/file_util_unittest.cc       actual_device_path.value().substr(0, new_length));
value             484 base/file_util_unittest.cc       actual_device_path.value() + kExtraChars);
value             509 base/file_util_unittest.cc   DWORD path_buffer_length = GetShortPathName(long_test_dir.value().c_str(),
value             514 base/file_util_unittest.cc   ASSERT_STRNE(kLongDirName, short_test_dir.BaseName().value().c_str());
value             518 base/file_util_unittest.cc   EXPECT_STREQ(kLongDirName, temp_file.DirName().BaseName().value().c_str());
value             540 base/file_util_unittest.cc   path_buffer_length = GetLongPathName(temp_file.value().c_str(),
value             564 base/file_util_unittest.cc   EXPECT_EQ(link_to.value(), result.value());
value             598 base/file_util_unittest.cc   EXPECT_EQ(link_to.BaseName().value(), normalized_path.BaseName().value());
value             599 base/file_util_unittest.cc   EXPECT_EQ(link_to.BaseName().value(), normalized_path.BaseName().value());
value            1373 base/file_util_unittest.cc   DWORD attrs = GetFileAttributes(path.value().c_str());
value            1376 base/file_util_unittest.cc       path.value().c_str(), attrs | FILE_ATTRIBUTE_READONLY));
value            1377 base/file_util_unittest.cc   attrs = GetFileAttributes(path.value().c_str());
value            1393 base/file_util_unittest.cc   DWORD attrs = GetFileAttributes(path.value().c_str());
value            1626 base/file_util_unittest.cc         " result=" << path.value();
value            1790 base/file_util_unittest.cc   EXPECT_EQ(f0.Next().value(), FPL(""));
value            1791 base/file_util_unittest.cc   EXPECT_EQ(f0.Next().value(), FPL(""));
value            1796 base/file_util_unittest.cc   EXPECT_EQ(temp_dir_.path().Append(FPL("..")).value(),
value            1797 base/file_util_unittest.cc             f0_dotdot.Next().value());
value            1798 base/file_util_unittest.cc   EXPECT_EQ(FPL(""), f0_dotdot.Next().value());
value            1931 base/file_util_unittest.cc   EXPECT_FALSE(f9.Next().value().empty());  // Should have found something
value            2092 base/file_util_unittest.cc     ASSERT_EQ(0, stat(base_dir_.value().c_str(), &stat_buf));
value              43 base/file_util_win.cc   if (!_wfullpath(file_path, input.value().c_str(), MAX_PATH))
value              51 base/file_util_win.cc   if (path.value().length() >= MAX_PATH)
value              59 base/file_util_win.cc       return RemoveDirectory(path.value().c_str()) != 0;
value              64 base/file_util_win.cc     if (::DeleteFile(path.value().c_str()) != 0)
value              73 base/file_util_win.cc   wcscpy(double_terminated_path, path.value().c_str());
value              99 base/file_util_win.cc   if (path.value().length() >= MAX_PATH)
value             102 base/file_util_win.cc   return MoveFileEx(path.value().c_str(), NULL,
value             113 base/file_util_win.cc   if (::MoveFile(from_path.value().c_str(), to_path.value().c_str()))
value             119 base/file_util_win.cc   if (::ReplaceFile(to_path.value().c_str(), from_path.value().c_str(), NULL,
value             139 base/file_util_win.cc   if (from_path.value().length() >= MAX_PATH ||
value             140 base/file_util_win.cc       to_path.value().length() >= MAX_PATH) {
value             158 base/file_util_win.cc   if (real_to_path.value().size() >= real_from_path.value().size() &&
value             159 base/file_util_win.cc       real_to_path.value().compare(0, real_from_path.value().size(),
value             160 base/file_util_win.cc                                    real_from_path.value()) == 0) {
value             171 base/file_util_win.cc                 << from_path.value().c_str();
value             200 base/file_util_win.cc           !::CreateDirectory(target_path.value().c_str(), NULL)) {
value             202 base/file_util_win.cc                     << target_path.value().c_str();
value             207 base/file_util_win.cc                   << target_path.value().c_str();
value             221 base/file_util_win.cc   return (GetFileAttributes(path.value().c_str()) != INVALID_FILE_ATTRIBUTES);
value             227 base/file_util_win.cc       CreateFile(path.value().c_str(), FILE_ADD_FILE, kFileShareAll,
value             239 base/file_util_win.cc   DWORD fileattr = GetFileAttributes(path.value().c_str());
value             310 base/file_util_win.cc   if (!GetTempFileName(dir.value().c_str(), L"", 0, temp_name)) {
value             312 base/file_util_win.cc                    << UTF16ToUTF8(dir.value());
value             347 base/file_util_win.cc     if (::CreateDirectory(path_to_create.value().c_str(), NULL)) {
value             372 base/file_util_win.cc   const wchar_t* full_path_str = full_path.value().c_str();
value             394 base/file_util_win.cc   if (parent_path.value() == full_path.value()) {
value             469 base/file_util_win.cc             nt_device_path.value().substr(wcslen(device_path_as_string)));
value             492 base/file_util_win.cc       ::CreateFile(path.value().c_str(),
value             549 base/file_util_win.cc   if (!GetFileAttributesEx(file_path.value().c_str(),
value             571 base/file_util_win.cc   return _wfsopen(filename.value().c_str(), w_mode.c_str(), _SH_DENYNO);
value             576 base/file_util_win.cc   base::win::ScopedHandle file(CreateFile(filename.value().c_str(),
value             595 base/file_util_win.cc   base::win::ScopedHandle file(CreateFile(filename.value().c_str(),
value             604 base/file_util_win.cc                                << UTF16ToUTF8(filename.value());
value             616 base/file_util_win.cc                                << UTF16ToUTF8(filename.value()) << " failed";
value             620 base/file_util_win.cc                   << UTF16ToUTF8(filename.value()) << " expected " << size;
value             627 base/file_util_win.cc   base::win::ScopedHandle file(CreateFile(filename.value().c_str(),
value             636 base/file_util_win.cc                                << UTF16ToUTF8(filename.value());
value             648 base/file_util_win.cc                                << UTF16ToUTF8(filename.value())
value             653 base/file_util_win.cc                   << UTF16ToUTF8(filename.value()) << " expected " << size;
value             678 base/file_util_win.cc   BOOL ret = ::SetCurrentDirectory(directory.value().c_str());
value             686 base/file_util_win.cc   if (!GetVolumePathNameW(path.NormalizePathSeparators().value().c_str(),
value             699 base/file_util_win.cc   size_t prefix = path.StripTrailingSeparators().value().size() + 1;
value             715 base/file_util_win.cc   if (from_path.value().length() >= MAX_PATH ||
value             716 base/file_util_win.cc       to_path.value().length() >= MAX_PATH) {
value             719 base/file_util_win.cc   if (MoveFileEx(from_path.value().c_str(), to_path.value().c_str(),
value             749 base/file_util_win.cc   if (from_path.value().length() >= MAX_PATH ||
value             750 base/file_util_win.cc       to_path.value().length() >= MAX_PATH) {
value             758 base/file_util_win.cc   const wchar_t* dest = to_path.value().c_str();
value             759 base/file_util_win.cc   if (!::CopyFile(from_path.value().c_str(), dest, false)) {
value              55 base/file_version_info_win.cc   const wchar_t* path = file_path.value().c_str();
value             172 base/file_version_info_win.cc     LPVOID value = NULL;
value             174 base/file_version_info_win.cc     BOOL r = ::VerQueryValue(data_.get(), sub_block, &value, &size);
value             175 base/file_version_info_win.cc     if (r && value) {
value             176 base/file_version_info_win.cc       value_str->assign(static_cast<wchar_t*>(value));
value              43 base/file_version_info_win.h   BASE_EXPORT bool GetValue(const wchar_t* name, std::wstring* value);
value              68 base/files/dir_reader_posix_unittest.cc     const unsigned long value = strtoul(reader.name(), &endptr, 10);
value              71 base/files/dir_reader_posix_unittest.cc     EXPECT_LT(value, kNumFiles);
value              72 base/files/dir_reader_posix_unittest.cc     EXPECT_EQ(0u, seen.count(value));
value              73 base/files/dir_reader_posix_unittest.cc     seen.insert(value);
value              15 base/files/file_enumerator.cc   FilePath::StringType basename = path.BaseName().value();
value              60 base/files/file_enumerator_posix.cc       pattern_(root_path.Append(pattern).value()) {
value              99 base/files/file_enumerator_posix.cc           fnmatch(pattern_.c_str(), full_path.value().c_str(), FNM_NOESCAPE))
value             122 base/files/file_enumerator_posix.cc   DIR* dir = opendir(source.value().c_str());
value             141 base/files/file_enumerator_posix.cc       ret = lstat(full_name.value().c_str(), &info.stat_);
value             143 base/files/file_enumerator_posix.cc       ret = stat(full_name.value().c_str(), &info.stat_);
value             149 base/files/file_enumerator_posix.cc                      << source.Append(dent->d_name).value();
value             106 base/files/file_enumerator_win.cc         find_handle_ = FindFirstFileEx(src.value().c_str(),
value             113 base/files/file_enumerator_win.cc         find_handle_ = FindFirstFile(src.value().c_str(), &find_data_);
value             226 base/files/file_path.cc   if (value().empty())
value             236 base/files/file_path.cc     if (!AreAllSeparators(base.value()))
value             237 base/files/file_path.cc       ret_val.push_back(base.value());
value             243 base/files/file_path.cc   if (!base.value().empty() && base.value() != kCurrentDirectory)
value             244 base/files/file_path.cc     ret_val.push_back(current.BaseName().value());
value             248 base/files/file_path.cc   StringType::size_type letter = FindDriveLetter(dir.value());
value             250 base/files/file_path.cc     ret_val.push_back(StringType(dir.value(), 0, letter + 1));
value             411 base/files/file_path.cc   if (IsEmptyOrSpecialCase(BaseName().value()))
value             415 base/files/file_path.cc   StringType ret = RemoveExtension().value();
value             432 base/files/file_path.cc   if (IsEmptyOrSpecialCase(BaseName().value()))
value             449 base/files/file_path.cc   if (IsEmptyOrSpecialCase(BaseName().value()))
value             457 base/files/file_path.cc   StringType str = no_ext.value();
value             520 base/files/file_path.cc   return Append(component.value());
value             597 base/files/file_path.cc   return value();
value             599 base/files/file_path.cc   return WideToUTF8(SysNativeMBToWide(value()));
value             605 base/files/file_path.cc   return UTF8ToUTF16(value());
value             607 base/files/file_path.cc   return WideToUTF16(SysNativeMBToWide(value()));
value             641 base/files/file_path.cc   return WideToUTF8(value());
value             645 base/files/file_path.cc   return value();
value            1321 base/files/file_path.cc   *out << path.value();
value             180 base/files/file_path.h   const StringType& value() const { return path_; }
value             461 base/files/file_path.h     return hash<base::FilePath::StringType>()(f.value());
value             468 base/files/file_path.h   return hash_value(f.value());
value             145 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
value             146 base/files/file_path_unittest.cc               "i: " << i << ", input: " << input.value();
value             232 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
value             233 base/files/file_path_unittest.cc               "i: " << i << ", input: " << input.value();
value             310 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed_str.value()) <<
value             311 base/files/file_path_unittest.cc               "i: " << i << ", root: " << root.value() << ", leaf: " << leaf;
value             313 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed_path.value()) <<
value             314 base/files/file_path_unittest.cc               "i: " << i << ", root: " << root.value() << ", leaf: " << leaf;
value             324 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed_str.value()) <<
value             325 base/files/file_path_unittest.cc               "i: " << i << ", root: " << root.value() << ", leaf: " << leaf;
value             388 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
value             389 base/files/file_path_unittest.cc               "i: " << i << ", input: " << input.value();
value             457 base/files/file_path_unittest.cc               "i: " << i << ", input: " << input.value();
value             510 base/files/file_path_unittest.cc               "i: " << i << ", input: " << input.value();
value             561 base/files/file_path_unittest.cc         "i: " << i << ", parent: " << parent.value() << ", child: " <<
value             562 base/files/file_path_unittest.cc         child.value();
value             627 base/files/file_path_unittest.cc         "i: " << i << ", parent: " << parent.value() << ", child: " <<
value             628 base/files/file_path_unittest.cc         child.value();
value             629 base/files/file_path_unittest.cc       EXPECT_STREQ(cases[i].expected, result.value().c_str()) <<
value             630 base/files/file_path_unittest.cc         "i: " << i << ", parent: " << parent.value() << ", child: " <<
value             631 base/files/file_path_unittest.cc         child.value();
value             637 base/files/file_path_unittest.cc         "i: " << i << ", parent: " << parent.value() << ", child: " <<
value             638 base/files/file_path_unittest.cc         child.value();
value             639 base/files/file_path_unittest.cc       EXPECT_EQ(base.Append(cases[i].expected).value(), result.value()) <<
value             640 base/files/file_path_unittest.cc         "i: " << i << ", parent: " << parent.value() << ", child: " <<
value             641 base/files/file_path_unittest.cc         child.value();
value             692 base/files/file_path_unittest.cc       "equality i: " << i << ", a: " << a.value() << ", b: " <<
value             693 base/files/file_path_unittest.cc       b.value();
value             701 base/files/file_path_unittest.cc       "inequality i: " << i << ", a: " << a.value() << ", b: " <<
value             702 base/files/file_path_unittest.cc       b.value();
value             714 base/files/file_path_unittest.cc   EXPECT_EQ(FILE_PATH_LITERAL("foo"), base.value());
value             717 base/files/file_path_unittest.cc   EXPECT_EQ(path_no_ext.value(), jpg.RemoveExtension().value());
value             719 base/files/file_path_unittest.cc   EXPECT_EQ(path_no_ext.value(), path_no_ext.RemoveExtension().value());
value             774 base/files/file_path_unittest.cc         ", path: " << path.value();
value             776 base/files/file_path_unittest.cc         ", path: " << path.value();
value             782 base/files/file_path_unittest.cc         ", path: " << path.value();
value             849 base/files/file_path_unittest.cc     EXPECT_EQ(cases[i].expected, result.value()) << "i: " << i <<
value             850 base/files/file_path_unittest.cc         ", path: " << path.value() << ", insert: " << cases[i].inputs[1];
value             877 base/files/file_path_unittest.cc     EXPECT_EQ(cases[i].expected, removed.value()) << "i: " << i <<
value             878 base/files/file_path_unittest.cc         ", path: " << path.value();
value             879 base/files/file_path_unittest.cc     EXPECT_EQ(cases[i].expected, removed_final.value()) << "i: " << i <<
value             880 base/files/file_path_unittest.cc         ", path: " << path.value();
value             886 base/files/file_path_unittest.cc     EXPECT_EQ(FPL("foo"), removed.value()) << ", path: " << path.value();
value             887 base/files/file_path_unittest.cc     EXPECT_EQ(FPL("foo.tar"), removed_final.value()) << ", path: "
value             888 base/files/file_path_unittest.cc                                                      << path.value();
value             925 base/files/file_path_unittest.cc     EXPECT_EQ(cases[i].expected, replaced.value()) << "i: " << i <<
value             926 base/files/file_path_unittest.cc         ", path: " << path.value() << ", replace: " << cases[i].inputs[1];
value             963 base/files/file_path_unittest.cc     EXPECT_EQ(cases[i].expected, added.value()) << "i: " << i <<
value             964 base/files/file_path_unittest.cc         ", path: " << path.value() << ", add: " << cases[i].inputs[1];
value            1009 base/files/file_path_unittest.cc         "i: " << i << ", path: " << path.value() << ", ext: " << ext;
value            1120 base/files/file_path_unittest.cc               "i: " << i << ", input: " << input.value();
value            1137 base/files/file_path_unittest.cc     EXPECT_EQ(cases[i].native, from_utf8.value())
value            1144 base/files/file_path_unittest.cc     EXPECT_EQ(from_utf8.value(), from_native.value());
value            1154 base/files/file_path_unittest.cc   EXPECT_EQ(1U, path.value().length());
value            1155 base/files/file_path_unittest.cc   EXPECT_EQ(FPL("a"), path.value());
value            1165 base/files/file_path_unittest.cc   EXPECT_EQ(3U, path.value().length());
value            1167 base/files/file_path_unittest.cc   EXPECT_EQ(FPL("a\\b"), path.value());
value            1169 base/files/file_path_unittest.cc   EXPECT_EQ(FPL("a/b"), path.value());
value            1220 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
value            1221 base/files/file_path_unittest.cc               "i: " << i << ", input: " << input.value();
value            1250 base/files/file_path_unittest.cc     EXPECT_EQ(expected.value(), input.AsEndingWithSeparator().value());
value            1278 base/files/file_path_unittest.cc               "i: " << i << ", input: " << input.value();
value             118 base/files/file_path_watcher_browsertest.cc       ADD_FAILURE() << "Error " << path.value();
value             774 base/files/file_path_watcher_browsertest.cc   if (stat(path.value().c_str(), &stat_buf) != 0)
value             797 base/files/file_path_watcher_browsertest.cc   return chmod(path.value().c_str(), stat_buf.st_mode) == 0;
value             202 base/files/file_path_watcher_kqueue.cc   int fd = HANDLE_EINTR(open(path.value().c_str(), O_EVTONLY));
value             239 base/files/file_path_watcher_kqueue.cc           path_name = event_data->path_.value();
value             439 base/files/file_path_watcher_kqueue.cc   DCHECK(target_.value().empty());  // Can only watch one path.
value             257 base/files/file_path_watcher_linux.cc   Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(),
value             461 base/files/file_path_watcher_linux.cc             watch_entry->linkname_ = link.BaseName().value();
value             463 base/files/file_path_watcher_linux.cc             DPLOG(WARNING) << "Watch failed for "  << link.DirName().value();
value              92 base/files/file_path_watcher_win.cc   DCHECK(target_.value().empty());  // Can only watch one path.
value             194 base/files/file_path_watcher_win.cc       dir.value().c_str(),
value             222 base/files/file_path_watcher_win.cc                  << dir.value();
value             228 base/files/file_posix.cc   int descriptor = HANDLE_EINTR(open(name.value().c_str(), open_flags, mode));
value             236 base/files/file_posix.cc       descriptor = HANDLE_EINTR(open(name.value().c_str(), open_flags, mode));
value             251 base/files/file_posix.cc     unlink(name.value().c_str());
value             436 base/files/file_unittest.cc       ::CreateFile(empty_dir.value().c_str(),
value              21 base/files/file_util_proxy.cc                                  bool value) {
value              23 base/files/file_util_proxy.cc   callback.Run(value ? File::FILE_OK : File::FILE_ERROR_FAILED);
value              83 base/files/file_win.cc   file_.Set(CreateFile(name.value().c_str(), access, sharing, NULL,
value              48 base/files/important_file_writer.cc   DPLOG(WARNING) << "temp file failure: " << path.value().c_str()
value             162 base/files/important_file_writer.cc                   << path_.value().c_str();
value              35 base/files/scoped_temp_dir_unittest.cc     EXPECT_EQ(path.value(), test_path.value());
value              59 base/files/scoped_temp_dir_unittest.cc     EXPECT_TRUE(test_path.value().find(tmp_dir.value()) != std::string::npos);
value              77 base/files/scoped_temp_dir_unittest.cc     EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
value              80 base/i18n/build_utf8_validator_tables.cc   explicit Range(uint8 value) : from_(value), to_(value) {}
value             132 base/i18n/build_utf8_validator_tables.cc   void PrintValue(uint8 value) {
value             139 base/i18n/build_utf8_validator_tables.cc     fprintf(stream_, " 0x%02x,", static_cast<int>(value));
value             148 base/i18n/file_util_icu.cc       base::WideToUTF16(a.value()), base::WideToUTF16(b.value())) == UCOL_LESS;
value             155 base/i18n/file_util_icu.cc       base::WideToUTF16(base::SysNativeMBToWide(a.value().c_str())),
value             156 base/i18n/file_util_icu.cc       base::WideToUTF16(base::SysNativeMBToWide(b.value().c_str()))
value             166 base/i18n/file_util_icu.cc   if (base::ConvertToUtf8AndNormalize(file_name->BaseName().value(),
value              70 base/i18n/icu_util.cc   HMODULE module = LoadLibrary(data_path.value().c_str());
value             364 base/i18n/rtl.cc     rtl_safe_path->append(UTF8ToUTF16(path.value()));
value             366 base/i18n/rtl.cc     rtl_safe_path->append(path.value());
value             368 base/i18n/rtl.cc     std::wstring wide_path = base::SysNativeMBToWide(path.value());
value              55 base/id_map.h    void set_check_on_null_data(bool value) { check_on_null_data_ = value; }
value              39 base/ini_parser.cc       std::string key, value;
value              43 base/ini_parser.cc         value = line.substr(equal + 1);
value              44 base/ini_parser.cc         HandleTriplet(current_section, key, value);
value              56 base/ini_parser.cc                                              const std::string& value) {
value              63 base/ini_parser.cc     root_.SetString(section + "." + key, value);
value              42 base/ini_parser.h                              const std::string& value) = 0;
value              60 base/ini_parser.h                              const std::string& value) OVERRIDE;
value              18 base/ini_parser_unittest.cc           const std::string& value)
value              21 base/ini_parser_unittest.cc         value(value) {
value              26 base/ini_parser_unittest.cc   std::string value;
value              44 base/ini_parser_unittest.cc                              const std::string& value) OVERRIDE {
value              47 base/ini_parser_unittest.cc     EXPECT_EQ(expected_triplets_[pair_i_].value, value);
value             119 base/ini_parser_unittest.cc   std::string value;
value             120 base/ini_parser_unittest.cc   EXPECT_TRUE(root.GetString("section1.key1", &value));
value             121 base/ini_parser_unittest.cc   EXPECT_EQ("value1", value);
value             122 base/ini_parser_unittest.cc   EXPECT_FALSE(root.GetString("section1.key.2", &value));
value             123 base/ini_parser_unittest.cc   EXPECT_TRUE(root.GetString("section1.key3", &value));
value             124 base/ini_parser_unittest.cc   EXPECT_EQ("va.lue3", value);
value             125 base/ini_parser_unittest.cc   EXPECT_FALSE(root.GetString("se.ction2.key.4", &value));
value             126 base/ini_parser_unittest.cc   EXPECT_FALSE(root.GetString("se.ction2.key5", &value));
value             518 base/json/json_parser.cc     Value* value = ParseNextToken();
value             519 base/json/json_parser.cc     if (!value) {
value             524 base/json/json_parser.cc     dict->SetWithoutPathExpansion(key.AsString(), value);
value              47 base/json/json_parser_unittest.cc   scoped_ptr<Value> value(parser->ConsumeString());
value              52 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value              54 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsString(&str));
value              61 base/json/json_parser_unittest.cc   scoped_ptr<Value> value(parser->ConsumeList());
value              66 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value              68 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsList(&list));
value              75 base/json/json_parser_unittest.cc   scoped_ptr<Value> value(parser->ConsumeDictionary());
value              80 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value              82 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsDictionary(&dict));
value              92 base/json/json_parser_unittest.cc   scoped_ptr<Value> value(parser->ConsumeLiteral());
value              97 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value              99 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsBoolean(&bool_value));
value             105 base/json/json_parser_unittest.cc   value.reset(parser->ConsumeLiteral());
value             110 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value             111 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsBoolean(&bool_value));
value             117 base/json/json_parser_unittest.cc   value.reset(parser->ConsumeLiteral());
value             122 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value             123 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->IsType(Value::TYPE_NULL));
value             130 base/json/json_parser_unittest.cc   scoped_ptr<Value> value(parser->ConsumeNumber());
value             135 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value             137 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&number_i));
value             143 base/json/json_parser_unittest.cc   value.reset(parser->ConsumeNumber());
value             148 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value             149 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&number_i));
value             155 base/json/json_parser_unittest.cc   value.reset(parser->ConsumeNumber());
value             160 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value             162 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsDouble(&number_d));
value             168 base/json/json_parser_unittest.cc   value.reset(parser->ConsumeNumber());
value             173 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value             174 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsDouble(&number_d));
value             180 base/json/json_parser_unittest.cc   value.reset(parser->ConsumeNumber());
value             185 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value             186 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsDouble(&number_d));
value             192 base/json/json_parser_unittest.cc   value.reset(parser->ConsumeNumber());
value             197 base/json/json_parser_unittest.cc   ASSERT_TRUE(value.get());
value             198 base/json/json_parser_unittest.cc   EXPECT_TRUE(value->GetAsDouble(&number_d));
value              49 base/json/json_reader_unittest.cc   std::string value;
value              50 base/json/json_reader_unittest.cc   EXPECT_TRUE(root->GetAsString(&value));
value              51 base/json/json_reader_unittest.cc   EXPECT_EQ("sample string", value);
value              98 base/json/json_value_converter.h   virtual bool ConvertField(const base::Value& value, StructType* obj)
value             111 base/json/json_value_converter.h   virtual bool Convert(const base::Value& value, FieldType* field) const = 0;
value             126 base/json/json_value_converter.h       const base::Value& value, StructType* dst) const OVERRIDE {
value             127 base/json/json_value_converter.h     return value_converter_->Convert(value, &(dst->*field_pointer_));
value             144 base/json/json_value_converter.h   virtual bool Convert(const base::Value& value, int* field) const OVERRIDE {
value             145 base/json/json_value_converter.h     return value.GetAsInteger(field);
value             158 base/json/json_value_converter.h       const base::Value& value, std::string* field) const OVERRIDE {
value             159 base/json/json_value_converter.h     return value.GetAsString(field);
value             172 base/json/json_value_converter.h       const base::Value& value, string16* field) const OVERRIDE {
value             173 base/json/json_value_converter.h     return value.GetAsString(field);
value             185 base/json/json_value_converter.h   virtual bool Convert(const base::Value& value, double* field) const OVERRIDE {
value             186 base/json/json_value_converter.h     return value.GetAsDouble(field);
value             198 base/json/json_value_converter.h   virtual bool Convert(const base::Value& value, bool* field) const OVERRIDE {
value             199 base/json/json_value_converter.h     return value.GetAsBoolean(field);
value             209 base/json/json_value_converter.h   typedef bool(*ConvertFunc)(const base::Value* value, FieldType* field);
value             214 base/json/json_value_converter.h   virtual bool Convert(const base::Value& value,
value             216 base/json/json_value_converter.h     return convert_func_(&value, field);
value             228 base/json/json_value_converter.h   typedef bool(*ConvertFunc)(const StringPiece& value, FieldType* field);
value             233 base/json/json_value_converter.h   virtual bool Convert(const base::Value& value,
value             236 base/json/json_value_converter.h     return value.GetAsString(&string_value) &&
value             252 base/json/json_value_converter.h       const base::Value& value, NestedType* field) const OVERRIDE {
value             253 base/json/json_value_converter.h     return converter_.Convert(value, field);
value             267 base/json/json_value_converter.h       const base::Value& value, ScopedVector<Element>* field) const OVERRIDE {
value             269 base/json/json_value_converter.h     if (!value.GetAsList(&list)) {
value             302 base/json/json_value_converter.h   virtual bool Convert(const base::Value& value,
value             305 base/json/json_value_converter.h     if (!value.GetAsList(&list))
value             334 base/json/json_value_converter.h   typedef bool(*ConvertFunc)(const base::Value* value, NestedType* field);
value             339 base/json/json_value_converter.h   virtual bool Convert(const base::Value& value,
value             342 base/json/json_value_converter.h     if (!value.GetAsList(&list))
value             500 base/json/json_value_converter.h   bool Convert(const base::Value& value, StructType* output) const {
value             502 base/json/json_value_converter.h     if (!value.GetAsDictionary(&dictionary_value))
value              34 base/json/json_value_converter_unittest.cc   static bool ParseSimpleEnum(const StringPiece& value, SimpleEnum* field) {
value              35 base/json/json_value_converter_unittest.cc     if (value == "foo") {
value              38 base/json/json_value_converter_unittest.cc     } else if (value == "bar") {
value              45 base/json/json_value_converter_unittest.cc   static bool HasFieldPresent(const base::Value* value, bool* result) {
value              46 base/json/json_value_converter_unittest.cc     *result = value != NULL;
value              50 base/json/json_value_converter_unittest.cc   static bool GetValueString(const base::Value* value, std::string* result) {
value              52 base/json/json_value_converter_unittest.cc     if (!value->GetAsDictionary(&dict))
value             109 base/json/json_value_converter_unittest.cc   scoped_ptr<Value> value(base::JSONReader::Read(normal_data));
value             112 base/json/json_value_converter_unittest.cc   EXPECT_TRUE(converter.Convert(*value.get(), &message));
value             151 base/json/json_value_converter_unittest.cc   scoped_ptr<Value> value(base::JSONReader::Read(normal_data));
value             154 base/json/json_value_converter_unittest.cc   EXPECT_TRUE(converter.Convert(*value.get(), &message));
value             193 base/json/json_value_converter_unittest.cc   scoped_ptr<Value> value(base::JSONReader::Read(normal_data));
value             196 base/json/json_value_converter_unittest.cc   EXPECT_FALSE(converter.Convert(*value.get(), &message));
value             209 base/json/json_value_converter_unittest.cc   scoped_ptr<Value> value(base::JSONReader::Read(normal_data));
value             213 base/json/json_value_converter_unittest.cc   EXPECT_TRUE(converter.Convert(*value.get(), &message));
value             232 base/json/json_value_converter_unittest.cc   scoped_ptr<Value> value(base::JSONReader::Read(normal_data));
value             235 base/json/json_value_converter_unittest.cc   EXPECT_FALSE(converter.Convert(*value.get(), &message));
value             249 base/json/json_value_converter_unittest.cc   scoped_ptr<Value> value(base::JSONReader::Read(normal_data));
value             252 base/json/json_value_converter_unittest.cc   EXPECT_FALSE(converter.Convert(*value.get(), &message));
value              49 base/json/json_value_serializer_unittest.cc void CheckJSONIsStillTheSame(Value& value) {
value              54 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(str_serializer.Serialize(value));
value              69 base/json/json_value_serializer_unittest.cc   int value = 0;
value              70 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(elt && elt->GetAsInteger(&value));
value              71 base/json/json_value_serializer_unittest.cc   ASSERT_EQ(1, value);
value              82 base/json/json_value_serializer_unittest.cc   scoped_ptr<Value> value(
value              84 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(value.get());
value              88 base/json/json_value_serializer_unittest.cc   CheckJSONIsStillTheSame(*value);
value             100 base/json/json_value_serializer_unittest.cc   scoped_ptr<Value> value(
value             102 base/json/json_value_serializer_unittest.cc   ASSERT_FALSE(value.get());
value             107 base/json/json_value_serializer_unittest.cc   value.reset(str_deserializer.Deserialize(&error_code, &error_message));
value             108 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(value.get());
value             111 base/json/json_value_serializer_unittest.cc   CheckJSONIsStillTheSame(*value);
value             128 base/json/json_value_serializer_unittest.cc   scoped_ptr<Value> value(
value             130 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(value.get());
value             134 base/json/json_value_serializer_unittest.cc   CheckJSONIsStillTheSame(*value);
value             153 base/json/json_value_serializer_unittest.cc   scoped_ptr<Value> value(
value             155 base/json/json_value_serializer_unittest.cc   ASSERT_FALSE(value.get());
value             160 base/json/json_value_serializer_unittest.cc   value.reset(file_deserializer.Deserialize(&error_code, &error_message));
value             161 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(value.get());
value             164 base/json/json_value_serializer_unittest.cc   CheckJSONIsStillTheSame(*value);
value             360 base/json/json_value_serializer_unittest.cc   std::string value;
value             361 base/json/json_value_serializer_unittest.cc   ASSERT_TRUE(elt && elt->GetAsString(&value));
value             362 base/json/json_value_serializer_unittest.cc   ASSERT_EQ("// ok\n /* foo */ ", value);
value              61 base/json/json_writer.cc       bool value;
value              62 base/json/json_writer.cc       bool result = node->GetAsBoolean(&value);
value              64 base/json/json_writer.cc       json_string_->append(value ? "true" : "false");
value              69 base/json/json_writer.cc       int value;
value              70 base/json/json_writer.cc       bool result = node->GetAsInteger(&value);
value              72 base/json/json_writer.cc       json_string_->append(IntToString(value));
value              77 base/json/json_writer.cc       double value;
value              78 base/json/json_writer.cc       bool result = node->GetAsDouble(&value);
value              81 base/json/json_writer.cc           value <= kint64max &&
value              82 base/json/json_writer.cc           value >= kint64min &&
value              83 base/json/json_writer.cc           std::floor(value) == value) {
value              84 base/json/json_writer.cc         json_string_->append(Int64ToString(static_cast<int64>(value)));
value              87 base/json/json_writer.cc       std::string real = DoubleToString(value);
value             109 base/json/json_writer.cc       std::string value;
value             110 base/json/json_writer.cc       bool result = node->GetAsString(&value);
value             112 base/json/json_writer.cc       EscapeJSONString(value, true, json_string_);
value             127 base/json/json_writer.cc         const Value* value = *it;
value             128 base/json/json_writer.cc         if (omit_binary_values_ && value->GetType() == Value::TYPE_BINARY)
value             137 base/json/json_writer.cc         if (!BuildJSONString(value, depth))
value             161 base/json/json_writer.cc             itr.value().GetType() == Value::TYPE_BINARY) {
value             179 base/json/json_writer.cc         if (!BuildJSONString(&itr.value(), depth + 1U))
value             160 base/lazy_instance.h     subtle::AtomicWord value = subtle::Acquire_Load(&private_instance_);
value             161 base/lazy_instance.h     if (!(value & kLazyInstanceCreatedMask) &&
value             164 base/lazy_instance.h       value = reinterpret_cast<subtle::AtomicWord>(
value             166 base/lazy_instance.h       internal::CompleteLazyInstance(&private_instance_, value, this,
value              65 base/mac/foundation_util.h BASE_EXPORT void SetOverrideAmIBundled(bool value);
value             341 base/mac/foundation_util.h     CFStringRef key, const std::string& expected_type, CFTypeRef value);
value             347 base/mac/foundation_util.h   CFTypeRef value = CFDictionaryGetValue(dict, key);
value             348 base/mac/foundation_util.h   T value_specific = CFCast<T>(value);
value             350 base/mac/foundation_util.h   if (value && !value_specific) {
value             354 base/mac/foundation_util.h                                                         value);
value              20 base/mac/launch_services_util.cc   if (!base::mac::FSRefFromPath(bundle_path.value(), &app_fsref)) {
value              21 base/mac/launch_services_util.cc     LOG(ERROR) << "base::mac::FSRefFromPath failed for " << bundle_path.value();
value              26 base/memory/discardable_memory.cc   DefaultPreferredType() : value(DISCARDABLE_MEMORY_TYPE_NONE) {
value              30 base/memory/discardable_memory.cc     value = supported_types[0];
value              32 base/memory/discardable_memory.cc   DiscardableMemoryType value;
value              75 base/memory/discardable_memory.cc     g_preferred_type = g_default_preferred_type.Get().value;
value              53 base/memory/memory_pressure_listener.h #define DEFINE_MEMORY_PRESSURE_LEVEL(name, value) name = value,
value              30 base/memory/raw_scoped_refptr_mismatch_checker.h     value = base::false_type::value
value              37 base/memory/raw_scoped_refptr_mismatch_checker.h     value = (is_pointer<T>::value &&
value              38 base/memory/raw_scoped_refptr_mismatch_checker.h              (is_convertible<T, subtle::RefCountedBase*>::value ||
value              39 base/memory/raw_scoped_refptr_mismatch_checker.h               is_convertible<T, subtle::RefCountedThreadSafeBase*>::value))
value              56 base/memory/raw_scoped_refptr_mismatch_checker.h   enum { value = !NeedsScopedRefptrButGetsRawPtr<A>::value };
value              61 base/memory/raw_scoped_refptr_mismatch_checker.h   enum { value = !(NeedsScopedRefptrButGetsRawPtr<A>::value ||
value              62 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<B>::value) };
value              67 base/memory/raw_scoped_refptr_mismatch_checker.h   enum { value = !(NeedsScopedRefptrButGetsRawPtr<A>::value ||
value              68 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<B>::value ||
value              69 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<C>::value) };
value              74 base/memory/raw_scoped_refptr_mismatch_checker.h   enum { value = !(NeedsScopedRefptrButGetsRawPtr<A>::value ||
value              75 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<B>::value ||
value              76 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<C>::value ||
value              77 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<D>::value) };
value              82 base/memory/raw_scoped_refptr_mismatch_checker.h   enum { value = !(NeedsScopedRefptrButGetsRawPtr<A>::value ||
value              83 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<B>::value ||
value              84 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<C>::value ||
value              85 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<D>::value ||
value              86 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<E>::value) };
value              92 base/memory/raw_scoped_refptr_mismatch_checker.h   enum { value = !(NeedsScopedRefptrButGetsRawPtr<A>::value ||
value              93 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<B>::value ||
value              94 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<C>::value ||
value              95 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<D>::value ||
value              96 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<E>::value ||
value              97 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<F>::value) };
value             103 base/memory/raw_scoped_refptr_mismatch_checker.h   enum { value = !(NeedsScopedRefptrButGetsRawPtr<A>::value ||
value             104 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<B>::value ||
value             105 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<C>::value ||
value             106 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<D>::value ||
value             107 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<E>::value ||
value             108 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<F>::value ||
value             109 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<G>::value) };
value             115 base/memory/raw_scoped_refptr_mismatch_checker.h   enum { value = !(NeedsScopedRefptrButGetsRawPtr<A>::value ||
value             116 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<B>::value ||
value             117 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<C>::value ||
value             118 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<D>::value ||
value             119 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<E>::value ||
value             120 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<F>::value ||
value             121 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<G>::value ||
value             122 base/memory/raw_scoped_refptr_mismatch_checker.h                    NeedsScopedRefptrButGetsRawPtr<H>::value) };
value             132 base/memory/scoped_ptr.h     COMPILE_ASSERT((base::is_convertible<U*, T*>::value),
value             313 base/memory/scoped_ptr.h   COMPILE_ASSERT(base::internal::IsNotRefCounted<T>::value,
value             342 base/memory/scoped_ptr.h     COMPILE_ASSERT(!base::is_array<U>::value, U_cannot_be_an_array);
value             360 base/memory/scoped_ptr.h     COMPILE_ASSERT(!base::is_array<U>::value, U_cannot_be_an_array);
value             147 base/memory/shared_memory_posix.cc       readonly_fd.reset(HANDLE_EINTR(open(path.value().c_str(), O_RDONLY)));
value             149 base/memory/shared_memory_posix.cc         DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
value             155 base/memory/shared_memory_posix.cc       if (unlink(path.value().c_str()))
value             168 base/memory/shared_memory_posix.cc         open(path.value().c_str(), O_RDWR | O_CREAT | O_EXCL, kOwnerOnly));
value             178 base/memory/shared_memory_posix.cc           open(path.value().c_str(), O_RDWR | O_APPEND | O_NOFOLLOW));
value             200 base/memory/shared_memory_posix.cc     readonly_fd.reset(HANDLE_EINTR(open(path.value().c_str(), O_RDONLY)));
value             202 base/memory/shared_memory_posix.cc       DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
value             225 base/memory/shared_memory_posix.cc     PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed";
value             227 base/memory/shared_memory_posix.cc     if (access(dir.value().c_str(), W_OK | X_OK) < 0) {
value             228 base/memory/shared_memory_posix.cc       PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value();
value             229 base/memory/shared_memory_posix.cc       if (dir.value() == "/dev/shm") {
value             235 base/memory/shared_memory_posix.cc     PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed";
value             267 base/memory/shared_memory_posix.cc   ScopedFD readonly_fd(HANDLE_EINTR(open(path.value().c_str(), O_RDONLY)));
value             269 base/memory/shared_memory_posix.cc     DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
value              19 base/memory/singleton.cc   subtle::AtomicWord value;
value              24 base/memory/singleton.cc     value = subtle::Acquire_Load(instance);
value              25 base/memory/singleton.cc     if (value != kBeingCreatedMarker)
value              29 base/memory/singleton.cc   return value;
value             238 base/memory/singleton.h     base::subtle::AtomicWord value = base::subtle::Acquire_Load(&instance_);
value             239 base/memory/singleton.h     if (value != 0 && value != base::internal::kBeingCreatedMarker) {
value             242 base/memory/singleton.h       return reinterpret_cast<Type*>(value);
value             268 base/memory/singleton.h     value = base::internal::WaitForInstance(&instance_);
value             272 base/memory/singleton.h     return reinterpret_cast<Type*>(value);
value             157 base/memory/weak_ptr.h     COMPILE_ASSERT(convertible::value,
value             147 base/message_loop/message_pump_glib_unittest.cc void IncrementInt(int *value) {
value             148 base/message_loop/message_pump_glib_unittest.cc   ++*value;
value              69 base/metrics/bucket_ranges.cc static uint32 Crc32(uint32 sum, HistogramBase::Sample value) {
value              78 base/metrics/bucket_ranges.cc     converter.range = value;
value              90 base/metrics/bucket_ranges.cc     converter.range = value;
value             104 base/metrics/bucket_ranges.cc void BucketRanges::set_range(size_t i, HistogramBase::Sample value) {
value             106 base/metrics/bucket_ranges.cc   CHECK_GE(value, 0);
value             107 base/metrics/bucket_ranges.cc   ranges_[i] = value;
value              38 base/metrics/bucket_ranges.h   void set_range(size_t i, HistogramBase::Sample value);
value             266 base/metrics/histogram.cc void Histogram::Add(int value) {
value             270 base/metrics/histogram.cc   if (value > kSampleType_MAX - 1)
value             271 base/metrics/histogram.cc     value = kSampleType_MAX - 1;
value             272 base/metrics/histogram.cc   if (value < 0)
value             273 base/metrics/histogram.cc     value = 0;
value             274 base/metrics/histogram.cc   samples_->Accumulate(value, 1);
value             755 base/metrics/histogram.cc     Sample value = values[i];
value             756 base/metrics/histogram.cc     all_values.push_back(value);
value             760 base/metrics/histogram.cc     all_values.push_back(value + 1);
value             461 base/metrics/histogram.h   virtual void Add(Sample value) OVERRIDE;
value              85 base/metrics/histogram_base.cc void HistogramBase::AddBoolean(bool value) {
value              86 base/metrics/histogram_base.cc   Add(value ? 1 : 0);
value             115 base/metrics/histogram_base.h   virtual void Add(Sample value) = 0;
value             119 base/metrics/histogram_base.h   void AddBoolean(bool value);
value              25 base/metrics/histogram_samples.h   virtual void Accumulate(HistogramBase::Sample value,
value              27 base/metrics/histogram_samples.h   virtual HistogramBase::Count GetCount(HistogramBase::Sample value) const = 0;
value              20 base/metrics/sample_map.cc void SampleMap::Accumulate(Sample value, Count count) {
value              21 base/metrics/sample_map.cc   sample_counts_[value] += count;
value              22 base/metrics/sample_map.cc   IncreaseSum(count * value);
value              26 base/metrics/sample_map.cc Count SampleMap::GetCount(Sample value) const {
value              27 base/metrics/sample_map.cc   map<Sample, Count>::const_iterator it = sample_counts_.find(value);
value              26 base/metrics/sample_map.h   virtual void Accumulate(HistogramBase::Sample value,
value              29 base/metrics/sample_map.h       HistogramBase::Sample value) const OVERRIDE;
value              25 base/metrics/sample_vector.cc void SampleVector::Accumulate(Sample value, Count count) {
value              26 base/metrics/sample_vector.cc   size_t bucket_index = GetBucketIndex(value);
value              29 base/metrics/sample_vector.cc   IncreaseSum(count * value);
value              33 base/metrics/sample_vector.cc Count SampleVector::GetCount(Sample value) const {
value              34 base/metrics/sample_vector.cc   size_t bucket_index = GetBucketIndex(value);
value              89 base/metrics/sample_vector.cc size_t SampleVector::GetBucketIndex(Sample value) const {
value              92 base/metrics/sample_vector.cc   CHECK_GE(value, bucket_ranges_->range(0));
value              93 base/metrics/sample_vector.cc   CHECK_LT(value, bucket_ranges_->range(bucket_count));
value             103 base/metrics/sample_vector.cc     if (bucket_ranges_->range(mid) <= value)
value             109 base/metrics/sample_vector.cc   DCHECK_LE(bucket_ranges_->range(mid), value);
value             110 base/metrics/sample_vector.cc   CHECK_GT(bucket_ranges_->range(mid + 1), value);
value              29 base/metrics/sample_vector.h   virtual void Accumulate(HistogramBase::Sample value,
value              32 base/metrics/sample_vector.h       HistogramBase::Sample value) const OVERRIDE;
value              44 base/metrics/sample_vector.h   virtual size_t GetBucketIndex(HistogramBase::Sample value) const;
value              50 base/metrics/sparse_histogram.cc void SparseHistogram::Add(Sample value) {
value              52 base/metrics/sparse_histogram.cc   samples_.Accumulate(value, 1);
value              71 base/metrics/sparse_histogram.h   virtual void Add(Sample value) OVERRIDE;
value              23 base/metrics/stats_counters.cc void StatsCounter::Set(int value) {
value              26 base/metrics/stats_counters.cc     *loc = value;
value              29 base/metrics/stats_counters.cc void StatsCounter::Add(int value) {
value              32 base/metrics/stats_counters.cc     (*loc) += value;
value             118 base/metrics/stats_counters.cc void StatsRate::Add(int value) {
value             120 base/metrics/stats_counters.cc   StatsCounterTimer::Add(value);
value             121 base/metrics/stats_counters.cc   if (value > largest_add_.value())
value             122 base/metrics/stats_counters.cc     largest_add_.Set(value);
value              85 base/metrics/stats_counters.h   void Set(int value);
value              92 base/metrics/stats_counters.h   virtual void Add(int value);
value              99 base/metrics/stats_counters.h   void Subtract(int value) {
value             100 base/metrics/stats_counters.h     Add(-value);
value             109 base/metrics/stats_counters.h   int value() {
value             167 base/metrics/stats_counters.h   virtual void Add(int value) OVERRIDE;
value             328 base/metrics/stats_table.cc void StatsTable::set_current(StatsTable* value) {
value             329 base/metrics/stats_table.cc   global_table = value;
value              59 base/metrics/stats_table.h   static void set_current(StatsTable* value);
value              30 base/native_library_posix.cc   void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
value              38 base/native_library_win.cc   HMODULE module = (*load_library_api)(library_path.value().c_str());
value             281 base/nix/mime_util_xdg.cc     std::string key, value;
value             289 base/nix/mime_util_xdg.cc       value.append(r[i]);
value             290 base/nix/mime_util_xdg.cc     base::TrimWhitespaceASCII(value, base::TRIM_ALL, &value);
value             294 base/nix/mime_util_xdg.cc         current_info->size = atoi(value.c_str());
value             296 base/nix/mime_util_xdg.cc         if (value == "Fixed")
value             298 base/nix/mime_util_xdg.cc         else if (value == "Scalable")
value             300 base/nix/mime_util_xdg.cc         else if (value == "Threshold")
value             303 base/nix/mime_util_xdg.cc         current_info->max_size = atoi(value.c_str());
value             305 base/nix/mime_util_xdg.cc         current_info->min_size = atoi(value.c_str());
value             307 base/nix/mime_util_xdg.cc         current_info->threshold = atoi(value.c_str());
value             311 base/nix/mime_util_xdg.cc         if (!SetDirectories(value)) break;
value             313 base/nix/mime_util_xdg.cc         if (value != "hicolor")
value             314 base/nix/mime_util_xdg.cc           inherits_ = value;
value             581 base/nix/mime_util_xdg.cc   return xdg_mime_get_mime_type_from_file_name(filepath.value().c_str());
value              18 base/numerics/safe_conversions.h inline bool IsValueInRangeForNumericType(Src value) {
value              19 base/numerics/safe_conversions.h   return internal::DstRangeRelationToSrcRange<Dst>(value) ==
value              27 base/numerics/safe_conversions.h inline Dst checked_cast(Src value) {
value              28 base/numerics/safe_conversions.h   CHECK(IsValueInRangeForNumericType<Dst>(value));
value              29 base/numerics/safe_conversions.h   return static_cast<Dst>(value);
value              36 base/numerics/safe_conversions.h inline Dst saturated_cast(Src value) {
value              39 base/numerics/safe_conversions.h     return static_cast<Dst>(value);
value              41 base/numerics/safe_conversions.h   switch (internal::DstRangeRelationToSrcRange<Dst>(value)) {
value              43 base/numerics/safe_conversions.h       return static_cast<Dst>(value);
value              58 base/numerics/safe_conversions.h   return static_cast<Dst>(value);
value              21 base/numerics/safe_conversions_impl.h   static const int value = std::numeric_limits<NumericType>::is_iec559
value              61 base/numerics/safe_conversions_impl.h   static const NumericRangeRepresentation value =
value              62 base/numerics/safe_conversions_impl.h       MaxExponent<Dst>::value >= MaxExponent<Src>::value
value              74 base/numerics/safe_conversions_impl.h   static const NumericRangeRepresentation value =
value              75 base/numerics/safe_conversions_impl.h       MaxExponent<Dst>::value > MaxExponent<Src>::value
value              86 base/numerics/safe_conversions_impl.h   static const NumericRangeRepresentation value = NUMERIC_RANGE_NOT_CONTAINED;
value             122 base/numerics/safe_conversions_impl.h         StaticDstRangeRelationToSrcRange<Dst, Src>::value >
value             139 base/numerics/safe_conversions_impl.h   static RangeConstraint Check(Src value) { return RANGE_VALID; }
value             150 base/numerics/safe_conversions_impl.h   static RangeConstraint Check(Src value) {
value             152 base/numerics/safe_conversions_impl.h                ? GetRangeConstraint(value <= std::numeric_limits<Dst>::max(),
value             153 base/numerics/safe_conversions_impl.h                                     value >= -std::numeric_limits<Dst>::max())
value             154 base/numerics/safe_conversions_impl.h                : GetRangeConstraint(value <= std::numeric_limits<Dst>::max(),
value             155 base/numerics/safe_conversions_impl.h                                     value >= std::numeric_limits<Dst>::min());
value             166 base/numerics/safe_conversions_impl.h   static RangeConstraint Check(Src value) {
value             167 base/numerics/safe_conversions_impl.h     return GetRangeConstraint(value <= std::numeric_limits<Dst>::max(), true);
value             178 base/numerics/safe_conversions_impl.h   static RangeConstraint Check(Src value) {
value             182 base/numerics/safe_conversions_impl.h                      value <= static_cast<Src>(std::numeric_limits<Dst>::max()),
value             195 base/numerics/safe_conversions_impl.h   static RangeConstraint Check(Src value) {
value             196 base/numerics/safe_conversions_impl.h     return (MaxExponent<Dst>::value >= MaxExponent<Src>::value)
value             197 base/numerics/safe_conversions_impl.h                ? GetRangeConstraint(true, value >= static_cast<Src>(0))
value             199 base/numerics/safe_conversions_impl.h                      value <= static_cast<Src>(std::numeric_limits<Dst>::max()),
value             200 base/numerics/safe_conversions_impl.h                      value >= static_cast<Src>(0));
value             205 base/numerics/safe_conversions_impl.h inline RangeConstraint DstRangeRelationToSrcRange(Src value) {
value             210 base/numerics/safe_conversions_impl.h   return DstRangeRelationToSrcRangeImpl<Dst, Src>::Check(value);
value              57 base/numerics/safe_math.h   CheckedNumeric(Src value, RangeConstraint validity)
value              58 base/numerics/safe_math.h       : state_(value, validity) {}
value              63 base/numerics/safe_math.h   CheckedNumeric(Src value)
value              64 base/numerics/safe_math.h       : state_(value) {
value              76 base/numerics/safe_math.h     return state_.value();
value              83 base/numerics/safe_math.h     return IsValid() ? state_.value() : default_value;
value             110 base/numerics/safe_math.h   T ValueUnsafe() const { return state_.value(); }
value             121 base/numerics/safe_math.h     T value = CheckedNeg(state_.value(), &validity);
value             124 base/numerics/safe_math.h       return CheckedNumeric<T>(value);
value             127 base/numerics/safe_math.h     return CheckedNumeric<T>(value, validity);
value             132 base/numerics/safe_math.h     T value = CheckedAbs(state_.value(), &validity);
value             135 base/numerics/safe_math.h       return CheckedNumeric<T>(value);
value             138 base/numerics/safe_math.h     return CheckedNumeric<T>(value, validity);
value             147 base/numerics/safe_math.h     CheckedNumeric value = *this;
value             149 base/numerics/safe_math.h     return value;
value             158 base/numerics/safe_math.h     CheckedNumeric value = *this;
value             160 base/numerics/safe_math.h     return value;
value             177 base/numerics/safe_math.h       typename enable_if<!is_same<Src, T>::value, int>::type = 0) {
value             203 base/numerics/safe_math.h     if (IsIntegerArithmeticSafe<Promotion, T, T>::value)                      \
value             227 base/numerics/safe_math.h     if (IsIntegerArithmeticSafe<Promotion, T, Src>::value)                    \
value             239 base/numerics/safe_math.h     if (IsIntegerArithmeticSafe<Promotion, T, Src>::value)                    \
value             250 base/numerics/safe_math.h     if (IsIntegerArithmeticSafe<Promotion, T, Src>::value)                    \
value              92 base/numerics/safe_math_impl.h                                   size_t>::type value = 8 * sizeof(Integer) - 1;
value             101 base/numerics/safe_math_impl.h             PositionOfSignBit<T>::value);
value             256 base/numerics/safe_math_impl.h CheckedNeg(T value, RangeConstraint* validity) {
value             258 base/numerics/safe_math_impl.h       value != std::numeric_limits<T>::min() ? RANGE_VALID : RANGE_OVERFLOW;
value             260 base/numerics/safe_math_impl.h   return -value;
value             267 base/numerics/safe_math_impl.h CheckedNeg(T value, RangeConstraint* validity) {
value             269 base/numerics/safe_math_impl.h   *validity = value ? RANGE_UNDERFLOW : RANGE_VALID;
value             271 base/numerics/safe_math_impl.h       -static_cast<typename SignedIntegerForSize<T>::type>(value));
value             278 base/numerics/safe_math_impl.h CheckedAbs(T value, RangeConstraint* validity) {
value             280 base/numerics/safe_math_impl.h       value != std::numeric_limits<T>::min() ? RANGE_VALID : RANGE_OVERFLOW;
value             281 base/numerics/safe_math_impl.h   return std::abs(value);
value             288 base/numerics/safe_math_impl.h CheckedAbs(T value, RangeConstraint* validity) {
value             291 base/numerics/safe_math_impl.h   return value;
value             314 base/numerics/safe_math_impl.h     T value,
value             316 base/numerics/safe_math_impl.h   return -value;
value             321 base/numerics/safe_math_impl.h     T value,
value             323 base/numerics/safe_math_impl.h   return std::abs(value);
value             337 base/numerics/safe_math_impl.h   static const NumericRepresentation value =
value             345 base/numerics/safe_math_impl.h                           GetNumericRepresentation<T>::value>
value             362 base/numerics/safe_math_impl.h   CheckedNumericState(Src value, RangeConstraint validity)
value             363 base/numerics/safe_math_impl.h       : value_(value),
value             365 base/numerics/safe_math_impl.h                                      DstRangeRelationToSrcRange<T>(value))) {
value             373 base/numerics/safe_math_impl.h       : value_(static_cast<T>(rhs.value())),
value             375 base/numerics/safe_math_impl.h             rhs.validity() | DstRangeRelationToSrcRange<T>(rhs.value()))) {}
value             379 base/numerics/safe_math_impl.h       Src value,
value             382 base/numerics/safe_math_impl.h       : value_(static_cast<T>(value)),
value             383 base/numerics/safe_math_impl.h         validity_(DstRangeRelationToSrcRange<T>(value)) {}
value             386 base/numerics/safe_math_impl.h   T value() const { return value_; }
value             403 base/numerics/safe_math_impl.h       Src value,
value             406 base/numerics/safe_math_impl.h     switch (DstRangeRelationToSrcRange<T>(value)) {
value             408 base/numerics/safe_math_impl.h         value_ = static_cast<T>(value);
value             430 base/numerics/safe_math_impl.h       Src value,
value             433 base/numerics/safe_math_impl.h       : value_(static_cast<T>(value)) {}
value             438 base/numerics/safe_math_impl.h       : value_(static_cast<T>(rhs.value())) {}
value             444 base/numerics/safe_math_impl.h   T value() const { return value_; }
value             461 base/numerics/safe_math_impl.h               (MaxExponent<Lhs>::value > MaxExponent<Rhs>::value)
value             462 base/numerics/safe_math_impl.h                   ? (MaxExponent<Lhs>::value > MaxExponent<int>::value
value             465 base/numerics/safe_math_impl.h                   : (MaxExponent<Rhs>::value > MaxExponent<int>::value
value             491 base/numerics/safe_math_impl.h   static const bool value = !std::numeric_limits<T>::is_iec559 &&
value             492 base/numerics/safe_math_impl.h                             StaticDstRangeRelationToSrcRange<T, Lhs>::value ==
value             495 base/numerics/safe_math_impl.h                             StaticDstRangeRelationToSrcRange<T, Rhs>::value !=
value             317 base/numerics/safe_numerics_unittest.cc     if (MaxExponent<Dst>::value > MaxExponent<Src>::value) {
value             318 base/numerics/safe_numerics_unittest.cc       if (MaxExponent<Dst>::value >= MaxExponent<Src>::value * 2 - 1) {
value              66 base/observer_list_threadsafe.h         (base::internal::ParamsUseScopedRefptrCorrectly<Params>::value),
value              24 base/os_compat_android_unittest.cc   std::string sub_dir_string = sub_dir.value();
value              35 base/os_compat_android_unittest.cc   std::string sub_dir2_string = sub_dir2.value();
value              57 base/path_service_unittest.cc               StartsWith(path.value(), default_profile_path, false));
value             239 base/pickle.cc bool Pickle::WriteString(const std::string& value) {
value             240 base/pickle.cc   if (!WriteInt(static_cast<int>(value.size())))
value             243 base/pickle.cc   return WriteBytes(value.data(), static_cast<int>(value.size()));
value             246 base/pickle.cc bool Pickle::WriteWString(const std::wstring& value) {
value             247 base/pickle.cc   if (!WriteInt(static_cast<int>(value.size())))
value             250 base/pickle.cc   return WriteBytes(value.data(),
value             251 base/pickle.cc                     static_cast<int>(value.size() * sizeof(wchar_t)));
value             254 base/pickle.cc bool Pickle::WriteString16(const string16& value) {
value             255 base/pickle.cc   if (!WriteInt(static_cast<int>(value.size())))
value             258 base/pickle.cc   return WriteBytes(value.data(),
value             259 base/pickle.cc                     static_cast<int>(value.size()) * sizeof(char16));
value             215 base/pickle.h    bool WriteBool(bool value) {
value             216 base/pickle.h      return WriteInt(value ? 1 : 0);
value             218 base/pickle.h    bool WriteInt(int value) {
value             219 base/pickle.h      return WritePOD(value);
value             226 base/pickle.h    bool WriteLongUsingDangerousNonPortableLessPersistableForm(long value) {
value             227 base/pickle.h      return WritePOD(value);
value             229 base/pickle.h    bool WriteUInt16(uint16 value) {
value             230 base/pickle.h      return WritePOD(value);
value             232 base/pickle.h    bool WriteUInt32(uint32 value) {
value             233 base/pickle.h      return WritePOD(value);
value             235 base/pickle.h    bool WriteInt64(int64 value) {
value             236 base/pickle.h      return WritePOD(value);
value             238 base/pickle.h    bool WriteUInt64(uint64 value) {
value             239 base/pickle.h      return WritePOD(value);
value             241 base/pickle.h    bool WriteFloat(float value) {
value             242 base/pickle.h      return WritePOD(value);
value             244 base/pickle.h    bool WriteString(const std::string& value);
value             245 base/pickle.h    bool WriteWString(const std::wstring& value);
value             246 base/pickle.h    bool WriteString16(const base::string16& value);
value             271 base/platform_file.h   explicit PassPlatformFile(PlatformFile* value) : value_(value) {
value             183 base/platform_file_posix.cc       HANDLE_EINTR(open(name.value().c_str(), open_flags, mode));
value             193 base/platform_file_posix.cc           open(name.value().c_str(), open_flags, mode));
value             204 base/platform_file_posix.cc     unlink(name.value().c_str());
value              86 base/platform_file_win.cc   HANDLE file = CreateFile(name.value().c_str(), access, sharing, NULL,
value              30 base/prefs/default_pref_store.cc                                        scoped_ptr<Value> value) {
value              32 base/prefs/default_pref_store.cc   prefs_.SetValue(key, value.release());
value              36 base/prefs/default_pref_store.cc                                            scoped_ptr<Value> value) {
value              39 base/prefs/default_pref_store.cc   bool notify = !old_value->Equals(value.get());
value              40 base/prefs/default_pref_store.cc   prefs_.SetValue(key, value.release());
value              32 base/prefs/default_pref_store.h   void SetDefaultValue(const std::string& key, scoped_ptr<base::Value> value);
value              37 base/prefs/default_pref_store.h                            scoped_ptr<base::Value> value);
value              71 base/prefs/json_pref_store.cc     base::Value* value = serializer.Deserialize(&error_code, &error_msg);
value              72 base/prefs/json_pref_store.cc     HandleErrors(value, path, error_code, error_msg, error);
value              74 base/prefs/json_pref_store.cc     return value;
value              77 base/prefs/json_pref_store.cc   static void HandleErrors(const base::Value* value,
value              97 base/prefs/json_pref_store.cc     const base::Value* value,
value             103 base/prefs/json_pref_store.cc   if (!value) {
value             105 base/prefs/json_pref_store.cc              << ", file: " << path.value();
value             137 base/prefs/json_pref_store.cc   } else if (!value->IsType(base::Value::TYPE_DICTIONARY)) {
value             198 base/prefs/json_pref_store.cc void JsonPrefStore::SetValue(const std::string& key, base::Value* value) {
value             199 base/prefs/json_pref_store.cc   DCHECK(value);
value             200 base/prefs/json_pref_store.cc   scoped_ptr<base::Value> new_value(value);
value             203 base/prefs/json_pref_store.cc   if (!old_value || !value->Equals(old_value)) {
value             210 base/prefs/json_pref_store.cc                                      base::Value* value) {
value             211 base/prefs/json_pref_store.cc   DCHECK(value);
value             212 base/prefs/json_pref_store.cc   scoped_ptr<base::Value> new_value(value);
value             215 base/prefs/json_pref_store.cc   if (!old_value || !value->Equals(old_value)) {
value             243 base/prefs/json_pref_store.cc   base::Value* value =
value             245 base/prefs/json_pref_store.cc   OnFileRead(value, error, no_dir);
value             282 base/prefs/json_pref_store.cc   scoped_ptr<base::Value> value(value_owned);
value             303 base/prefs/json_pref_store.cc       DCHECK(value.get());
value             304 base/prefs/json_pref_store.cc       prefs_.reset(static_cast<base::DictionaryValue*>(value.release()));
value              60 base/prefs/json_pref_store.h   virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
value              62 base/prefs/json_pref_store.h                                 base::Value* value) OVERRIDE;
value             117 base/prefs/json_pref_store_unittest.cc   pref_store->SetValue(kSomeDirectory, new StringValue(some_path.value()));
value             120 base/prefs/json_pref_store_unittest.cc   EXPECT_EQ(some_path.value(), path);
value             146 base/prefs/json_pref_store_unittest.cc   int64 value;
value             147 base/prefs/json_pref_store_unittest.cc   base::StringToInt64(string_value, &value);
value             148 base/prefs/json_pref_store_unittest.cc   EXPECT_EQ(214748364842LL, value);
value              21 base/prefs/mock_pref_change_callback.cc                                     const base::Value* value) {
value              23 base/prefs/mock_pref_change_callback.cc       .With(PrefValueMatches(prefs_, pref_name, value));
value              21 base/prefs/mock_pref_change_callback.h MATCHER_P3(PrefValueMatches, prefs, pref_name, value, "") {
value              29 base/prefs/mock_pref_change_callback.h     return value == NULL;
value              30 base/prefs/mock_pref_change_callback.h   if (!value)
value              32 base/prefs/mock_pref_change_callback.h   return value->Equals(actual_value);
value              46 base/prefs/mock_pref_change_callback.h               const base::Value* value);
value              66 base/prefs/overlay_user_pref_store.cc                                     base::Value* value) {
value              68 base/prefs/overlay_user_pref_store.cc     underlay_->SetValue(GetUnderlayKey(key), value);
value              72 base/prefs/overlay_user_pref_store.cc   if (overlay_.SetValue(key, value))
value              77 base/prefs/overlay_user_pref_store.cc                                             base::Value* value) {
value              79 base/prefs/overlay_user_pref_store.cc     underlay_->SetValueSilently(GetUnderlayKey(key), value);
value              83 base/prefs/overlay_user_pref_store.cc   overlay_.SetValue(key, value);
value              43 base/prefs/overlay_user_pref_store.h   virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
value              45 base/prefs/overlay_user_pref_store.h                                 base::Value* value) OVERRIDE;
value              87 base/prefs/overlay_user_pref_store_unittest.cc   const Value* value = NULL;
value              88 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_FALSE(overlay_->GetValue(overlay_key, &value));
value              89 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_FALSE(underlay_->GetValue(overlay_key, &value));
value              94 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(overlay_key, &value));
value              95 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(42).Equals(value));
value              97 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(underlay_->GetValue(overlay_key, &value));
value              98 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(42).Equals(value));
value             102 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(overlay_key, &value));
value             103 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(43).Equals(value));
value             105 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(underlay_->GetValue(overlay_key, &value));
value             106 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(42).Equals(value));
value             111 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(overlay_key, &value));
value             112 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(42).Equals(value));
value             114 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(underlay_->GetValue(overlay_key, &value));
value             115 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(42).Equals(value));
value             146 base/prefs/overlay_user_pref_store_unittest.cc   const Value* value = NULL;
value             157 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(regular_key, &value));
value             158 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(43).Equals(value));
value             165 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(regular_key, &value));
value             166 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(44).Equals(value));
value             167 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(underlay_->GetValue(regular_key, &value));
value             168 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(44).Equals(value));
value             175 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_FALSE(overlay_->GetValue(regular_key, &value));
value             176 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_FALSE(underlay_->GetValue(regular_key, &value));
value             195 base/prefs/overlay_user_pref_store_unittest.cc   const Value* value = NULL;
value             207 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(mapped_overlay_key, &value));
value             208 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(43).Equals(value));
value             210 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(mapped_underlay_key, &value));
value             211 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(43).Equals(value));
value             219 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(mapped_overlay_key, &value));
value             220 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(44).Equals(value));
value             221 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(overlay_->GetValue(mapped_underlay_key, &value));
value             222 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(43).Equals(value));
value             223 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(underlay_->GetValue(mapped_underlay_key, &value));
value             224 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(43).Equals(value));
value             239 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_FALSE(overlay_->GetValue(mapped_overlay_key, &value));
value             240 base/prefs/overlay_user_pref_store_unittest.cc   EXPECT_FALSE(overlay_->GetValue(mapped_underlay_key, &value));
value              57 base/prefs/persistent_pref_store.h   virtual void SetValueSilently(const std::string& key, base::Value* value) = 0;
value             112 base/prefs/pref_member.cc   scoped_ptr<base::Value> value(v);
value             115 base/prefs/pref_member.cc     bool rv = UpdateValueInternal(*value);
value             123 base/prefs/pref_member.cc                    value.release(), is_managed, is_user_modifiable,
value             135 base/prefs/pref_member.cc bool PrefMemberVectorStringUpdate(const base::Value& value,
value             137 base/prefs/pref_member.cc   if (!value.IsType(base::Value::TYPE_LIST))
value             139 base/prefs/pref_member.cc   const base::ListValue* list = static_cast<const base::ListValue*>(&value);
value             158 base/prefs/pref_member.cc void PrefMember<bool>::UpdatePref(const bool& value) {
value             159 base/prefs/pref_member.cc   prefs()->SetBoolean(pref_name().c_str(), value);
value             164 base/prefs/pref_member.cc     const base::Value& value) const {
value             165 base/prefs/pref_member.cc   return value.GetAsBoolean(&value_);
value             169 base/prefs/pref_member.cc void PrefMember<int>::UpdatePref(const int& value) {
value             170 base/prefs/pref_member.cc   prefs()->SetInteger(pref_name().c_str(), value);
value             175 base/prefs/pref_member.cc     const base::Value& value) const {
value             176 base/prefs/pref_member.cc   return value.GetAsInteger(&value_);
value             180 base/prefs/pref_member.cc void PrefMember<double>::UpdatePref(const double& value) {
value             181 base/prefs/pref_member.cc   prefs()->SetDouble(pref_name().c_str(), value);
value             185 base/prefs/pref_member.cc bool PrefMember<double>::Internal::UpdateValueInternal(const base::Value& value)
value             187 base/prefs/pref_member.cc   return value.GetAsDouble(&value_);
value             191 base/prefs/pref_member.cc void PrefMember<std::string>::UpdatePref(const std::string& value) {
value             192 base/prefs/pref_member.cc   prefs()->SetString(pref_name().c_str(), value);
value             197 base/prefs/pref_member.cc     const base::Value& value)
value             199 base/prefs/pref_member.cc   return value.GetAsString(&value_);
value             203 base/prefs/pref_member.cc void PrefMember<base::FilePath>::UpdatePref(const base::FilePath& value) {
value             204 base/prefs/pref_member.cc   prefs()->SetFilePath(pref_name().c_str(), value);
value             209 base/prefs/pref_member.cc     const base::Value& value)
value             211 base/prefs/pref_member.cc   return base::GetValueAsFilePath(value, &value_);
value             216 base/prefs/pref_member.cc     const std::vector<std::string>& value) {
value             218 base/prefs/pref_member.cc   list_value.AppendStrings(value);
value             224 base/prefs/pref_member.cc     const base::Value& value) const {
value             225 base/prefs/pref_member.cc   return subtle::PrefMemberVectorStringUpdate(value, &value_);
value              63 base/prefs/pref_member.h     void UpdateValue(base::Value* value,
value              91 base/prefs/pref_member.h     virtual bool UpdateValueInternal(const base::Value& value) const = 0;
value             155 base/prefs/pref_member.h     const base::Value& value,
value             229 base/prefs/pref_member.h     return internal_->value();
value             239 base/prefs/pref_member.h   void SetValue(const ValueType& value) {
value             242 base/prefs/pref_member.h     UpdatePref(value);
value             256 base/prefs/pref_member.h     ValueType value() {
value             265 base/prefs/pref_member.h         const base::Value& value) const OVERRIDE;
value             278 base/prefs/pref_member.h   void BASE_PREFS_EXPORT UpdatePref(const ValueType& value);
value             298 base/prefs/pref_member.h BASE_PREFS_EXPORT void PrefMember<bool>::UpdatePref(const bool& value);
value             302 base/prefs/pref_member.h     const base::Value& value) const;
value             305 base/prefs/pref_member.h BASE_PREFS_EXPORT void PrefMember<int>::UpdatePref(const int& value);
value             309 base/prefs/pref_member.h     const base::Value& value) const;
value             312 base/prefs/pref_member.h BASE_PREFS_EXPORT void PrefMember<double>::UpdatePref(const double& value);
value             316 base/prefs/pref_member.h     const base::Value& value) const;
value             320 base/prefs/pref_member.h     const std::string& value);
value             324 base/prefs/pref_member.h     const base::Value& value) const;
value             328 base/prefs/pref_member.h     const base::FilePath& value);
value             333 base/prefs/pref_member.h     const base::Value& value) const;
value             337 base/prefs/pref_member.h     const std::vector<std::string>& value);
value             342 base/prefs/pref_member.h     const base::Value& value) const;
value             308 base/prefs/pref_member_unittest.cc   EXPECT_FALSE(helper->value());
value             313 base/prefs/pref_member_unittest.cc   EXPECT_TRUE(helper->value());
value             318 base/prefs/pref_member_unittest.cc   EXPECT_TRUE(helper->value());
value              32 base/prefs/pref_registry.cc                                        base::Value* value) {
value              33 base/prefs/pref_registry.cc   DCHECK(value);
value              37 base/prefs/pref_registry.cc   DCHECK(value->IsType(current_value->GetType()))
value              40 base/prefs/pref_registry.cc   defaults_->ReplaceDefaultValue(pref_name, make_scoped_ptr(value));
value              44 base/prefs/pref_registry.h   void SetDefaultPrefValue(const char* pref_name, base::Value* value);
value              40 base/prefs/pref_registry_simple.cc   RegisterPreference(path, new base::StringValue(default_value.value()));
value              94 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value              95 base/prefs/pref_service.cc   if (!value) {
value              99 base/prefs/pref_service.cc   bool rv = value->GetAsBoolean(&result);
value             109 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value             110 base/prefs/pref_service.cc   if (!value) {
value             114 base/prefs/pref_service.cc   bool rv = value->GetAsInteger(&result);
value             124 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value             125 base/prefs/pref_service.cc   if (!value) {
value             129 base/prefs/pref_service.cc   bool rv = value->GetAsDouble(&result);
value             139 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value             140 base/prefs/pref_service.cc   if (!value) {
value             144 base/prefs/pref_service.cc   bool rv = value->GetAsString(&result);
value             154 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value             155 base/prefs/pref_service.cc   if (!value) {
value             159 base/prefs/pref_service.cc   bool rv = base::GetValueAsFilePath(*value, &result);
value             174 base/prefs/pref_service.cc     const base::Value* value = GetPreferenceValue(i->first);
value             175 base/prefs/pref_service.cc     DCHECK(value);
value             176 base/prefs/pref_service.cc     out->Set(i->first, value->DeepCopy());
value             187 base/prefs/pref_service.cc     const base::Value* value = GetPreferenceValue(i->first);
value             188 base/prefs/pref_service.cc     DCHECK(value);
value             189 base/prefs/pref_service.cc     out->SetWithoutPathExpansion(i->first, value->DeepCopy());
value             242 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value             243 base/prefs/pref_service.cc   if (!value) {
value             247 base/prefs/pref_service.cc   if (value->GetType() != base::Value::TYPE_DICTIONARY) {
value             251 base/prefs/pref_service.cc   return static_cast<const base::DictionaryValue*>(value);
value             265 base/prefs/pref_service.cc   base::Value* value = NULL;
value             266 base/prefs/pref_service.cc   if (!user_pref_store_->GetMutableValue(path, &value))
value             269 base/prefs/pref_service.cc   if (!value->IsType(pref->GetType())) {
value             274 base/prefs/pref_service.cc   return value;
value             278 base/prefs/pref_service.cc                                       base::Value* value) {
value             280 base/prefs/pref_service.cc   pref_registry_->SetDefaultPrefValue(path, value);
value             286 base/prefs/pref_service.cc   const base::Value* value = NULL;
value             287 base/prefs/pref_service.cc   if (!pref_registry_->defaults()->GetValue(path, &value)) {
value             291 base/prefs/pref_service.cc   return value;
value             297 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value             298 base/prefs/pref_service.cc   if (!value) {
value             302 base/prefs/pref_service.cc   if (value->GetType() != base::Value::TYPE_LIST) {
value             306 base/prefs/pref_service.cc   return static_cast<const base::ListValue*>(value);
value             336 base/prefs/pref_service.cc void PrefService::Set(const char* path, const base::Value& value) {
value             337 base/prefs/pref_service.cc   SetUserPrefValue(path, value.DeepCopy());
value             340 base/prefs/pref_service.cc void PrefService::SetBoolean(const char* path, bool value) {
value             341 base/prefs/pref_service.cc   SetUserPrefValue(path, new base::FundamentalValue(value));
value             344 base/prefs/pref_service.cc void PrefService::SetInteger(const char* path, int value) {
value             345 base/prefs/pref_service.cc   SetUserPrefValue(path, new base::FundamentalValue(value));
value             348 base/prefs/pref_service.cc void PrefService::SetDouble(const char* path, double value) {
value             349 base/prefs/pref_service.cc   SetUserPrefValue(path, new base::FundamentalValue(value));
value             352 base/prefs/pref_service.cc void PrefService::SetString(const char* path, const std::string& value) {
value             353 base/prefs/pref_service.cc   SetUserPrefValue(path, new base::StringValue(value));
value             356 base/prefs/pref_service.cc void PrefService::SetFilePath(const char* path, const base::FilePath& value) {
value             357 base/prefs/pref_service.cc   SetUserPrefValue(path, base::CreateFilePathValue(value));
value             360 base/prefs/pref_service.cc void PrefService::SetInt64(const char* path, int64 value) {
value             361 base/prefs/pref_service.cc   SetUserPrefValue(path, new base::StringValue(base::Int64ToString(value)));
value             367 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value             368 base/prefs/pref_service.cc   if (!value) {
value             373 base/prefs/pref_service.cc   bool rv = value->GetAsString(&result);
value             381 base/prefs/pref_service.cc void PrefService::SetUint64(const char* path, uint64 value) {
value             382 base/prefs/pref_service.cc   SetUserPrefValue(path, new base::StringValue(base::Uint64ToString(value)));
value             388 base/prefs/pref_service.cc   const base::Value* value = GetPreferenceValue(path);
value             389 base/prefs/pref_service.cc   if (!value) {
value             394 base/prefs/pref_service.cc   bool rv = value->GetAsString(&result);
value             419 base/prefs/pref_service.cc   base::Value* value = NULL;
value             420 base/prefs/pref_service.cc   if (!user_pref_store_->GetMutableValue(path, &value) ||
value             421 base/prefs/pref_service.cc       !value->IsType(type)) {
value             423 base/prefs/pref_service.cc       value = new base::DictionaryValue;
value             425 base/prefs/pref_service.cc       value = new base::ListValue;
value             429 base/prefs/pref_service.cc     user_pref_store_->SetValueSilently(path, value);
value             431 base/prefs/pref_service.cc   return value;
value             193 base/prefs/pref_service.h   void Set(const char* path, const base::Value& value);
value             194 base/prefs/pref_service.h   void SetBoolean(const char* path, bool value);
value             195 base/prefs/pref_service.h   void SetInteger(const char* path, int value);
value             196 base/prefs/pref_service.h   void SetDouble(const char* path, double value);
value             197 base/prefs/pref_service.h   void SetString(const char* path, const std::string& value);
value             198 base/prefs/pref_service.h   void SetFilePath(const char* path, const base::FilePath& value);
value             203 base/prefs/pref_service.h   void SetInt64(const char* path, int64 value);
value             207 base/prefs/pref_service.h   void SetUint64(const char* path, uint64 value);
value             218 base/prefs/pref_service.h   void SetDefaultPrefValue(const char* path, base::Value* value);
value             144 base/prefs/pref_service_unittest.cc   const base::Value* value = pref->GetValue();
value             145 base/prefs/pref_service_unittest.cc   ASSERT_TRUE(value);
value             146 base/prefs/pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
value             148 base/prefs/pref_service_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
value             164 base/prefs/pref_service_unittest.cc   const base::Value* value = pref->GetValue();
value             165 base/prefs/pref_service_unittest.cc   ASSERT_TRUE(value);
value             166 base/prefs/pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
value             168 base/prefs/pref_service_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
value             172 base/prefs/pref_service_unittest.cc   value = pref->GetRecommendedValue();
value             173 base/prefs/pref_service_unittest.cc   ASSERT_FALSE(value);
value             179 base/prefs/pref_service_unittest.cc   value = pref->GetValue();
value             180 base/prefs/pref_service_unittest.cc   ASSERT_TRUE(value);
value             181 base/prefs/pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
value             183 base/prefs/pref_service_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
value             187 base/prefs/pref_service_unittest.cc   value = pref->GetRecommendedValue();
value             188 base/prefs/pref_service_unittest.cc   ASSERT_FALSE(value);
value             195 base/prefs/pref_service_unittest.cc   value = pref->GetValue();
value             196 base/prefs/pref_service_unittest.cc   ASSERT_TRUE(value);
value             197 base/prefs/pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
value             199 base/prefs/pref_service_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
value             203 base/prefs/pref_service_unittest.cc   value = pref->GetRecommendedValue();
value             204 base/prefs/pref_service_unittest.cc   ASSERT_TRUE(value);
value             205 base/prefs/pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
value             207 base/prefs/pref_service_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
value             214 base/prefs/pref_service_unittest.cc   value = pref->GetValue();
value             215 base/prefs/pref_service_unittest.cc   ASSERT_TRUE(value);
value             216 base/prefs/pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
value             218 base/prefs/pref_service_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
value             222 base/prefs/pref_service_unittest.cc   value = pref->GetRecommendedValue();
value             223 base/prefs/pref_service_unittest.cc   ASSERT_TRUE(value);
value             224 base/prefs/pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_INTEGER, value->GetType());
value             226 base/prefs/pref_service_unittest.cc   EXPECT_TRUE(value->GetAsInteger(&actual_int_value));
value              19 base/prefs/pref_value_map.cc                             const base::Value** value) const {
value              22 base/prefs/pref_value_map.cc     if (value)
value              23 base/prefs/pref_value_map.cc       *value = entry->second;
value              30 base/prefs/pref_value_map.cc bool PrefValueMap::GetValue(const std::string& key, base::Value** value) {
value              33 base/prefs/pref_value_map.cc     if (value)
value              34 base/prefs/pref_value_map.cc       *value = entry->second;
value              41 base/prefs/pref_value_map.cc bool PrefValueMap::SetValue(const std::string& key, base::Value* value) {
value              42 base/prefs/pref_value_map.cc   DCHECK(value);
value              43 base/prefs/pref_value_map.cc   scoped_ptr<base::Value> value_ptr(value);
value              46 base/prefs/pref_value_map.cc     if (base::Value::Equals(entry->second, value))
value              94 base/prefs/pref_value_map.cc                               bool* value) const {
value              96 base/prefs/pref_value_map.cc   return GetValue(key, &stored_value) && stored_value->GetAsBoolean(value);
value              99 base/prefs/pref_value_map.cc void PrefValueMap::SetBoolean(const std::string& key, bool value) {
value             100 base/prefs/pref_value_map.cc   SetValue(key, new base::FundamentalValue(value));
value             104 base/prefs/pref_value_map.cc                              std::string* value) const {
value             106 base/prefs/pref_value_map.cc   return GetValue(key, &stored_value) && stored_value->GetAsString(value);
value             110 base/prefs/pref_value_map.cc                              const std::string& value) {
value             111 base/prefs/pref_value_map.cc   SetValue(key, new base::StringValue(value));
value             114 base/prefs/pref_value_map.cc bool PrefValueMap::GetInteger(const std::string& key, int* value) const {
value             116 base/prefs/pref_value_map.cc   return GetValue(key, &stored_value) && stored_value->GetAsInteger(value);
value             119 base/prefs/pref_value_map.cc void PrefValueMap::SetInteger(const std::string& key, const int value) {
value             120 base/prefs/pref_value_map.cc   SetValue(key, new base::FundamentalValue(value));
value              31 base/prefs/pref_value_map.h   bool GetValue(const std::string& key, const base::Value** value) const;
value              32 base/prefs/pref_value_map.h   bool GetValue(const std::string& key, base::Value** value);
value              36 base/prefs/pref_value_map.h   bool SetValue(const std::string& key, base::Value* value);
value              55 base/prefs/pref_value_map.h   bool GetBoolean(const std::string& key, bool* value) const;
value              58 base/prefs/pref_value_map.h   void SetBoolean(const std::string& key, bool value);
value              62 base/prefs/pref_value_map.h   bool GetString(const std::string& key, std::string* value) const;
value              65 base/prefs/pref_value_map.h   void SetString(const std::string& key, const std::string& value);
value              69 base/prefs/pref_value_map.h   bool GetInteger(const std::string& key, int* value) const;
value              72 base/prefs/pref_value_map.h   void SetInteger(const std::string& key, const int value);
value             264 base/prefs/pref_value_store_unittest.cc   const base::Value* value;
value             271 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             273 base/prefs/pref_value_store_unittest.cc                                           base::Value::TYPE_STRING, &value));
value             275 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             279 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             281 base/prefs/pref_value_store_unittest.cc                                           base::Value::TYPE_STRING, &value));
value             282 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             286 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             288 base/prefs/pref_value_store_unittest.cc                                           base::Value::TYPE_STRING, &value));
value             289 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             293 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             295 base/prefs/pref_value_store_unittest.cc                                           base::Value::TYPE_STRING, &value));
value             296 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             300 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             302 base/prefs/pref_value_store_unittest.cc                                           base::Value::TYPE_STRING, &value));
value             303 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             307 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             309 base/prefs/pref_value_store_unittest.cc                                           base::Value::TYPE_STRING, &value));
value             310 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             315 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             317 base/prefs/pref_value_store_unittest.cc                                           base::Value::TYPE_STRING, &value));
value             318 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             324 base/prefs/pref_value_store_unittest.cc   value = &tmp_dummy_value;
value             326 base/prefs/pref_value_store_unittest.cc                                            base::Value::TYPE_STRING, &value));
value             327 base/prefs/pref_value_store_unittest.cc   ASSERT_FALSE(value);
value             331 base/prefs/pref_value_store_unittest.cc   const base::Value* value;
value             338 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             341 base/prefs/pref_value_store_unittest.cc       base::Value::TYPE_STRING, &value));
value             343 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             347 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             350 base/prefs/pref_value_store_unittest.cc       base::Value::TYPE_STRING, &value));
value             351 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             355 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             358 base/prefs/pref_value_store_unittest.cc       base::Value::TYPE_STRING, &value));
value             359 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             363 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             366 base/prefs/pref_value_store_unittest.cc       base::Value::TYPE_STRING, &value));
value             367 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             371 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             374 base/prefs/pref_value_store_unittest.cc       base::Value::TYPE_STRING, &value));
value             375 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             379 base/prefs/pref_value_store_unittest.cc   value = NULL;
value             382 base/prefs/pref_value_store_unittest.cc       base::Value::TYPE_STRING, &value));
value             383 base/prefs/pref_value_store_unittest.cc   EXPECT_TRUE(value->GetAsString(&actual_str_value));
value             389 base/prefs/pref_value_store_unittest.cc   value = &tmp_dummy_value;
value             392 base/prefs/pref_value_store_unittest.cc       base::Value::TYPE_STRING, &value));
value             393 base/prefs/pref_value_store_unittest.cc   ASSERT_FALSE(value);
value             397 base/prefs/pref_value_store_unittest.cc   value = &tmp_dummy_value;
value             400 base/prefs/pref_value_store_unittest.cc       base::Value::TYPE_STRING, &value));
value             401 base/prefs/pref_value_store_unittest.cc   ASSERT_FALSE(value);
value              49 base/prefs/scoped_user_pref_update_unittest.cc     base::DictionaryValue* value = update.Get();
value              50 base/prefs/scoped_user_pref_update_unittest.cc     ASSERT_TRUE(value);
value              51 base/prefs/scoped_user_pref_update_unittest.cc     value->SetString(kKey, kValue);
value              34 base/prefs/testing_pref_service.h   void SetManagedPref(const char* path, base::Value* value);
value              42 base/prefs/testing_pref_service.h   void SetUserPref(const char* path, base::Value* value);
value              47 base/prefs/testing_pref_service.h   void SetRecommendedPref(const char* path, base::Value* value);
value              69 base/prefs/testing_pref_service.h                base::Value* value);
value             123 base/prefs/testing_pref_service.h         const char* path, base::Value* value) {
value             124 base/prefs/testing_pref_service.h   SetPref(managed_prefs_.get(), path, value);
value             144 base/prefs/testing_pref_service.h         const char* path, base::Value* value) {
value             145 base/prefs/testing_pref_service.h   SetPref(user_prefs_.get(), path, value);
value             165 base/prefs/testing_pref_service.h         const char* path, base::Value* value) {
value             166 base/prefs/testing_pref_service.h   SetPref(recommended_prefs_.get(), path, value);
value             187 base/prefs/testing_pref_service.h         TestingPrefStore* pref_store, const char* path, base::Value* value) {
value             188 base/prefs/testing_pref_service.h   pref_store->SetValue(path, value);
value              20 base/prefs/testing_pref_store.cc                                 const base::Value** value) const {
value              21 base/prefs/testing_pref_store.cc   return prefs_.GetValue(key, value);
value              25 base/prefs/testing_pref_store.cc                                        base::Value** value) {
value              26 base/prefs/testing_pref_store.cc   return prefs_.GetValue(key, value);
value              45 base/prefs/testing_pref_store.cc void TestingPrefStore::SetValue(const std::string& key, base::Value* value) {
value              46 base/prefs/testing_pref_store.cc   if (prefs_.SetValue(key, value)) {
value              53 base/prefs/testing_pref_store.cc                                         base::Value* value) {
value              54 base/prefs/testing_pref_store.cc   if (prefs_.SetValue(key, value))
value             111 base/prefs/testing_pref_store.cc                                  const std::string& value) {
value             112 base/prefs/testing_pref_store.cc   SetValue(key, new base::StringValue(value));
value             115 base/prefs/testing_pref_store.cc void TestingPrefStore::SetInteger(const std::string& key, int value) {
value             116 base/prefs/testing_pref_store.cc   SetValue(key, new base::FundamentalValue(value));
value             119 base/prefs/testing_pref_store.cc void TestingPrefStore::SetBoolean(const std::string& key, bool value) {
value             120 base/prefs/testing_pref_store.cc   SetValue(key, new base::FundamentalValue(value));
value             124 base/prefs/testing_pref_store.cc                                  std::string* value) const {
value             129 base/prefs/testing_pref_store.cc   return stored_value->GetAsString(value);
value             132 base/prefs/testing_pref_store.cc bool TestingPrefStore::GetInteger(const std::string& key, int* value) const {
value             137 base/prefs/testing_pref_store.cc   return stored_value->GetAsInteger(value);
value             140 base/prefs/testing_pref_store.cc bool TestingPrefStore::GetBoolean(const std::string& key, bool* value) const {
value             145 base/prefs/testing_pref_store.cc   return stored_value->GetAsBoolean(value);
value              35 base/prefs/testing_pref_store.h   virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
value              37 base/prefs/testing_pref_store.h                                 base::Value* value) OVERRIDE;
value              53 base/prefs/testing_pref_store.h   void SetString(const std::string& key, const std::string& value);
value              54 base/prefs/testing_pref_store.h   void SetInteger(const std::string& key, int value);
value              55 base/prefs/testing_pref_store.h   void SetBoolean(const std::string& key, bool value);
value              57 base/prefs/testing_pref_store.h   bool GetString(const std::string& key, std::string* value) const;
value              58 base/prefs/testing_pref_store.h   bool GetInteger(const std::string& key, int* value) const;
value              59 base/prefs/testing_pref_store.h   bool GetBoolean(const std::string& key, bool* value) const;
value              15 base/prefs/value_map_pref_store.cc                                  const base::Value** value) const {
value              16 base/prefs/value_map_pref_store.cc   return prefs_.GetValue(key, value);
value              31 base/prefs/value_map_pref_store.cc void ValueMapPrefStore::SetValue(const std::string& key, base::Value* value) {
value              32 base/prefs/value_map_pref_store.cc   if (prefs_.SetValue(key, value))
value              25 base/prefs/value_map_pref_store.h                         const base::Value** value) const OVERRIDE;
value              31 base/prefs/value_map_pref_store.h   virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
value              24 base/prefs/writeable_pref_store.h   virtual void SetValue(const std::string& key, base::Value* value) = 0;
value             123 base/process/internal_linux.cc   int64 value;
value             124 base/process/internal_linux.cc   return StringToInt64(proc_stats[field_num], &value) ? value : 0;
value             132 base/process/internal_linux.cc   size_t value;
value             133 base/process/internal_linux.cc   return StringToSizeT(proc_stats[field_num], &value) ? value : 0;
value             411 base/process/launch_posix.cc         const FileHandleMappingVector::value_type& value =
value             413 base/process/launch_posix.cc         fd_shuffle1.push_back(InjectionArc(value.first, value.second, false));
value             414 base/process/launch_posix.cc         fd_shuffle2.push_back(InjectionArc(value.first, value.second, false));
value             246 base/process/launch_win.cc   const string16 file = cmdline.GetProgram().value();
value             267 base/process/memory_unittest.cc   char *value = NULL;
value             270 base/process/memory_unittest.cc       EXPECT_EQ(-1, asprintf(&value, format.c_str(), 0));
value              58 base/process/process.h   bool SetProcessBackgrounded(bool value);
value             127 base/process/process_iterator_linux.cc   entry_.exe_file_ = GetProcessExecutablePath(pid).BaseName().value();
value              82 base/process/process_metrics_linux.cc           size_t value;
value              83 base/process/process_metrics_linux.cc           if (!StringToSizeT(split_value_str[0], &value)) {
value              87 base/process/process_metrics_linux.cc           return value;
value             103 base/process/process_metrics_linux.cc   DIR* dir = opendir(task_path.value().c_str());
value             105 base/process/process_metrics_linux.cc     DPLOG(ERROR) << "opendir(" << task_path.value() << ")";
value             640 base/process/process_metrics_linux.cc     DLOG(WARNING) << "Failed to open " << meminfo_file.value();
value             645 base/process/process_metrics_linux.cc     DLOG(WARNING) << "Failed to parse " << meminfo_file.value();
value             689 base/process/process_metrics_linux.cc     DLOG(WARNING) << "Failed to open " << vmstat_file.value();
value             693 base/process/process_metrics_linux.cc     DLOG(WARNING) << "Failed to parse " << vmstat_file.value();
value             768 base/process/process_metrics_linux.cc     DLOG(WARNING) << "Failed to open " << diskinfo_file.value();
value              54 base/process/process_posix.cc bool Process::SetProcessBackgrounded(bool value) {
value             139 base/process/process_util_unittest.cc   return tmp_dir.value();
value              48 base/process/process_win.cc bool Process::SetProcessBackgrounded(bool value) {
value              57 base/process/process_win.cc     priority = value ? PROCESS_MODE_BACKGROUND_BEGIN :
value              60 base/process/process_win.cc     priority = value ? BELOW_NORMAL_PRIORITY_CLASS : NORMAL_PRIORITY_CLASS;
value              56 base/rand_util.cc   uint64 value;
value              58 base/rand_util.cc     value = base::RandUint64();
value              59 base/rand_util.cc   } while (value > max_acceptable_value);
value              61 base/rand_util.cc   return value % range;
value              89 base/rand_util_unittest.cc     uint64 value = base::RandGenerator(kTopOfRange);
value              90 base/rand_util_unittest.cc     cumulative_average = (count * cumulative_average + value) / (count + 1);
value             116 base/rand_util_unittest.cc     uint64 value = base::RandUint64();
value             117 base/rand_util_unittest.cc     found_ones |= value;
value             118 base/rand_util_unittest.cc     found_zeros &= value;
value              77 base/scoped_generic.h   explicit ScopedGeneric(const element_type& value) : data_(value) {}
value              80 base/scoped_generic.h   ScopedGeneric(const element_type& value, const traits_type& traits)
value              81 base/scoped_generic.h       : data_(value, traits) {
value              96 base/scoped_generic.h   void reset(const element_type& value = traits_type::InvalidValue()) {
value              97 base/scoped_generic.h     if (data_.generic != traits_type::InvalidValue() && data_.generic == value)
value             100 base/scoped_generic.h     data_.generic = value;
value             127 base/scoped_generic.h   bool operator==(const element_type& value) const {
value             128 base/scoped_generic.h     return data_.generic == value;
value             130 base/scoped_generic.h   bool operator!=(const element_type& value) const {
value             131 base/scoped_generic.h     return data_.generic != value;
value             163 base/scoped_generic.h bool operator==(const T& value, const ScopedGeneric<T, Traits>& scoped) {
value             164 base/scoped_generic.h   return value == scoped.get();
value             168 base/scoped_generic.h bool operator!=(const T& value, const ScopedGeneric<T, Traits>& scoped) {
value             169 base/scoped_generic.h   return value != scoped.get();
value              20 base/scoped_generic_unittest.cc   void Free(int value) {
value              21 base/scoped_generic_unittest.cc     freed_ints->push_back(value);
value              36 base/security_unittest.cc Type HideValueFromCompiler(volatile Type value) {
value              40 base/security_unittest.cc   __asm__ volatile ("" : "+r" (value));
value              42 base/security_unittest.cc   return value;
value              17 base/stl_util_unittest.cc   explicit ComparableValue(int value) : value_(value) {}
value              13 base/strings/nullable_string16.cc std::ostream& operator<<(std::ostream& out, const NullableString16& value) {
value              14 base/strings/nullable_string16.cc   return value.is_null() ? out << "(null)" : out << UTF16ToUTF8(value.string());
value              42 base/strings/nullable_string16.h                                      const NullableString16& value);
value              37 base/strings/string_number_conversions.cc     static UINT2 ToUnsigned(INT2 value) {
value              38 base/strings/string_number_conversions.cc       return static_cast<UINT2>(value);
value              44 base/strings/string_number_conversions.cc     static UINT2 ToUnsigned(INT2 value) {
value              45 base/strings/string_number_conversions.cc       return static_cast<UINT2>(value < 0 ? -value : value);
value              55 base/strings/string_number_conversions.cc     static bool TestNeg(INT2 value) {
value              62 base/strings/string_number_conversions.cc     static bool TestNeg(INT2 value) {
value              63 base/strings/string_number_conversions.cc       return value < 0;
value              67 base/strings/string_number_conversions.cc   static STR IntToString(INT value) {
value              76 base/strings/string_number_conversions.cc     bool is_neg = TestNegT<INT, NEG>::TestNeg(value);
value              79 base/strings/string_number_conversions.cc     UINT res = ToUnsignedT<INT, UINT, NEG>::ToUnsigned(value);
value             370 base/strings/string_number_conversions.cc std::string IntToString(int value) {
value             372 base/strings/string_number_conversions.cc       IntToString(value);
value             375 base/strings/string_number_conversions.cc string16 IntToString16(int value) {
value             377 base/strings/string_number_conversions.cc       IntToString(value);
value             380 base/strings/string_number_conversions.cc std::string UintToString(unsigned int value) {
value             382 base/strings/string_number_conversions.cc       IntToString(value);
value             385 base/strings/string_number_conversions.cc string16 UintToString16(unsigned int value) {
value             387 base/strings/string_number_conversions.cc       IntToString(value);
value             390 base/strings/string_number_conversions.cc std::string Int64ToString(int64 value) {
value             392 base/strings/string_number_conversions.cc       IntToString(value);
value             395 base/strings/string_number_conversions.cc string16 Int64ToString16(int64 value) {
value             396 base/strings/string_number_conversions.cc   return IntToStringT<string16, int64, uint64, true>::IntToString(value);
value             399 base/strings/string_number_conversions.cc std::string Uint64ToString(uint64 value) {
value             401 base/strings/string_number_conversions.cc       IntToString(value);
value             404 base/strings/string_number_conversions.cc string16 Uint64ToString16(uint64 value) {
value             406 base/strings/string_number_conversions.cc       IntToString(value);
value             409 base/strings/string_number_conversions.cc std::string DoubleToString(double value) {
value             412 base/strings/string_number_conversions.cc   dmg_fp::g_fmt(buffer, value);
value              32 base/strings/string_number_conversions.h BASE_EXPORT std::string IntToString(int value);
value              33 base/strings/string_number_conversions.h BASE_EXPORT string16 IntToString16(int value);
value              35 base/strings/string_number_conversions.h BASE_EXPORT std::string UintToString(unsigned value);
value              36 base/strings/string_number_conversions.h BASE_EXPORT string16 UintToString16(unsigned value);
value              38 base/strings/string_number_conversions.h BASE_EXPORT std::string Int64ToString(int64 value);
value              39 base/strings/string_number_conversions.h BASE_EXPORT string16 Int64ToString16(int64 value);
value              41 base/strings/string_number_conversions.h BASE_EXPORT std::string Uint64ToString(uint64 value);
value              42 base/strings/string_number_conversions.h BASE_EXPORT string16 Uint64ToString16(uint64 value);
value              46 base/strings/string_number_conversions.h BASE_EXPORT std::string DoubleToString(double value);
value              41 base/strings/string_split.cc                              std::string* value) {
value              43 base/strings/string_split.cc   value->clear();
value              60 base/strings/string_split.cc   value->assign(remains, begin_value_pos, remains.size() - begin_value_pos);
value             163 base/strings/string_split.cc     std::string value;
value             164 base/strings/string_split.cc     if (!SplitStringIntoKeyValue(pairs[i], key_value_delimiter, &key, &value)) {
value             169 base/strings/string_split.cc     key_value_pairs->push_back(make_pair(key, value));
value             231 base/strings/string_util_unittest.cc     const trim_case& value = trim_cases[i];
value             232 base/strings/string_util_unittest.cc     EXPECT_EQ(value.return_value,
value             233 base/strings/string_util_unittest.cc               TrimWhitespace(WideToUTF16(value.input), value.positions,
value             235 base/strings/string_util_unittest.cc     EXPECT_EQ(WideToUTF16(value.output), output);
value             250 base/strings/string_util_unittest.cc     const trim_case_ascii& value = trim_cases_ascii[i];
value             251 base/strings/string_util_unittest.cc     EXPECT_EQ(value.return_value,
value             252 base/strings/string_util_unittest.cc               TrimWhitespace(value.input, value.positions, &output_ascii));
value             253 base/strings/string_util_unittest.cc     EXPECT_EQ(value.output, output_ascii);
value             285 base/strings/string_util_unittest.cc     const collapse_case& value = collapse_cases[i];
value             286 base/strings/string_util_unittest.cc     EXPECT_EQ(WideToUTF16(value.output),
value             287 base/strings/string_util_unittest.cc               CollapseWhitespace(WideToUTF16(value.input), value.trim));
value             317 base/strings/string_util_unittest.cc     const collapse_case_ascii& value = collapse_cases_ascii[i];
value             318 base/strings/string_util_unittest.cc     EXPECT_EQ(value.output, CollapseWhitespaceASCII(value.input, value.trim));
value              40 base/strings/stringprintf_unittest.cc   std::string value("Hello");
value              41 base/strings/stringprintf_unittest.cc   StringAppendF(&value, "%s", "");
value              42 base/strings/stringprintf_unittest.cc   EXPECT_EQ("Hello", value);
value              52 base/strings/stringprintf_unittest.cc   std::string value("Hello");
value              53 base/strings/stringprintf_unittest.cc   StringAppendF(&value, " %s", "World");
value              54 base/strings/stringprintf_unittest.cc   EXPECT_EQ("Hello World", value);
value              64 base/strings/stringprintf_unittest.cc   std::string value("Hello");
value              65 base/strings/stringprintf_unittest.cc   StringAppendF(&value, " %d", 123);
value              66 base/strings/stringprintf_unittest.cc   EXPECT_EQ("Hello 123", value);
value             152 base/synchronization/lock_unittest.cc   MutexLockTestThread(Lock* lock, int* value) : lock_(lock), value_(value) {}
value             155 base/synchronization/lock_unittest.cc   static void DoStuff(Lock* lock, int* value) {
value             158 base/synchronization/lock_unittest.cc       int v = *value;
value             160 base/synchronization/lock_unittest.cc       *value = v + 1;
value             178 base/synchronization/lock_unittest.cc   int value = 0;
value             180 base/synchronization/lock_unittest.cc   MutexLockTestThread thread(&lock, &value);
value             185 base/synchronization/lock_unittest.cc   MutexLockTestThread::DoStuff(&lock, &value);
value             189 base/synchronization/lock_unittest.cc   EXPECT_EQ(2 * 40, value);
value             194 base/synchronization/lock_unittest.cc   int value = 0;
value             196 base/synchronization/lock_unittest.cc   MutexLockTestThread thread1(&lock, &value);
value             197 base/synchronization/lock_unittest.cc   MutexLockTestThread thread2(&lock, &value);
value             198 base/synchronization/lock_unittest.cc   MutexLockTestThread thread3(&lock, &value);
value             207 base/synchronization/lock_unittest.cc   MutexLockTestThread::DoStuff(&lock, &value);
value             213 base/synchronization/lock_unittest.cc   EXPECT_EQ(4 * 40, value);
value              70 base/synchronization/waitable_event_watcher_posix.cc     if (!flag_->value()) {
value             103 base/synchronization/waitable_event_watcher_posix.cc   if (!flag->value()) {
value             136 base/synchronization/waitable_event_watcher_posix.cc   if (cancel_flag_.get() && cancel_flag_->value()) {
value             188 base/synchronization/waitable_event_watcher_posix.cc   if (cancel_flag_->value()) {
value             256 base/synchronization/waitable_event_watcher_posix.cc   if (cancel_flag_->value())
value              90 base/sys_info.h   static bool GetLsbReleaseValue(const std::string& key, std::string* value);
value              85 base/sys_info_chromeos.cc   bool GetLsbReleaseValue(const std::string& key, std::string* value) {
value              89 base/sys_info_chromeos.cc     *value = iter->second;
value             115 base/sys_info_chromeos.cc       std::string key, value;
value             117 base/sys_info_chromeos.cc       TrimWhitespaceASCII(pairs[i].second, TRIM_ALL, &value);
value             120 base/sys_info_chromeos.cc       lsb_release_map_[key] = value;
value             186 base/sys_info_chromeos.cc bool SysInfo::GetLsbReleaseValue(const std::string& key, std::string* value) {
value             187 base/sys_info_chromeos.cc   return GetChromeOSVersionInfo().GetLsbReleaseValue(key, value);
value              22 base/sys_info_internal.h   T value() { return value_; }
value              69 base/sys_info_linux.cc   return g_lazy_physical_memory.Get().value();
value              74 base/sys_info_linux.cc   return g_lazy_max_shared_memory.Get().value();
value              54 base/sys_info_posix.cc   return g_lazy_number_of_processors.Get().value();
value              63 base/sys_info_posix.cc   if (HANDLE_EINTR(statvfs(path.value().c_str(), &stats)) != 0)
value              39 base/sys_info_unittest.cc             << tmp_path.value();
value              56 base/sys_info_win.cc   if (!GetDiskFreeSpaceExW(path.value().c_str(), &available, &total, &free)) {
value              20 base/task_runner_util_unittest.cc void StoreValue(int* destination, int value) {
value              21 base/task_runner_util_unittest.cc   *destination = value;
value              24 base/task_runner_util_unittest.cc void StoreDoubleValue(double* destination, double value) {
value              25 base/task_runner_util_unittest.cc   *destination = value;
value              18 base/template_util.h   static const T value = v;
value              23 base/template_util.h template <class T, T v> const T integral_constant<T, v>::value;
value              21 base/template_util_unittest.cc COMPILE_ASSERT(!is_pointer<int>::value, IsPointer);
value              22 base/template_util_unittest.cc COMPILE_ASSERT(!is_pointer<int&>::value, IsPointer);
value              23 base/template_util_unittest.cc COMPILE_ASSERT(is_pointer<int*>::value, IsPointer);
value              24 base/template_util_unittest.cc COMPILE_ASSERT(is_pointer<const int*>::value, IsPointer);
value              27 base/template_util_unittest.cc COMPILE_ASSERT(!is_array<int>::value, IsArray);
value              28 base/template_util_unittest.cc COMPILE_ASSERT(!is_array<int*>::value, IsArray);
value              29 base/template_util_unittest.cc COMPILE_ASSERT(!is_array<int(*)[3]>::value, IsArray);
value              30 base/template_util_unittest.cc COMPILE_ASSERT(is_array<int[]>::value, IsArray);
value              31 base/template_util_unittest.cc COMPILE_ASSERT(is_array<const int[]>::value, IsArray);
value              32 base/template_util_unittest.cc COMPILE_ASSERT(is_array<int[3]>::value, IsArray);
value              35 base/template_util_unittest.cc COMPILE_ASSERT(!is_non_const_reference<int>::value, IsNonConstReference);
value              36 base/template_util_unittest.cc COMPILE_ASSERT(!is_non_const_reference<const int&>::value, IsNonConstReference);
value              37 base/template_util_unittest.cc COMPILE_ASSERT(is_non_const_reference<int&>::value, IsNonConstReference);
value              47 base/template_util_unittest.cc COMPILE_ASSERT( (is_convertible<Child, Parent>::value), IsConvertible);
value              48 base/template_util_unittest.cc COMPILE_ASSERT(!(is_convertible<Parent, Child>::value), IsConvertible);
value              49 base/template_util_unittest.cc COMPILE_ASSERT(!(is_convertible<Parent, AStruct>::value), IsConvertible);
value              50 base/template_util_unittest.cc COMPILE_ASSERT( (is_convertible<int, double>::value), IsConvertible);
value              51 base/template_util_unittest.cc COMPILE_ASSERT( (is_convertible<int*, void*>::value), IsConvertible);
value              52 base/template_util_unittest.cc COMPILE_ASSERT(!(is_convertible<void*, int*>::value), IsConvertible);
value              56 base/template_util_unittest.cc COMPILE_ASSERT(!(is_convertible<int[10], double>::value), IsConvertible);
value              57 base/template_util_unittest.cc COMPILE_ASSERT(!(is_convertible<double, int[10]>::value), IsConvertible);
value              58 base/template_util_unittest.cc COMPILE_ASSERT( (is_convertible<int[10], int*>::value), IsConvertible);
value              61 base/template_util_unittest.cc COMPILE_ASSERT(!(is_same<Child, Parent>::value), IsSame);
value              62 base/template_util_unittest.cc COMPILE_ASSERT(!(is_same<Parent, Child>::value), IsSame);
value              63 base/template_util_unittest.cc COMPILE_ASSERT( (is_same<Parent, Parent>::value), IsSame);
value              64 base/template_util_unittest.cc COMPILE_ASSERT( (is_same<int*, int*>::value), IsSame);
value              65 base/template_util_unittest.cc COMPILE_ASSERT( (is_same<int, int>::value), IsSame);
value              66 base/template_util_unittest.cc COMPILE_ASSERT( (is_same<void, void>::value), IsSame);
value              67 base/template_util_unittest.cc COMPILE_ASSERT(!(is_same<int, double>::value), IsSame);
value              71 base/template_util_unittest.cc COMPILE_ASSERT(is_class<AStruct>::value, IsClass);
value              72 base/template_util_unittest.cc COMPILE_ASSERT(is_class<AClass>::value, IsClass);
value              73 base/template_util_unittest.cc COMPILE_ASSERT(!is_class<AnEnum>::value, IsClass);
value              74 base/template_util_unittest.cc COMPILE_ASSERT(!is_class<int>::value, IsClass);
value              75 base/template_util_unittest.cc COMPILE_ASSERT(!is_class<char*>::value, IsClass);
value              76 base/template_util_unittest.cc COMPILE_ASSERT(!is_class<int&>::value, IsClass);
value              77 base/template_util_unittest.cc COMPILE_ASSERT(!is_class<char[3]>::value, IsClass);
value              80 base/template_util_unittest.cc COMPILE_ASSERT(!is_member_function_pointer<int>::value,
value              82 base/template_util_unittest.cc COMPILE_ASSERT(!is_member_function_pointer<int*>::value,
value              84 base/template_util_unittest.cc COMPILE_ASSERT(!is_member_function_pointer<void*>::value,
value              86 base/template_util_unittest.cc COMPILE_ASSERT(!is_member_function_pointer<AStruct>::value,
value              88 base/template_util_unittest.cc COMPILE_ASSERT(!is_member_function_pointer<AStruct*>::value,
value              90 base/template_util_unittest.cc COMPILE_ASSERT(!is_member_function_pointer<int(*)(int)>::value,
value              92 base/template_util_unittest.cc COMPILE_ASSERT(!is_member_function_pointer<int(*)(int, int)>::value,
value              95 base/template_util_unittest.cc COMPILE_ASSERT(is_member_function_pointer<void (AStruct::*)()>::value,
value              97 base/template_util_unittest.cc COMPILE_ASSERT(is_member_function_pointer<void (AStruct::*)(int)>::value,
value              99 base/template_util_unittest.cc COMPILE_ASSERT(is_member_function_pointer<int (AStruct::*)(int)>::value,
value             101 base/template_util_unittest.cc COMPILE_ASSERT(is_member_function_pointer<int (AStruct::*)(int) const>::value,
value             103 base/template_util_unittest.cc COMPILE_ASSERT(is_member_function_pointer<int (AStruct::*)(int, int)>::value,
value             106 base/template_util_unittest.cc                  int (AStruct::*)(int, int) const>::value,
value             109 base/template_util_unittest.cc                  int (AStruct::*)(int, int, int)>::value,
value             112 base/template_util_unittest.cc                  int (AStruct::*)(int, int, int) const>::value,
value             115 base/template_util_unittest.cc                  int (AStruct::*)(int, int, int, int)>::value,
value             118 base/template_util_unittest.cc                  int (AStruct::*)(int, int, int, int) const>::value,
value             123 base/template_util_unittest.cc                  int (AStruct::*)(int, int, int, int, int)>::value,
value             126 base/template_util_unittest.cc                  int (AStruct::*)(int, int, int, int, int) const>::value,
value              93 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java         public MapBuilder add(String key, Object value) {
value              94 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java             mData.put(key, value);
value             133 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java         public SharedPreferences.Editor putString(String key, String value) {
value             136 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java                 mChanges.put(key, value);
value             151 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java         public SharedPreferences.Editor putInt(String key, int value) {
value             154 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java                 mChanges.put(key, value);
value             160 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java         public SharedPreferences.Editor putLong(String key, long value) {
value             163 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java                 mChanges.put(key, value);
value             169 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java         public SharedPreferences.Editor putFloat(String key, float value) {
value             172 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java                 mChanges.put(key, value);
value             178 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java         public SharedPreferences.Editor putBoolean(String key, boolean value) {
value             181 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java                 mChanges.put(key, value);
value             221 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java                         Object value = entry.getValue();
value             222 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java                         if (value == this) {
value             226 base/test/android/javatests/src/org/chromium/base/test/util/InMemorySharedPreferences.java                             mData.put(key, value);
value             231 base/test/launcher/test_launcher.cc     handle.Set(CreateFile(output_file.value().c_str(),
value             251 base/test/launcher/test_launcher.cc     output_file_fd.reset(open(output_file.value().c_str(), O_RDWR));
value             124 base/test/launcher/test_results_tracker.cc     FilePath::StringType path_string = flag_path.value();
value             135 base/test/launcher/test_results_tracker.cc   if (path.value().empty())
value             140 base/test/launcher/test_results_tracker.cc                  << "Creating the directory: " << dir_name.value();
value             143 base/test/launcher/test_results_tracker.cc       LOG(ERROR) << "Failed to created directory " << dir_name.value();
value             150 base/test/launcher/test_results_tracker.cc                << path.value() << ".";
value              34 base/test/perf_log.cc void LogPerfResult(const char* test_name, double value, const char* units) {
value              40 base/test/perf_log.cc   fprintf(perf_log_file, "%s\t%g\t%s\n", test_name, value, units);
value              41 base/test/perf_log.cc   printf("%s\t%g\t%s\n", test_name, value, units);
value              20 base/test/perf_log.h void LogPerfResult(const char* test_name, double value, const char* units);
value              21 base/test/test_file_util_android.cc       base::android::ConvertUTF8ToJavaString(env, path.value());
value              18 base/test/test_file_util_linux.cc   ScopedFD fd(open(file.value().c_str(), O_RDONLY));
value              24 base/test/test_file_util_mac.cc     DLOG(ERROR) << "failed to get size of " << file.value();
value              37 base/test/test_file_util_mac.cc     DLOG(WARNING) << "failed to memory map " << file.value();
value              43 base/test/test_file_util_mac.cc     DLOG(WARNING) << "failed to invalidate memory map of " << file.value()
value              29 base/test/test_file_util_posix.cc   if (stat(path.value().c_str(), &stat_buf) != 0)
value              33 base/test/test_file_util_posix.cc   int rv = HANDLE_EINTR(chmod(path.value().c_str(), stat_buf.st_mode));
value              45 base/test/test_file_util_posix.cc   if (stat(path.value().c_str(), &stat_buf) != 0)
value              67 base/test/test_file_util_posix.cc   int rv = HANDLE_EINTR(chmod(path.value().c_str(), *mode));
value              99 base/test/test_file_util_posix.cc   return base::UTF8ToWide(path.value());
value              35 base/test/test_file_util_win.cc   if (GetNamedSecurityInfo(const_cast<wchar_t*>(path.value().c_str()),
value              58 base/test/test_file_util_win.cc   DWORD rc = SetNamedSecurityInfo(const_cast<wchar_t*>(path.value().c_str()),
value              75 base/test/test_file_util_win.cc   if (GetNamedSecurityInfo(const_cast<wchar_t*>(path.value().c_str()),
value             102 base/test/test_file_util_win.cc   DWORD rc = SetNamedSecurityInfo(const_cast<wchar_t*>(path.value().c_str()),
value             137 base/test/test_file_util_win.cc       CreateFile(file.value().c_str(), GENERIC_READ | GENERIC_WRITE, 0, NULL,
value             203 base/test/test_file_util_win.cc     file_handle.Set(CreateFile(file.value().c_str(), GENERIC_WRITE, 0, NULL,
value             221 base/test/test_file_util_win.cc   wcscpy_s(drive, MAX_PATH, path.value().c_str());
value             240 base/test/test_file_util_win.cc   FilePath zone_path(full_path.value() + L":Zone.Identifier");
value             271 base/test/test_file_util_win.cc   return path.value();
value              86 base/test/test_reg_util_win_unittest.cc   DWORD value;
value              91 base/test/test_reg_util_win_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, read_key.ReadValueDW(kTestValueName, &value));
value              92 base/test/test_reg_util_win_unittest.cc   EXPECT_EQ(42, value);
value              36 base/test/test_shortcut_win.cc       expected_path.value().c_str(), long_expected_path_chars, MAX_PATH))
value              37 base/test/test_shortcut_win.cc           << "Failed to get LongPathName of " << expected_path.value();
value              39 base/test/test_shortcut_win.cc       actual_path.value().c_str(), long_actual_path_chars, MAX_PATH))
value              40 base/test/test_shortcut_win.cc           << "Failed to get LongPathName of " << actual_path.value();
value              76 base/test/test_shortcut_win.cc       shortcut_path.value().c_str(), 0))) << "Failed to load shortcut at "
value              77 base/test/test_shortcut_win.cc                                           << shortcut_path.value();
value             288 base/test/test_suite.cc   settings.log_file = log_filename.value().c_str();
value              33 base/test/test_timeouts.cc void InitializeTimeout(const char* switch_name, int min_value, int* value) {
value              34 base/test/test_timeouts.cc   DCHECK(value);
value              40 base/test/test_timeouts.cc     *value = std::max(*value, timeout);
value              42 base/test/test_timeouts.cc   *value *= kTimeoutMultiplier;
value              43 base/test/test_timeouts.cc   *value = std::max(*value, min_value);
value              51 base/test/test_timeouts.cc void InitializeTimeout(const char* switch_name, int* value) {
value              52 base/test/test_timeouts.cc   InitializeTimeout(switch_name, 0, value);
value              94 base/test/trace_event_analyzer.cc     if (it.value().GetAsString(&str)) {
value              96 base/test/trace_event_analyzer.cc     } else if (it.value().GetAsInteger(&int_num)) {
value              98 base/test/trace_event_analyzer.cc     } else if (it.value().GetAsBoolean(&boolean)) {
value             100 base/test/trace_event_analyzer.cc     } else if (it.value().GetAsDouble(&double_num)) {
value             104 base/test/trace_event_analyzer.cc           static_cast<int>(it.value().GetType());
value              16 base/test/values_test_util.cc                             const DictionaryValue& value,
value              19 base/test/values_test_util.cc   EXPECT_TRUE(value.GetBoolean(key, &boolean_value)) << key;
value              24 base/test/values_test_util.cc                                const DictionaryValue& value,
value              27 base/test/values_test_util.cc   EXPECT_TRUE(value.GetDictionary(key, &dict_value)) << key;
value              32 base/test/values_test_util.cc                             const DictionaryValue& value,
value              35 base/test/values_test_util.cc   EXPECT_TRUE(value.GetInteger(key, &integer_value)) << key;
value              40 base/test/values_test_util.cc                          const DictionaryValue& value,
value              43 base/test/values_test_util.cc   EXPECT_TRUE(value.GetList(key, &list_value)) << key;
value              48 base/test/values_test_util.cc                            const DictionaryValue& value,
value              51 base/test/values_test_util.cc   EXPECT_TRUE(value.GetString(key, &string_value)) << key;
value              23 base/test/values_test_util.h                             const DictionaryValue& value,
value              27 base/test/values_test_util.h                                const DictionaryValue& value,
value              31 base/test/values_test_util.h                             const DictionaryValue& value,
value              35 base/test/values_test_util.h                          const DictionaryValue& value,
value              39 base/test/values_test_util.h                            const DictionaryValue& value,
value             245 base/third_party/dynamic_annotations/dynamic_annotations.c   char value[100] = "1";
value             247 base/third_party/dynamic_annotations/dynamic_annotations.c                                     value, sizeof(value));
value             251 base/third_party/dynamic_annotations/dynamic_annotations.c   if (res > 0 && strcmp(value, "0") != 0)
value             712 base/third_party/symbolize/symbolize.cc void SafeAppendHexNumber(uint64_t value, char* dest, int dest_size) {
value             715 base/third_party/symbolize/symbolize.cc   SafeAppendString(itoa_r(value, buf, sizeof(buf), 16, 0), dest, dest_size);
value              79 base/third_party/xdg_mime/xdgmimemagic.c   unsigned char *value;
value             110 base/third_party/xdg_mime/xdgmimemagic.c   matchlet->value = NULL;
value             127 base/third_party/xdg_mime/xdgmimemagic.c       if (mime_magic_matchlet->value)
value             128 base/third_party/xdg_mime/xdgmimemagic.c 	free (mime_magic_matchlet->value);
value             398 base/third_party/xdg_mime/xdgmimemagic.c   matchlet->value = malloc (matchlet->value_length);
value             401 base/third_party/xdg_mime/xdgmimemagic.c   if (matchlet->value == NULL)
value             406 base/third_party/xdg_mime/xdgmimemagic.c   bytes_read = fread (matchlet->value, 1, matchlet->value_length, magic_file);
value             490 base/third_party/xdg_mime/xdgmimemagic.c 		*((xdg_uint16_t *) matchlet->value + i) = SWAP_BE16_TO_LE16 (*((xdg_uint16_t *) (matchlet->value + i)));
value             492 base/third_party/xdg_mime/xdgmimemagic.c 		*((xdg_uint32_t *) matchlet->value + i) = SWAP_BE32_TO_LE32 (*((xdg_uint32_t *) (matchlet->value + i)));
value             536 base/third_party/xdg_mime/xdgmimemagic.c 	      if ((matchlet->value[j] & matchlet->mask[j]) !=
value             548 base/third_party/xdg_mime/xdgmimemagic.c 	      if (matchlet->value[j] != ((unsigned char *) data)[j + i])
value             134 base/threading/thread_collision_warner_unittest.cc     void push(int value) {
value             191 base/threading/thread_collision_warner_unittest.cc     void push(int value) {
value             249 base/threading/thread_collision_warner_unittest.cc     void push(int value) {
value              72 base/threading/thread_local.h   static void SetValueInSlot(SlotType slot, void* value);
value              32 base/threading/thread_local_posix.cc void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
value              33 base/threading/thread_local_posix.cc   int error = pthread_setspecific(slot, value);
value             110 base/threading/thread_local_storage.cc void OnThreadExitInternal(void* value) {
value             111 base/threading/thread_local_storage.cc   DCHECK(value);
value             112 base/threading/thread_local_storage.cc   void** tls_data = static_cast<void**>(value);
value             143 base/threading/thread_local_storage.cc       void* value = stack_allocated_tls_data[slot];
value             144 base/threading/thread_local_storage.cc       if (value == NULL)
value             152 base/threading/thread_local_storage.cc       destructor(value);
value             187 base/threading/thread_local_storage.cc void PlatformThreadLocalStorage::OnThreadExit(void* value) {
value             188 base/threading/thread_local_storage.cc   OnThreadExitInternal(value);
value             239 base/threading/thread_local_storage.cc void ThreadLocalStorage::StaticSlot::Set(void* value) {
value             247 base/threading/thread_local_storage.cc   tls_data[slot_] = value;
value              51 base/threading/thread_local_storage.h   static void SetTLSValue(TLSKey key, void* value);
value              70 base/threading/thread_local_storage.h   static void OnThreadExit(void* value);
value              84 base/threading/thread_local_storage.h   typedef void (*TLSDestructorFunc)(void* value);
value             116 base/threading/thread_local_storage.h     void Set(void* value);
value              27 base/threading/thread_local_storage_posix.cc void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) {
value              28 base/threading/thread_local_storage_posix.cc   int ret = pthread_setspecific(key, value);
value              60 base/threading/thread_local_storage_unittest.cc void ThreadLocalStorageCleanup(void *value) {
value              61 base/threading/thread_local_storage_unittest.cc   int *ptr = reinterpret_cast<int*>(value);
value              70 base/threading/thread_local_storage_unittest.cc   tls_slot.Set(value);
value              78 base/threading/thread_local_storage_unittest.cc   int value = reinterpret_cast<intptr_t>(slot.Get());
value              79 base/threading/thread_local_storage_unittest.cc   EXPECT_EQ(value, 123);
value              16 base/threading/thread_local_storage_win.cc   TLSKey value = TlsAlloc();
value              17 base/threading/thread_local_storage_win.cc   if (value != TLS_OUT_OF_INDEXES) {
value              18 base/threading/thread_local_storage_win.cc     *key = value;
value              33 base/threading/thread_local_storage_win.cc void PlatformThreadLocalStorage::SetTLSValue(TLSKey key, void* value) {
value              34 base/threading/thread_local_storage_win.cc   BOOL ret = TlsSetValue(key, value);
value              33 base/threading/thread_local_win.cc void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
value              34 base/threading/thread_local_win.cc   if (!TlsSetValue(slot, value)) {
value              21 base/threading/thread_unittest.cc void ToggleValue(bool* value) {
value              22 base/threading/thread_unittest.cc   ANNOTATE_BENIGN_RACE(value, "Test-only data race on boolean "
value              24 base/threading/thread_unittest.cc   *value = !*value;
value             258 base/time/time.cc inline bool is_in_range(int value, int lo, int hi) {
value             259 base/time/time.cc   return lo <= value && value <= hi;
value             204 base/tools_sanity_unittest.cc   explicit TOOLS_SANITY_TEST_CONCURRENT_THREAD(bool *value) : value_(value) {}
value             220 base/tools_sanity_unittest.cc   explicit ReleaseStoreThread(base::subtle::Atomic32 *value) : value_(value) {}
value             236 base/tools_sanity_unittest.cc   explicit AcquireLoadThread(base::subtle::Atomic32 *value) : value_(value) {}
value              23 base/value_conversions.cc bool GetValueAsFilePath(const Value& value, FilePath* file_path) {
value              25 base/value_conversions.cc   if (!value.GetAsString(&str))
value              39 base/value_conversions.cc bool GetValueAsTimeDelta(const Value& value, TimeDelta* time) {
value              42 base/value_conversions.cc   if (!value.GetAsString(&str) || !base::StringToInt64(str, &int_value))
value              22 base/value_conversions.h BASE_EXPORT bool GetValueAsFilePath(const Value& value, FilePath* file_path);
value              25 base/value_conversions.h BASE_EXPORT bool GetValueAsTimeDelta(const Value& value, TimeDelta* time);
value              49 base/values.cc         Value* child_copy = CopyWithoutEmptyChildren(&it.value());
value             511 base/values.cc   const Value* value;
value             512 base/values.cc   if (!Get(path, &value))
value             515 base/values.cc   return value->GetAsBoolean(bool_value);
value             520 base/values.cc   const Value* value;
value             521 base/values.cc   if (!Get(path, &value))
value             524 base/values.cc   return value->GetAsInteger(out_value);
value             529 base/values.cc   const Value* value;
value             530 base/values.cc   if (!Get(path, &value))
value             533 base/values.cc   return value->GetAsDouble(out_value);
value             538 base/values.cc   const Value* value;
value             539 base/values.cc   if (!Get(path, &value))
value             542 base/values.cc   return value->GetAsString(out_value);
value             547 base/values.cc   const Value* value;
value             548 base/values.cc   if (!Get(path, &value))
value             551 base/values.cc   return value->GetAsString(out_value);
value             571 base/values.cc   const Value* value;
value             572 base/values.cc   bool result = Get(path, &value);
value             573 base/values.cc   if (!result || !value->IsType(TYPE_BINARY))
value             577 base/values.cc     *out_value = static_cast<const BinaryValue*>(value);
value             591 base/values.cc   const Value* value;
value             592 base/values.cc   bool result = Get(path, &value);
value             593 base/values.cc   if (!result || !value->IsType(TYPE_DICTIONARY))
value             597 base/values.cc     *out_value = static_cast<const DictionaryValue*>(value);
value             611 base/values.cc   const Value* value;
value             612 base/values.cc   bool result = Get(path, &value);
value             613 base/values.cc   if (!result || !value->IsType(TYPE_LIST))
value             617 base/values.cc     *out_value = static_cast<const ListValue*>(value);
value             650 base/values.cc   const Value* value;
value             651 base/values.cc   if (!GetWithoutPathExpansion(key, &value))
value             654 base/values.cc   return value->GetAsBoolean(out_value);
value             659 base/values.cc   const Value* value;
value             660 base/values.cc   if (!GetWithoutPathExpansion(key, &value))
value             663 base/values.cc   return value->GetAsInteger(out_value);
value             668 base/values.cc   const Value* value;
value             669 base/values.cc   if (!GetWithoutPathExpansion(key, &value))
value             672 base/values.cc   return value->GetAsDouble(out_value);
value             678 base/values.cc   const Value* value;
value             679 base/values.cc   if (!GetWithoutPathExpansion(key, &value))
value             682 base/values.cc   return value->GetAsString(out_value);
value             687 base/values.cc   const Value* value;
value             688 base/values.cc   if (!GetWithoutPathExpansion(key, &value))
value             691 base/values.cc   return value->GetAsString(out_value);
value             697 base/values.cc   const Value* value;
value             698 base/values.cc   bool result = GetWithoutPathExpansion(key, &value);
value             699 base/values.cc   if (!result || !value->IsType(TYPE_DICTIONARY))
value             703 base/values.cc     *out_value = static_cast<const DictionaryValue*>(value);
value             721 base/values.cc   const Value* value;
value             722 base/values.cc   bool result = GetWithoutPathExpansion(key, &value);
value             723 base/values.cc   if (!result || !value->IsType(TYPE_LIST))
value             727 base/values.cc     *out_value = static_cast<const ListValue*>(value);
value             800 base/values.cc     const Value* merge_value = &it.value();
value             847 base/values.cc         !lhs_it.value().Equals(&rhs_it.value())) {
value             908 base/values.cc   const Value* value;
value             909 base/values.cc   if (!Get(index, &value))
value             912 base/values.cc   return value->GetAsBoolean(bool_value);
value             916 base/values.cc   const Value* value;
value             917 base/values.cc   if (!Get(index, &value))
value             920 base/values.cc   return value->GetAsInteger(out_value);
value             924 base/values.cc   const Value* value;
value             925 base/values.cc   if (!Get(index, &value))
value             928 base/values.cc   return value->GetAsDouble(out_value);
value             932 base/values.cc   const Value* value;
value             933 base/values.cc   if (!Get(index, &value))
value             936 base/values.cc   return value->GetAsString(out_value);
value             940 base/values.cc   const Value* value;
value             941 base/values.cc   if (!Get(index, &value))
value             944 base/values.cc   return value->GetAsString(out_value);
value             948 base/values.cc   const Value* value;
value             949 base/values.cc   bool result = Get(index, &value);
value             950 base/values.cc   if (!result || !value->IsType(TYPE_BINARY))
value             954 base/values.cc     *out_value = static_cast<const BinaryValue*>(value);
value             967 base/values.cc   const Value* value;
value             968 base/values.cc   bool result = Get(index, &value);
value             969 base/values.cc   if (!result || !value->IsType(TYPE_DICTIONARY))
value             973 base/values.cc     *out_value = static_cast<const DictionaryValue*>(value);
value             985 base/values.cc   const Value* value;
value             986 base/values.cc   bool result = Get(index, &value);
value             987 base/values.cc   if (!result || !value->IsType(TYPE_LIST))
value             991 base/values.cc     *out_value = static_cast<const ListValue*>(value);
value            1015 base/values.cc bool ListValue::Remove(const Value& value, size_t* index) {
value            1017 base/values.cc     if ((*i)->Equals(&value)) {
value            1100 base/values.cc ListValue::const_iterator ListValue::Find(const Value& value) const {
value            1101 base/values.cc   return std::find_if(list_.begin(), list_.end(), ValueEquals(&value));
value            1151 base/values.cc std::ostream& operator<<(std::ostream& out, const Value& value) {
value            1153 base/values.cc   JSONWriter::WriteWithOptions(&value,
value             364 base/values.h      const Value& value() const { return *it_->second; }
value             441 base/values.h    bool Remove(const Value& value, size_t* index);
value             473 base/values.h    const_iterator Find(const Value& value) const;
value             518 base/values.h  BASE_EXPORT std::ostream& operator<<(std::ostream& out, const Value& value);
value             521 base/values.h                                              const FundamentalValue& value) {
value             522 base/values.h    return out << static_cast<const Value&>(value);
value             526 base/values.h                                              const StringValue& value) {
value             527 base/values.h    return out << static_cast<const Value&>(value);
value             531 base/values.h                                              const DictionaryValue& value) {
value             532 base/values.h    return out << static_cast<const Value&>(value);
value             536 base/values.h                                              const ListValue& value) {
value             537 base/values.h    return out << static_cast<const Value&>(value);
value              66 base/values_unittest.cc   Value *value = NULL;
value              72 base/values_unittest.cc   ASSERT_FALSE(mixed_list->Get(4, &value));
value             246 base/values_unittest.cc     DeletionTestValue* value = new DeletionTestValue(&deletion_flag);
value             247 base/values_unittest.cc     list.Append(value);
value             250 base/values_unittest.cc     list.Remove(*value, &index);
value             749 base/values_unittest.cc   std::string value;
value             750 base/values_unittest.cc   EXPECT_TRUE(child->GetString("test", &value));
value             751 base/values_unittest.cc   EXPECT_EQ("value", value);
value             766 base/values_unittest.cc   EXPECT_TRUE(ptr->GetString("test", &value));
value             767 base/values_unittest.cc   EXPECT_EQ("value", value);
value             771 base/values_unittest.cc   EXPECT_TRUE(ptr->GetString("test", &value));
value             772 base/values_unittest.cc   EXPECT_EQ("value", value);
value             787 base/values_unittest.cc     EXPECT_TRUE(value1.Equals(&it.value()));
value             798 base/values_unittest.cc       EXPECT_TRUE(value1.Equals(&it.value()));
value             802 base/values_unittest.cc       EXPECT_TRUE(value2.Equals(&it.value()));
value             286 base/win/event_trace_consumer_unittest.cc                                              temp_file_.value().c_str());
value             310 base/win/event_trace_consumer_unittest.cc     HRESULT hr = consumer_.OpenFileSession(temp_file_.value().c_str());
value             171 base/win/event_trace_controller_unittest.cc                                            temp.value().c_str());
value             122 base/win/pe_image_unittest.cc int GetExpectedValue(Value value, DWORD os) {
value             180 base/win/pe_image_unittest.cc   if (value > relocs)
value             189 base/win/pe_image_unittest.cc   return expected[value][expected_set];
value              29 base/win/scoped_variant.cc ScopedVariant::ScopedVariant(int value, VARTYPE vt) {
value              31 base/win/scoped_variant.cc   var_.lVal = value;
value              34 base/win/scoped_variant.cc ScopedVariant::ScopedVariant(double value, VARTYPE vt) {
value              37 base/win/scoped_variant.cc   var_.dblVal = value;
value              44 base/win/scoped_variant.h   explicit ScopedVariant(int value, VARTYPE vt = VT_I4);
value              48 base/win/scoped_variant.h   explicit ScopedVariant(double value, VARTYPE vt = VT_R8);
value              71 base/win/shortcut.cc       InitializeShortcutInterfaces(shortcut_path.value().c_str(), &i_shell_link,
value              75 base/win/shortcut.cc       InitializeShortcutInterfaces(shortcut_path.value().c_str(),
value              93 base/win/shortcut.cc       FAILED(i_shell_link->SetPath(properties.target.value().c_str()))) {
value              99 base/win/shortcut.cc           properties.working_dir.value().c_str()))) {
value             120 base/win/shortcut.cc       FAILED(i_shell_link->SetIconLocation(properties.icon.value().c_str(),
value             152 base/win/shortcut.cc   HRESULT result = i_persist_file->Save(shortcut_path.value().c_str(), TRUE);
value             168 base/win/shortcut.cc       SHChangeNotify(SHCNE_CREATE, SHCNF_PATH, shortcut_path.value().c_str(),
value             199 base/win/shortcut.cc   if (FAILED(persist->Load(shortcut_path.value().c_str(), STGM_READ)))
value              24 base/win/startup_information.cc     PVOID value,
value              99 base/win/startup_information.cc     void* value,
value             104 base/win/startup_information.cc                                        attribute, value, size, NULL, NULL);
value              28 base/win/startup_information.h                                  void* value,
value             151 base/win/windows_version.cc     string16 value;
value             152 base/win/windows_version.cc     key.ReadValue(L"ProcessorNameString", &value);
value             153 base/win/windows_version.cc     processor_model_name_ = UTF16ToUTF8(value);
value              65 cc/animation/keyframed_animation_curve.cc     SkColor value,
value              68 cc/animation/keyframed_animation_curve.cc       new ColorKeyframe(time, value, timing_function.Pass()));
value              72 cc/animation/keyframed_animation_curve.cc                              SkColor value,
value              75 cc/animation/keyframed_animation_curve.cc       value_(value) {}
value              90 cc/animation/keyframed_animation_curve.cc     float value,
value              93 cc/animation/keyframed_animation_curve.cc       new FloatKeyframe(time, value, timing_function.Pass()));
value              97 cc/animation/keyframed_animation_curve.cc                              float value,
value             100 cc/animation/keyframed_animation_curve.cc       value_(value) {}
value             117 cc/animation/keyframed_animation_curve.cc     const TransformOperations& value,
value             120 cc/animation/keyframed_animation_curve.cc       new TransformKeyframe(time, value, timing_function.Pass()));
value             124 cc/animation/keyframed_animation_curve.cc                                      const TransformOperations& value,
value             127 cc/animation/keyframed_animation_curve.cc       value_(value) {}
value             144 cc/animation/keyframed_animation_curve.cc     const FilterOperations& value,
value             147 cc/animation/keyframed_animation_curve.cc       new FilterKeyframe(time, value, timing_function.Pass()));
value             151 cc/animation/keyframed_animation_curve.cc                                const FilterOperations& value,
value             154 cc/animation/keyframed_animation_curve.cc       value_(value) {}
value              38 cc/animation/keyframed_animation_curve.h       SkColor value,
value              48 cc/animation/keyframed_animation_curve.h                 SkColor value,
value              58 cc/animation/keyframed_animation_curve.h       float value,
value              68 cc/animation/keyframed_animation_curve.h                 float value,
value              78 cc/animation/keyframed_animation_curve.h       const TransformOperations& value,
value              89 cc/animation/keyframed_animation_curve.h       const TransformOperations& value,
value              99 cc/animation/keyframed_animation_curve.h       const FilterOperations& value,
value             110 cc/animation/keyframed_animation_curve.h       const FilterOperations& value,
value             108 cc/animation/keyframed_animation_curve_unittest.cc   SkColor value = curve->GetValue(1.0f);
value             109 cc/animation/keyframed_animation_curve_unittest.cc   EXPECT_EQ(255u, SkColorGetA(value));
value             110 cc/animation/keyframed_animation_curve_unittest.cc   int red_value = SkColorGetR(value);
value             184 cc/animation/keyframed_animation_curve_unittest.cc   float value = curve->GetValue(1.f);
value             185 cc/animation/keyframed_animation_curve_unittest.cc   EXPECT_TRUE(value >= 4 && value <= 6);
value             281 cc/animation/keyframed_animation_curve_unittest.cc   gfx::Transform value = curve->GetValue(1.f);
value             282 cc/animation/keyframed_animation_curve_unittest.cc   EXPECT_GE(value.matrix().get(0, 3), 4.f);
value             283 cc/animation/keyframed_animation_curve_unittest.cc   EXPECT_LE(value.matrix().get(0, 3), 6.f);
value             379 cc/animation/keyframed_animation_curve_unittest.cc   FilterOperations value = curve->GetValue(1.f);
value             380 cc/animation/keyframed_animation_curve_unittest.cc   EXPECT_EQ(1u, value.size());
value             381 cc/animation/keyframed_animation_curve_unittest.cc   EXPECT_EQ(FilterOperation::BRIGHTNESS, value.at(0).type());
value             382 cc/animation/keyframed_animation_curve_unittest.cc   EXPECT_GE(value.at(0).amount(), 4);
value             383 cc/animation/keyframed_animation_curve_unittest.cc   EXPECT_LE(value.at(0).amount(), 6);
value              80 cc/animation/scroll_offset_animation_curve_unittest.cc   gfx::Vector2dF value = curve->GetValue(duration/4.0);
value              81 cc/animation/scroll_offset_animation_curve_unittest.cc   EXPECT_NEAR(3.0333f, value.x(), 0.00015f);
value              82 cc/animation/scroll_offset_animation_curve_unittest.cc   EXPECT_NEAR(37.4168f, value.y(), 0.00015f);
value             116 cc/animation/scroll_offset_animation_curve_unittest.cc   gfx::Vector2dF value =
value             118 cc/animation/scroll_offset_animation_curve_unittest.cc   EXPECT_NEAR(3.0333f, value.x(), 0.00015f);
value             119 cc/animation/scroll_offset_animation_curve_unittest.cc   EXPECT_NEAR(37.4168f, value.y(), 0.00015f);
value             555 cc/base/math_util.cc   const base::ListValue* value = NULL;
value             556 cc/base/math_util.cc   if (!raw_value->GetAsList(&value))
value             559 cc/base/math_util.cc   if (value->GetSize() != 4)
value             564 cc/base/math_util.cc   ok &= value->GetInteger(0, &x);
value             565 cc/base/math_util.cc   ok &= value->GetInteger(1, &y);
value             566 cc/base/math_util.cc   ok &= value->GetInteger(2, &w);
value             567 cc/base/math_util.cc   ok &= value->GetInteger(3, &h);
value             632 cc/base/math_util.cc scoped_ptr<base::Value> MathUtil::AsValueSafely(double value) {
value             634 cc/base/math_util.cc       std::min(value, std::numeric_limits<double>::max())));
value             637 cc/base/math_util.cc scoped_ptr<base::Value> MathUtil::AsValueSafely(float value) {
value             639 cc/base/math_util.cc       std::min(value, std::numeric_limits<float>::max())));
value              91 cc/base/math_util.h   template <typename T> static T ClampToRange(T value, T min, T max) {
value              92 cc/base/math_util.h     return std::min(std::max(value, min), max);
value             184 cc/base/math_util.h   static scoped_ptr<base::Value> AsValueSafely(double value);
value             185 cc/base/math_util.h   static scoped_ptr<base::Value> AsValueSafely(float value);
value             171 cc/debug/debug_colors.cc   int value = step * initial_value / DebugColors::kFadeSteps;
value             172 cc/debug/debug_colors.cc   return SkColorSetARGB(value, 0, 195, 0);
value              24 cc/debug/micro_benchmark_controller.cc     scoped_ptr<base::Value> value,
value              28 cc/debug/micro_benchmark_controller.cc         new PictureRecordBenchmark(value.Pass(), callback));
value              31 cc/debug/micro_benchmark_controller.cc         new RasterizeAndRecordBenchmark(value.Pass(), callback));
value              34 cc/debug/micro_benchmark_controller.cc         new UnittestOnlyBenchmark(value.Pass(), callback));
value              61 cc/debug/micro_benchmark_controller.cc     scoped_ptr<base::Value> value,
value              64 cc/debug/micro_benchmark_controller.cc       CreateBenchmark(micro_benchmark_name, value.Pass(), callback);
value              32 cc/debug/micro_benchmark_controller.h                    scoped_ptr<base::Value> value,
value              44 cc/debug/micro_benchmark_controller_unittest.cc void Noop(scoped_ptr<base::Value> value) {
value              47 cc/debug/micro_benchmark_controller_unittest.cc void IncrementCallCount(int* count, scoped_ptr<base::Value> value) {
value              28 cc/debug/picture_record_benchmark.cc     scoped_ptr<base::Value> value,
value              31 cc/debug/picture_record_benchmark.cc   if (!value)
value              35 cc/debug/picture_record_benchmark.cc   value->GetAsList(&list);
value              21 cc/debug/picture_record_benchmark.h   explicit PictureRecordBenchmark(scoped_ptr<base::Value> value,
value              39 cc/debug/rasterize_and_record_benchmark.cc     scoped_ptr<base::Value> value,
value              43 cc/debug/rasterize_and_record_benchmark.cc       settings_(value.Pass()),
value              28 cc/debug/rasterize_and_record_benchmark.h       scoped_ptr<base::Value> value,
value              88 cc/debug/rasterize_and_record_benchmark_impl.cc     base::Value* value,
value              93 cc/debug/rasterize_and_record_benchmark_impl.cc   value->GetAsDictionary(&settings);
value              25 cc/debug/rasterize_and_record_benchmark_impl.h       base::Value* value,
value              44 cc/debug/ring_buffer.h   void SaveToBuffer(const T& value) {
value              45 cc/debug/ring_buffer.h     buffer_[BufferIndex(0)] = value;
value              53 cc/debug/traced_picture.cc   scoped_ptr<base::Value> value = picture_->AsValue();
value              55 cc/debug/traced_picture.cc   base::JSONWriter::Write(value.get(), &tmp);
value              45 cc/debug/traced_value.cc     base::Value* value) {
value              47 cc/debug/traced_value.cc       new TracedValue(value));
value              50 cc/debug/traced_value.cc TracedValue::TracedValue(base::Value* value)
value              51 cc/debug/traced_value.cc   : value_(value) {
value              36 cc/debug/traced_value.h       base::Value* value);
value              41 cc/debug/traced_value.h   explicit TracedValue(base::Value* value);
value              14 cc/debug/unittest_only_benchmark.cc UnittestOnlyBenchmark::UnittestOnlyBenchmark(scoped_ptr<base::Value> value,
value              19 cc/debug/unittest_only_benchmark.cc   if (!value)
value              23 cc/debug/unittest_only_benchmark.cc   value->GetAsDictionary(&settings);
value              15 cc/debug/unittest_only_benchmark.h   UnittestOnlyBenchmark(scoped_ptr<base::Value> value,
value              54 cc/layers/heads_up_display_layer_impl.cc     : value(0.0),
value             198 cc/layers/heads_up_display_layer_impl.cc       fps_graph_.value = fps_counter->GetAverageFPS();
value             211 cc/layers/heads_up_display_layer_impl.cc       paint_time_graph_.value = latest.InMillisecondsF();
value             355 cc/layers/heads_up_display_layer_impl.cc       base::StringPrintf("FPS:%5.1f", fps_graph_.value);
value             540 cc/layers/heads_up_display_layer_impl.cc       base::StringPrintf("%.1f", paint_time_graph_.value);
value              61 cc/layers/heads_up_display_layer_impl.h     double value;
value              70 cc/layers/painted_scrollbar_layer.h   template<typename T> void UpdateProperty(T value, T* prop) {
value              71 cc/layers/painted_scrollbar_layer.h     if (*prop == value)
value              73 cc/layers/painted_scrollbar_layer.h     *prop = value;
value              45 cc/layers/texture_layer_unittest.cc gpu::Mailbox MailboxFromChar(char value) {
value              47 cc/layers/texture_layer_unittest.cc   memset(mailbox.name, value, sizeof(mailbox.name));
value             222 cc/output/filter_operation.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue);
value             223 cc/output/filter_operation.cc   value->SetInteger("type", type_);
value             235 cc/output/filter_operation.cc       value->SetDouble("amount", amount_);
value             238 cc/output/filter_operation.cc       value->SetDouble("std_deviation", amount_);
value             239 cc/output/filter_operation.cc       value->Set("offset", MathUtil::AsValue(drop_shadow_offset_).release());
value             240 cc/output/filter_operation.cc       value->SetInteger("color", drop_shadow_color_);
value             246 cc/output/filter_operation.cc       value->Set("matrix", matrix.release());
value             250 cc/output/filter_operation.cc       value->SetDouble("amount", amount_);
value             251 cc/output/filter_operation.cc       value->SetDouble("inset", zoom_inset_);
value             260 cc/output/filter_operation.cc       value->SetBoolean("is_null", !image_filter_);
value             261 cc/output/filter_operation.cc       value->SetInteger("count_inputs", count_inputs);
value             262 cc/output/filter_operation.cc       value->SetBoolean("can_filter_image_gpu", can_filter_image_gpu);
value             266 cc/output/filter_operation.cc   return value.PassAs<base::Value>();
value             198 cc/output/filter_operations.cc   scoped_ptr<base::ListValue> value(new base::ListValue);
value             200 cc/output/filter_operations.cc     value->Append(operations_[i].AsValue().release());
value             201 cc/output/filter_operations.cc   return value.PassAs<base::Value>();
value             415 cc/output/gl_renderer_unittest.cc   virtual void getBooleanv(GLenum pname, GLboolean* value) OVERRIDE {
value             420 cc/output/gl_renderer_unittest.cc                                     GLint* value) OVERRIDE {
value             427 cc/output/gl_renderer_unittest.cc   virtual void getFloatv(GLenum pname, GLfloat* value) OVERRIDE {
value             433 cc/output/gl_renderer_unittest.cc                                                    GLint* value) OVERRIDE {
value             436 cc/output/gl_renderer_unittest.cc   virtual void getIntegerv(GLenum pname, GLint* value) OVERRIDE {
value             439 cc/output/gl_renderer_unittest.cc       *value = 1024;
value             449 cc/output/gl_renderer_unittest.cc                             GLint* value) OVERRIDE {
value             451 cc/output/gl_renderer_unittest.cc     *value = 1;
value             457 cc/output/gl_renderer_unittest.cc   virtual void getShaderiv(GLuint shader, GLenum pname, GLint* value) OVERRIDE {
value             459 cc/output/gl_renderer_unittest.cc     *value = 1;
value             467 cc/output/gl_renderer_unittest.cc                                           GLint* value) OVERRIDE {
value             479 cc/output/gl_renderer_unittest.cc                                  GLfloat* value) OVERRIDE {
value             484 cc/output/gl_renderer_unittest.cc                                  GLint* value) OVERRIDE {
value             489 cc/output/gl_renderer_unittest.cc                             GLfloat* value) OVERRIDE {
value             494 cc/output/gl_renderer_unittest.cc                             GLint* value) OVERRIDE {
value             504 cc/output/gl_renderer_unittest.cc                                  GLfloat* value) OVERRIDE {
value             509 cc/output/gl_renderer_unittest.cc                                  GLint* value) OVERRIDE {
value             543 cc/output/gl_renderer_unittest.cc                             GLint* value) OVERRIDE {
value             545 cc/output/gl_renderer_unittest.cc     *value = 0;
value             548 cc/output/gl_renderer_unittest.cc   virtual void getShaderiv(GLuint shader, GLenum pname, GLint* value) OVERRIDE {
value             550 cc/output/gl_renderer_unittest.cc     *value = 0;
value             431 cc/output/output_surface.cc     unsigned value = 0;
value             433 cc/output/output_surface.cc         query_id, GL_QUERY_RESULT_EXT, &value);
value             437 cc/output/output_surface.cc     base::TimeDelta latency = base::TimeDelta::FromMicroseconds(value);
value              49 cc/quads/checkerboard_draw_quad.cc void CheckerboardDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              50 cc/quads/checkerboard_draw_quad.cc   value->SetInteger("color", color);
value              39 cc/quads/checkerboard_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              52 cc/quads/content_draw_quad_base.cc void ContentDrawQuadBase::ExtendValue(base::DictionaryValue* value) const {
value              53 cc/quads/content_draw_quad_base.cc   value->Set("tex_coord_rect", MathUtil::AsValue(tex_coord_rect).release());
value              54 cc/quads/content_draw_quad_base.cc   value->Set("texture_size", MathUtil::AsValue(texture_size).release());
value              55 cc/quads/content_draw_quad_base.cc   value->SetBoolean("swizzle_contents", swizzle_contents);
value              45 cc/quads/content_draw_quad_base.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              56 cc/quads/debug_border_draw_quad.cc void DebugBorderDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              57 cc/quads/debug_border_draw_quad.cc   value->SetInteger("color", color);
value              58 cc/quads/debug_border_draw_quad.cc   value->SetInteger("width", width);
value              43 cc/quads/debug_border_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value             109 cc/quads/draw_quad.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             110 cc/quads/draw_quad.cc   value->SetInteger("material", material);
value             111 cc/quads/draw_quad.cc   value->Set("shared_state",
value             114 cc/quads/draw_quad.cc   value->Set("content_space_rect", MathUtil::AsValue(rect).release());
value             120 cc/quads/draw_quad.cc   value->Set("rect_as_target_space_quad",
value             122 cc/quads/draw_quad.cc   value->SetBoolean("rect_is_clipped", rect_is_clipped);
value             124 cc/quads/draw_quad.cc   value->Set("content_space_opaque_rect",
value             131 cc/quads/draw_quad.cc   value->Set("opaque_rect_as_target_space_quad",
value             133 cc/quads/draw_quad.cc   value->SetBoolean("opaque_rect_is_clipped", opaque_rect_is_clipped);
value             135 cc/quads/draw_quad.cc   value->Set("content_space_visible_rect",
value             142 cc/quads/draw_quad.cc   value->Set("visible_rect_as_target_space_quad",
value             144 cc/quads/draw_quad.cc   value->SetBoolean("visible_rect_is_clipped", visible_rect_is_clipped);
value             146 cc/quads/draw_quad.cc   value->SetBoolean("needs_blending", needs_blending);
value             147 cc/quads/draw_quad.cc   value->SetBoolean("should_draw_with_blending", ShouldDrawWithBlending());
value             148 cc/quads/draw_quad.cc   ExtendValue(value.get());
value             149 cc/quads/draw_quad.cc   return value.PassAs<base::Value>();
value             140 cc/quads/draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const = 0;
value              63 cc/quads/io_surface_draw_quad.cc void IOSurfaceDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              64 cc/quads/io_surface_draw_quad.cc   value->Set("io_surface_size", MathUtil::AsValue(io_surface_size).release());
value              65 cc/quads/io_surface_draw_quad.cc   value->SetInteger("io_surface_resource_id", io_surface_resource_id);
value              76 cc/quads/io_surface_draw_quad.cc   value->SetString("orientation", orientation_string);
value              53 cc/quads/io_surface_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              86 cc/quads/picture_draw_quad.cc void PictureDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              87 cc/quads/picture_draw_quad.cc   ContentDrawQuadBase::ExtendValue(value);
value              88 cc/quads/picture_draw_quad.cc   value->Set("content_rect", MathUtil::AsValue(content_rect).release());
value              89 cc/quads/picture_draw_quad.cc   value->SetDouble("contents_scale", contents_scale);
value              90 cc/quads/picture_draw_quad.cc   value->SetInteger("texture_format", texture_format);
value              60 cc/quads/picture_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value             146 cc/quads/render_pass.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             147 cc/quads/render_pass.cc   value->Set("output_rect", MathUtil::AsValue(output_rect).release());
value             148 cc/quads/render_pass.cc   value->Set("damage_rect", MathUtil::AsValue(damage_rect).release());
value             149 cc/quads/render_pass.cc   value->SetBoolean("has_transparent_background", has_transparent_background);
value             150 cc/quads/render_pass.cc   value->SetInteger("copy_requests", copy_requests.size());
value             155 cc/quads/render_pass.cc   value->Set("shared_quad_state_list", shared_states_value.release());
value             160 cc/quads/render_pass.cc   value->Set("quad_list", quad_list_value.release());
value             164 cc/quads/render_pass.cc       value.get(), "cc::RenderPass", id.AsTracingId());
value             165 cc/quads/render_pass.cc   return value.PassAs<base::Value>();
value              98 cc/quads/render_pass_draw_quad.cc void RenderPassDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              99 cc/quads/render_pass_draw_quad.cc   value->Set("render_pass_id",
value             101 cc/quads/render_pass_draw_quad.cc   value->SetBoolean("is_replica", is_replica);
value             102 cc/quads/render_pass_draw_quad.cc   value->SetInteger("mask_resource_id", mask_resource_id);
value             103 cc/quads/render_pass_draw_quad.cc   value->Set("contents_changed_since_last_frame",
value             105 cc/quads/render_pass_draw_quad.cc   value->Set("mask_uv_rect", MathUtil::AsValue(mask_uv_rect).release());
value             106 cc/quads/render_pass_draw_quad.cc   value->Set("filters", filters.AsValue().release());
value             107 cc/quads/render_pass_draw_quad.cc   value->Set("background_filters", background_filters.AsValue().release());
value              71 cc/quads/render_pass_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              47 cc/quads/shared_quad_state.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              48 cc/quads/shared_quad_state.cc   value->Set("transform",
value              50 cc/quads/shared_quad_state.cc   value->Set("layer_content_bounds",
value              52 cc/quads/shared_quad_state.cc   value->Set("layer_visible_content_rect",
value              54 cc/quads/shared_quad_state.cc   value->SetBoolean("is_clipped", is_clipped);
value              55 cc/quads/shared_quad_state.cc   value->Set("clip_rect", MathUtil::AsValue(clip_rect).release());
value              56 cc/quads/shared_quad_state.cc   value->SetDouble("opacity", opacity);
value              57 cc/quads/shared_quad_state.cc   value->SetString("blend_mode", SkXfermode::ModeName(blend_mode));
value              60 cc/quads/shared_quad_state.cc       value.get(), "cc::SharedQuadState", this);
value              61 cc/quads/shared_quad_state.cc   return value.PassAs<base::Value>();
value              54 cc/quads/solid_color_draw_quad.cc void SolidColorDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              55 cc/quads/solid_color_draw_quad.cc   value->SetInteger("color", color);
value              56 cc/quads/solid_color_draw_quad.cc   value->SetBoolean("force_anti_aliasing_off", force_anti_aliasing_off);
value              43 cc/quads/solid_color_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              56 cc/quads/stream_video_draw_quad.cc void StreamVideoDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              57 cc/quads/stream_video_draw_quad.cc   value->SetInteger("resource_id", resource_id);
value              58 cc/quads/stream_video_draw_quad.cc   value->Set("matrix", MathUtil::AsValue(matrix).release());
value              44 cc/quads/stream_video_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              48 cc/quads/surface_draw_quad.cc void SurfaceDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              49 cc/quads/surface_draw_quad.cc   value->SetInteger("surface_id", surface_id);
value              39 cc/quads/surface_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              90 cc/quads/texture_draw_quad.cc void TextureDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              91 cc/quads/texture_draw_quad.cc   value->SetInteger("resource_id", resource_id);
value              92 cc/quads/texture_draw_quad.cc   value->SetBoolean("premultiplied_alpha", premultiplied_alpha);
value              93 cc/quads/texture_draw_quad.cc   value->Set("uv_top_left", MathUtil::AsValue(uv_top_left).release());
value              94 cc/quads/texture_draw_quad.cc   value->Set("uv_bottom_right", MathUtil::AsValue(uv_bottom_right).release());
value              95 cc/quads/texture_draw_quad.cc   value->SetInteger("background_color", background_color);
value              99 cc/quads/texture_draw_quad.cc   value->Set("vertex_opacity", vertex_opacity_value.release());
value             100 cc/quads/texture_draw_quad.cc   value->SetBoolean("flipped", flipped);
value              59 cc/quads/texture_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              68 cc/quads/tile_draw_quad.cc void TileDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              69 cc/quads/tile_draw_quad.cc   ContentDrawQuadBase::ExtendValue(value);
value              70 cc/quads/tile_draw_quad.cc   value->SetInteger("resource_id", resource_id);
value              45 cc/quads/tile_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value              77 cc/quads/yuv_video_draw_quad.cc void YUVVideoDrawQuad::ExtendValue(base::DictionaryValue* value) const {
value              78 cc/quads/yuv_video_draw_quad.cc   value->Set("tex_coord_rect", MathUtil::AsValue(tex_coord_rect).release());
value              79 cc/quads/yuv_video_draw_quad.cc   value->SetInteger("y_plane_resource_id", y_plane_resource_id);
value              80 cc/quads/yuv_video_draw_quad.cc   value->SetInteger("u_plane_resource_id", u_plane_resource_id);
value              81 cc/quads/yuv_video_draw_quad.cc   value->SetInteger("v_plane_resource_id", v_plane_resource_id);
value              82 cc/quads/yuv_video_draw_quad.cc   value->SetInteger("a_plane_resource_id", a_plane_resource_id);
value              56 cc/quads/yuv_video_draw_quad.h   virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
value             109 cc/resources/picture.cc scoped_refptr<Picture> Picture::CreateFromSkpValue(const base::Value* value) {
value             112 cc/resources/picture.cc   if (!value->GetAsString(&encoded))
value             131 cc/resources/picture.cc   const base::DictionaryValue* value = NULL;
value             132 cc/resources/picture.cc   if (!raw_value->GetAsDictionary(&value))
value             137 cc/resources/picture.cc   if (!value->GetString("skp64", &encoded))
value             145 cc/resources/picture.cc   if (!value->Get("params.layer_rect", &layer_rect_value))
value             153 cc/resources/picture.cc   if (!value->Get("params.opaque_rect", &opaque_rect_value))
value              61 cc/resources/picture.h   static scoped_refptr<Picture> CreateFromValue(const base::Value* value);
value              62 cc/resources/picture.h   static scoped_refptr<Picture> CreateFromSkpValue(const base::Value* value);
value             428 cc/resources/picture_unittest.cc   const base::DictionaryValue* value = NULL;
value             429 cc/resources/picture_unittest.cc   EXPECT_TRUE(serialized_one_rect->GetAsDictionary(&value));
value             433 cc/resources/picture_unittest.cc   EXPECT_TRUE(value->Get("skp64", &skp_value));
value              70 cc/resources/resource_provider_unittest.cc     uint32_t value) {
value              75 cc/resources/resource_provider_unittest.cc   std::fill_n(pixels, size.GetArea(), value);
value              47 cc/resources/resource_update_controller_unittest.cc   virtual void getQueryObjectuivEXT(GLuint id, GLenum pname, GLuint* value)
value              46 cc/resources/texture_uploader_unittest.cc                                     GLuint* value) OVERRIDE {
value              49 cc/resources/texture_uploader_unittest.cc         *value = result_available_;
value              52 cc/resources/texture_uploader_unittest.cc         *value = 0;
value              44 cc/test/pixel_test_utils.cc     LOG(ERROR) << "Cannot read reference image: " << ref_img_path.value();
value             365 cc/test/test_web_graphics_context_3d.cc     GLint* value) {
value             367 cc/test/test_web_graphics_context_3d.cc     *value = max_texture_size_;
value             369 cc/test/test_web_graphics_context_3d.cc     *value = GL_TEXTURE0;
value             374 cc/test/test_web_graphics_context_3d.cc                                             GLint* value) {
value             376 cc/test/test_web_graphics_context_3d.cc     *value = 1;
value             381 cc/test/test_web_graphics_context_3d.cc                                            GLint* value) {
value             383 cc/test/test_web_graphics_context_3d.cc     *value = 1;
value             706 cc/test/test_web_graphics_context_3d.cc                                                  GLint* value) {
value             713 cc/test/test_web_graphics_context_3d.cc     *value = it->second;
value              55 cc/test/test_web_graphics_context_3d.h   virtual void getTexParameteriv(GLenum target, GLenum pname, GLint* value);
value             195 cc/test/test_web_graphics_context_3d.h   virtual void getBooleanv(GLenum pname, GLboolean* value) {}
value             196 cc/test/test_web_graphics_context_3d.h   virtual void getBufferParameteriv(GLenum target, GLenum pname, GLint* value) {
value             199 cc/test/test_web_graphics_context_3d.h   virtual void getFloatv(GLenum pname, GLfloat* value) {}
value             203 cc/test/test_web_graphics_context_3d.h                                                    GLint* value) {}
value             205 cc/test/test_web_graphics_context_3d.h   virtual void getIntegerv(GLenum pname, GLint* value);
value             207 cc/test/test_web_graphics_context_3d.h   virtual void getProgramiv(GLuint program, GLenum pname, GLint* value);
value             211 cc/test/test_web_graphics_context_3d.h                                           GLint* value) {}
value             213 cc/test/test_web_graphics_context_3d.h   virtual void getShaderiv(GLuint shader, GLenum pname, GLint* value);
value             220 cc/test/test_web_graphics_context_3d.h   virtual void getTexParameterfv(GLenum target, GLenum pname, GLfloat* value) {}
value             221 cc/test/test_web_graphics_context_3d.h   virtual void getUniformfv(GLuint program, GLint location, GLfloat* value) {}
value             222 cc/test/test_web_graphics_context_3d.h   virtual void getUniformiv(GLuint program, GLint location, GLint* value) {}
value             223 cc/test/test_web_graphics_context_3d.h   virtual void getVertexAttribfv(GLuint index, GLenum pname, GLfloat* value) {}
value             224 cc/test/test_web_graphics_context_3d.h   virtual void getVertexAttribiv(GLuint index, GLenum pname, GLint* value) {}
value            1229 cc/trees/layer_tree_host.cc     scoped_ptr<base::Value> value,
value            1232 cc/trees/layer_tree_host.cc       benchmark_name, value.Pass(), callback);
value             293 cc/trees/layer_tree_host.h                               scoped_ptr<base::Value> value,
value             523 cc/trees/layer_tree_host_impl.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             524 cc/trees/layer_tree_host_impl.cc   value->SetBoolean("contains_incomplete_tile", contains_incomplete_tile);
value             525 cc/trees/layer_tree_host_impl.cc   value->SetBoolean("has_no_damage", has_no_damage);
value             536 cc/trees/layer_tree_host_impl.cc     value->Set("render_passes", render_pass_list.release());
value             538 cc/trees/layer_tree_host_impl.cc   return value.PassAs<base::Value>();
value            2900 cc/trees/layer_tree_host_impl_unittest.cc   void set_getter_return_value(const gfx::Vector2dF& value) {
value            2901 cc/trees/layer_tree_host_impl_unittest.cc     getter_return_value_ = value;
value            4062 cc/trees/layer_tree_host_impl_unittest.cc                                       const GLfloat* value));
value             164 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java     private void addItem(LinearLayout certificateView, String label, String value) {
value             165 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java         if (value.isEmpty()) return;
value             168 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java         addValue(certificateView, value);
value             180 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java     private void addValue(LinearLayout certificateView, String value) {
value             182 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java         t.setText(value);
value             187 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java     private boolean fillRow(CursorWindow window, Object value, int pos, int column) {
value             188 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java         if (putValue(window, value, pos, column)) {
value             202 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java     private boolean putValue(CursorWindow window, Object value, int pos, int column) {
value             203 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java         if (value == null) {
value             205 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java         } else if (value instanceof Long) {
value             206 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java             return window.putLong((Long) value, pos, column);
value             207 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java         } else if (value instanceof String) {
value             208 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java             return window.putString((String) value, pos, column);
value             209 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java         } else if (value instanceof byte[] && ((byte[]) value).length > 0) {
value             210 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java             return window.putBlob((byte[]) value, pos, column);
value             211 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java         } else if (value instanceof Double) {
value             212 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java             return window.putDouble((Double) value, pos, column);
value              73 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoLoginAccountDelegate.java     public void run(AccountManagerFuture<Bundle> value) {
value              76 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutoLoginAccountDelegate.java             result = value.getResult().getString(AccountManager.KEY_AUTHTOKEN);
value             146 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java     public boolean toggleNeverTranslateDomainState(boolean value) {
value             147 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java         return toggleState(NEVER_DOMAIN, value);
value             155 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java     public boolean toggleNeverTranslateLanguageState(boolean value) {
value             158 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java         if (mOptions[ALWAYS_LANGUAGE] && value) {
value             161 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java         return toggleState(NEVER_LANGUAGE, value);
value             169 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java     public boolean toggleAlwaysTranslateLanguageState(boolean value) {
value             171 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java         if (mOptions[NEVER_LANGUAGE] && value) {
value             174 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateOptions.java         return toggleState(ALWAYS_LANGUAGE, value);
value             305 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         ContentValues value = new ContentValues();
value             307 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.TITLE, insertBookmarkTitle);
value             308 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.URL, insertBookmarkUrl);
value             309 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.VISITS, 0);
value             310 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.DATE, createDate);
value             311 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.CREATED, createDate);
value             312 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.BOOKMARK, 0);
value             314 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         Uri insertUri = getContentResolver().insert(mBookmarksUri, value);
value             335 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.clear();
value             337 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.TITLE, updateBookmarkTitle);
value             338 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.URL, updateBookmarkUrl);
value             339 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.VISITS, 1);
value             340 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         value.put(BookmarkColumns.DATE, updateDate);
value             342 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderBookmarksUriTest.java         getContentResolver().update(mBookmarksUri, value,
value             153 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         ContentValues value = new ContentValues();
value             155 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         value.put(SearchColumns.SEARCH, insertSearch);
value             156 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         value.put(SearchColumns.DATE, createDate);
value             158 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         Uri insertUri = getContentResolver().insert(mSearchesUri, value);
value             171 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         value.clear();
value             173 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         value.put(SearchColumns.SEARCH, updateSearch);
value             174 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         value.put(SearchColumns.DATE, updateDate);
value             176 chrome/android/javatests/src/org/chromium/chrome/browser/test/ProviderSearchesUriTest.java         getContentResolver().update(mSearchesUri, value,
value             184 chrome/app/chrome_breakpad_client.cc   return InstallUtil::IsPerUserInstall(exe_path.value().c_str());
value             266 chrome/app/chrome_breakpad_client.cc   DWORD value = 0;
value             269 chrome/app/chrome_breakpad_client.cc   if (hklm_policy_key.ReadValueDW(key_name.c_str(), &value) == ERROR_SUCCESS) {
value             270 chrome/app/chrome_breakpad_client.cc     *breakpad_enabled = value != 0;
value             276 chrome/app/chrome_breakpad_client.cc   if (hkcu_policy_key.ReadValueDW(key_name.c_str(), &value) == ERROR_SUCCESS) {
value             277 chrome/app/chrome_breakpad_client.cc     *breakpad_enabled = value != 0;
value             293 chrome/app/chrome_main_delegate.cc     execlp("man", "man", binary.BaseName().value().c_str(), NULL);
value             596 chrome/app/chrome_main_delegate.cc         executable.value().size() >= 3) {
value             598 chrome/app/chrome_main_delegate.cc           executable.value().substr(executable.value().size() - 3);
value             130 chrome/app/client_util.cc   size_t value = kDefaultPercentage;
value             135 chrome/app/client_util.cc     value = static_cast<size_t>(group * 21.0) * 5;
value             136 chrome/app/client_util.cc     DCHECK_LE(value, 100u);
value             137 chrome/app/client_util.cc     DCHECK_EQ(0u, value % 5);
value             139 chrome/app/client_util.cc         (value == kDefaultPercentage) ? kControlFormatStr : kGroupFormatStr;
value             144 chrome/app/client_util.cc   base::SStringPrintf(&group_name, format_str, value);
value             152 chrome/app/client_util.cc   return value;
value             145 chrome/app/signature_validator_win.cc   file_info.pcwszFilePath = signed_file.value().c_str();
value             177 chrome/app/signature_validator_win.cc       signed_file.value().c_str(),
value            2004 chrome/browser/about_flags.cc     base::DictionaryValue* value = new base::DictionaryValue;
value            2006 chrome/browser/about_flags.cc     value->SetString("internal_name", name);
value            2007 chrome/browser/about_flags.cc     value->SetString("description", experiment.DescriptionForChoice(i));
value            2008 chrome/browser/about_flags.cc     value->SetBoolean("selected", enabled_experiments.count(name) > 0);
value            2009 chrome/browser/about_flags.cc     result->Append(value);
value             169 chrome/browser/accessibility/accessibility_events.cc                                                      const std::string& value,
value             173 chrome/browser/accessibility/accessibility_events.cc       value_(value),
value             218 chrome/browser/accessibility/accessibility_events.cc                                                    const std::string& value,
value             222 chrome/browser/accessibility/accessibility_events.cc       value_(value),
value             317 chrome/browser/accessibility/accessibility_events.cc                                                  const std::string& value)
value             319 chrome/browser/accessibility/accessibility_events.cc       value_(value) {
value             202 chrome/browser/accessibility/accessibility_events.h                             const std::string& value,
value             210 chrome/browser/accessibility/accessibility_events.h   void SetValue(int item_index, const std::string& value) {
value             212 chrome/browser/accessibility/accessibility_events.h     value_ = value;
value             217 chrome/browser/accessibility/accessibility_events.h   const std::string& value() const { return value_; }
value             243 chrome/browser/accessibility/accessibility_events.h       const std::string& value, int selection_start, int selection_end) {
value             244 chrome/browser/accessibility/accessibility_events.h     value_ = value;
value             249 chrome/browser/accessibility/accessibility_events.h   const std::string& value() const { return value_; }
value             268 chrome/browser/accessibility/accessibility_events.h                            const std::string& value,
value             276 chrome/browser/accessibility/accessibility_events.h   void SetValue(int item_index, std::string value) {
value             278 chrome/browser/accessibility/accessibility_events.h     value_ = value;
value             283 chrome/browser/accessibility/accessibility_events.h   const std::string& value() const { return value_; }
value             382 chrome/browser/accessibility/accessibility_events.h                           const std::string& value);
value             388 chrome/browser/accessibility/accessibility_events.h   const std::string& value() const { return value_; }
value              13 chrome/browser/android/activity_type_ids.h #define DEFINE_ACTIVITY_ID(id,value) ACTIVITY_##id = (value),
value              43 chrome/browser/android/banners/app_banner_settings_helper.cc   scoped_ptr<base::Value> value(
value              49 chrome/browser/android/banners/app_banner_settings_helper.cc   if (!value.get()) {
value              52 chrome/browser/android/banners/app_banner_settings_helper.cc   } else if (value->IsType(base::Value::TYPE_DICTIONARY)) {
value              55 chrome/browser/android/banners/app_banner_settings_helper.cc         static_cast<base::DictionaryValue*>(value.get());
value              92 chrome/browser/android/banners/app_banner_settings_helper.cc   scoped_ptr<base::Value> value(
value              99 chrome/browser/android/banners/app_banner_settings_helper.cc   if (value.get() && value->IsType(base::Value::TYPE_DICTIONARY)) {
value             100 chrome/browser/android/banners/app_banner_settings_helper.cc     banner_dict = static_cast<base::DictionaryValue*>(value.release());
value              29 chrome/browser/android/chrome_startup_flags.cc                                const std::string& value) {
value              32 chrome/browser/android/chrome_startup_flags.cc     command_line->AppendSwitchASCII(switch_string, value);
value             137 chrome/browser/android/provider/chrome_browser_provider.cc base::Time ConvertJlongToTime(jlong value) {
value             139 chrome/browser/android/provider/chrome_browser_provider.cc       base::TimeDelta::FromMilliseconds((int64)value);
value              48 chrome/browser/android/tab_android.h #define DEFINE_TAB_LOAD_STATUS(name, value)  name = value,
value             262 chrome/browser/apps/ephemeral_app_browsertest.cc     ADD_FAILURE() << "Failed to delete crx: " << crx_path.value();
value            1988 chrome/browser/apps/web_view_browsertest.cc     base::FilePath::StringType pepper_plugin = plugin_lib.value();
value             437 chrome/browser/autocomplete/autocomplete_match.cc                                              const std::string& value) {
value             439 chrome/browser/autocomplete/autocomplete_match.cc   DCHECK(!value.empty());
value             440 chrome/browser/autocomplete/autocomplete_match.cc   additional_info[property] = value;
value             444 chrome/browser/autocomplete/autocomplete_match.cc                                              int value) {
value             445 chrome/browser/autocomplete/autocomplete_match.cc   RecordAdditionalInfo(property, base::IntToString(value));
value             449 chrome/browser/autocomplete/autocomplete_match.cc                                              const base::Time& value) {
value             452 chrome/browser/autocomplete/autocomplete_match.cc                            base::TimeFormatShortDateAndTime(value)));
value             221 chrome/browser/autocomplete/autocomplete_match.h                             const std::string& value);
value             222 chrome/browser/autocomplete/autocomplete_match.h   void RecordAdditionalInfo(const std::string& property, int value);
value             224 chrome/browser/autocomplete/autocomplete_match.h                             const base::Time& value);
value             255 chrome/browser/autofill/autofill_browsertest.cc     std::string value;
value             260 chrome/browser/autofill/autofill_browsertest.cc         &value));
value             261 chrome/browser/autofill/autofill_browsertest.cc     EXPECT_EQ(expected_value, value);
value             285 chrome/browser/autofill/autofill_interactive_uitest.cc     std::string value;
value             290 chrome/browser/autofill/autofill_interactive_uitest.cc         &value));
value             291 chrome/browser/autofill/autofill_interactive_uitest.cc     EXPECT_EQ(expected_value, value);
value              97 chrome/browser/autofill/form_structure_browsertest.cc       forms_string += " | " + base::UTF16ToUTF8((*field_iter)->value);
value              58 chrome/browser/background/background_contents_service_unittest.cc     const base::DictionaryValue* value;
value              59 chrome/browser/background/background_contents_service_unittest.cc     pref->GetDictionaryWithoutPathExpansion(base::UTF16ToUTF8(appid), &value);
value              61 chrome/browser/background/background_contents_service_unittest.cc     value->GetString("url", &url);
value              94 chrome/browser/bookmarks/bookmark_codec.cc                            const base::Value& value) {
value             102 chrome/browser/bookmarks/bookmark_codec.cc                               value);
value             113 chrome/browser/bookmarks/bookmark_codec.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             115 chrome/browser/bookmarks/bookmark_codec.cc   value->SetString(kIdKey, id);
value             117 chrome/browser/bookmarks/bookmark_codec.cc   value->SetString(kNameKey, title);
value             118 chrome/browser/bookmarks/bookmark_codec.cc   value->SetString(kDateAddedKey,
value             121 chrome/browser/bookmarks/bookmark_codec.cc     value->SetString(kTypeKey, kTypeURL);
value             123 chrome/browser/bookmarks/bookmark_codec.cc     value->SetString(kURLKey, url);
value             126 chrome/browser/bookmarks/bookmark_codec.cc     value->SetString(kTypeKey, kTypeFolder);
value             127 chrome/browser/bookmarks/bookmark_codec.cc     value->SetString(kDateModifiedKey,
value             133 chrome/browser/bookmarks/bookmark_codec.cc     value->Set(kChildrenKey, child_values);
value             139 chrome/browser/bookmarks/bookmark_codec.cc     value->Set(kMetaInfo, EncodeMetaInfo(*meta_info_map));
value             142 chrome/browser/bookmarks/bookmark_codec.cc     value->SetString(kSyncTransactionVersion,
value             145 chrome/browser/bookmarks/bookmark_codec.cc   return value;
value             161 chrome/browser/bookmarks/bookmark_codec.cc                                  const base::Value& value) {
value             162 chrome/browser/bookmarks/bookmark_codec.cc   if (value.GetType() != base::Value::TYPE_DICTIONARY)
value             166 chrome/browser/bookmarks/bookmark_codec.cc       static_cast<const base::DictionaryValue&>(value);
value             263 chrome/browser/bookmarks/bookmark_codec.cc bool BookmarkCodec::DecodeNode(const base::DictionaryValue& value,
value             276 chrome/browser/bookmarks/bookmark_codec.cc     if (!value.GetString(kIdKey, &id_string) ||
value             288 chrome/browser/bookmarks/bookmark_codec.cc   value.GetString(kNameKey, &title);
value             291 chrome/browser/bookmarks/bookmark_codec.cc   if (!value.GetString(kDateAddedKey, &date_added_string))
value             297 chrome/browser/bookmarks/bookmark_codec.cc   if (!value.GetString(kTypeKey, &type_string))
value             305 chrome/browser/bookmarks/bookmark_codec.cc     if (!value.GetString(kURLKey, &url_string))
value             320 chrome/browser/bookmarks/bookmark_codec.cc     if (!value.GetString(kDateModifiedKey, &last_modified_date))
value             324 chrome/browser/bookmarks/bookmark_codec.cc     if (!value.Get(kChildrenKey, &child_values))
value             358 chrome/browser/bookmarks/bookmark_codec.cc   if (!DecodeMetaInfo(value, &meta_info_map, &sync_transaction_version))
value             363 chrome/browser/bookmarks/bookmark_codec.cc   if (value.GetString(kSyncTransactionVersion, &sync_transaction_version_str) &&
value             373 chrome/browser/bookmarks/bookmark_codec.cc bool BookmarkCodec::DecodeMetaInfo(const base::DictionaryValue& value,
value             381 chrome/browser/bookmarks/bookmark_codec.cc   if (!value.Get(kMetaInfo, &meta_info))
value             426 chrome/browser/bookmarks/bookmark_codec.cc     if (it.value().IsType(base::Value::TYPE_DICTIONARY)) {
value             428 chrome/browser/bookmarks/bookmark_codec.cc       it.value().GetAsDictionary(&subdict);
value             430 chrome/browser/bookmarks/bookmark_codec.cc     } else if (it.value().IsType(base::Value::TYPE_STRING)) {
value             431 chrome/browser/bookmarks/bookmark_codec.cc       it.value().GetAsString(&(*meta_info_map)[prefix + it.key()]);
value              60 chrome/browser/bookmarks/bookmark_codec.h               const base::Value& value);
value             120 chrome/browser/bookmarks/bookmark_codec.h                     const base::Value& value);
value             138 chrome/browser/bookmarks/bookmark_codec.h   bool DecodeNode(const base::DictionaryValue& value,
value             147 chrome/browser/bookmarks/bookmark_codec.h   bool DecodeMetaInfo(const base::DictionaryValue& value,
value              98 chrome/browser/bookmarks/bookmark_codec_unittest.cc   void GetBookmarksBarChildValue(base::Value* value,
value             101 chrome/browser/bookmarks/bookmark_codec_unittest.cc     ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value             103 chrome/browser/bookmarks/bookmark_codec_unittest.cc     base::DictionaryValue* d_value = static_cast<base::DictionaryValue*>(value);
value             137 chrome/browser/bookmarks/bookmark_codec_unittest.cc     scoped_ptr<base::Value> value(encoder.Encode(model));
value             147 chrome/browser/bookmarks/bookmark_codec_unittest.cc     return value.release();
value             152 chrome/browser/bookmarks/bookmark_codec_unittest.cc               const base::Value& value) {
value             157 chrome/browser/bookmarks/bookmark_codec_unittest.cc                                 &max_id, value);
value             167 chrome/browser/bookmarks/bookmark_codec_unittest.cc   BookmarkModel* DecodeHelper(const base::Value& value,
value             177 chrome/browser/bookmarks/bookmark_codec_unittest.cc     EXPECT_TRUE(Decode(&decoder, model.get(), value));
value             219 chrome/browser/bookmarks/bookmark_codec_unittest.cc   scoped_ptr<base::Value> value(
value             222 chrome/browser/bookmarks/bookmark_codec_unittest.cc   EXPECT_TRUE(value.get() != NULL);
value             226 chrome/browser/bookmarks/bookmark_codec_unittest.cc       *value.get(), enc_checksum, &dec_checksum, false));
value             248 chrome/browser/bookmarks/bookmark_codec_unittest.cc   scoped_ptr<base::Value> value(
value             251 chrome/browser/bookmarks/bookmark_codec_unittest.cc   EXPECT_TRUE(value.get() != NULL);
value             255 chrome/browser/bookmarks/bookmark_codec_unittest.cc   GetBookmarksBarChildValue(value.get(), 0, &child1_value);
value             262 chrome/browser/bookmarks/bookmark_codec_unittest.cc       *value.get(), enc_checksum, &dec_checksum, true));
value             267 chrome/browser/bookmarks/bookmark_codec_unittest.cc       *value.get(), enc_checksum, &dec_checksum, false));
value             279 chrome/browser/bookmarks/bookmark_codec_unittest.cc   scoped_ptr<base::Value> value(
value             282 chrome/browser/bookmarks/bookmark_codec_unittest.cc   EXPECT_TRUE(value.get() != NULL);
value             287 chrome/browser/bookmarks/bookmark_codec_unittest.cc     GetBookmarksBarChildValue(value.get(), i, &child_value);
value             295 chrome/browser/bookmarks/bookmark_codec_unittest.cc       *value.get(), enc_checksum, &dec_checksum, true));
value             389 chrome/browser/bookmarks/bookmark_codec_unittest.cc   scoped_ptr<base::Value> value(EncodeHelper(model.get(), &checksum));
value             390 chrome/browser/bookmarks/bookmark_codec_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             393 chrome/browser/bookmarks/bookmark_codec_unittest.cc   model.reset(DecodeHelper(*value, checksum, &checksum, false));
value             414 chrome/browser/bookmarks/bookmark_codec_unittest.cc   scoped_ptr<base::Value> value(EncodeHelper(model.get(), &checksum));
value             415 chrome/browser/bookmarks/bookmark_codec_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             418 chrome/browser/bookmarks/bookmark_codec_unittest.cc   model.reset(DecodeHelper(*value, checksum, &checksum, false));
value              38 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc   const base::ListValue* value =
value              40 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc   if (!value)
value              44 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc   for (base::ListValue::const_iterator i = value->begin();
value              45 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc        i != value->end(); ++i) {
value              46 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc     std::string value;
value              49 chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc     if ((*i)->GetAsString(&value) && base::StringToInt64(value, &node_id) &&
value             244 chrome/browser/bookmarks/bookmark_html_writer.cc   bool WriteNode(const base::DictionaryValue& value,
value             247 chrome/browser/bookmarks/bookmark_html_writer.cc     if (!value.GetString(BookmarkCodec::kNameKey, &title) ||
value             248 chrome/browser/bookmarks/bookmark_html_writer.cc         !value.GetString(BookmarkCodec::kDateAddedKey, &date_added_string) ||
value             249 chrome/browser/bookmarks/bookmark_html_writer.cc         !value.GetString(BookmarkCodec::kTypeKey, &type_string) ||
value             258 chrome/browser/bookmarks/bookmark_html_writer.cc       if (!value.GetString(BookmarkCodec::kURLKey, &url_string)) {
value             295 chrome/browser/bookmarks/bookmark_html_writer.cc     if (!value.GetString(BookmarkCodec::kDateModifiedKey,
value             297 chrome/browser/bookmarks/bookmark_html_writer.cc         !value.Get(BookmarkCodec::kChildrenKey, &child_values) ||
value              87 chrome/browser/bookmarks/bookmark_model.cc                                std::string* value) const {
value              95 chrome/browser/bookmarks/bookmark_model.cc   *value = it->second;
value             100 chrome/browser/bookmarks/bookmark_model.cc                                const std::string& value) {
value             106 chrome/browser/bookmarks/bookmark_model.cc     (*meta_info_map_)[key] = value;
value             110 chrome/browser/bookmarks/bookmark_model.cc   if (it->second == value)
value             112 chrome/browser/bookmarks/bookmark_model.cc   it->second = value;
value             479 chrome/browser/bookmarks/bookmark_model.cc                                     const std::string& value) {
value             481 chrome/browser/bookmarks/bookmark_model.cc   if (node->GetMetaInfo(key, &old_value) && old_value == value)
value             487 chrome/browser/bookmarks/bookmark_model.cc   if (AsMutable(node)->SetMetaInfo(key, value) && store_.get())
value             757 chrome/browser/bookmarks/bookmark_model.cc                                             bool value) {
value             761 chrome/browser/bookmarks/bookmark_model.cc       bookmark_bar_node_->set_visible(value);
value             764 chrome/browser/bookmarks/bookmark_model.cc       other_node_->set_visible(value);
value             767 chrome/browser/bookmarks/bookmark_model.cc       mobile_node_->set_visible(value);
value             129 chrome/browser/bookmarks/bookmark_model.h   bool GetMetaInfo(const std::string& key, std::string* value) const;
value             130 chrome/browser/bookmarks/bookmark_model.h   bool SetMetaInfo(const std::string& key, const std::string& value);
value             221 chrome/browser/bookmarks/bookmark_model.h   void set_visible(bool value) { visible_ = value; }
value             421 chrome/browser/bookmarks/bookmark_model.h   void SetPermanentNodeVisible(BookmarkNode::Type type, bool value);
value             426 chrome/browser/bookmarks/bookmark_model.h                        const std::string& value);
value             856 chrome/browser/bookmarks/bookmark_model_unittest.cc     if (child->value == BookmarkNode::FOLDER) {
value             887 chrome/browser/bookmarks/bookmark_model_unittest.cc       if (expected_child->value == BookmarkNode::FOLDER) {
value              78 chrome/browser/bookmarks/bookmark_node_data.cc     std::string value;
value              80 chrome/browser/bookmarks/bookmark_node_data.cc         !pickle->ReadString(iterator, &value)) {
value              83 chrome/browser/bookmarks/bookmark_node_data.cc     meta_info_map[key] = value;
value             160 chrome/browser/bookmarks/bookmark_storage.cc   scoped_ptr<base::Value> value(codec.Encode(model_));
value             163 chrome/browser/bookmarks/bookmark_storage.cc   return serializer.Serialize(*(value.get()));
value              78 chrome/browser/bookmarks/bookmark_storage.h   void set_computed_checksum(const std::string& value) {
value              79 chrome/browser/bookmarks/bookmark_storage.h     computed_checksum_ = value;
value              84 chrome/browser/bookmarks/bookmark_storage.h   void set_stored_checksum(const std::string& value) {
value              85 chrome/browser/bookmarks/bookmark_storage.h     stored_checksum_ = value;
value              93 chrome/browser/bookmarks/bookmark_storage.h   void set_ids_reassigned(bool value) { ids_reassigned_ = value; }
value             368 chrome/browser/bookmarks/bookmark_utils_unittest.cc   std::string value;
value             369 chrome/browser/bookmarks/bookmark_utils_unittest.cc   EXPECT_TRUE(clone->GetMetaInfo("somekey", &value));
value             370 chrome/browser/bookmarks/bookmark_utils_unittest.cc   EXPECT_EQ("somevalue", value);
value             371 chrome/browser/bookmarks/bookmark_utils_unittest.cc   EXPECT_TRUE(clone->GetMetaInfo("someotherkey", &value));
value             372 chrome/browser/bookmarks/bookmark_utils_unittest.cc   EXPECT_EQ("someothervalue", value);
value              90 chrome/browser/browser_keyevents_browsertest.cc const wchar_t* GetBoolString(bool value) {
value              91 chrome/browser/browser_keyevents_browsertest.cc   return value ? L"true" : L"false";
value             226 chrome/browser/browser_keyevents_browsertest.cc                          const wchar_t* value) {
value             233 chrome/browser/browser_keyevents_browsertest.cc     ASSERT_EQ(base::WideToUTF8(value), actual);
value             237 chrome/browser/browser_keyevents_browsertest.cc                        const wchar_t* value) {
value             242 chrome/browser/browser_keyevents_browsertest.cc         base::StringPrintf(kSetTextBoxValueJS, id, value),
value             244 chrome/browser/browser_keyevents_browsertest.cc     ASSERT_EQ(base::WideToUTF8(value), actual);
value            1007 chrome/browser/browser_process_impl.cc   bool value = local_state()->GetBoolean(prefs::kAllowCrossOriginAuthPrompt);
value            1008 chrome/browser/browser_process_impl.cc   ResourceDispatcherHost::Get()->SetAllowCrossOriginAuthPrompt(value);
value              22 chrome/browser/browser_util_win.cc   std::wstring exe = exe_path.value();
value             334 chrome/browser/chrome_browser_main.cc   DCHECK_EQ(user_data_dir.value(),
value             335 chrome/browser/chrome_browser_main.cc             g_browser_process->profile_manager()->user_data_dir().value());
value             366 chrome/browser/chrome_browser_main_win.cc     std::wstring exe = exe_path.value();
value             368 chrome/browser/chrome_browser_main_win.cc     if (base::FilePath::CompareEqualIgnoreCase(exe, user_exe_path.value())) {
value             405 chrome/browser/chrome_browser_main_win.cc         sei.lpFile = setup_exe.value().c_str();
value            2284 chrome/browser/chrome_content_browser_client.cc       std::string value;
value            2285 chrome/browser/chrome_content_browser_client.cc       if (iter.value().GetAsString(&value)) {
value            2287 chrome/browser/chrome_content_browser_client.cc               std::make_pair(iter.key(), value));
value            2386 chrome/browser/chrome_content_browser_client.cc     RenderViewHost* rvh, const std::string& key, const std::string& value) {
value            2394 chrome/browser/chrome_content_browser_client.cc       key, base::Value::CreateStringValue(value));
value             241 chrome/browser/chrome_content_browser_client.h                                       const std::string& value) OVERRIDE;
value             102 chrome/browser/chrome_process_finder_win.cc   return base::win::MessageWindow::FindWindow(user_data_dir.value());
value             169 chrome/browser/chrome_process_finder_win.cc   to_send.append(cur_dir.value());
value              76 chrome/browser/chromeos/app_mode/kiosk_app_data.cc std::string ValueToString(const base::Value* value) {
value              78 chrome/browser/chromeos/app_mode/kiosk_app_data.cc   base::JSONWriter::Write(value, &json);
value             376 chrome/browser/chromeos/app_mode/kiosk_app_data.cc   dict_update->SetString(icon_path_key, icon_path.value());
value             492 chrome/browser/chromeos/app_mode/kiosk_app_data.cc                                          std::string* value) {
value             493 chrome/browser/chromeos/app_mode/kiosk_app_data.cc   if (!response->GetString(key, value)) {
value             124 chrome/browser/chromeos/app_mode/kiosk_app_data.h                              std::string* value);
value             210 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc void KioskAppManager::SetEnableAutoLaunch(bool value) {
value             211 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc   SetAutoLoginState(value ? AUTOLOGIN_APPROVED : AUTOLOGIN_REJECTED);
value             464 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc   int value;
value             465 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc   if (!dict->GetInteger(kKeyAutoLoginState, &value))
value             468 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc   return static_cast<AutoLoginState>(value);
value             115 chrome/browser/chromeos/app_mode/kiosk_app_manager.h   void SetEnableAutoLaunch(bool value);
value              73 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc   base::DictionaryValue value;
value              74 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc   value.SetString("name", name);
value              75 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc   value.SetString("version", version);
value              76 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc   value.SetString("app.launch.web_url", url);
value              81 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc           value,
value             446 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc   EXPECT_EQ(expected_icon_path.value(), icon_path_string);
value             108 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc     (*sys_logs.get())[it->get()->key] = it->get()->value;
value             122 chrome/browser/chromeos/app_mode/startup_app_launcher.cc   scoped_ptr<base::Value> value(
value             126 chrome/browser/chromeos/app_mode/startup_app_launcher.cc       !value.get() || !value->GetAsDictionary(&dict)) {
value             127 chrome/browser/chromeos/app_mode/startup_app_launcher.cc     LOG(WARNING) << "Can't find auth file at " << auth_file.value();
value              51 chrome/browser/chromeos/attestation/attestation_policy_observer.cc                               bool value) {
value              59 chrome/browser/chromeos/attestation/attestation_policy_observer.cc   const base::Closure& task = value ? on_true : on_false;
value              61 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc     const AudioDevice& device, double value) {
value              62 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc   device_volume_settings_->SetDouble(GetDeviceIdString(device), value);
value             116 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc   double value = device.is_input ?
value             118 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc   device_volume_settings_->GetDouble(device_id_str, &value);
value             120 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc   return value;
value             166 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc     it.value().GetAsInteger(&mute);
value             185 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.cc     bool success = it.value().GetAsDouble(&volume);
value              28 chrome/browser/chromeos/audio/audio_devices_pref_handler_impl.h                                   double value) OVERRIDE;
value              76 chrome/browser/chromeos/boot_times_loader.cc #define FPL(value) FILE_PATH_LITERAL(value)
value             377 chrome/browser/chromeos/chrome_browser_main_chromeos.cc                      switches::kLoginProfile).value();
value             424 chrome/browser/chromeos/customization_document.cc                << file.value();
value             125 chrome/browser/chromeos/customization_document.h   void InitFromMachineStatistic(const char* attr, std::string* value);
value              41 chrome/browser/chromeos/display/display_preferences.cc bool ValueToInsets(const base::DictionaryValue& value, gfx::Insets* insets) {
value              47 chrome/browser/chromeos/display/display_preferences.cc   if (value.GetInteger(kInsetsTopKey, &top) &&
value              48 chrome/browser/chromeos/display/display_preferences.cc       value.GetInteger(kInsetsLeftKey, &left) &&
value              49 chrome/browser/chromeos/display/display_preferences.cc       value.GetInteger(kInsetsBottomKey, &bottom) &&
value              50 chrome/browser/chromeos/display/display_preferences.cc       value.GetInteger(kInsetsRightKey, &right)) {
value              57 chrome/browser/chromeos/display/display_preferences.cc void InsetsToValue(const gfx::Insets& insets, base::DictionaryValue* value) {
value              58 chrome/browser/chromeos/display/display_preferences.cc   DCHECK(value);
value              59 chrome/browser/chromeos/display/display_preferences.cc   value->SetInteger(kInsetsTopKey, insets.top());
value              60 chrome/browser/chromeos/display/display_preferences.cc   value->SetInteger(kInsetsLeftKey, insets.left());
value              61 chrome/browser/chromeos/display/display_preferences.cc   value->SetInteger(kInsetsBottomKey, insets.bottom());
value              62 chrome/browser/chromeos/display/display_preferences.cc   value->SetInteger(kInsetsRightKey, insets.right());
value              82 chrome/browser/chromeos/display/display_preferences.cc ui::ColorCalibrationProfile StringToColorProfile(std::string value) {
value              83 chrome/browser/chromeos/display/display_preferences.cc   if (value == "standard")
value              85 chrome/browser/chromeos/display/display_preferences.cc   else if (value == "dynamic")
value              87 chrome/browser/chromeos/display/display_preferences.cc   else if (value == "movie")
value              89 chrome/browser/chromeos/display/display_preferences.cc   else if (value == "reading")
value             118 chrome/browser/chromeos/display/display_preferences.cc     if (!ash::DisplayLayout::ConvertFromValue(it.value(), &layout)) {
value             146 chrome/browser/chromeos/display/display_preferences.cc     if (!it.value().GetAsDictionary(&dict_value) || dict_value == NULL)
value             197 chrome/browser/chromeos/display/display_preferences.cc     base::Value* value = NULL;
value             198 chrome/browser/chromeos/display/display_preferences.cc     if (pref_data->Get(name, &value) && value != NULL)
value             199 chrome/browser/chromeos/display/display_preferences.cc       layout_value.reset(value->DeepCopy());
value             326 chrome/browser/chromeos/display/display_preferences.cc     std::string value = local_state->GetString(prefs::kDisplayPowerState);
value             328 chrome/browser/chromeos/display/display_preferences.cc     if (GetDisplayPowerStateFromString(value, &power_state)) {
value              92 chrome/browser/chromeos/display/display_preferences_unittest.cc       base::Value* value = NULL;
value              93 chrome/browser/chromeos/display/display_preferences_unittest.cc       if (pref_data->Get(name, &value) && value != NULL)
value              94 chrome/browser/chromeos/display/display_preferences_unittest.cc         layout_value.reset(value->DeepCopy());
value             364 chrome/browser/chromeos/drive/change_list_processor.cc                  << resource_metadata_->GetFilePath(local_id).value();
value              66 chrome/browser/chromeos/drive/download_handler.cc                   << drive_tmp_download_dir.value();
value             145 chrome/browser/chromeos/drive/download_handler.cc   DVLOG(1) << "SubstituteDriveDownloadPath " << drive_path.value();
value             159 chrome/browser/chromeos/drive/drive_integration_service.cc         << "Recovering cache files to " << dest_directory.value();
value              18 chrome/browser/chromeos/drive/fake_free_disk_space_getter.cc void FakeFreeDiskSpaceGetter::PushFakeValue(int64 value) {
value              19 chrome/browser/chromeos/drive/fake_free_disk_space_getter.cc   fake_values_.push_back(value);
value              26 chrome/browser/chromeos/drive/fake_free_disk_space_getter.cc   const int64 value = fake_values_.front();
value              28 chrome/browser/chromeos/drive/fake_free_disk_space_getter.cc   return value;
value              22 chrome/browser/chromeos/drive/fake_free_disk_space_getter.h   void set_default_value(int64 value) { default_value_ = value; }
value              30 chrome/browser/chromeos/drive/fake_free_disk_space_getter.h   void PushFakeValue(int64 value);
value             146 chrome/browser/chromeos/drive/file_cache.cc       LOG(WARNING) << "Couldn't get file size for: " << source_path.value();
value             172 chrome/browser/chromeos/drive/file_cache.cc                << "source_path = " << source_path.value() << ", "
value             173 chrome/browser/chromeos/drive/file_cache.cc                << "dest_path = " << dest_path.value() << ", "
value             457 chrome/browser/chromeos/drive/file_cache.cc       LOG(WARNING) << "Cannot read: " << current.value();
value             502 chrome/browser/chromeos/drive/file_cache.cc       LOG(WARNING) << "Failed to move: " << current.value()
value             503 chrome/browser/chromeos/drive/file_cache.cc                    << " to " << dest_path.value();
value             204 chrome/browser/chromeos/drive/file_cache_unittest.cc       cache_file_directory.AppendASCII(util::EscapeCacheFileName(id)).value(),
value             205 chrome/browser/chromeos/drive/file_cache_unittest.cc       cache_file_path.value());
value             227 chrome/browser/chromeos/drive/file_cache_unittest.cc       cache_file_directory.AppendASCII(util::EscapeCacheFileName(id)).value(),
value             228 chrome/browser/chromeos/drive/file_cache_unittest.cc       cache_file_path.value());
value              99 chrome/browser/chromeos/drive/file_system/download_operation.cc         entry->file_specific_info().document_extension()).value();
value             172 chrome/browser/chromeos/drive/file_system/operation_test_base.cc   EXPECT_EQ(FILE_ERROR_OK, error) << path.value();
value              72 chrome/browser/chromeos/drive/file_system_util.cc     LOG(WARNING) << "File too large to be a GDoc file " << file_path.value();
value              80 chrome/browser/chromeos/drive/file_system_util.cc     LOG(WARNING) << "Failed to parse " << file_path.value() << " as JSON."
value              90 chrome/browser/chromeos/drive/file_system_util.cc                  << file_path.value() << ". key = " << key;
value              47 chrome/browser/chromeos/drive/file_write_watcher_unittest.cc   EXPECT_TRUE(watch_success) << path.value();
value              18 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   scoped_ptr<base::Value> value =
value              20 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   ASSERT_TRUE(value.get());
value              23 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc       google_apis::ResourceEntry::ExtractAndParse(*value));
value              93 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   scoped_ptr<base::Value> value =
value              96 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   ASSERT_TRUE(value.get());
value              99 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc       google_apis::ResourceEntry::ExtractAndParse(*value));
value             174 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   scoped_ptr<base::Value> value =
value             177 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   ASSERT_TRUE(value.get());
value             180 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc       google_apis::ResourceEntry::ExtractAndParse(*value));
value             248 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   scoped_ptr<base::Value> value =
value             251 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   ASSERT_TRUE(value.get());
value             254 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc       google_apis::ResourceEntry::ExtractAndParse(*value));
value             327 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   scoped_ptr<base::Value> value = google_apis::test_util::LoadJSONFile(
value             329 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc   ASSERT_TRUE(value.get());
value             332 chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc       google_apis::ResourceEntry::ExtractAndParse(*value));
value             156 chrome/browser/chromeos/drive/resource_metadata.cc FileError ResourceMetadata::SetLargestChangestamp(int64 value) {
value             162 chrome/browser/chromeos/drive/resource_metadata.cc   return storage_->SetLargestChangestamp(value) ?
value              54 chrome/browser/chromeos/drive/resource_metadata.h   FileError SetLargestChangestamp(int64 value);
value             197 chrome/browser/chromeos/drive/resource_metadata_storage.cc       cache_entry->ParseFromArray(it_->value().data(), it_->value().size());
value             215 chrome/browser/chromeos/drive/resource_metadata_storage.cc         entry_.ParseFromArray(it_->value().data(), it_->value().size()))
value             274 chrome/browser/chromeos/drive/resource_metadata_storage.cc         entry_.ParseFromArray(it_->value().data(), it_->value().size())) {
value             344 chrome/browser/chromeos/drive/resource_metadata_storage.cc           batch.Put(GetCacheEntryKey(id_new), it->value());
value             554 chrome/browser/chromeos/drive/resource_metadata_storage.cc       if (cache_entry.ParseFromArray(it->value().data(), it->value().size())) {
value             719 chrome/browser/chromeos/drive/resource_metadata_storage.cc       children->push_back(it->value().ToString());
value             873 chrome/browser/chromeos/drive/resource_metadata_storage.cc       !header.ParseFromArray(it->value().data(), it->value().size()) ||
value             899 chrome/browser/chromeos/drive/resource_metadata_storage.cc           options, it->value(), &serialized_entry);
value             916 chrome/browser/chromeos/drive/resource_metadata_storage.cc     if (!entry.ParseFromArray(it->value().data(), it->value().size())) {
value             367 chrome/browser/chromeos/drive/sync_client.cc     DVLOG(1) << "Fetched " << local_id << ": " << local_path.value();
value              76 chrome/browser/chromeos/drive/write_on_cache_file_unittest.cc   EXPECT_EQ(kLocalPath, path.value());
value              91 chrome/browser/chromeos/events/event_rewriter.cc   const int value = pref_service.GetInteger(pref_name.c_str());
value              93 chrome/browser/chromeos/events/event_rewriter.cc     if (value == kModifierRemappings[i].remap_to)
value              35 chrome/browser/chromeos/extensions/default_app_order.cc   base::Value* value = serializer.Deserialize(NULL, &error_msg);
value              36 chrome/browser/chromeos/extensions/default_app_order.cc   if (!value) {
value              38 chrome/browser/chromeos/extensions/default_app_order.cc         << error_msg << ", file=" << path.value();
value              43 chrome/browser/chromeos/extensions/default_app_order.cc   if (value->GetAsList(&ordinal_list_value))
value              46 chrome/browser/chromeos/extensions/default_app_order.cc   LOG(WARNING) << "Expect a JSON list in file " << path.value();
value              96 chrome/browser/chromeos/extensions/device_local_account_external_policy_loader.cc     const base::Value* value = NULL;
value              99 chrome/browser/chromeos/extensions/device_local_account_external_policy_loader.cc                                 &value) &&
value             100 chrome/browser/chromeos/extensions/device_local_account_external_policy_loader.cc         value->GetAsDictionary(&dict)) {
value              84 chrome/browser/chromeos/extensions/external_cache.cc     if (!it.value().GetAsDictionary(&entry)) {
value              86 chrome/browser/chromeos/extensions/external_cache.cc                    << it.value().GetType();
value              93 chrome/browser/chromeos/extensions/external_cache.cc         external_crx == path.value()) {
value              95 chrome/browser/chromeos/extensions/external_cache.cc       LOG(ERROR) << "ExternalCache extension at " << path.value()
value             108 chrome/browser/chromeos/extensions/external_cache.cc   LOG(ERROR) << "ExternalCache cannot find external_crx " << path.value();
value             197 chrome/browser/chromeos/extensions/external_cache.cc     if (!it.value().GetAsDictionary(&entry)) {
value             199 chrome/browser/chromeos/extensions/external_cache.cc                  << it.value().GetType();
value             234 chrome/browser/chromeos/extensions/external_cache.cc                             file_path.value());
value             293 chrome/browser/chromeos/extensions/external_cache.cc                    file_path.value());
value             740 chrome/browser/chromeos/extensions/file_manager/event_router.cc       "fileFullPath", "/" + entry_definition.full_path.value());
value              76 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.cc         base::FilePath::FromUTF8Unsafe(extensions[i]).value();
value             402 chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc     DVLOG(1) << "Got " << drive_path.value() << " as " << local_path.value();
value             405 chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc     DVLOG(1) << "Failed to get " << drive_path.value()
value             433 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc                    volume_info.mount_path.value(),
value             119 chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc       volume_info.mount_path.value(),
value             114 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc     DLOG(ERROR) << "Failed to get " << file_path.value()
value             259 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc       DVLOG(1) << "Selected: file path: " << path.value();
value             122 chrome/browser/chromeos/extensions/info_private_api.cc     base::Value* value = GetValue(property_name);
value             123 chrome/browser/chromeos/extensions/info_private_api.cc     if (value)
value             124 chrome/browser/chromeos/extensions/info_private_api.cc       result->Set(property_name, value);
value             303 chrome/browser/chromeos/extensions/screenlock_private_api.cc     const std::string& value) {
value             307 chrome/browser/chromeos/extensions/screenlock_private_api.cc   args->AppendString(value);
value             129 chrome/browser/chromeos/extensions/screenlock_private_api.h                        const std::string& value);
value             113 chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc         << path.value();
value             306 chrome/browser/chromeos/extensions/wallpaper_private_api.cc         chromeos::kSmallWallpaperSuffix).value();
value             345 chrome/browser/chromeos/extensions/wallpaper_private_api.cc         path.BaseName().value().c_str());
value             752 chrome/browser/chromeos/extensions/wallpaper_private_api.cc                    path.BaseName().value()));
value             840 chrome/browser/chromeos/extensions/wallpaper_private_api.cc       std::string file_name = current.BaseName().RemoveExtension().value();
value             843 chrome/browser/chromeos/extensions/wallpaper_private_api.cc         file_list.push_back(current.BaseName().value());
value              98 chrome/browser/chromeos/external_metrics.cc     VLOG(1) << "Couldn't write to " << group_file_path.value();
value             229 chrome/browser/chromeos/external_metrics.cc     event_file_path = test_path_.value().c_str();
value             304 chrome/browser/chromeos/external_metrics.cc     char* value = reinterpret_cast<char*>(p + 1);
value             306 chrome/browser/chromeos/external_metrics.cc       test_recorder_(name, value);
value             308 chrome/browser/chromeos/external_metrics.cc       RecordCrash(value);
value             310 chrome/browser/chromeos/external_metrics.cc       RecordHistogram(value);
value             312 chrome/browser/chromeos/external_metrics.cc       RecordLinearHistogram(value);
value             314 chrome/browser/chromeos/external_metrics.cc       RecordSparseHistogram(value);
value             316 chrome/browser/chromeos/external_metrics.cc       RecordAction(value);
value              24 chrome/browser/chromeos/external_metrics_unittest.cc static void SendMessage(const char* path, const char* name, const char* value) {
value              26 chrome/browser/chromeos/external_metrics_unittest.cc   int32 l = strlen(name) + strlen(value) + 2 + sizeof(l);
value              30 chrome/browser/chromeos/external_metrics_unittest.cc   num_bytes += write(fd, value, strlen(value) + 1);
value              31 chrome/browser/chromeos/external_metrics_unittest.cc   EXPECT_EQ(num_bytes, sizeof(l) + strlen(name) + strlen(value) + 2);
value              39 chrome/browser/chromeos/external_metrics_unittest.cc static void ReceiveMessage(const char* name, const char* value) {
value              41 chrome/browser/chromeos/external_metrics_unittest.cc   received_value.reset(new std::string(value));
value              45 chrome/browser/chromeos/external_metrics_unittest.cc static void CheckMessage(const char* name, const char* value, int count) {
value              47 chrome/browser/chromeos/external_metrics_unittest.cc   EXPECT_EQ(*received_value.get(), value);
value              91 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc bool MapStringToEntryType(const base::StringPiece& value, EntryType* output) {
value              92 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   if (value == "file")
value              94 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   else if (value == "directory")
value             102 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc bool MapStringToSharedOption(const base::StringPiece& value,
value             104 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   if (value == "shared")
value             106 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   else if (value == "none")
value             114 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc bool MapStringToTargetVolume(const base::StringPiece& value,
value             116 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   if (value == "drive")
value             118 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   else if (value == "local")
value             120 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   else if (value == "usb")
value             128 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc bool MapStringToTime(const base::StringPiece& value, base::Time* time) {
value             129 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   return base::Time::FromString(value.as_string().c_str(), time);
value             246 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc             << "Copy from " << source_path.value()
value             247 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc             << " to " << target_path.value() << " failed.";
value             252 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc             "Failed to create a directory: " << target_path.value();
value             533 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc                                 const base::Value* value);
value             609 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     const scoped_ptr<const base::Value> value(
value             615 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     if (!value || !value->GetAsDictionary(&message_dictionary) ||
value             619 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     entry.function->Reply(OnMessage(name, value.get()));
value             624 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc                                                   const base::Value* value) {
value             662 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     if (!add_entries_message_converter.Convert(*value, &message))
value             974 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc                                 const base::Value* value) OVERRIDE {
value             993 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     return FileManagerBrowserTestBase::OnMessage(name, value);
value             177 chrome/browser/chromeos/file_manager/file_tasks.cc       base::StringValue* value = new base::StringValue(task_id);
value             178 chrome/browser/chromeos/file_manager/file_tasks.cc       mime_type_pref->SetWithoutPathExpansion(*iter, value);
value             187 chrome/browser/chromeos/file_manager/file_tasks.cc       base::StringValue* value = new base::StringValue(task_id);
value             190 chrome/browser/chromeos/file_manager/file_tasks.cc       mime_type_pref->SetWithoutPathExpansion(lower_suffix, value);
value              62 chrome/browser/chromeos/file_manager/file_watcher.cc                << virtual_path_.value()
value             145 chrome/browser/chromeos/file_manager/file_watcher_unittest.cc   ASSERT_EQ(temp_dir.path().value(), changed_path.value());
value             167 chrome/browser/chromeos/file_manager/open_with_browser.cc   LOG(WARNING) << "Unknown file type: " << file_path.value();
value              24 chrome/browser/chromeos/file_manager/url_util_unittest.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value              26 chrome/browser/chromeos/file_manager/url_util_unittest.cc   base::JSONWriter::WriteWithOptions(value.get(),
value              79 chrome/browser/chromeos/file_manager/zip_file_creator.cc     LOG(ERROR) << "Failed to create dest zip file " << dest_file_.value();
value             127 chrome/browser/chromeos/file_system_provider/service.cc       file_system_it->second.mount_path().BaseName().value();
value             136 chrome/browser/chromeos/imageburner/burn_controller.cc           burn_manager_->target_device_path().value());
value              55 chrome/browser/chromeos/imageburner/burn_manager.cc         source_zip_file.DirName().Append(image_name).value();
value             601 chrome/browser/chromeos/imageburner/burn_manager.cc       target_device_path_.value(),
value             613 chrome/browser/chromeos/imageburner/burn_manager.cc       source_image_path_.value(),
value             614 chrome/browser/chromeos/imageburner/burn_manager.cc       target_file_path_.value(),
value             644 chrome/browser/chromeos/imageburner/burn_manager.cc   if (target_device_path_.value() == disk.device_path()) {
value             328 chrome/browser/chromeos/input_method/input_method_engine.cc     entry.value = base::UTF8ToUTF16(ix->value);
value             714 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc               table.candidates().at(0).value);
value             717 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc               table.candidates().at(1).value);
value             721 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc               table.candidates().at(2).value);
value             727 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc               table.candidates().at(3).value);
value             101 chrome/browser/chromeos/input_method/input_method_engine_interface.h     std::string value;
value              41 chrome/browser/chromeos/input_method/input_method_manager_impl.cc               const std::string& value) {
value              42 chrome/browser/chromeos/input_method/input_method_manager_impl.cc   return std::find(container.begin(), container.end(), value) !=
value             126 chrome/browser/chromeos/input_method/input_method_manager_impl.h   bool ContainsOnlyKeyboardLayout(const std::vector<std::string>& value);
value             169 chrome/browser/chromeos/input_method/mock_input_method_manager.cc void MockInputMethodManager::set_application_locale(const std::string& value) {
value             170 chrome/browser/chromeos/input_method/mock_input_method_manager.cc   delegate_.set_active_locale(value);
value              77 chrome/browser/chromeos/input_method/mock_input_method_manager.h   void set_application_locale(const std::string& value);
value              80 chrome/browser/chromeos/input_method/mock_input_method_manager.h   void set_mod3_used(bool value) { mod3_used_ = value; }
value             123 chrome/browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc                << screensaver_extension_path.value() << " due to: " << error;
value              83 chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.h   void set_initialized(bool value) { is_initialized_ = value; }
value             223 chrome/browser/chromeos/login/chrome_restart_request.cc     std::string value;
value             224 chrome/browser/chromeos/login/chrome_restart_request.cc     CHECK(it.value().GetAsString(&value));
value             225 chrome/browser/chromeos/login/chrome_restart_request.cc     command_line->AppendSwitchASCII(it.key(), value);
value              29 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc   std::string value = command_line->GetSwitchValueASCII(switch_name);
value              31 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc   if (!base::StringToInt(value, &int_value)) {
value              76 chrome/browser/chromeos/login/login_browsertest.cc   EXPECT_EQ("user", profile->GetPath().BaseName().value());
value             218 chrome/browser/chromeos/login/login_display.h   void set_signin_completed(bool value) { is_signin_completed_ = value; }
value             265 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc   const base::Value* value = shared_settings_service->GetValue(
value             268 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc   bool password_right_here = value && value->GetAsDictionary(&password_data) &&
value             422 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc         static_cast<const base::DictionaryValue*>(&it.value());
value             487 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc         static_cast<base::DictionaryValue*>(it.value().DeepCopy());
value             105 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   scoped_ptr<base::Value> value(
value             113 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   if (!value->GetAsDictionary(&result)) {
value             117 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   ignore_result(value.release());
value             124 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc     base::DictionaryValue* value) {
value             125 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   if (!value) {
value             129 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   success_callback.Run(value);
value             130 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   delete value;
value             240 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   const base::Value* value;
value             241 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   if (password_data.GetWithoutPathExpansion(kSchemaVersion, &value))
value             242 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc       holder.SetWithoutPathExpansion(kSchemaVersion, value->DeepCopy());
value             243 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   if (password_data.GetWithoutPathExpansion(kSalt, &value))
value             244 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc       holder.SetWithoutPathExpansion(kSalt, value->DeepCopy());
value             245 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   if (password_data.GetWithoutPathExpansion(kPasswordRevision, &value))
value             246 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc       holder.SetWithoutPathExpansion(kPasswordRevision, value->DeepCopy());
value             116 chrome/browser/chromeos/login/managed/supervised_user_creation_browsertest.cc                       const std::string& value) {
value             121 chrome/browser/chromeos/login/managed/supervised_user_creation_browsertest.cc     function.append(value);
value              19 chrome/browser/chromeos/login/mock_login_display_host.cc     scoped_ptr<base::DictionaryValue> value) {
value              20 chrome/browser/chromeos/login/mock_login_display_host.cc   return StartWizardPtr(name, value.get());
value              36 chrome/browser/chromeos/login/mock_login_display_host.h                            scoped_ptr<base::DictionaryValue> value) OVERRIDE;
value              27 chrome/browser/chromeos/login/multi_profile_user_controller.cc std::string SanitizeBehaviorValue(const std::string& value) {
value              28 chrome/browser/chromeos/login/multi_profile_user_controller.cc   if (value == MultiProfileUserController::kBehaviorUnrestricted ||
value              29 chrome/browser/chromeos/login/multi_profile_user_controller.cc       value == MultiProfileUserController::kBehaviorPrimaryOnly ||
value              30 chrome/browser/chromeos/login/multi_profile_user_controller.cc       value == MultiProfileUserController::kBehaviorNotAllowed) {
value              31 chrome/browser/chromeos/login/multi_profile_user_controller.cc     return value;
value             156 chrome/browser/chromeos/login/multi_profile_user_controller.cc   std::string value;
value             157 chrome/browser/chromeos/login/multi_profile_user_controller.cc   if (dict && dict->GetStringWithoutPathExpansion(user_email, &value))
value             158 chrome/browser/chromeos/login/multi_profile_user_controller.cc     return SanitizeBehaviorValue(value);
value             120 chrome/browser/chromeos/login/oobe_base_test.cc                    .value());
value             105 chrome/browser/chromeos/login/oobe_localization_browsertest.cc   void VerifyOptionExists(const char* select_id, const char* value);
value             157 chrome/browser/chromeos/login/oobe_localization_browsertest.cc                                               const char* value) {
value             168 chrome/browser/chromeos/login/oobe_localization_browsertest.cc       "})()", select_id, value);
value              18 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetBoolean(const KeyType& key, bool value) {
value              19 chrome/browser/chromeos/login/screens/screen_context.cc   return Set(key, new base::FundamentalValue(value));
value              22 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetInteger(const KeyType& key, int value) {
value              23 chrome/browser/chromeos/login/screens/screen_context.cc   return Set(key, new base::FundamentalValue(value));
value              26 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetDouble(const KeyType& key, double value) {
value              27 chrome/browser/chromeos/login/screens/screen_context.cc   return Set(key, new base::FundamentalValue(value));
value              30 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetString(const KeyType& key, const std::string& value) {
value              31 chrome/browser/chromeos/login/screens/screen_context.cc   return Set(key, new base::StringValue(value));
value              34 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::SetString(const KeyType& key, const base::string16& value) {
value              35 chrome/browser/chromeos/login/screens/screen_context.cc   return Set(key, new base::StringValue(value));
value             106 chrome/browser/chromeos/login/screens/screen_context.cc     Set(it.key(), it.value().DeepCopy());
value             113 chrome/browser/chromeos/login/screens/screen_context.cc bool ScreenContext::Set(const KeyType& key, base::Value* value) {
value             115 chrome/browser/chromeos/login/screens/screen_context.cc   DCHECK(value);
value             116 chrome/browser/chromeos/login/screens/screen_context.cc   scoped_ptr<base::Value> new_value(value);
value              43 chrome/browser/chromeos/login/screens/screen_context.h   bool SetBoolean(const KeyType& key, bool value);
value              44 chrome/browser/chromeos/login/screens/screen_context.h   bool SetInteger(const KeyType& key, int value);
value              45 chrome/browser/chromeos/login/screens/screen_context.h   bool SetDouble(const KeyType& key, double value);
value              46 chrome/browser/chromeos/login/screens/screen_context.h   bool SetString(const KeyType& key, const std::string& value);
value              47 chrome/browser/chromeos/login/screens/screen_context.h   bool SetString(const KeyType& key, const base::string16& value);
value              79 chrome/browser/chromeos/login/screens/screen_context.h   bool Set(const KeyType& key, base::Value* value);
value              84 chrome/browser/chromeos/login/screens/screen_context.h     const base::Value* value;
value              85 chrome/browser/chromeos/login/screens/screen_context.h     bool has_key = storage_.Get(key, &value);
value              88 chrome/browser/chromeos/login/screens/screen_context.h     if (!ParseValue<T>(value, &result)) {
value              78 chrome/browser/chromeos/login/screens/screen_context_unittest.cc   int value;
value              79 chrome/browser/chromeos/login/screens/screen_context_unittest.cc   rv = changes.GetInteger("key0", &value);
value              81 chrome/browser/chromeos/login/screens/screen_context_unittest.cc   ASSERT_EQ(2, value);
value              25 chrome/browser/chromeos/login/startup_utils.cc void SaveBoolPreferenceForced(const char* pref_name, bool value) {
value              27 chrome/browser/chromeos/login/startup_utils.cc   prefs->SetBoolean(pref_name, value);
value              32 chrome/browser/chromeos/login/startup_utils.cc void SaveIntegerPreferenceForced(const char* pref_name, int value) {
value              34 chrome/browser/chromeos/login/startup_utils.cc   prefs->SetInteger(pref_name, value);
value              40 chrome/browser/chromeos/login/startup_utils.cc                                 const std::string& value) {
value              42 chrome/browser/chromeos/login/startup_utils.cc   prefs->SetString(pref_name, value);
value             100 chrome/browser/chromeos/login/startup_utils.cc       DLOG(WARNING) << oobe_complete_path.value() << " doesn't exist.";
value             108 chrome/browser/chromeos/login/startup_utils.cc   int value =
value             110 chrome/browser/chromeos/login/startup_utils.cc   if (value > 0) {
value             117 chrome/browser/chromeos/login/startup_utils.cc   } else if (value == 0) {
value              90 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   VLOG(1) << "Loading" << token_file.value();
value             262 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   int value;
value             263 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   if (GetUserIntegerValue(user_id, kSupervisedUserPasswordSchema, &value))
value             264 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     result->SetIntegerWithoutPathExpansion(kSchemaVersion, value);
value             265 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   if (GetUserIntegerValue(user_id, kSupervisedUserPasswordRevision, &value))
value             266 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     result->SetIntegerWithoutPathExpansion(kPasswordRevision, value);
value             282 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   int value;
value             283 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   if (password_info->GetIntegerWithoutPathExpansion(kSchemaVersion, &value))
value             284 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     SetUserIntegerValue(user_id, kSupervisedUserPasswordSchema, value);
value             285 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   if (password_info->GetIntegerWithoutPathExpansion(kPasswordRevision, &value))
value             286 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     SetUserIntegerValue(user_id, kSupervisedUserPasswordRevision, value);
value             331 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     const std::string& value) {
value             334 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   update->SetStringWithoutPathExpansion(user_id, value);
value             340 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     const int value) {
value             343 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   update->SetIntegerWithoutPathExpansion(user_id, value);
value             348 chrome/browser/chromeos/login/supervised_user_manager_impl.cc                                                     const bool value) {
value             351 chrome/browser/chromeos/login/supervised_user_manager_impl.cc   update->SetBooleanWithoutPathExpansion(user_id, value);
value             486 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     bool has_manager_id = it.value().GetAsString(&user_id);
value              86 chrome/browser/chromeos/login/supervised_user_manager_impl.h                           const std::string& value);
value              94 chrome/browser/chromeos/login/supervised_user_manager_impl.h                            const int value);
value             102 chrome/browser/chromeos/login/supervised_user_manager_impl.h                            const bool value);
value             142 chrome/browser/chromeos/login/user_image_manager_browsertest.cc         "path" , new base::StringValue(image_path.value()));
value             160 chrome/browser/chromeos/login/user_image_manager_browsertest.cc     EXPECT_EQ(image_path.value(), actual_image_path);
value             314 chrome/browser/chromeos/login/user_image_manager_impl.cc     parent_->image_loader_->Start(image_path_.value(),
value             389 chrome/browser/chromeos/login/user_image_manager_impl.cc   parent_->unsafe_image_loader_->Start(path.value(),
value             445 chrome/browser/chromeos/login/user_image_manager_impl.cc   entry->Set(kImagePathNodeName, new base::StringValue(image_path_.value()));
value             683 chrome/browser/chromeos/login/wallpaper_manager.cc       wallpaper_path.value(),
value             705 chrome/browser/chromeos/login/wallpaper_manager.cc   std::string relative_path = base::FilePath(user_id_hash).Append(file).value();
value            1010 chrome/browser/chromeos/login/wallpaper_manager.cc       LOG(ERROR) << "Failed to remove user wallpaper at " << path.value();
value            1120 chrome/browser/chromeos/login/wallpaper_manager.cc           kSmallWallpaperSuffix).value();
value            1226 chrome/browser/chromeos/login/wallpaper_manager.cc         base::FilePath(user_id_hash).Append(info.file).value();
value            1351 chrome/browser/chromeos/login/wallpaper_manager.cc   std::string file_name = original_path.BaseName().value();
value            1396 chrome/browser/chromeos/login/wallpaper_manager.cc   wallpaper_loader_->Start(wallpaper_path.value(),
value             176 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc   std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value();
value             258 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc   std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value();
value             482 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc   std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value();
value             109 chrome/browser/chromeos/login/wallpaper_manager_unittest.cc       base::FilePath(kTestUser1Hash).Append(FILE_PATH_LITERAL("DUMMY")).value();
value             145 chrome/browser/chromeos/mobile/mobile_activator.cc     std::string value;
value             146 chrome/browser/chromeos/mobile/mobile_activator.cc     if (!it.value().GetAsString(&value)) {
value             150 chrome/browser/chromeos/mobile/mobile_activator.cc     error_map.insert(ErrorMap::value_type(it.key(), value));
value             203 chrome/browser/chromeos/mobile/mobile_activator_unittest.cc   scoped_ptr<base::DictionaryValue> value;
value             204 chrome/browser/chromeos/mobile/mobile_activator_unittest.cc   error_callback.Run("", value.Pass());
value             262 chrome/browser/chromeos/mobile_config.cc       if (iter.value().GetAsDictionary(&carrier_dict)) {
value             363 chrome/browser/chromeos/mobile_config.cc             << global_config_file.value();
value             367 chrome/browser/chromeos/mobile_config.cc             << local_config_file.value();
value              24 chrome/browser/chromeos/net/network_portal_detector_test_utils.cc EnumHistogramChecker* EnumHistogramChecker::Expect(int key, int value) {
value              25 chrome/browser/chromeos/net/network_portal_detector_test_utils.cc   expect_[key] = value;
value              28 chrome/browser/chromeos/net/network_portal_detector_test_utils.h   EnumHistogramChecker* Expect(int key, int value);
value              88 chrome/browser/chromeos/net/proxy_config_handler.cc   const base::DictionaryValue& value = network.proxy_config();
value              89 chrome/browser/chromeos/net/proxy_config_handler.cc   if (value.empty())
value              91 chrome/browser/chromeos/net/proxy_config_handler.cc   return make_scoped_ptr(new ProxyConfigDictionary(&value));
value             136 chrome/browser/chromeos/policy/app_pack_updater.cc   const base::Value* value = settings->GetPref(chromeos::kAppPack);
value             138 chrome/browser/chromeos/policy/app_pack_updater.cc   if (value && value->GetAsList(&list)) {
value             164 chrome/browser/chromeos/policy/app_pack_updater.cc   value = settings->GetPref(chromeos::kScreenSaverExtensionId);
value             165 chrome/browser/chromeos/policy/app_pack_updater.cc   if (!value || !value->GetAsString(&screen_saver_id_)) {
value              45 chrome/browser/chromeos/policy/auto_enrollment_client.cc int NextPowerOf2(int64 value) {
value              47 chrome/browser/chromeos/policy/auto_enrollment_client.cc     if ((GG_INT64_C(1) << i) >= value)
value              58 chrome/browser/chromeos/policy/auto_enrollment_client.cc                 base::Value* value) {
value              59 chrome/browser/chromeos/policy/auto_enrollment_client.cc   scoped_ptr<base::Value> scoped_value(value);
value             389 chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc     if (it->second.value && it->second.value->GetAsDictionary(&dict) &&
value             116 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc                                          const std::string& value);
value             127 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc   void SetRegularUserAvatarPolicy(const std::string& value);
value             256 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc     const std::string& value) {
value             262 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc   if (!value.empty())
value             263 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc     builder.payload().mutable_useravatarimage()->set_value(value);
value             341 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc     const std::string& value) {
value             343 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc   if (!value.empty()) {
value             348 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc         new base::StringValue(value),
value              47 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc                      std::string* value) {
value              62 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   *value = string_value;
value              88 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   const base::Value* value = NULL;
value              89 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (!dict->Get(key, &value))
value              91 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   return scoped_ptr<base::Value>(value->DeepCopy());
value              96 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   scoped_ptr<base::Value> value = GetValue(dict, key);
value              98 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (!value || !value->GetAsString(&action))
value             134 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   const base::Value* value = policies.GetValue(policy);
value             135 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (!value)
value             139 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value->GetAsDictionary(&dict);
value             194 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   const base::Value* value;
value             195 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (!CheckAndGetValue(policies, errors, &value))
value             198 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value) {
value             200 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     value->GetAsString(&onc_blob);
value             237 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   const base::Value* value = policies.GetValue(policy_name());
value             238 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (!value)
value             242 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value->GetAsString(&onc_blob);
value             264 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   base::Value* sanitized_config = SanitizeNetworkConfig(entry->value);
value             346 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   const base::Value* value = policies.GetValue(policy_name());
value             348 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value && EnsureInRange(value, &value_in_range, NULL)) {
value             384 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   const base::Value* value = policies.GetValue(policy_name());
value             385 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value && EnsureInRange(value, NULL, NULL)) {
value             387 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc       prefs->SetValue(prefs::kPowerAcIdleAction, value->DeepCopy());
value             389 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc       prefs->SetValue(prefs::kPowerBatteryIdleAction, value->DeepCopy());
value             416 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   scoped_ptr<base::Value> value;
value             418 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kScreenDimDelayAC);
value             419 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             420 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerAcScreenDimDelayMs, value.release());
value             421 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kScreenOffDelayAC);
value             422 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             423 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerAcScreenOffDelayMs, value.release());
value             424 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kIdleWarningDelayAC);
value             425 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             426 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerAcIdleWarningDelayMs, value.release());
value             427 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kIdleDelayAC);
value             428 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             429 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerAcIdleDelayMs, value.release());
value             430 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetAction(dict, kIdleActionAC);
value             431 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             432 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerAcIdleAction, value.release());
value             434 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kScreenDimDelayBattery);
value             435 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             436 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerBatteryScreenDimDelayMs, value.release());
value             437 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kScreenOffDelayBattery);
value             438 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             439 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerBatteryScreenOffDelayMs, value.release());
value             440 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kIdleWarningDelayBattery);
value             441 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             442 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerBatteryIdleWarningDelayMs, value.release());
value             443 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kIdleDelayBattery);
value             444 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             445 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerBatteryIdleDelayMs, value.release());
value             446 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetAction(dict, kIdleActionBattery);
value             447 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             448 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerBatteryIdleAction, value.release());
value             473 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   scoped_ptr<base::Value> value;
value             475 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kScreenLockDelayAC);
value             476 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             477 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerAcScreenLockDelayMs, value.release());
value             478 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   value = GetValue(dict, kScreenLockDelayBattery);
value             479 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc   if (value)
value             480 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc     prefs->SetValue(prefs::kPowerBatteryScreenLockDelayMs, value.release());
value             326 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc   base::Value* value = NULL;
value             332 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc   EXPECT_TRUE(prefs.GetValue(prefs::kPinnedLauncherApps, &value));
value             333 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected_pinned_apps, value));
value             344 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc   EXPECT_TRUE(prefs.GetValue(prefs::kPinnedLauncherApps, &value));
value             345 chrome/browser/chromeos/policy/configuration_policy_handler_chromeos_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected_pinned_apps, value));
value              77 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc   std::string value;
value              80 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc   if (!provider->GetMachineStatistic(key, &value))
value              83 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc   return value;
value              89 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc   bool value = default_value;
value              92 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc   if (!provider->GetMachineFlag(key, &value))
value              95 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc   return value;
value             962 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   EXPECT_TRUE(base::Value::Equals(metadata.get(), policy_entry->value));
value            1048 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   EXPECT_EQ(saved_image_path.value(), image_path);
value             165 chrome/browser/chromeos/policy/device_local_account_policy_provider.cc           it->first, entry.level, entry.scope, entry.value->DeepCopy(), NULL);
value              39 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc scoped_ptr<base::Value> DecodeIntegerValue(google::protobuf::int64 value) {
value              40 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc   if (value < std::numeric_limits<int>::min() ||
value              41 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc       value > std::numeric_limits<int>::max()) {
value              42 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc     LOG(WARNING) << "Integer value " << value
value              48 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc       new base::FundamentalValue(static_cast<int>(value)));
value              96 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc base::Value* DecodeConnectionType(int value) {
value             105 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc   if (value < 0 || value >= static_cast<int>(arraysize(kConnectionTypes)))
value             108 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc   return new base::StringValue(kConnectionTypes[value]);
value             253 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc       base::Value* value = new base::FundamentalValue(
value             258 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc                     value,
value             523 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc         base::Value* value = DecodeConnectionType(*entry);
value             524 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc         if (value)
value             525 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc           allowed_connection_types->Append(value);
value             287 chrome/browser/chromeos/policy/device_status_collector.cc           if (it.value().GetAsInteger(&new_activity_duration)) {
value             357 chrome/browser/chromeos/policy/device_status_collector.cc         it.value().GetAsInteger(&activity_milliseconds)) {
value              96 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc   void set_max_stored_past_activity_days(unsigned int value) {
value              97 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc     max_stored_past_activity_days_ = value;
value             100 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc   void set_max_stored_future_activity_days(unsigned int value) {
value             101 chrome/browser/chromeos/policy/device_status_collector_browsertest.cc     max_stored_future_activity_days_ = value;
value              61 chrome/browser/chromeos/policy/enterprise_install_attributes.cc                 std::string* value) {
value              66 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   *value = entry->second;
value             112 chrome/browser/chromeos/policy/enterprise_install_attributes.cc     PLOG(ERROR) << "Failed to read " << cache_file.value();
value             131 chrome/browser/chromeos/policy/enterprise_install_attributes.cc                                    std::string(entry->value().c_str())));
value             170 chrome/browser/chromeos/policy/enterprise_install_attributes.cc         std::string value;
value             172 chrome/browser/chromeos/policy/enterprise_install_attributes.cc                                                   &value))
value             173 chrome/browser/chromeos/policy/enterprise_install_attributes.cc           attr_map[kEnterpriseAttributes[i]] = value;
value              63 chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc       const std::string& value) {
value              67 chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc     attribute->set_value(value);
value              62 chrome/browser/chromeos/policy/login_profile_policy_provider.cc   const base::Value* value = device_policy_map.GetValue(device_policy);
value              63 chrome/browser/chromeos/policy/login_profile_policy_provider.cc   if (value) {
value              67 chrome/browser/chromeos/policy/login_profile_policy_provider.cc                          value->DeepCopy(),
value              74 chrome/browser/chromeos/policy/login_profile_policy_provider.cc void ApplyValueAsMandatoryPolicy(const base::Value* value,
value              77 chrome/browser/chromeos/policy/login_profile_policy_provider.cc   if (value) {
value              81 chrome/browser/chromeos/policy/login_profile_policy_provider.cc                          value->DeepCopy(),
value             169 chrome/browser/chromeos/policy/login_profile_policy_provider.cc   const base::Value* value =
value             172 chrome/browser/chromeos/policy/login_profile_policy_provider.cc   if (value && value->GetAsDictionary(&dict)) {
value             112 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc std::string ValueToString(const base::Value& value) {
value             114 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc   str << value;
value             127 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc           value,
value             129 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc               ValueToString(*value)) {
value             130 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc   return value->Equals(&arg);
value              68 chrome/browser/chromeos/policy/policy_cert_service_factory.cc   base::StringValue value(user_id);
value              75 chrome/browser/chromeos/policy/policy_cert_service_factory.cc   return list->Find(value) != list->end();
value             168 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   const base::Value* value = pref->GetValue();
value             169 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   ASSERT_TRUE(value);
value             170 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   EXPECT_TRUE(expected_value.Equals(value));
value             196 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   const base::Value* value = pref->GetValue();
value             197 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   ASSERT_TRUE(value);
value             198 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   EXPECT_TRUE(expected_value.Equals(value));
value              86 chrome/browser/chromeos/policy/user_cloud_external_data_manager_browsertest.cc   EXPECT_TRUE(base::Value::Equals(metadata.get(), policy_entry->value));
value             488 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc     LOG(ERROR) << "Failed to remove cache dir " << dir.value();
value             512 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc     VLOG(1) << "No key at " << path.value();
value             521 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc     LOG(ERROR) << "Key at " << path.value()
value             525 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc     LOG(ERROR) << "Failed to read key at " << path.value();
value             124 chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos_unittest.cc     EXPECT_TRUE(base::StringValue(expected_value).Equals(entry->value));
value              62 chrome/browser/chromeos/policy/user_policy_disk_cache.cc                  << backing_file_path_.value();
value              70 chrome/browser/chromeos/policy/user_policy_disk_cache.cc                  << backing_file_path_.value();
value             126 chrome/browser/chromeos/policy/user_policy_disk_cache.cc                  << backing_file_path_.DirName().value();
value             135 chrome/browser/chromeos/policy/user_policy_disk_cache.cc     LOG(WARNING) << "Failed to write " << backing_file_path_.value();
value              49 chrome/browser/chromeos/policy/variations_service_policy_browsertest.cc   std::string value;
value              50 chrome/browser/chromeos/policy/variations_service_policy_browsertest.cc   EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value));
value              51 chrome/browser/chromeos/policy/variations_service_policy_browsertest.cc   EXPECT_EQ("restricted", value);
value             543 chrome/browser/chromeos/preferences.cc       std::string value(enabled_extension_imes_.GetValue());
value             546 chrome/browser/chromeos/preferences.cc       if (!value.empty())
value             547 chrome/browser/chromeos/preferences.cc         base::SplitString(value, ',', &split_values);
value             579 chrome/browser/chromeos/preferences.cc                                                    const std::string& value) {
value             580 chrome/browser/chromeos/preferences.cc   VLOG(1) << "Setting " << name << " to '" << value << "'";
value             583 chrome/browser/chromeos/preferences.cc   if (!value.empty())
value             584 chrome/browser/chromeos/preferences.cc     base::SplitString(value, ',', &split_values);
value              85 chrome/browser/chromeos/preferences.h                                         const std::string& value);
value              94 chrome/browser/chromeos/profiles/profile_helper.cc   std::string profile_dir = profile->GetPath().BaseName().value();
value             122 chrome/browser/chromeos/profiles/profile_helper.cc   return profile->GetPath().BaseName().value() == chrome::kInitialProfile;
value             218 chrome/browser/chromeos/profiles/profile_helper.cc   VLOG(1) << "Switching to profile path: " << profile_path.value();
value              51 chrome/browser/chromeos/profiles/profile_helper_browsertest.cc   EXPECT_EQ(expected_dir, profile_dir.BaseName().value());
value              60 chrome/browser/chromeos/profiles/profile_helper_browsertest.cc             ProfileHelper::GetProfileDirByLegacyLoginProfileSwitch().value());
value              65 chrome/browser/chromeos/profiles/profile_helper_browsertest.cc             ProfileHelper::GetProfileDirByLegacyLoginProfileSwitch().value());
value              70 chrome/browser/chromeos/profiles/profile_helper_browsertest.cc             ProfileHelper::GetProfileDirByLegacyLoginProfileSwitch().value());
value             104 chrome/browser/chromeos/settings/cros_settings.cc   base::FundamentalValue value(in_value);
value             105 chrome/browser/chromeos/settings/cros_settings.cc   Set(path, value);
value             110 chrome/browser/chromeos/settings/cros_settings.cc   base::FundamentalValue value(in_value);
value             111 chrome/browser/chromeos/settings/cros_settings.cc   Set(path, value);
value             116 chrome/browser/chromeos/settings/cros_settings.cc   base::FundamentalValue value(in_value);
value             117 chrome/browser/chromeos/settings/cros_settings.cc   Set(path, value);
value             123 chrome/browser/chromeos/settings/cros_settings.cc   base::StringValue value(in_value);
value             124 chrome/browser/chromeos/settings/cros_settings.cc   Set(path, value);
value             128 chrome/browser/chromeos/settings/cros_settings.cc                                 const base::Value* value) {
value             133 chrome/browser/chromeos/settings/cros_settings.cc   static_cast<base::ListValue*>(new_value.get())->Append(value->DeepCopy());
value             138 chrome/browser/chromeos/settings/cros_settings.cc                                   const base::Value* value) {
value             143 chrome/browser/chromeos/settings/cros_settings.cc   static_cast<base::ListValue*>(new_value.get())->Remove(*value, NULL);
value             150 chrome/browser/chromeos/settings/cros_settings.cc   const base::Value* value = GetPref(path);
value             151 chrome/browser/chromeos/settings/cros_settings.cc   if (value)
value             152 chrome/browser/chromeos/settings/cros_settings.cc     return value->GetAsBoolean(bool_value);
value             159 chrome/browser/chromeos/settings/cros_settings.cc   const base::Value* value = GetPref(path);
value             160 chrome/browser/chromeos/settings/cros_settings.cc   if (value)
value             161 chrome/browser/chromeos/settings/cros_settings.cc     return value->GetAsInteger(out_value);
value             168 chrome/browser/chromeos/settings/cros_settings.cc   const base::Value* value = GetPref(path);
value             169 chrome/browser/chromeos/settings/cros_settings.cc   if (value)
value             170 chrome/browser/chromeos/settings/cros_settings.cc     return value->GetAsDouble(out_value);
value             177 chrome/browser/chromeos/settings/cros_settings.cc   const base::Value* value = GetPref(path);
value             178 chrome/browser/chromeos/settings/cros_settings.cc   if (value)
value             179 chrome/browser/chromeos/settings/cros_settings.cc     return value->GetAsString(out_value);
value             186 chrome/browser/chromeos/settings/cros_settings.cc   const base::Value* value = GetPref(path);
value             187 chrome/browser/chromeos/settings/cros_settings.cc   if (value)
value             188 chrome/browser/chromeos/settings/cros_settings.cc     return value->GetAsList(out_value);
value             196 chrome/browser/chromeos/settings/cros_settings.cc   const base::Value* value = GetPref(path);
value             197 chrome/browser/chromeos/settings/cros_settings.cc   if (value)
value             198 chrome/browser/chromeos/settings/cros_settings.cc     return value->GetAsDictionary(out_value);
value              72 chrome/browser/chromeos/settings/cros_settings.h   void AppendToList(const std::string& path, const base::Value* value);
value              73 chrome/browser/chromeos/settings/cros_settings.h   void RemoveFromList(const std::string& path, const base::Value* value);
value              68 chrome/browser/chromeos/settings/cros_settings_unittest.cc   void SetPref(const std::string& pref_name, const base::Value* value) {
value              70 chrome/browser/chromeos/settings/cros_settings_unittest.cc     settings_.Set(pref_name, *value);
value              73 chrome/browser/chromeos/settings/cros_settings_unittest.cc   void AddExpectation(const std::string& pref_name, base::Value* value) {
value              76 chrome/browser/chromeos/settings/cros_settings_unittest.cc     entry = value;
value             198 chrome/browser/chromeos/settings/device_settings_provider.cc   scoped_ptr<base::Value> value(pending_changes_.front().second);
value             206 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&allow_value))
value             214 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&guest_value))
value             222 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&show_value))
value             231 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsList(&accounts_list)) {
value             267 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsString(&id))
value             275 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsInteger(&delay))
value             283 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&enabled))
value             292 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&should_prompt))
value             300 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&roaming_value))
value             308 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsString(&channel_value))
value             316 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&metrics_value))
value             326 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsList(&users)) {
value             338 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&ephemeral_users_enabled_value)) {
value             348 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&allow_redeem_offers_value)) {
value             359 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsList(&flags)) {
value             372 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&use_24hour_clock_value)) {
value             381 chrome/browser/chromeos/settings/device_settings_provider.cc     if (value->GetAsBoolean(&setting_enabled)) {
value             789 chrome/browser/chromeos/settings/device_settings_provider.cc     const base::Value* value;
value             790 chrome/browser/chromeos/settings/device_settings_provider.cc     if (!new_values_cache.GetValue(iter->first, &value))
value             861 chrome/browser/chromeos/settings/device_settings_provider.cc     const base::Value* value;
value             862 chrome/browser/chromeos/settings/device_settings_provider.cc     if (values_cache_.GetValue(path, &value))
value             863 chrome/browser/chromeos/settings/device_settings_provider.cc       return value;
value              52 chrome/browser/chromeos/settings/device_settings_provider.h                      const base::Value& value) OVERRIDE;
value              80 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   const base::Value* value = provider_->Get(kStatsReportingPref);
value              81 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   ASSERT_TRUE(value);
value              83 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   EXPECT_TRUE(value->GetAsBoolean(&bool_value));
value              95 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   const base::Value* value = provider_->Get(kReleaseChannel);
value              96 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   ASSERT_TRUE(value);
value              98 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   EXPECT_TRUE(value->GetAsString(&string_value));
value             122 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   base::FundamentalValue value(true);
value             124 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   provider_->Set(kStatsReportingPref, value);
value             145 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   base::FundamentalValue value(true);
value             148 chrome/browser/chromeos/settings/device_settings_provider_unittest.cc   provider_->Set(kStatsReportingPref, value);
value              43 chrome/browser/chromeos/settings/owner_key_util.cc     LOG(ERROR) << "Could not get size of " << key_file_.value();
value              47 chrome/browser/chromeos/settings/owner_key_util.cc     LOG(ERROR) << key_file_.value() << "is "
value              33 chrome/browser/chromeos/settings/stub_cros_settings_provider.cc   const base::Value* value;
value              34 chrome/browser/chromeos/settings/stub_cros_settings_provider.cc   if (values_.GetValue(path, &value))
value              35 chrome/browser/chromeos/settings/stub_cros_settings_provider.cc     return value;
value              50 chrome/browser/chromeos/settings/stub_cros_settings_provider.cc                                      const base::Value& value) {
value              51 chrome/browser/chromeos/settings/stub_cros_settings_provider.cc   values_.SetValue(path, value.DeepCopy());
value              33 chrome/browser/chromeos/settings/stub_cros_settings_provider.h                      const base::Value& value) OVERRIDE;
value              42 chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc   void AssertPref(const std::string& prefName, const base::Value* value) {
value              45 chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc     ASSERT_TRUE(pref->Equals(value));
value              56 chrome/browser/chromeos/status/data_promo_notification.cc void SetBooleanPref(const char* pref_name, bool value) {
value              59 chrome/browser/chromeos/status/data_promo_notification.cc   prefs->SetBoolean(pref_name, value);
value              62 chrome/browser/chromeos/status/data_promo_notification.cc void SetIntegerLocalPref(const char* pref_name, int value) {
value              64 chrome/browser/chromeos/status/data_promo_notification.cc   prefs->SetInteger(pref_name, value);
value              72 chrome/browser/chromeos/status/data_promo_notification.cc void SetShow3gPromoNotification(bool value) {
value              73 chrome/browser/chromeos/status/data_promo_notification.cc   SetBooleanPref(prefs::kShow3gPromoNotification, value);
value              82 chrome/browser/chromeos/status/data_promo_notification.cc void SetCarrierDealPromoShown(int value) {
value              83 chrome/browser/chromeos/status/data_promo_notification.cc   SetIntegerLocalPref(prefs::kCarrierDealPromoShown, value);
value              61 chrome/browser/chromeos/system/automatic_reboot_manager.cc       HANDLE_EINTR(open(path.value().c_str(), O_RDONLY | O_NOFOLLOW)));
value             113 chrome/browser/chromeos/system/automatic_reboot_manager.cc       open(update_reboot_needed_uptime_file.value().c_str(),
value              25 chrome/browser/chromeos/system/fake_input_device_settings.cc void FakeInputDeviceSettings::SetTouchpadSensitivity(int value) {
value              27 chrome/browser/chromeos/system/fake_input_device_settings.cc   settings.SetSensitivity(value);
value              65 chrome/browser/chromeos/system/fake_input_device_settings.cc void FakeInputDeviceSettings::SetMouseSensitivity(int value) {
value              67 chrome/browser/chromeos/system/fake_input_device_settings.cc   settings.SetSensitivity(value);
value              25 chrome/browser/chromeos/system/fake_input_device_settings.h   virtual void SetTouchpadSensitivity(int value) OVERRIDE;
value              31 chrome/browser/chromeos/system/fake_input_device_settings.h   virtual void SetMouseSensitivity(int value) OVERRIDE;
value              85 chrome/browser/chromeos/system/input_device_settings.cc void AddSensitivityArguments(const char* device_type, int value,
value              87 chrome/browser/chromeos/system/input_device_settings.cc   DCHECK(value >= kMinPointerSensitivity && value <= kMaxPointerSensitivity);
value              89 chrome/browser/chromeos/system/input_device_settings.cc                                      device_type, value));
value             150 chrome/browser/chromeos/system/input_device_settings.cc   virtual void SetTouchpadSensitivity(int value) OVERRIDE;
value             157 chrome/browser/chromeos/system/input_device_settings.cc   virtual void SetMouseSensitivity(int value) OVERRIDE;
value             184 chrome/browser/chromeos/system/input_device_settings.cc void InputDeviceSettingsImpl::SetTouchpadSensitivity(int value) {
value             186 chrome/browser/chromeos/system/input_device_settings.cc   settings.SetSensitivity(value);
value             227 chrome/browser/chromeos/system/input_device_settings.cc void InputDeviceSettingsImpl::SetMouseSensitivity(int value) {
value             229 chrome/browser/chromeos/system/input_device_settings.cc   settings.SetSensitivity(value);
value             291 chrome/browser/chromeos/system/input_device_settings.cc void TouchpadSettings::SetSensitivity(int value) {
value             292 chrome/browser/chromeos/system/input_device_settings.cc   sensitivity_.Set(value);
value             296 chrome/browser/chromeos/system/input_device_settings.cc   return sensitivity_.value();
value             304 chrome/browser/chromeos/system/input_device_settings.cc   return tap_to_click_.value();
value             312 chrome/browser/chromeos/system/input_device_settings.cc   return natural_scroll_.value();
value             320 chrome/browser/chromeos/system/input_device_settings.cc   return three_finger_click_.value();
value             328 chrome/browser/chromeos/system/input_device_settings.cc   return tap_dragging_.value();
value             339 chrome/browser/chromeos/system/input_device_settings.cc       AddSensitivityArguments(kDeviceTypeTouchpad, sensitivity_.value(), argv);
value             344 chrome/browser/chromeos/system/input_device_settings.cc       AddTPControlArguments("tapclick", tap_to_click_.value(), argv);
value             350 chrome/browser/chromeos/system/input_device_settings.cc                             three_finger_click_.value(),
value             356 chrome/browser/chromeos/system/input_device_settings.cc       AddTPControlArguments("tapdrag", tap_dragging_.value(), argv);
value             361 chrome/browser/chromeos/system/input_device_settings.cc       AddTPControlArguments("australian_scrolling", natural_scroll_.value(),
value             377 chrome/browser/chromeos/system/input_device_settings.cc void MouseSettings::SetSensitivity(int value) {
value             378 chrome/browser/chromeos/system/input_device_settings.cc   sensitivity_.Set(value);
value             382 chrome/browser/chromeos/system/input_device_settings.cc   return sensitivity_.value();
value             390 chrome/browser/chromeos/system/input_device_settings.cc   return primary_button_right_.value();
value             401 chrome/browser/chromeos/system/input_device_settings.cc       AddSensitivityArguments(kDeviceTypeMouse, sensitivity_.value(), argv);
value             406 chrome/browser/chromeos/system/input_device_settings.cc       AddTPControlArguments("mouse_swap_lr", primary_button_right_.value(),
value              38 chrome/browser/chromeos/system/input_device_settings.h   void Set(const T& value) {
value              40 chrome/browser/chromeos/system/input_device_settings.h     value_ = value;
value              47 chrome/browser/chromeos/system/input_device_settings.h   T value() const {
value              87 chrome/browser/chromeos/system/input_device_settings.h   void SetSensitivity(int value);
value             127 chrome/browser/chromeos/system/input_device_settings.h   void SetSensitivity(int value);
value             169 chrome/browser/chromeos/system/input_device_settings.h   virtual void SetTouchpadSensitivity(int value) = 0;
value             193 chrome/browser/chromeos/system/input_device_settings.h   virtual void SetMouseSensitivity(int value) = 0;
value              93 chrome/browser/chromeos/system/syslogs_provider.cc     std::string value = data->substr(0, next_multi);
value              95 chrome/browser/chromeos/system/syslogs_provider.cc     return value;
value             100 chrome/browser/chromeos/system/syslogs_provider.cc     std::string value = data->substr(0, endl_pos);
value             102 chrome/browser/chromeos/system/syslogs_provider.cc     return value;
value             130 chrome/browser/chromeos/system/syslogs_provider.cc       temp_filename.value();
value             139 chrome/browser/chromeos/system/syslogs_provider.cc     cmd = std::string(kBzip2Command) + " -c " + temp_filename.value() + " > " +
value             140 chrome/browser/chromeos/system/syslogs_provider.cc         zip_file_name->value();
value             160 chrome/browser/chromeos/system/syslogs_provider.cc       std::string value = ReadValue(&data);
value             161 chrome/browser/chromeos/system/syslogs_provider.cc       if (IsStringUTF8(value)) {
value             162 chrome/browser/chromeos/system/syslogs_provider.cc         base::TrimWhitespaceASCII(value, base::TRIM_ALL, &value);
value             163 chrome/browser/chromeos/system/syslogs_provider.cc         if (value.empty())
value             166 chrome/browser/chromeos/system/syslogs_provider.cc           (*logs)[key] = value;
value             354 chrome/browser/chromeos/system/syslogs_provider.cc         zip_file.value().c_str();
value              98 chrome/browser/chromeos/system/tray_accessibility_browsertest.cc   void SetShowAccessibilityOptionsInSystemTrayMenu(bool value) {
value             101 chrome/browser/chromeos/system/tray_accessibility_browsertest.cc       prefs->SetBoolean(prefs::kShouldAlwaysShowAccessibilityMenu, value);
value             107 chrome/browser/chromeos/system/tray_accessibility_browsertest.cc                      base::Value::CreateBooleanValue(value),
value             172 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc       std::string value;
value             176 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc           profile_dir.Append(filename), &value);
value             178 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc       if (read_success && !value.empty())
value             179 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc         (*response)[profile_prefix + key] = value;
value              54 chrome/browser/chromeos/timezone/timezone_request.cc   TimeZoneResponseData::Status value;
value             210 chrome/browser/chromeos/timezone/timezone_request.cc     timezone->status = statusString2Enum[i].value;
value            1006 chrome/browser/common/cancelable_request.h       : CancelableRequest<CB>(callback), value() {
value            1010 chrome/browser/common/cancelable_request.h   Type value;
value              81 chrome/browser/component_updater/component_patcher_operation.cc   return courgette::ApplyEnsemblePatch(input_abs_path.value().c_str(),
value              82 chrome/browser/component_updater/component_patcher_operation.cc                                        patch_abs_path.value().c_str(),
value              83 chrome/browser/component_updater/component_patcher_operation.cc                                        output_abs_path.value().c_str());
value             872 chrome/browser/component_updater/component_updater_service.cc     NOTREACHED() << crx_path.value();
value             131 chrome/browser/component_updater/default_component_installer.cc        !path.value().empty();
value             107 chrome/browser/component_updater/pepper_flash_component_installer.cc   for (base::FilePath path = file_enumerator.Next(); !path.value().empty();
value             102 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   for (base::FilePath path = file_enumerator.Next(); !path.value().empty();
value             409 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc       && path.BaseName().value().compare(FILE_PATH_LITERAL("pnacl")) == 0)
value              71 chrome/browser/component_updater/swiftshader_component_installer.cc   for (base::FilePath path = file_enumerator.Next(); !path.value().empty();
value             592 chrome/browser/content_settings/content_settings_browsertest.cc     base::FilePath::StringType pepper_plugin = plugin_lib.value();
value              39 chrome/browser/content_settings/content_settings_custom_extension_provider.cc     base::Value* value) {
value              37 chrome/browser/content_settings/content_settings_custom_extension_provider.h       base::Value* value) OVERRIDE;
value              74 chrome/browser/content_settings/content_settings_default_provider.cc   explicit DefaultRuleIterator(const base::Value* value) {
value              75 chrome/browser/content_settings/content_settings_default_provider.cc     if (value)
value              76 chrome/browser/content_settings/content_settings_default_provider.cc       value_.reset(value->DeepCopy());
value             203 chrome/browser/content_settings/content_settings_default_provider.cc   scoped_ptr<base::Value> value(in_value);
value             215 chrome/browser/content_settings/content_settings_default_provider.cc     if (value.get() == NULL ||
value             216 chrome/browser/content_settings/content_settings_default_provider.cc         ValueToContentSetting(value.get()) == kDefaultSettings[content_type]) {
value             227 chrome/browser/content_settings/content_settings_default_provider.cc       default_settings_[content_type].reset(value->DeepCopy());
value             230 chrome/browser/content_settings/content_settings_default_provider.cc           GetTypeName(content_type), value.release());
value             325 chrome/browser/content_settings/content_settings_default_provider.cc         bool is_integer = i.value().GetAsInteger(&int_value);
value              48 chrome/browser/content_settings/content_settings_default_provider.h       base::Value* value) OVERRIDE;
value              82 chrome/browser/content_settings/content_settings_default_provider_unittest.cc   scoped_ptr<base::Value> value(
value              89 chrome/browser/content_settings/content_settings_default_provider_unittest.cc   EXPECT_FALSE(value.get());
value             103 chrome/browser/content_settings/content_settings_default_provider_unittest.cc   scoped_ptr<base::Value> value(
value             110 chrome/browser/content_settings/content_settings_default_provider_unittest.cc       value.get());
value             234 chrome/browser/content_settings/content_settings_default_provider_unittest.cc   scoped_ptr<base::Value> value(
value             241 chrome/browser/content_settings/content_settings_default_provider_unittest.cc       value.get());
value              62 chrome/browser/content_settings/content_settings_internal_extension_provider.cc     base::Value* value) {
value              43 chrome/browser/content_settings/content_settings_internal_extension_provider.h       base::Value* value) OVERRIDE;
value              30 chrome/browser/content_settings/content_settings_mock_provider.cc     base::Value* value) {
value              38 chrome/browser/content_settings/content_settings_mock_provider.cc                       value);
value              37 chrome/browser/content_settings/content_settings_mock_provider.h       base::Value* value) OVERRIDE;
value             151 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc     base::Value* value) {
value             154 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc   DCHECK(value);
value             158 chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc   entries_[key][patterns].reset(value);
value             100 chrome/browser/content_settings/content_settings_origin_identifier_value_map.h       base::Value* value);
value             205 chrome/browser/content_settings/content_settings_origin_identifier_value_map_unittest.cc   EXPECT_EQ(2, content_settings::ValueToContentSetting(rule.value.get()));
value             210 chrome/browser/content_settings/content_settings_origin_identifier_value_map_unittest.cc   EXPECT_EQ(1, content_settings::ValueToContentSetting(rule.value.get()));
value             345 chrome/browser/content_settings/content_settings_policy_provider.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(pattern_filter_json,
value             347 chrome/browser/content_settings/content_settings_policy_provider.cc     if (!value || !value->IsType(base::Value::TYPE_DICTIONARY)) {
value             354 chrome/browser/content_settings/content_settings_policy_provider.cc         static_cast<base::DictionaryValue*>(value.release()));
value             437 chrome/browser/content_settings/content_settings_policy_provider.cc     base::Value* value) {
value              44 chrome/browser/content_settings/content_settings_policy_provider.h       base::Value* value) OVERRIDE;
value              77 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   EXPECT_EQ(CONTENT_SETTING_BLOCK, ValueToContentSetting(rule.value.get()));
value             101 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   EXPECT_EQ(CONTENT_SETTING_BLOCK, ValueToContentSetting(rule.value.get()));
value             140 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   base::ListValue* value = new base::ListValue();
value             141 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   value->Append(base::Value::CreateStringValue("[*.]google.com"));
value             143 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc                         value);
value             212 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   base::ListValue* value = new base::ListValue();
value             213 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   value->Append(base::Value::CreateStringValue("[*.]google.com"));
value             215 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc                         value);
value             265 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   base::ListValue* value = new base::ListValue();
value             266 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   value->Append(base::Value::CreateStringValue(
value             269 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc                         value);
value             142 chrome/browser/content_settings/content_settings_pref_provider.cc   scoped_ptr<base::Value> value(in_value);
value             150 chrome/browser/content_settings/content_settings_pref_provider.cc     if (value.get()) {
value             156 chrome/browser/content_settings/content_settings_pref_provider.cc           value->DeepCopy());
value             171 chrome/browser/content_settings/content_settings_pref_provider.cc                value.get());
value             238 chrome/browser/content_settings/content_settings_pref_provider.cc     const base::Value* value) {
value             256 chrome/browser/content_settings/content_settings_pref_provider.cc     if (!found && value) {
value             270 chrome/browser/content_settings/content_settings_pref_provider.cc           if (value == NULL)
value             276 chrome/browser/content_settings/content_settings_pref_provider.cc         if (value == NULL) {
value             285 chrome/browser/content_settings/content_settings_pref_provider.cc               resource_identifier, value->DeepCopy());
value             290 chrome/browser/content_settings/content_settings_pref_provider.cc         if (value == NULL) {
value             295 chrome/browser/content_settings/content_settings_pref_provider.cc               setting_path, value->DeepCopy());
value             317 chrome/browser/content_settings/content_settings_pref_provider.cc       if (!rule.value.get())
value             326 chrome/browser/content_settings/content_settings_pref_provider.cc     if (!it->value->GetAsDictionary(&value_dict) || value_dict->empty())
value             409 chrome/browser/content_settings/content_settings_pref_provider.cc     bool is_dictionary = i.value().GetAsDictionary(&settings_dictionary);
value             425 chrome/browser/content_settings/content_settings_pref_provider.cc             bool is_integer = j.value().GetAsInteger(&setting);
value             436 chrome/browser/content_settings/content_settings_pref_provider.cc       base::Value* value = NULL;
value             443 chrome/browser/content_settings/content_settings_pref_provider.cc           value = setting->DeepCopy();
value             452 chrome/browser/content_settings/content_settings_pref_provider.cc           value = base::Value::CreateIntegerValue(setting);
value             457 chrome/browser/content_settings/content_settings_pref_provider.cc       if (value != NULL) {
value             462 chrome/browser/content_settings/content_settings_pref_provider.cc                             value);
value             464 chrome/browser/content_settings/content_settings_pref_provider.cc           ContentSetting s = ValueToContentSetting(value);
value             542 chrome/browser/content_settings/content_settings_pref_provider.cc     if (i.value().GetAsDictionary(&old_pattern_settings_dictionary)) {
value              51 chrome/browser/content_settings/content_settings_pref_provider.h       base::Value* value) OVERRIDE;
value              77 chrome/browser/content_settings/content_settings_pref_provider.h       const base::Value* value);
value              57 chrome/browser/content_settings/content_settings_provider.h       base::Value* value) = 0;
value              76 chrome/browser/content_settings/content_settings_provider_unittest.cc   scoped_ptr<base::Value> value(
value              83 chrome/browser/content_settings/content_settings_provider_unittest.cc       value.get());
value              15 chrome/browser/content_settings/content_settings_rule.cc     base::Value* value)
value              18 chrome/browser/content_settings/content_settings_rule.cc       value(value) {
value              19 chrome/browser/content_settings/content_settings_rule.cc   DCHECK(value);
value              25 chrome/browser/content_settings/content_settings_rule.h        base::Value* value);
value              30 chrome/browser/content_settings/content_settings_rule.h   linked_ptr<base::Value> value;
value             105 chrome/browser/content_settings/content_settings_utils.cc ContentSetting ValueToContentSetting(const base::Value* value) {
value             107 chrome/browser/content_settings/content_settings_utils.cc   bool valid = ParseContentSettingValue(value, &setting);
value             112 chrome/browser/content_settings/content_settings_utils.cc bool ParseContentSettingValue(const base::Value* value,
value             114 chrome/browser/content_settings/content_settings_utils.cc   if (!value) {
value             119 chrome/browser/content_settings/content_settings_utils.cc   if (!value->GetAsInteger(&int_value))
value             140 chrome/browser/content_settings/content_settings_utils.cc     base::Value* value = GetContentSettingValueAndPatterns(
value             143 chrome/browser/content_settings/content_settings_utils.cc     if (value)
value             144 chrome/browser/content_settings/content_settings_utils.cc       return value;
value             168 chrome/browser/content_settings/content_settings_utils.cc       return rule.value.get()->DeepCopy();
value             191 chrome/browser/content_settings/content_settings_utils.cc   scoped_ptr<base::Value> value(
value             195 chrome/browser/content_settings/content_settings_utils.cc   return ValueToContentSetting(value.get());
value              32 chrome/browser/content_settings/content_settings_utils.h ContentSetting ValueToContentSetting(const base::Value* value);
value              37 chrome/browser/content_settings/content_settings_utils.h bool ParseContentSettingValue(const base::Value* value,
value             188 chrome/browser/content_settings/cookie_settings.cc   scoped_ptr<base::Value> value(host_content_settings_map_->GetWebsiteSetting(
value             216 chrome/browser/content_settings/cookie_settings.cc   DCHECK(value.get());
value             217 chrome/browser/content_settings/cookie_settings.cc   return content_settings::ValueToContentSetting(value.get());
value             176 chrome/browser/content_settings/host_content_settings_map.cc       return content_settings::ValueToContentSetting(rule.value.get());
value             216 chrome/browser/content_settings/host_content_settings_map.cc   scoped_ptr<base::Value> value(GetWebsiteSetting(
value             218 chrome/browser/content_settings/host_content_settings_map.cc   return content_settings::ValueToContentSetting(value.get());
value             258 chrome/browser/content_settings/host_content_settings_map.cc   base::Value* value = NULL;
value             260 chrome/browser/content_settings/host_content_settings_map.cc     value = base::Value::CreateIntegerValue(setting);
value             266 chrome/browser/content_settings/host_content_settings_map.cc       value);
value             274 chrome/browser/content_settings/host_content_settings_map.cc     base::Value* value) {
value             275 chrome/browser/content_settings/host_content_settings_map.cc   DCHECK(IsValueAllowedForType(prefs_, value, content_type));
value             287 chrome/browser/content_settings/host_content_settings_map.cc                                             value)) {
value             301 chrome/browser/content_settings/host_content_settings_map.cc   base::Value* value = NULL;
value             303 chrome/browser/content_settings/host_content_settings_map.cc     value = base::Value::CreateIntegerValue(setting);
value             308 chrome/browser/content_settings/host_content_settings_map.cc                     value);
value             347 chrome/browser/content_settings/host_content_settings_map.cc     PrefService* prefs, const base::Value* value, ContentSettingsType type) {
value             349 chrome/browser/content_settings/host_content_settings_map.cc       prefs, content_settings::ValueToContentSetting(value), type);
value             519 chrome/browser/content_settings/host_content_settings_map.cc         rule.value.get() &&
value             523 chrome/browser/content_settings/host_content_settings_map.cc       setting_value = content_settings::ValueToContentSetting(rule.value.get());
value             610 chrome/browser/content_settings/host_content_settings_map.cc     base::Value* value = content_settings::GetContentSettingValueAndPatterns(
value             614 chrome/browser/content_settings/host_content_settings_map.cc     if (value) {
value             617 chrome/browser/content_settings/host_content_settings_map.cc       return value;
value             146 chrome/browser/content_settings/host_content_settings_map.h                          base::Value* value);
value             163 chrome/browser/content_settings/host_content_settings_map.h                                     const base::Value* value,
value             698 chrome/browser/content_settings/host_content_settings_map_unittest.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(
value             700 chrome/browser/content_settings/host_content_settings_map_unittest.cc   profile.GetPrefs()->Set(prefs::kContentSettingsPatternPairs, *value);
value             162 chrome/browser/devtools/adb/android_rsa.cc     uint32 value = static_cast<uint32>(
value             164 chrome/browser/devtools/adb/android_rsa.cc     q[digit] = value;
value             165 chrome/browser/devtools/adb/android_rsa.cc     uint32* t = BnMul(shifted_b, value);
value             455 chrome/browser/devtools/devtools_adb_bridge.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response));
value             457 chrome/browser/devtools/devtools_adb_bridge.cc   if (value && value->GetAsDictionary(&dict)) {
value             485 chrome/browser/devtools/devtools_adb_bridge.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(response));
value             487 chrome/browser/devtools/devtools_adb_bridge.cc     if (value && value->GetAsList(&list_value))
value             826 chrome/browser/devtools/devtools_adb_bridge.cc                    const base::DictionaryValue& value);
value             850 chrome/browser/devtools/devtools_adb_bridge.cc     const base::DictionaryValue& value)
value             853 chrome/browser/devtools/devtools_adb_bridge.cc   value.GetString("id", &remote_id_);
value             855 chrome/browser/devtools/devtools_adb_bridge.cc   value.GetString("url", &url);
value             857 chrome/browser/devtools/devtools_adb_bridge.cc   value.GetString("title", &title_);
value             859 chrome/browser/devtools/devtools_adb_bridge.cc   value.GetString("description", &description_);
value             861 chrome/browser/devtools/devtools_adb_bridge.cc   value.GetString("faviconUrl", &favicon_url);
value             863 chrome/browser/devtools/devtools_adb_bridge.cc   value.GetString("webSocketDebuggerUrl", &debug_url_);
value             864 chrome/browser/devtools/devtools_adb_bridge.cc   value.GetString("devtoolsFrontendUrl", &frontend_url_);
value             954 chrome/browser/devtools/devtools_adb_bridge.cc     int value = 0;
value             955 chrome/browser/devtools/devtools_adb_bridge.cc     base::StringToInt(parts[i], &value);
value             956 chrome/browser/devtools/devtools_adb_bridge.cc     result.push_back(value);
value            1050 chrome/browser/devtools/devtools_adb_bridge.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response));
value            1052 chrome/browser/devtools/devtools_adb_bridge.cc   if (value && value->GetAsDictionary(&dict)) {
value              12 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc bool GetValue(const base::ListValue& list, int pos, std::string& value) {
value              13 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   return list.GetString(pos, &value);
value              16 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc bool GetValue(const base::ListValue& list, int pos, int& value) {
value              17 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   return list.GetInteger(pos, &value);
value              20 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc bool GetValue(const base::ListValue& list, int pos, bool& value) {
value              21 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   return list.GetBoolean(pos, &value);
value              97 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   handler.Run(arg1.value());
value             112 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   handler.Run(arg1.value(), arg2.value());
value             130 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   handler.Run(arg1.value(), arg2.value(), arg3.value());
value             151 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   handler.Run(arg1.value(), arg2.value(), arg3.value(), arg4.value());
value              68 chrome/browser/devtools/devtools_protocol.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value              69 chrome/browser/devtools/devtools_protocol.cc   if (!value || !value->IsType(base::Value::TYPE_DICTIONARY))
value              73 chrome/browser/devtools/devtools_protocol.cc       static_cast<base::DictionaryValue*>(value.release()));
value              86 chrome/browser/devtools/devtools_protocol.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value              87 chrome/browser/devtools/devtools_protocol.cc   if (!value || !value->IsType(base::Value::TYPE_DICTIONARY))
value              91 chrome/browser/devtools/devtools_protocol.cc       static_cast<base::DictionaryValue*>(value.release()));
value              50 chrome/browser/diagnostics/diagnostics_controller_unittest.cc     ::setenv("HOME", profile_dir_.value().c_str(), 1);
value             145 chrome/browser/diagnostics/recon_diagnostics.cc     user_level_ = InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
value              57 chrome/browser/diagnostics/sqlite_diagnostics.cc                        << db_path_.value();
value             652 chrome/browser/download/download_browsertest.cc     EXPECT_TRUE(origin_file_exists) << origin_file.value();
value             658 chrome/browser/download/download_browsertest.cc     EXPECT_TRUE(downloaded_file_exists) << downloaded_file.value();
value             812 chrome/browser/download/download_browsertest.cc                   const std::string& value,
value             817 chrome/browser/download/download_browsertest.cc     EXPECT_TRUE(read) << "Failed reading file: " << path.value() << std::endl;
value             831 chrome/browser/download/download_browsertest.cc     EXPECT_EQ(value, file_contents);
value             832 chrome/browser/download/download_browsertest.cc     if (memcmp(file_contents.c_str(), value.c_str(), expected_size) != 0)
value             956 chrome/browser/download/download_browsertest.cc                   my_downloaded_file.value().find(destination_folder.value()));
value             964 chrome/browser/download/download_browsertest.cc                     my_downloaded_file.value().find(my_docs_folder.value()));
value            1040 chrome/browser/download/download_browsertest.cc              << " folder = '" << destination_folder.value() << "'";
value            1932 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(file.value(), item->GetFullPath().BaseName().value());
value            1933 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(file.value(), item->GetTargetFilePath().BaseName().value());
value            3046 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.value(), off_prefs->SaveFilePath().value());
value            3049 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.AppendASCII("on").value(), on_prefs->SaveFilePath().value());
value            3050 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.AppendASCII("on").value(), off_prefs->SaveFilePath().value());
value            3053 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.value(), on_prefs->SaveFilePath().value());
value            3054 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.value(), off_prefs->SaveFilePath().value());
value            3057 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.value(), on_prefs->SaveFilePath().value());
value            3058 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.AppendASCII("off").value(), off_prefs->SaveFilePath().value());
value            3061 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.AppendASCII("on").value(), on_prefs->SaveFilePath().value());
value            3062 chrome/browser/download/download_browsertest.cc   EXPECT_EQ(dir.AppendASCII("off").value(), off_prefs->SaveFilePath().value());
value              44 chrome/browser/download/download_dir_policy_handler.cc   const base::Value* value = NULL;
value              45 chrome/browser/download/download_dir_policy_handler.cc   if (!CheckAndGetValue(policies, errors, &value))
value              51 chrome/browser/download/download_dir_policy_handler.cc   if (value &&
value              65 chrome/browser/download/download_dir_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value              67 chrome/browser/download/download_dir_policy_handler.cc   if (!value || !value->GetAsString(&string_value))
value              81 chrome/browser/download/download_dir_policy_handler.cc                               .value();
value              98 chrome/browser/download/download_dir_policy_handler.cc     expanded_value = DownloadPrefs::GetDefaultDownloadDirectory().value();
value              38 chrome/browser/download/download_dir_policy_handler_unittest.cc       .value();
value              79 chrome/browser/download/download_dir_policy_handler_unittest.cc   const base::Value* value = NULL;
value              80 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kPromptForDownload, &value));
value              81 chrome/browser/download/download_dir_policy_handler_unittest.cc   ASSERT_TRUE(value);
value              83 chrome/browser/download/download_dir_policy_handler_unittest.cc   bool result = value->GetAsBoolean(&prompt_for_download);
value             101 chrome/browser/download/download_dir_policy_handler_unittest.cc   const base::Value* value = NULL;
value             103 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kPromptForDownload, &value));
value             104 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(value);
value             105 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(value->GetAsBoolean(&prompt_for_download));
value             109 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDownloadDefaultDirectory, &value));
value             110 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(value);
value             111 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(value->GetAsString(&download_directory));
value             125 chrome/browser/download/download_dir_policy_handler_unittest.cc       recommended_store_->GetValue(prefs::kDownloadDefaultDirectory, &value));
value             126 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(value);
value             127 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(value->GetAsString(&download_directory));
value             141 chrome/browser/download/download_dir_policy_handler_unittest.cc       recommended_store_->GetValue(prefs::kDownloadDefaultDirectory, &value));
value             142 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(value);
value             143 chrome/browser/download/download_dir_policy_handler_unittest.cc   EXPECT_TRUE(value->GetAsString(&download_directory));
value              36 chrome/browser/download/download_history_unittest.cc   EXPECT_EQ(left.current_path.value(), right.current_path.value());
value              37 chrome/browser/download/download_history_unittest.cc   EXPECT_EQ(left.target_path.value(), right.target_path.value());
value              42 chrome/browser/download/download_item_model_unittest.cc #define INTERRUPT_REASON(name,value) 0,
value             112 chrome/browser/download/download_path_reservation_tracker.cc   if (basename.value().size() <= limit)
value             117 chrome/browser/download/download_path_reservation_tracker.cc   base::FilePath::StringType name(basename.RemoveExtension().value());
value             192 chrome/browser/download/download_path_reservation_tracker.cc     DVLOG(1) << "Unable to write to directory \"" << target_dir.value() << "\"";
value             205 chrome/browser/download/download_path_reservation_tracker_unittest.cc   EXPECT_EQ(path.value(), reserved_path.value());
value             235 chrome/browser/download/download_path_reservation_tracker_unittest.cc   EXPECT_EQ(path.value(), reserved_path.value());
value             264 chrome/browser/download/download_path_reservation_tracker_unittest.cc   EXPECT_EQ(path.value(), reserved_path.value());
value             308 chrome/browser/download/download_path_reservation_tracker_unittest.cc       GetPathInDownloadsDirectory(FILE_PATH_LITERAL("foo (1).txt")).value(),
value             309 chrome/browser/download/download_path_reservation_tracker_unittest.cc       reserved_path.value());
value             359 chrome/browser/download/download_path_reservation_tracker_unittest.cc     EXPECT_EQ(uniquified_path.value(), reserved_path2.value());
value             380 chrome/browser/download/download_path_reservation_tracker_unittest.cc     EXPECT_EQ(uniquified_path.value(), reserved_path2.value());
value             400 chrome/browser/download/download_path_reservation_tracker_unittest.cc   EXPECT_EQ(path.value(), reserved_path1.value());
value             401 chrome/browser/download/download_path_reservation_tracker_unittest.cc   EXPECT_EQ(path.value(), reserved_path3.value());
value             441 chrome/browser/download/download_path_reservation_tracker_unittest.cc     EXPECT_EQ(expected_path.value(), reserved_path.value());
value             457 chrome/browser/download/download_path_reservation_tracker_unittest.cc   EXPECT_EQ(path.value(), reserved_path.value());
value             492 chrome/browser/download/download_path_reservation_tracker_unittest.cc     EXPECT_EQ(path.BaseName().value(), reserved_path.BaseName().value());
value             565 chrome/browser/download/download_path_reservation_tracker_unittest.cc   EXPECT_EQ(path.value(), reserved_path.value());
value             569 chrome/browser/download/download_path_reservation_tracker_unittest.cc   ASSERT_EQ(base::FilePath::StringType(), item->GetTargetFilePath().value());
value             625 chrome/browser/download/download_path_reservation_tracker_unittest.cc   EXPECT_EQ(max_length, reserved_path.BaseName().value().size());
value             162 chrome/browser/download/download_prefs.cc       auto_open_.insert(path.value());
value             181 chrome/browser/download/download_query.cc     const ValueType& value,
value             186 chrome/browser/download/download_query.cc     case LT: return accessor.Run(item) < value;
value             187 chrome/browser/download/download_query.cc     case EQ: return accessor.Run(item) == value;
value             188 chrome/browser/download/download_query.cc     case GT: return accessor.Run(item) > value;
value             196 chrome/browser/download/download_query.cc     const base::Value& value, ComparisonType cmptype,
value             199 chrome/browser/download/download_query.cc   if (!GetAs(value, &cpp_value)) return DownloadQuery::FilterCallback();
value             252 chrome/browser/download/download_query.cc bool DownloadQuery::AddFilter(const DownloadQuery::FilterCallback& value) {
value             253 chrome/browser/download/download_query.cc   if (value.is_null()) return false;
value             254 chrome/browser/download/download_query.cc   filters_.push_back(value);
value             269 chrome/browser/download/download_query.cc                               const base::Value& value) {
value             272 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<int>(value, EQ, &GetReceivedBytes));
value             274 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<bool>(value, EQ, &GetDangerAccepted));
value             276 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<bool>(value, EQ, &GetExists));
value             278 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<base::string16>(value, EQ, &GetFilename));
value             280 chrome/browser/download/download_query.cc       return AddFilter(BuildRegexFilter(value, &GetFilenameUTF8));
value             282 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<std::string>(value, EQ, &GetMimeType));
value             284 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<bool>(value, EQ, &IsPaused));
value             287 chrome/browser/download/download_query.cc       return GetAs(value, &query_terms) &&
value             292 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<std::string>(value, GT, &GetEndTime));
value             294 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<std::string>(value, LT, &GetEndTime));
value             296 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<std::string>(value, EQ, &GetEndTime));
value             298 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<std::string>(value, GT, &GetStartTime));
value             300 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<std::string>(value, LT, &GetStartTime));
value             302 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<std::string>(value, EQ, &GetStartTime));
value             304 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<int>(value, EQ, &GetTotalBytes));
value             306 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<int>(value, GT, &GetTotalBytes));
value             308 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<int>(value, LT, &GetTotalBytes));
value             310 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<std::string>(value, EQ, &GetUrl));
value             312 chrome/browser/download/download_query.cc       return AddFilter(BuildRegexFilter(value, &GetUrl));
value             105 chrome/browser/download/download_query.h   bool AddFilter(FilterType type, const base::Value& value);
value              67 chrome/browser/download/download_query_unittest.cc       DownloadQuery::FilterType name, ValueType value);
value             103 chrome/browser/download/download_query_unittest.cc   scoped_ptr<base::Value> value(base::Value::CreateBooleanValue(cpp_value));
value             104 chrome/browser/download/download_query_unittest.cc   CHECK(query_.AddFilter(name, *value.get()));
value             109 chrome/browser/download/download_query_unittest.cc   scoped_ptr<base::Value> value(base::Value::CreateIntegerValue(cpp_value));
value             110 chrome/browser/download/download_query_unittest.cc   CHECK(query_.AddFilter(name, *value.get()));
value             161 chrome/browser/download/download_query_unittest.cc   scoped_ptr<base::Value> value(base::Value::CreateIntegerValue(0));
value             164 chrome/browser/download/download_query_unittest.cc       *value.get()));
value             283 chrome/browser/download/download_query_unittest.cc   AddFilter(DownloadQuery::FILTER_FILENAME, match_filename.value().c_str());
value             147 chrome/browser/download/download_status_updater_win.cc                          download->GetTargetFilePath().value().c_str());
value             586 chrome/browser/download/download_target_determiner.cc     DCHECK_EQ(download_->GetForcedFilePath().value(), local_path_.value());
value             806 chrome/browser/download/download_target_determiner.cc   return base::FilePath(suggested_path.value() + kCrdownloadSuffix);
value             411 chrome/browser/download/download_target_determiner_unittest.cc   EXPECT_EQ(expected_local_path.value(), target_info->target_path.value());
value             418 chrome/browser/download/download_target_determiner_unittest.cc                     target_info->target_path).value(),
value             419 chrome/browser/download/download_target_determiner_unittest.cc                 target_info->intermediate_path.value());
value             430 chrome/browser/download/download_target_determiner_unittest.cc                     .value(),
value             431 chrome/browser/download/download_target_determiner_unittest.cc                 target_info->intermediate_path.value());
value             432 chrome/browser/download/download_target_determiner_unittest.cc       EXPECT_EQ(expected_local_path.DirName().value(),
value             433 chrome/browser/download/download_target_determiner_unittest.cc                 target_info->intermediate_path.DirName().value());
value             437 chrome/browser/download/download_target_determiner_unittest.cc                 target_info->intermediate_path.BaseName().value().find(
value             442 chrome/browser/download/download_target_determiner_unittest.cc       EXPECT_EQ(expected_local_path.value(),
value             443 chrome/browser/download/download_target_determiner_unittest.cc                 target_info->intermediate_path.value());
value            1370 chrome/browser/download/download_target_determiner_unittest.cc       GetPathInDownloadDir(overridden_path.value());
value            1417 chrome/browser/download/download_target_determiner_unittest.cc       GetPathInDownloadDir(overridden_path.value());
value            2068 chrome/browser/download/download_target_determiner_unittest.cc         << "Name: " << info[0].name << ", Path: " << info[0].path.value();
value            2157 chrome/browser/download/download_target_determiner_unittest.cc         << "Name: " << info[0].name << ", Path: " << info[0].path.value();
value             151 chrome/browser/download/save_page_browsertest.cc     VLOG(20) << __FUNCTION__ << " " << info.target_path.value()
value             152 chrome/browser/download/save_page_browsertest.cc              << " != " << expected_path.value();
value             139 chrome/browser/drive/drive_api_service.cc     scoped_ptr<FileResource> value) {
value             143 chrome/browser/drive/drive_api_service.cc   if (!value) {
value             150 chrome/browser/drive/drive_api_service.cc       util::ConvertFileResourceToResourceEntry(*value);
value             171 chrome/browser/drive/drive_api_service.cc     scoped_ptr<FileList> value) {
value             175 chrome/browser/drive/drive_api_service.cc   if (!value) {
value             184 chrome/browser/drive/drive_api_service.cc       base::Bind(&ConvertFileListToResourceList, base::Passed(&value)),
value             200 chrome/browser/drive/drive_api_service.cc     scoped_ptr<ChangeList> value) {
value             204 chrome/browser/drive/drive_api_service.cc   if (!value) {
value             213 chrome/browser/drive/drive_api_service.cc       base::Bind(&ConvertChangeListToResourceList, base::Passed(&value)),
value             222 chrome/browser/drive/drive_api_service.cc     scoped_ptr<FileResource> value) {
value             226 chrome/browser/drive/drive_api_service.cc   if (!value) {
value             233 chrome/browser/drive/drive_api_service.cc       util::ConvertFileResourceToResourceEntry(*value);
value             248 chrome/browser/drive/drive_api_service.cc                           scoped_ptr<FileResource> value) {
value             252 chrome/browser/drive/drive_api_service.cc   if (!value) {
value             258 chrome/browser/drive/drive_api_service.cc       value->open_with_links();
value             252 chrome/browser/drive/drive_api_util.cc                          scoped_ptr<base::Value> value) {
value             255 chrome/browser/drive/drive_api_util.cc   if (!value) {
value             262 chrome/browser/drive/drive_api_util.cc       google_apis::ResourceEntry::ExtractAndParse(*value);
value              81 chrome/browser/drive/drive_api_util.h                          scoped_ptr<base::Value> value);
value             291 chrome/browser/drive/drive_uploader.cc            << "] for [" << upload_file_info->file_path.value() << "]";
value             372 chrome/browser/drive/drive_uploader.cc              << upload_file_info->file_path.value() << "]";
value             403 chrome/browser/drive/drive_uploader.cc            << " for [" << upload_file_info->file_path.value() << "]";
value              82 chrome/browser/drive/fake_drive_service.cc     std::string key, value;
value              85 chrome/browser/drive/fake_drive_service.cc       base::TrimString(token, "\"'", &value);
value              94 chrome/browser/drive/fake_drive_service.cc       base::TrimString(key_value.token(), "\"'", &value);
value             101 chrome/browser/drive/fake_drive_service.cc     if (entry.title().find(value) == std::string::npos)
value             247 chrome/browser/drive/fake_drive_service.cc   scoped_ptr<base::Value> value = test_util::LoadJSONFile(relative_path);
value             248 chrome/browser/drive/fake_drive_service.cc   CHECK_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value             250 chrome/browser/drive/fake_drive_service.cc       static_cast<base::DictionaryValue*>(value.release()));
value              44 chrome/browser/drive/fake_drive_service.h   void set_never_return_all_resource_list(bool value) {
value              45 chrome/browser/drive/fake_drive_service.h     never_return_all_resource_list_ = value;
value             730 chrome/browser/enumerate_modules_model_win.cc                                    filename.value().c_str(),
value              29 chrome/browser/extensions/activity_log/activity_actions.cc std::string Serialize(const base::Value* value) {
value              31 chrome/browser/extensions/activity_log/activity_actions.cc   if (!value) {
value              35 chrome/browser/extensions/activity_log/activity_actions.cc     serializer.SerializeAndOmitBinaryValues(*value);
value              74 chrome/browser/extensions/activity_log/activity_log_policy.cc std::string ActivityLogPolicy::Util::Serialize(const base::Value* value) {
value              76 chrome/browser/extensions/activity_log/activity_log_policy.cc   if (!value) {
value              80 chrome/browser/extensions/activity_log/activity_log_policy.cc     serializer.SerializeAndOmitBinaryValues(*value);
value              94 chrome/browser/extensions/activity_log/activity_log_policy.h     static std::string Serialize(const base::Value* value);
value              38 chrome/browser/extensions/activity_log/database_string_table.cc                                       const std::string& value,
value              41 chrome/browser/extensions/activity_log/database_string_table.cc       value_to_id_.find(value);
value              57 chrome/browser/extensions/activity_log/database_string_table.cc   update.BindString(0, value);
value              63 chrome/browser/extensions/activity_log/database_string_table.cc     id_to_value_[*id] = value;
value              64 chrome/browser/extensions/activity_log/database_string_table.cc     value_to_id_[value] = *id;
value              74 chrome/browser/extensions/activity_log/database_string_table.cc   query.BindString(0, value);
value              78 chrome/browser/extensions/activity_log/database_string_table.cc   id_to_value_[*id] = value;
value              79 chrome/browser/extensions/activity_log/database_string_table.cc   value_to_id_[value] = *id;
value              85 chrome/browser/extensions/activity_log/database_string_table.cc                                       std::string* value) {
value              89 chrome/browser/extensions/activity_log/database_string_table.cc     *value = lookup->second;
value             104 chrome/browser/extensions/activity_log/database_string_table.cc   *value = query.ColumnString(0);
value             105 chrome/browser/extensions/activity_log/database_string_table.cc   id_to_value_[id] = *value;
value             106 chrome/browser/extensions/activity_log/database_string_table.cc   value_to_id_[*value] = id;
value              46 chrome/browser/extensions/activity_log/database_string_table.h                    const std::string& value,
value              53 chrome/browser/extensions/activity_log/database_string_table.h   bool IntToString(sql::Connection* connection, int64 id, std::string* value);
value             114 chrome/browser/extensions/activity_log/database_string_table_unittest.cc   std::string value;
value             115 chrome/browser/extensions/activity_log/database_string_table_unittest.cc   ASSERT_FALSE(table.IntToString(&db_, 1, &value));
value             125 chrome/browser/extensions/activity_log/database_string_table_unittest.cc   std::string value;
value             126 chrome/browser/extensions/activity_log/database_string_table_unittest.cc   ASSERT_TRUE(table.IntToString(&db_, id, &value));
value             127 chrome/browser/extensions/activity_log/database_string_table_unittest.cc   ASSERT_EQ("abc", value);
value             130 chrome/browser/extensions/activity_log/database_string_table_unittest.cc   value = "";
value             131 chrome/browser/extensions/activity_log/database_string_table_unittest.cc   ASSERT_TRUE(table.IntToString(&db_, id, &value));
value             132 chrome/browser/extensions/activity_log/database_string_table_unittest.cc   ASSERT_EQ("abc", value);
value              90 chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value              93 chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc   value->Append(activity_arg->ToValue().release());
value              96 chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc           value.Pass()));
value             190 chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc   int64 value;
value             192 chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc     if (base::StringToInt64(params->activity_ids[i], &value))
value             193 chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc       action_ids.push_back(value);
value             307 chrome/browser/extensions/api/alarms/alarm_manager.cc                                    scoped_ptr<base::Value> value) {
value             309 chrome/browser/extensions/api/alarms/alarm_manager.cc   if (value.get() && value->GetAsList(&list)) {
value             188 chrome/browser/extensions/api/alarms/alarm_manager.h                        scoped_ptr<base::Value> value);
value              76 chrome/browser/extensions/api/alarms/alarms_api_unittest.cc   std::vector<linked_ptr<JsAlarm> > ToAlarmList(base::ListValue* value) {
value              78 chrome/browser/extensions/api/alarms/alarms_api_unittest.cc     for (size_t i = 0; i < value->GetSize(); ++i) {
value              81 chrome/browser/extensions/api/alarms/alarms_api_unittest.cc       if (!value->GetDictionary(i, &alarm_value)) {
value             613 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc   std::string value;
value             614 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc   if (node->GetMetaInfo(params->key, &value))
value             615 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc     results_ = GetMetaInfo::Results::Create(value);
value             628 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc   model->SetNodeMetaInfo(node, params->key, params->value);
value             187 chrome/browser/extensions/api/braille_display_private/braille_controller_brlapi.cc     LOG(ERROR) << "Error watching brlapi directory: " << path.value();
value             320 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc     bool value;
value             328 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc           extension_browsing_data_api_constants::kUnprotectedWebKey, &value));
value             329 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc       mask |= value ? BrowsingDataHelper::UNPROTECTED_WEB : 0;
value             335 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc           extension_browsing_data_api_constants::kProtectedWebKey, &value));
value             336 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc       mask |= value ? BrowsingDataHelper::PROTECTED_WEB : 0;
value             342 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc           extension_browsing_data_api_constants::kExtensionsKey, &value));
value             343 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc       mask |= value ? BrowsingDataHelper::EXTENSION : 0;
value             367 chrome/browser/extensions/api/browsing_data/browsing_data_api.cc     if (!i.value().GetAsBoolean(&selected)) {
value              72 chrome/browser/extensions/api/cast_channel/cast_message_util.cc   scoped_ptr<base::Value> value;
value              76 chrome/browser/extensions/api/cast_channel/cast_message_util.cc       value.reset(new base::StringValue(message_proto.payload_utf8()));
value              80 chrome/browser/extensions/api/cast_channel/cast_message_util.cc       value.reset(base::BinaryValue::CreateWithCopiedBuffer(
value              88 chrome/browser/extensions/api/cast_channel/cast_message_util.cc   if (value.get()) {
value              90 chrome/browser/extensions/api/cast_channel/cast_message_util.cc     message->data.reset(value.release());
value             229 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void SetExtractCertResult(bool value) {
value             230 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     extract_cert_result_ = value;
value             232 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void SetVerifyChallengeResult(bool value) {
value             233 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     verify_challenge_result_ = value;
value             378 chrome/browser/extensions/api/commands/command_service.cc     it.value().GetAsDictionary(&item);
value             541 chrome/browser/extensions/api/commands/command_service.cc     it.value().GetAsDictionary(&item);
value             272 chrome/browser/extensions/api/content_settings/content_settings_store.cc       ContentSetting content_setting = ValueToContentSetting(rule.value.get());
value              26 chrome/browser/extensions/api/content_settings/content_settings_store_unittest.cc   EXPECT_EQ(setting, content_settings::ValueToContentSetting(rule.value.get()));
value             390 chrome/browser/extensions/api/cookies/cookies_api.cc       parsed_args_->details.value.get() ? *parsed_args_->details.value
value              73 chrome/browser/extensions/api/cookies/cookies_helpers.cc   cookie->value =
value              88 chrome/browser/extensions/api/cookies/cookies_unittest.cc   EXPECT_EQ("DEF", cookie1->value);
value             195 chrome/browser/extensions/api/cookies/cookies_unittest.cc   EXPECT_EQ(std::string("011Q255bNX_1!yd\xEF\xBF\xBD" "e+"), cookie->value);
value              44 chrome/browser/extensions/api/declarative/declarative_rule_unittest.cc   scoped_ptr<base::Value> value;
value              64 chrome/browser/extensions/api/declarative/declarative_rule_unittest.cc     result->value.reset(condition.DeepCopy());
value              99 chrome/browser/extensions/api/declarative/declarative_rule_unittest.cc       result->conditions()[0]->value.get()));
value             104 chrome/browser/extensions/api/declarative/declarative_rule_unittest.cc     int value;
value             130 chrome/browser/extensions/api/declarative/declarative_rule_unittest.cc     return match_data.value <= max_value;
value             185 chrome/browser/extensions/api/declarative/declarative_rule_unittest.cc   match_data.value = -5;
value             191 chrome/browser/extensions/api/declarative/declarative_rule_unittest.cc   match_data.value = 3;
value             194 chrome/browser/extensions/api/declarative/declarative_rule_unittest.cc   match_data.value = 4;
value              71 chrome/browser/extensions/api/declarative/deduping_factory.h                                               const base::Value* value,
value             115 chrome/browser/extensions/api/declarative/deduping_factory.h     const base::Value* value,
value             136 chrome/browser/extensions/api/declarative/deduping_factory.h           (*factory_method)(instance_type, value, error, bad_message);
value             146 chrome/browser/extensions/api/declarative/deduping_factory.h       (*factory_method)(instance_type, value, error, bad_message);
value              59 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc                                          const base::Value* value,
value              63 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc   CHECK(value->GetAsDictionary(&dict));
value              95 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc                                      scoped_ptr<base::Value> value) {
value             101 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc   CHECK(value->GetAsList(&rules));
value             110 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc     store->SetExtensionValue(extension_id, storage_key_, value.Pass());
value             179 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc     scoped_ptr<base::Value> value) {
value             187 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc                  base::Passed(&value)));
value              42 chrome/browser/extensions/api/declarative/rules_cache_delegate.h                       scoped_ptr<base::Value> value);
value              69 chrome/browser/extensions/api/declarative/rules_cache_delegate.h                                scoped_ptr<base::Value> value);
value              44 chrome/browser/extensions/api/declarative/rules_registry.cc     const base::Value* value) {
value              48 chrome/browser/extensions/api/declarative/rules_registry.cc   if (!value || !value->GetAsList(&list))
value             254 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc   scoped_ptr<base::ListValue> value(new base::ListValue);
value             255 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc   value->AppendBoolean(true);
value             257 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc                                  value.PassAs<base::Value>());
value             263 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc   value.reset(new base::ListValue);
value             265 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc                                  value.PassAs<base::Value>());
value             272 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc   value.reset(new base::ListValue);
value             274 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc                                  value.PassAs<base::Value>());
value              97 chrome/browser/extensions/api/declarative_content/content_condition.cc     const base::Value& condition_attribute_value = iter.value();
value              57 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     result->value.reset(new std::string(tmp));
value              69 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     cookie->value.reset(new std::string(string_tmp));
value             113 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::Value* value,
value             121 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::Value* value,
value             125 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   CHECK(value->GetAsDictionary(&dict));
value             136 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::Value* value,
value             140 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   CHECK(value->GetAsDictionary(&dict));
value             168 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   std::string value;
value             170 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   INPUT_FORMAT_VALIDATE(dict->GetString(keys::kValueKey, &value));
value             175 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   if (!helpers::IsValidHeaderValue(value)) {
value             181 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc       new WebRequestSetRequestHeaderAction(name, value));
value             186 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::Value* value,
value             190 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   CHECK(value->GetAsDictionary(&dict));
value             209 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   std::string value;
value             211 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   INPUT_FORMAT_VALIDATE(dict->GetString(keys::kValueKey, &value));
value             216 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   if (!helpers::IsValidHeaderValue(value)) {
value             222 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc       new WebRequestAddResponseHeaderAction(name, value));
value             233 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   std::string value;
value             235 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   bool has_value = dict->GetString(keys::kValueKey, &value);
value             240 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   if (has_value && !helpers::IsValidHeaderValue(value)) {
value             246 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc       new WebRequestRemoveResponseHeaderAction(name, value, has_value));
value             251 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::Value* value,
value             255 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   CHECK(value->GetAsDictionary(&dict));
value             278 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::Value* value,
value             284 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   CHECK(value->GetAsDictionary(&dict));
value             309 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::DictionaryValue* value = NULL;
value             310 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kCookieKey, &value));
value             311 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     modification->modification = ParseRequestCookie(value);
value             313 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::DictionaryValue* value = NULL;
value             314 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kModificationKey, &value));
value             315 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     modification->modification = ParseRequestCookie(value);
value             324 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::Value* value,
value             330 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   CHECK(value->GetAsDictionary(&dict));
value             355 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::DictionaryValue* value = NULL;
value             356 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kCookieKey, &value));
value             357 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     modification->modification = ParseResponseCookie(value);
value             359 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::DictionaryValue* value = NULL;
value             360 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     INPUT_FORMAT_VALIDATE(dict->GetDictionary(keys::kModificationKey, &value));
value             361 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     modification->modification = ParseResponseCookie(value);
value             370 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const base::Value* value,
value             374 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc   CHECK(value->GetAsDictionary(&dict));
value             786 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const std::string& value)
value             792 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc       value_(value) {}
value             867 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const std::string& value)
value             873 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc       value_(value) {}
value             917 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc     const std::string& value,
value             924 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc       value_(value),
value             290 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h                                    const std::string& value);
value             332 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h                                     const std::string& value);
value             354 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h                                                 const std::string& value,
value             157 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.cc     const base::Value& condition_attribute_value = iter.value();
value             113 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     const base::Value* value,
value             115 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   CHECK(value != NULL && error != NULL);
value             118 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc       name, value, error, &bad_message);
value             137 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     const base::Value* value,
value             142 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   if (!value->GetAsList(&value_as_list)) {
value             222 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc       const base::Value* value,
value             228 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   if (!value->GetAsList(&value_as_list)) {
value             307 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   bool TestNameValue(const std::string& name, const std::string& value) const;
value             348 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     bool Matches(const std::string& name, const std::string& value) const;
value             394 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc                                   const std::string& value) const {
value             396 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     if (tests_[i]->Matches(name, value))
value             494 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     const base::Value* content = &it.value();
value             526 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc                                              const std::string& value) const {
value             533 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     if (!value_match_[i]->Matches(value))
value             558 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     const base::Value* value,
value             561 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   if (!value->GetAsList(&value_as_list)) {
value             579 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     const base::Value* value,
value             586 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc       PrepareHeaderMatcher(name, value, error));
value             614 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     passed |= header_matcher_->TestNameValue(it.name(), it.value());
value             653 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     const base::Value* value,
value             660 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc       PrepareHeaderMatcher(name, value, error));
value             688 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   std::string value;
value             690 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   while (!passed && headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             691 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     passed |= header_matcher_->TestNameValue(name, value);
value             727 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc     const base::Value* value,
value             733 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   if (!value->GetAsBoolean(&third_party)) {
value             799 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc bool ParseListOfStages(const base::Value& value, int* out_stages) {
value             801 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   if (!value.GetAsList(&list))
value             833 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc                                            const base::Value* value,
value             839 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.cc   if (!ParseListOfStages(*value, &allowed_stages)) {
value              53 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h       const base::Value* value,
value              94 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h       const base::Value* value,
value             124 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h       const base::Value* value,
value             159 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h       const base::Value* value,
value             193 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h       const base::Value* value,
value             223 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h       const base::Value* value,
value             252 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h       const base::Value* value,
value             356 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc     const std::string* value = array[i+1];
value             370 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc           list->Append(new base::StringValue(*value));
value             375 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc           list->Append(new base::StringValue(*value));
value             382 chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc       dictionary->SetString(*name, *value);
value             693 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry_unittest.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(kRule));
value             694 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry_unittest.cc   ASSERT_TRUE(value);
value             697 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry_unittest.cc   ASSERT_TRUE(RulesRegistry::Rule::Populate(*value, &rule));
value             782 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry_unittest.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(kRule));
value             783 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry_unittest.cc   ASSERT_TRUE(value.get());
value             787 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry_unittest.cc   ASSERT_TRUE(RulesRegistry::Rule::Populate(*value, rules.back().get()));
value             382 chrome/browser/extensions/api/developer_private/developer_private_api.cc               scoped_ptr<base::DictionaryValue> value = error->ToValue();
value             386 chrome/browser/extensions/api/developer_private/developer_private_api.cc               value->SetBoolean("canInspect", can_inspect);
value             387 chrome/browser/extensions/api/developer_private/developer_private_api.cc               info->runtime_errors.push_back(make_linked_ptr(value.release()));
value              47 chrome/browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc   if (!iterator.value().GetAsDictionary(&info))
value              85 chrome/browser/extensions/api/dial/dial_service.cc                std::string* value) {
value              86 chrome/browser/extensions/api/dial/dial_service.cc   return headers->EnumerateHeader(NULL, std::string(name), value);
value              67 chrome/browser/extensions/api/dns/dns_apitest.cc   base::DictionaryValue *value =
value              71 chrome/browser/extensions/api/dns/dns_apitest.cc   EXPECT_TRUE(value->GetInteger("resultCode", &resultCode));
value              75 chrome/browser/extensions/api/dns/dns_apitest.cc   EXPECT_TRUE(value->GetString("address", &address));
value              94 chrome/browser/extensions/api/dns/dns_apitest.cc   base::DictionaryValue *value =
value              98 chrome/browser/extensions/api/dns/dns_apitest.cc   EXPECT_TRUE(value->GetInteger("resultCode", &resultCode));
value             102 chrome/browser/extensions/api/dns/dns_apitest.cc   EXPECT_TRUE(value->GetString("address", &address));
value             543 chrome/browser/extensions/api/downloads/downloads_api.cc       if (!query_out.AddFilter(filter_type->second, query_json_field.value())) {
value            1017 chrome/browser/extensions/api/downloads/downloads_api.cc       download_params->add_request_header(name_value.name, name_value.value);
value            1684 chrome/browser/extensions/api/downloads/downloads_api.cc   base::FilePath::StringType filename_str(const_filename.value());
value            1812 chrome/browser/extensions/api/downloads/downloads_api.cc            !iter.value().Equals(old_value))) {
value            1813 chrome/browser/extensions/api/downloads/downloads_api.cc         delta->Set(iter.key() + ".current", iter.value().DeepCopy());
value            1828 chrome/browser/extensions/api/downloads/downloads_api.cc       delta->Set(iter.key() + ".previous", iter.value().DeepCopy());
value             139 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc                !iter.value().Equals(right_value))) {
value             629 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     EXPECT_STREQ(expected_path_.value().c_str(), path.value().c_str());
value             783 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc #define INTERRUPT_REASON(name, value) \
value             798 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc #define INTERRUPT_REASON(name, value) \
value            1180 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   ASSERT_GT(items[0]->GetTargetFilePath().value(),
value            1181 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc             items[1]->GetTargetFilePath().value());
value            1213 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   ASSERT_GT(items[0]->GetTargetFilePath().value(),
value            1214 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc             items[1]->GetTargetFilePath().value());
value            1322 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   ASSERT_EQ(items[2]->GetTargetFilePath().value(), item_name);
value            3577 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc #define INTERRUPT_REASON(name, value) \
value            3611 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   EXPECT_EQ(FILE_PATH_LITERAL("a"), filename.value());
value            3629 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   EXPECT_EQ(FILE_PATH_LITERAL("a"), filename.value());
value            3650 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   EXPECT_EQ(FILE_PATH_LITERAL("b"), filename.value());
value             110 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc   bool value = false;
value             113 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc       if (!settings->GetBoolean(chromeos::kDeviceAttestationEnabled, &value))
value             114 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc         value = false;
value             126 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc   callback.Run(value);
value             136 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc   base::StringValue value(extension_->id());
value             137 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc   return list->Find(value) != list->end();
value              52 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api_unittest.cc   FakeBoolDBusMethod(chromeos::DBusMethodCallStatus status, bool value)
value              54 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api_unittest.cc         value_(value) {}
value             318 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api_unittest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value             322 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api_unittest.cc   value->GetAsString(&response);
value             493 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api_unittest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value             497 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api_unittest.cc   value->GetAsString(&response);
value              29 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc                      scoped_ptr<base::Value> value) {
value              97 chrome/browser/extensions/api/extension_action/extension_action_api.cc   uint64 value = 0;
value              98 chrome/browser/extensions/api/extension_action/extension_action_api.cc   base::StringToUint64(str, &value);
value              99 chrome/browser/extensions/api/extension_action/extension_action_api.cc   SkColor color = static_cast<SkColor>(value);
value             100 chrome/browser/extensions/api/extension_action/extension_action_api.cc   DCHECK(value == color);  // ensure value fits into color's 32 bits
value             483 chrome/browser/extensions/api/extension_action/extension_action_api.cc     const std::string& extension_id, scoped_ptr<base::Value> value) {
value             500 chrome/browser/extensions/api/extension_action/extension_action_api.cc   if (!value.get() || !value->GetAsDictionary(&dict))
value             108 chrome/browser/extensions/api/extension_action/extension_action_api.h       const std::string& extension_id, scoped_ptr<base::Value> value);
value             215 chrome/browser/extensions/api/feedback_private/feedback_private_api.cc       (*sys_logs.get())[it->get()->key] = it->get()->value;
value              20 chrome/browser/extensions/api/feedback_private/feedback_service.cc     const std::string& value) {
value              23 chrome/browser/extensions/api/feedback_private/feedback_service.cc   sys_info_value.Set("value", new base::StringValue(value));
value              46 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc         base::FilePath::FromUTF8Unsafe(*extension).value())) {
value              84 chrome/browser/extensions/api/file_system/file_system_api.cc       NULL, (const UInt8*)path.value().c_str(), path.value().length(), true));
value              86 chrome/browser/extensions/api/file_system/file_system_api.cc     return path.BaseName().value();
value              90 chrome/browser/extensions/api/file_system/file_system_api.cc     return path.BaseName().value();
value             125 chrome/browser/extensions/api/file_system/file_system_api.cc   DCHECK_EQ(actual_path.value(), source_path.value());
value             277 chrome/browser/extensions/api/file_system/file_system_api.cc   SetResult(new base::StringValue(file_path.value()));
value             386 chrome/browser/extensions/api/font_settings/font_settings_api.cc   base::Value* value;
value             387 chrome/browser/extensions/api/font_settings/font_settings_api.cc   EXTENSION_FUNCTION_VALIDATE(details->Get(GetKey(), &value));
value             393 chrome/browser/extensions/api/font_settings/font_settings_api.cc                                    value->DeepCopy());
value             555 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value             558 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value             650 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value             653 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value             689 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value             692 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value             810 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value             813 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value             849 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(WaitForSingleResult(func.get()));
value             851 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value             885 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(WaitForSingleResult(func.get()));
value             887 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value             981 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value             984 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value            1043 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(WaitForSingleResult(func.get()));
value            1045 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value            1072 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value            1075 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&access_token));
value            1265 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value            1272 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&url));
value            1292 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(utils::RunFunctionAndReturnSingleResult(
value            1299 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&url));
value            1323 chrome/browser/extensions/api/identity/identity_apitest.cc   scoped_ptr<base::Value> value(
value            1327 chrome/browser/extensions/api/identity/identity_apitest.cc   EXPECT_TRUE(value->GetAsString(&url));
value              63 chrome/browser/extensions/api/image_writer_private/operation_chromeos.cc   burner->BurnImage(image_path_.value(),
value              64 chrome/browser/extensions/api/image_writer_private/operation_chromeos.cc                     device_path_.value(),
value              27 chrome/browser/extensions/api/image_writer_private/removable_storage_provider_linux.cc   std::string device = file_path.BaseName().value();
value             116 chrome/browser/extensions/api/image_writer_private/write_from_url_operation_unittest.cc             operation->GetImagePath().BaseName().value());
value             128 chrome/browser/extensions/api/image_writer_private/write_from_url_operation_unittest.cc             operation->GetImagePath().BaseName().value());
value             662 chrome/browser/extensions/api/input_ime/input_ime_api.cc     candidates_out.back().value = candidates_in[i]->candidate;
value              24 chrome/browser/extensions/api/location/location_api.cc bool IsNegative(double* value) {
value              25 chrome/browser/extensions/api/location/location_api.cc   return value && *value < 0.0;
value              57 chrome/browser/extensions/api/log_private/log_private_api.h   void AddEntriesOnUI(scoped_ptr<base::ListValue> value);
value             127 chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc void LogPrivateAPI::AddEntriesOnUI(scoped_ptr<base::ListValue> value) {
value             134 chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc     event_args->Append(value->DeepCopy());
value             328 chrome/browser/extensions/api/management/management_api.cc     const base::Value* value = NULL;
value             329 chrome/browser/extensions/api/management/management_api.cc     CHECK(wrapper.Get(0, &value));
value             330 chrome/browser/extensions/api/management/management_api.cc     if (value->IsType(base::Value::TYPE_DICTIONARY))
value             332 chrome/browser/extensions/api/management/management_api.cc           static_cast<const base::DictionaryValue*>(value)->DeepCopy());
value              97 chrome/browser/extensions/api/management/management_browsertest.cc   EXPECT_NE(old_path.value(), new_path.value());
value             359 chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc         &xml_contents, 0, std::string("$path1"), first_only_jpg.value());
value             361 chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc         &xml_contents, 0, std::string("$path2"), in_both_jpg.value());
value             239 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc     scoped_ptr<base::Value> value) {
value             244 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc   if (!value.get() || !value->GetAsList(&list))
value             100 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h                        scoped_ptr<base::Value> value);
value              52 chrome/browser/extensions/api/messaging/native_messaging_policy_handler.cc   const base::Value* value = NULL;
value              53 chrome/browser/extensions/api/messaging/native_messaging_policy_handler.cc   if (!CheckAndGetValue(policies, errors, &value))
value              56 chrome/browser/extensions/api/messaging/native_messaging_policy_handler.cc   if (!value)
value              60 chrome/browser/extensions/api/messaging/native_messaging_policy_handler.cc   if (!value->GetAsList(&list_value)) {
value              80 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc   base::Value* value = NULL;
value              93 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value              94 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             105 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             106 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             115 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             116 chrome/browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value              76 chrome/browser/extensions/api/messaging/native_messaging_test_util.cc             manifest_key.WriteValue(NULL, manifest_path.value().c_str()));
value             129 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc                      params->metric.buckets, params->value);
value             138 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc   UMA_HISTOGRAM_SPARSE_SLOWLY(params->metric_name, params->value);
value             147 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc                      1, 101, 102, params->value);
value             154 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc                      1, 1000000, 50, params->value);
value             162 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc                      1, 100, 50, params->value);
value             170 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc                      1, 10000, 50, params->value);
value             178 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc                      1, kTenSecMs, 50, params->value);
value             187 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc                      1, kThreeMinMs, 50, params->value);
value             196 chrome/browser/extensions/api/metrics_private/metrics_private_api.cc                      1, kOneHourMs, 50, params->value);
value              72 chrome/browser/extensions/api/music_manager_private/device_id_linux.cc       DVLOG(1) << "Returning uuid: \"" << it->second.value()
value              73 chrome/browser/extensions/api/music_manager_private/device_id_linux.cc                << "\" for device \"" << it->first.value() << "\"";
value              74 chrome/browser/extensions/api/music_manager_private/device_id_linux.cc       result = it->second.value();
value              86 chrome/browser/extensions/api/music_manager_private/device_id_linux.cc       LOG(ERROR) << "  DeviceID=" << it->first.value() << ", uuid="
value              87 chrome/browser/extensions/api/music_manager_private/device_id_linux.cc                  << it->second.value();
value             178 chrome/browser/extensions/api/page_capture/page_capture_api.cc   dict->SetString("mhtmlFilePath", mhtml_path_.value());
value              48 chrome/browser/extensions/api/permissions/permissions_api_helpers.cc     scoped_ptr<base::Value> value(i->ToValue());
value              49 chrome/browser/extensions/api/permissions/permissions_api_helpers.cc     if (!value) {
value              54 chrome/browser/extensions/api/permissions/permissions_api_helpers.cc       base::JSONWriter::Write(value.get(), &json);
value              44 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc   scoped_ptr<base::DictionaryValue> value(permissions->ToValue());
value              47 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc   EXPECT_TRUE(value->GetList("permissions", &api_list));
value              48 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc   EXPECT_TRUE(value->GetList("origins", &origin_list));
value              55 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     scoped_ptr<base::Value> value(new base::StringValue(expected_apis[i]));
value              56 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_NE(api_list->end(), api_list->Find(*value));
value              61 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     scoped_ptr<base::Value> value(new base::StringValue(expected_origins[i]));
value              62 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_NE(origin_list->end(), origin_list->Find(*value));
value              70 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc   EXPECT_TRUE(Permissions::Populate(*value, &permissions_object));
value              85 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              92 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("permissions", apis->DeepCopy());
value              93 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_TRUE(Permissions::Populate(*value, &permissions_object));
value             103 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Clear();
value             104 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("origins", origins->DeepCopy());
value             105 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_TRUE(Permissions::Populate(*value, &permissions_object));
value             115 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Clear();
value             118 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("permissions", invalid_apis->DeepCopy());
value             119 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_FALSE(Permissions::Populate(*value, &permissions_object));
value             125 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Clear();
value             128 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("origins", invalid_origins->DeepCopy());
value             129 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_FALSE(Permissions::Populate(*value, &permissions_object));
value             135 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Clear();
value             136 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("origins", new base::FundamentalValue(2));
value             137 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_FALSE(Permissions::Populate(*value, &permissions_object));
value             142 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Clear();
value             143 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("permissions", new base::FundamentalValue(2));
value             144 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_FALSE(Permissions::Populate(*value, &permissions_object));
value             150 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Clear();
value             151 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("origins", origins->DeepCopy());
value             152 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("random", new base::FundamentalValue(3));
value             153 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_TRUE(Permissions::Populate(*value, &permissions_object));
value             163 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Clear();
value             166 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     value->Set("permissions", invalid_apis->DeepCopy());
value             167 chrome/browser/extensions/api/permissions/permissions_api_helpers_unittest.cc     EXPECT_TRUE(Permissions::Populate(*value, &permissions_object));
value              43 chrome/browser/extensions/api/preference/chrome_direct_setting.cc   const base::Value* value = preference->GetValue();
value              46 chrome/browser/extensions/api/preference/chrome_direct_setting.cc   result->Set(preference_api_constants::kValue, value->DeepCopy());
value              67 chrome/browser/extensions/api/preference/chrome_direct_setting.cc   base::Value* value = NULL;
value              69 chrome/browser/extensions/api/preference/chrome_direct_setting.cc       details->Get(preference_api_constants::kValue, &value));
value              76 chrome/browser/extensions/api/preference/chrome_direct_setting.cc   EXTENSION_FUNCTION_VALIDATE(value->GetType() == preference->GetType());
value              78 chrome/browser/extensions/api/preference/chrome_direct_setting.cc   pref_service->Set(pref_key.c_str(), *value);
value             130 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc     const base::Value* value = preference->GetValue();
value             133 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc     result->Set(preference_api_constants::kValue, value->DeepCopy());
value             146 chrome/browser/extensions/api/preference/preference_api.cc   static base::Value* InvertBooleanValue(const base::Value* value) {
value             148 chrome/browser/extensions/api/preference/preference_api.cc     bool result = value->GetAsBoolean(&bool_value);
value             336 chrome/browser/extensions/api/preference/preference_api.cc     base::Value* value) {
value             342 chrome/browser/extensions/api/preference/preference_api.cc   DCHECK_EQ(pref->GetType(), value->GetType())
value             357 chrome/browser/extensions/api/preference/preference_api.cc     preference->SetWithoutPathExpansion(pref_key, value->DeepCopy());
value             360 chrome/browser/extensions/api/preference/preference_api.cc       extension_id, pref_key, scope, value);
value             594 chrome/browser/extensions/api/preference/preference_api.cc   base::Value* value = NULL;
value             595 chrome/browser/extensions/api/preference/preference_api.cc   EXTENSION_FUNCTION_VALIDATE(details->Get(keys::kValue, &value));
value             643 chrome/browser/extensions/api/preference/preference_api.cc   EXTENSION_FUNCTION_VALIDATE(value->GetType() == pref->GetType());
value             649 chrome/browser/extensions/api/preference/preference_api.cc       transformer->ExtensionToBrowserPref(value, &error, &bad_message));
value              64 chrome/browser/extensions/api/preference/preference_api.h                                   base::Value* value);
value              78 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc                                       base::Value* value);
value              81 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc                                                base::Value* value);
value              85 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc       base::Value* value);
value             127 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc     base::Value* value) {
value             130 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc       extension->id(), key, kExtensionPrefsScopeRegular, value);
value             136 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc     base::Value* value) {
value             139 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc       extension->id(), key, kExtensionPrefsScopeIncognitoPersistent, value);
value             145 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc                                                    base::Value* value) {
value             148 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc       extension->id(), key, kExtensionPrefsScopeIncognitoSessionOnly, value);
value              43 chrome/browser/extensions/api/proxy/proxy_apitest.cc     std::string value;
value              45 chrome/browser/extensions/api/proxy/proxy_apitest.cc        ASSERT_TRUE(dict.GetBypassList(&value));
value              46 chrome/browser/extensions/api/proxy/proxy_apitest.cc        EXPECT_EQ(bypass, value);
value              48 chrome/browser/extensions/api/proxy/proxy_apitest.cc        EXPECT_FALSE(dict.GetBypassList(&value));
value              52 chrome/browser/extensions/api/proxy/proxy_apitest.cc        ASSERT_TRUE(dict.GetPacUrl(&value));
value              53 chrome/browser/extensions/api/proxy/proxy_apitest.cc        EXPECT_EQ(expected_pac_url, value);
value              55 chrome/browser/extensions/api/proxy/proxy_apitest.cc        EXPECT_FALSE(dict.GetPacUrl(&value));
value              59 chrome/browser/extensions/api/proxy/proxy_apitest.cc       ASSERT_TRUE(dict.GetProxyServer(&value));
value              60 chrome/browser/extensions/api/proxy/proxy_apitest.cc       EXPECT_EQ(expected_server, value);
value              62 chrome/browser/extensions/api/proxy/proxy_apitest.cc       EXPECT_FALSE(dict.GetProxyServer(&value));
value             125 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(data));
value             127 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc   if (!value.get())
value             131 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc   if (!value->GetAsDictionary(&dict))
value              64 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc               << override_user_data_dir.value();
value              57 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc       << password_file.value() << "\" does not exist.";
value              65 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc       << password_file.value()
value             288 chrome/browser/extensions/api/runtime/runtime_api.cc       profile, extension->id(), extension->manifest()->value());
value              46 chrome/browser/extensions/api/serial/serial_api.cc void SetDefaultScopedPtrValue(scoped_ptr<T>& ptr, const T& value) {
value              48 chrome/browser/extensions/api/serial/serial_api.cc     ptr.reset(new T(value));
value             113 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc                                    base::Value* value) {
value             120 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc                                     value);
value              39 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.h                base::Value* value);
value              29 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc     const base::Value& value = it.value();
value              31 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc     if (!value.GetAsString(&guid_in_value)) {
value              72 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc     base::DictionaryValue* value) {
value              75 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc     std::string local_id = GetPublicIdFromGUID(*value,
value              80 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc       local_id = GetRandomId(*value, device_info->size());
value              81 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc       value->SetString(local_id, device->guid());
value              49 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.h     base::DictionaryValue* value);
value             157 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc                                              base::ListValue* value) {
value             159 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc   if (!value->GetDictionary(index, &dictionary)) {
value             116 chrome/browser/extensions/api/socket/socket_apitest.cc   base::DictionaryValue *value =
value             119 chrome/browser/extensions/api/socket/socket_apitest.cc   EXPECT_TRUE(value->GetInteger("socketId", &socketId));
value             134 chrome/browser/extensions/api/socket/socket_apitest.cc   base::DictionaryValue *value =
value             137 chrome/browser/extensions/api/socket/socket_apitest.cc   EXPECT_TRUE(value->GetInteger("socketId", &socketId));
value             155 chrome/browser/extensions/api/socket/socket_apitest.cc   base::ListValue *value = static_cast<base::ListValue*>(result.get());
value             156 chrome/browser/extensions/api/socket/socket_apitest.cc   ASSERT_TRUE(value->GetSize() > 0);
value              79 chrome/browser/extensions/api/sockets_tcp/sockets_tcp_apitest.cc   base::DictionaryValue *value =
value              82 chrome/browser/extensions/api/sockets_tcp/sockets_tcp_apitest.cc   EXPECT_TRUE(value->GetInteger("socketId", &socketId));
value              80 chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_apitest.cc   base::DictionaryValue *value =
value              83 chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_apitest.cc   EXPECT_TRUE(value->GetInteger("socketId", &socketId));
value              81 chrome/browser/extensions/api/sockets_udp/sockets_udp_apitest.cc   base::DictionaryValue *value =
value              84 chrome/browser/extensions/api/sockets_udp/sockets_udp_apitest.cc   EXPECT_TRUE(value->GetInteger("socketId", &socketId));
value              50 chrome/browser/extensions/api/storage/policy_value_store.cc           it->first, it->second.value->DeepCopy());
value             153 chrome/browser/extensions/api/storage/policy_value_store.cc     WriteOptions options, const std::string& key, const base::Value& value) {
value              52 chrome/browser/extensions/api/storage/policy_value_store.h       const base::Value& value) OVERRIDE;
value              53 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc       const base::Value& value) OVERRIDE {
value              54 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc     return delegate()->Set(options, key, value);
value             132 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc   base::Value* value = NULL;
value             133 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc   EXPECT_FALSE(result->settings().Get("may", &value));
value             134 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc   EXPECT_TRUE(result->settings().Get("must", &value));
value             135 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             157 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc   const base::StringValue value("111");
value             160 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc     changes.push_back(ValueStoreChange("aaa", NULL, value.DeepCopy()));
value             169 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc                value.DeepCopy(), NULL);
value             177 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc     changes.push_back(ValueStoreChange("bbb", NULL, value.DeepCopy()));
value             185 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc                value.DeepCopy(), NULL);
value             195 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc         ValueStoreChange("bbb", value.DeepCopy(), new_value.DeepCopy()));
value              49 chrome/browser/extensions/api/storage/setting_sync_data.cc   scoped_ptr<base::Value> value(
value              50 chrome/browser/extensions/api/storage/setting_sync_data.cc       base::JSONReader::Read(specifics.value()));
value              51 chrome/browser/extensions/api/storage/setting_sync_data.cc   if (!value.get()) {
value              53 chrome/browser/extensions/api/storage/setting_sync_data.cc         specifics.key() << " had bad JSON for value: " << specifics.value();
value              54 chrome/browser/extensions/api/storage/setting_sync_data.cc     value.reset(new base::DictionaryValue());
value              60 chrome/browser/extensions/api/storage/setting_sync_data.cc       value.Pass());
value              67 chrome/browser/extensions/api/storage/setting_sync_data.cc     scoped_ptr<base::Value> value)
value              68 chrome/browser/extensions/api/storage/setting_sync_data.cc     : internal_(new Internal(change_type, extension_id, key, value.Pass())) {}
value              92 chrome/browser/extensions/api/storage/setting_sync_data.cc     scoped_ptr<base::Value> value)
value              96 chrome/browser/extensions/api/storage/setting_sync_data.cc       value_(value.Pass()) {
value              38 chrome/browser/extensions/api/storage/setting_sync_data.h       scoped_ptr<base::Value> value);
value              52 chrome/browser/extensions/api/storage/setting_sync_data.h   const base::Value& value() const;
value              63 chrome/browser/extensions/api/storage/setting_sync_data.h       scoped_ptr<base::Value> value);
value              57 chrome/browser/extensions/api/storage/settings_sync_processor.cc     const base::Value* value = i->new_value();
value              58 chrome/browser/extensions/api/storage/settings_sync_processor.cc     if (value) {
value              62 chrome/browser/extensions/api/storage/settings_sync_processor.cc             extension_id_, key, *value, type_));
value              66 chrome/browser/extensions/api/storage/settings_sync_processor.cc             extension_id_, key, *value, type_));
value              43 chrome/browser/extensions/api/storage/settings_sync_unittest.cc static std::string GetJson(const base::Value& value) {
value              45 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   base::JSONWriter::WriteWithOptions(&value,
value             313 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   EXPECT_PRED_FORMAT2(ValuesEq, &value1, &all_sync_data["s1"][0].value());
value             315 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   EXPECT_PRED_FORMAT2(ValuesEq, &value2, &all_sync_data["s2"][0].value());
value             341 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   EXPECT_TRUE(value2.Equals(&change.value()));
value             370 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   EXPECT_TRUE(value1.Equals(&change.value()));
value             373 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   EXPECT_TRUE(value2.Equals(&change.value()));
value             531 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(value2.Equals(&change.value()));
value             534 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(value2.Equals(&change.value()));
value             537 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(value1.Equals(&change.value()));
value             540 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(value1.Equals(&change.value()));
value             553 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(value1.Equals(&change.value()));
value             556 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(value2.Equals(&change.value()));
value             559 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(value1.Equals(&change.value()));
value             562 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(value2.Equals(&change.value()));
value             654 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   EXPECT_PRED_FORMAT2(ValuesEq, &value1, &extension_sync_data["s1"][0].value());
value             660 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   EXPECT_PRED_FORMAT2(ValuesEq, &value2, &app_sync_data["s2"][0].value());
value            1422 chrome/browser/extensions/api/storage/settings_sync_unittest.cc     EXPECT_TRUE(sync_data.value().Equals(string_value.get()));
value              27 chrome/browser/extensions/api/storage/settings_sync_util.cc     const base::Value& value,
value              33 chrome/browser/extensions/api/storage/settings_sync_util.cc     base::JSONWriter::Write(&value, &value_as_json);
value              41 chrome/browser/extensions/api/storage/settings_sync_util.cc     const base::Value& value,
value              44 chrome/browser/extensions/api/storage/settings_sync_util.cc       extension_id, key, value, specifics->mutable_extension_setting());
value              52 chrome/browser/extensions/api/storage/settings_sync_util.cc     const base::Value& value,
value              60 chrome/browser/extensions/api/storage/settings_sync_util.cc           value,
value              68 chrome/browser/extensions/api/storage/settings_sync_util.cc           value,
value              83 chrome/browser/extensions/api/storage/settings_sync_util.cc     const base::Value& value,
value              88 chrome/browser/extensions/api/storage/settings_sync_util.cc       CreateData(extension_id, key, value, type));
value              94 chrome/browser/extensions/api/storage/settings_sync_util.cc     const base::Value& value,
value              99 chrome/browser/extensions/api/storage/settings_sync_util.cc       CreateData(extension_id, key, value, type));
value              31 chrome/browser/extensions/api/storage/settings_sync_util.h     const base::Value& value,
value              38 chrome/browser/extensions/api/storage/settings_sync_util.h     const base::Value& value,
value              45 chrome/browser/extensions/api/storage/settings_sync_util.h     const base::Value& value,
value              27 chrome/browser/extensions/api/storage/sync_storage_backend.cc         extension_id, it.key(), it.value(), type));
value             193 chrome/browser/extensions/api/storage/sync_storage_backend.cc     sync_data->SetWithoutPathExpansion(data.key(), data.value().DeepCopy());
value              72 chrome/browser/extensions/api/storage/syncable_settings_storage.cc     WriteOptions options, const std::string& key, const base::Value& value) {
value              74 chrome/browser/extensions/api/storage/syncable_settings_storage.cc   WriteResult result = delegate_->Set(options, key, value);
value             197 chrome/browser/extensions/api/storage/syncable_settings_storage.cc     changes.push_back(ValueStoreChange(i.key(), NULL, i.value().DeepCopy()));
value             223 chrome/browser/extensions/api/storage/syncable_settings_storage.cc       if (sync_value->Equals(&it.value())) {
value             249 chrome/browser/extensions/api/storage/syncable_settings_storage.cc     scoped_ptr<base::Value> value;
value             250 chrome/browser/extensions/api/storage/syncable_settings_storage.cc     CHECK(new_sync_state->RemoveWithoutPathExpansion(key, &value));
value             256 chrome/browser/extensions/api/storage/syncable_settings_storage.cc             value.Pass()));
value             291 chrome/browser/extensions/api/storage/syncable_settings_storage.cc     const base::Value& value = it->value();
value             315 chrome/browser/extensions/api/storage/syncable_settings_storage.cc           error = OnSyncAdd(key, value.DeepCopy(), &changes);
value             322 chrome/browser/extensions/api/storage/syncable_settings_storage.cc               key, current_value.release(), value.DeepCopy(), &changes);
value             329 chrome/browser/extensions/api/storage/syncable_settings_storage.cc               key, current_value.release(), value.DeepCopy(), &changes);
value             334 chrome/browser/extensions/api/storage/syncable_settings_storage.cc           error = OnSyncAdd(key, value.DeepCopy(), &changes);
value              46 chrome/browser/extensions/api/storage/syncable_settings_storage.h       const base::Value& value) OVERRIDE;
value              71 chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.h                                 scoped_ptr<base::ListValue> value);
value              49 chrome/browser/extensions/api/system_network/system_network_apitest.cc   base::ListValue *value = static_cast<base::ListValue*>(result.get());
value              50 chrome/browser/extensions/api/system_network/system_network_apitest.cc   ASSERT_TRUE(value->GetSize() > 0);
value              52 chrome/browser/extensions/api/system_network/system_network_apitest.cc   for (base::ListValue::const_iterator it = value->begin();
value              53 chrome/browser/extensions/api/system_network/system_network_apitest.cc       it != value->end(); ++it) {
value              67 chrome/browser/extensions/api/system_private/system_private_api.cc   int value = prefs->GetInteger(prefs::kIncognitoModeAvailability);
value              69 chrome/browser/extensions/api/system_private/system_private_api.cc       value >= 0 &&
value              70 chrome/browser/extensions/api/system_private/system_private_api.cc       value < static_cast<int>(arraysize(kIncognitoModeAvailabilityStrings)));
value              71 chrome/browser/extensions/api/system_private/system_private_api.cc   SetResult(new base::StringValue(kIncognitoModeAvailabilityStrings[value]));
value             189 chrome/browser/extensions/api/tabs/tabs_api.cc bool MatchesBool(bool* boolean, bool value) {
value             190 chrome/browser/extensions/api/tabs/tabs_api.cc   return !boolean || *boolean == value;
value            1452 chrome/browser/extensions/api/tabs/tabs_api.cc     scoped_ptr<base::Value> value;
value            1453 chrome/browser/extensions/api/tabs/tabs_api.cc     CHECK(tab_values.get()->Remove(0, &value));
value            1454 chrome/browser/extensions/api/tabs/tabs_api.cc     SetResult(value.release());
value             987 chrome/browser/extensions/api/usb/usb_api.cc       transfer.value,
value              41 chrome/browser/extensions/api/usb/usb_apitest.cc       const uint8 request, const uint16 value, const uint16 index,
value             227 chrome/browser/extensions/api/web_request/form_data_parser.cc                      base::StringPiece* value,
value             299 chrome/browser/extensions/api/web_request/form_data_parser.cc   std::string value;
value             301 chrome/browser/extensions/api/web_request/form_data_parser.cc       net::HttpRequestHeaders::kContentType, &value);
value             302 chrome/browser/extensions/api/web_request/form_data_parser.cc   return CreateFromContentTypeHeader(found ? &value : NULL);
value             496 chrome/browser/extensions/api/web_request/form_data_parser.cc   base::StringPiece value;
value             499 chrome/browser/extensions/api/web_request/form_data_parser.cc   while (TryReadHeader(&name, &value, &value_assigned_temp))
value             519 chrome/browser/extensions/api/web_request/form_data_parser.cc     return_value = FinishReadingPart(value_assigned ? NULL : &value);
value             526 chrome/browser/extensions/api/web_request/form_data_parser.cc   result->set_value(value);
value             566 chrome/browser/extensions/api/web_request/form_data_parser.cc                                             base::StringPiece* value,
value             593 chrome/browser/extensions/api/web_request/form_data_parser.cc     value->set(groups[1].data(), groups[1].size());
value              31 chrome/browser/extensions/api/web_request/form_data_parser.h     const std::string& value() const {
value              45 chrome/browser/extensions/api/web_request/form_data_parser_unittest.cc       output->push_back(result.value());
value              66 chrome/browser/extensions/api/web_request/form_data_parser_unittest.cc       output.push_back(result.value());
value              45 chrome/browser/extensions/api/web_request/upload_data_presenter.cc                         base::Value* value,
value              48 chrome/browser/extensions/api/web_request/upload_data_presenter.cc   dictionary->SetWithoutPathExpansion(key, value);
value             133 chrome/browser/extensions/api/web_request/upload_data_presenter.cc         new base::StringValue(result.value()));
value              38 chrome/browser/extensions/api/web_request/upload_data_presenter.h                         base::Value* value,
value             274 chrome/browser/extensions/api/web_request/web_request_api.cc                           std::string* value) {
value             284 chrome/browser/extensions/api/web_request/web_request_api.cc     if (!header_value->GetString(keys::kHeaderValueKey, value)) {
value             290 chrome/browser/extensions/api/web_request/web_request_api.cc       *value = "";
value             292 chrome/browser/extensions/api/web_request/web_request_api.cc                !helpers::CharListToString(list, value)) {
value             302 chrome/browser/extensions/api/web_request/web_request_api.cc                                           const std::string& value) {
value             305 chrome/browser/extensions/api/web_request/web_request_api.cc   if (IsStringUTF8(value)) {
value             306 chrome/browser/extensions/api/web_request/web_request_api.cc     header->SetString(keys::kHeaderValueKey, value);
value             309 chrome/browser/extensions/api/web_request/web_request_api.cc                 helpers::StringToCharList(value));
value             322 chrome/browser/extensions/api/web_request/web_request_api.cc     std::string value;
value             323 chrome/browser/extensions/api/web_request/web_request_api.cc     while (headers->EnumerateHeaderLines(&iter, &name, &value))
value             324 chrome/browser/extensions/api/web_request/web_request_api.cc       headers_value->Append(ToHeaderDictionary(name, value));
value             332 chrome/browser/extensions/api/web_request/web_request_api.cc     headers_value->Append(ToHeaderDictionary(it.name(), it.value()));
value             549 chrome/browser/extensions/api/web_request/web_request_api.cc     const base::DictionaryValue& value, std::string* error) {
value             550 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!value.HasKey("urls"))
value             553 chrome/browser/extensions/api/web_request/web_request_api.cc   for (base::DictionaryValue::Iterator it(value); !it.IsAtEnd(); it.Advance()) {
value             556 chrome/browser/extensions/api/web_request/web_request_api.cc       if (!it.value().GetAsList(&urls_value))
value             574 chrome/browser/extensions/api/web_request/web_request_api.cc       if (!it.value().GetAsList(&types_value))
value             585 chrome/browser/extensions/api/web_request/web_request_api.cc       if (!it.value().GetAsInteger(&tab_id))
value             588 chrome/browser/extensions/api/web_request/web_request_api.cc       if (!it.value().GetAsInteger(&window_id))
value             599 chrome/browser/extensions/api/web_request/web_request_api.cc     const base::ListValue& value, int* extra_info_spec) {
value             601 chrome/browser/extensions/api/web_request/web_request_api.cc   for (size_t i = 0; i < value.GetSize(); ++i) {
value             603 chrome/browser/extensions/api/web_request/web_request_api.cc     if (!value.GetString(i, &str))
value            1654 chrome/browser/extensions/api/web_request/web_request_api.cc     modified_headers->Append(ToHeaderDictionary(iter.name(), iter.value()));
value            2155 chrome/browser/extensions/api/web_request/web_request_api.cc   base::DictionaryValue* value = NULL;
value            2157 chrome/browser/extensions/api/web_request/web_request_api.cc   EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &value));
value            2159 chrome/browser/extensions/api/web_request/web_request_api.cc   EXTENSION_FUNCTION_VALIDATE(filter.InitFromValue(*value, &error_) ||
value            2166 chrome/browser/extensions/api/web_request/web_request_api.cc     base::ListValue* value = NULL;
value            2167 chrome/browser/extensions/api/web_request/web_request_api.cc     EXTENSION_FUNCTION_VALIDATE(args_->GetList(2, &value));
value            2170 chrome/browser/extensions/api/web_request/web_request_api.cc             *value, &extra_info_spec));
value            2263 chrome/browser/extensions/api/web_request/web_request_api.cc     base::DictionaryValue* value = NULL;
value            2264 chrome/browser/extensions/api/web_request/web_request_api.cc     EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(3, &value));
value            2266 chrome/browser/extensions/api/web_request/web_request_api.cc     if (!value->empty()) {
value            2273 chrome/browser/extensions/api/web_request/web_request_api.cc     if (value->HasKey("cancel")) {
value            2275 chrome/browser/extensions/api/web_request/web_request_api.cc       if (value->size() != 1) {
value            2285 chrome/browser/extensions/api/web_request/web_request_api.cc       EXTENSION_FUNCTION_VALIDATE(value->GetBoolean("cancel", &cancel));
value            2289 chrome/browser/extensions/api/web_request/web_request_api.cc     if (value->HasKey("redirectUrl")) {
value            2291 chrome/browser/extensions/api/web_request/web_request_api.cc       EXTENSION_FUNCTION_VALIDATE(value->GetString("redirectUrl",
value            2305 chrome/browser/extensions/api/web_request/web_request_api.cc     const bool hasRequestHeaders = value->HasKey("requestHeaders");
value            2306 chrome/browser/extensions/api/web_request/web_request_api.cc     const bool hasResponseHeaders = value->HasKey("responseHeaders");
value            2323 chrome/browser/extensions/api/web_request/web_request_api.cc         EXTENSION_FUNCTION_VALIDATE(value->GetList(keys::kRequestHeadersKey,
value            2327 chrome/browser/extensions/api/web_request/web_request_api.cc         EXTENSION_FUNCTION_VALIDATE(value->GetList(keys::kResponseHeadersKey,
value            2334 chrome/browser/extensions/api/web_request/web_request_api.cc         std::string value;
value            2337 chrome/browser/extensions/api/web_request/web_request_api.cc         if (!FromHeaderDictionary(header_value, &name, &value)) {
value            2356 chrome/browser/extensions/api/web_request/web_request_api.cc         if (!helpers::IsValidHeaderValue(value)) {
value            2366 chrome/browser/extensions/api/web_request/web_request_api.cc           request_headers->SetHeader(name, value);
value            2368 chrome/browser/extensions/api/web_request/web_request_api.cc           response_headers->push_back(helpers::ResponseHeader(name, value));
value            2376 chrome/browser/extensions/api/web_request/web_request_api.cc     if (value->HasKey(keys::kAuthCredentialsKey)) {
value            2378 chrome/browser/extensions/api/web_request/web_request_api.cc       EXTENSION_FUNCTION_VALIDATE(value->GetDictionary(
value             119 chrome/browser/extensions/api/web_request/web_request_api.h     bool InitFromValue(const base::DictionaryValue& value, std::string* error);
value             139 chrome/browser/extensions/api/web_request/web_request_api.h     static bool InitFromValue(const base::ListValue& value,
value             134 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->value.get(), b->value.get());
value             146 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc          NullableEquals(a->value.get(), b->value.get()) &&
value             227 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     std::string line = modification.name() + ": " + modification.value();
value             264 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   int value = 0;
value             266 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     if (!list->GetInteger(i, &value) || value < 0 || value > 255)
value             268 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     unsigned char tmp = static_cast<unsigned char>(value);
value             313 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc         std::string value;
value             314 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc         if (!old_headers->GetHeader(i.name(), &value) || i.value() != value) {
value             315 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc           result->modified_request_headers.SetHeader(i.name(), i.value());
value             342 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     std::string value;
value             343 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     while (old_response_headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             351 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc             value == i->second) {
value             357 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc         result->deleted_response_headers.push_back(ResponseHeader(name, value));
value             366 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc       std::string value;
value             368 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc       while (old_response_headers->EnumerateHeader(&iter, i->first, &value) &&
value             370 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc         header_found = (value == i->second);
value             551 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if (filter->value.get() && cookie.second != *filter->value) return false;
value             572 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc       std::string* new_value = (*mod)->modification->value.get();
value             614 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc       std::string* new_value = (*mod)->modification->value.get();
value             704 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     const std::string& value) {
value             710 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc       if (key == modification.name() && value == modification.value())
value             767 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc         const std::string& value = modification.value();
value             783 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc               current_value != value) {
value             858 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   std::string value;
value             860 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc                                                     &value)) {
value             861 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     result.push_back(make_linked_ptr(new net::ParsedCookie(value)));
value             885 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if (modification->value.get())
value             886 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     modified |= cookie->SetValue(*modification->value);
value             907 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if (filter->value.get() && cookie->Value() != *filter->value) return false;
value            1317 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc bool IsValidHeaderValue(const std::string& value) {
value            1319 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   return value.find('\0') == std::string::npos &&
value            1320 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc       value.find("\r\n") == std::string::npos;
value              50 chrome/browser/extensions/api/web_request/web_request_api_helpers.h   scoped_ptr<std::string> value;
value              63 chrome/browser/extensions/api/web_request/web_request_api_helpers.h   scoped_ptr<std::string> value;
value             332 chrome/browser/extensions/api/web_request/web_request_api_helpers.h bool IsValidHeaderValue(const std::string& value);
value             125 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   const base::Value* value = NULL;
value             126 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   ASSERT_TRUE(param->d.Get(1, &value));
value             128 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   ASSERT_TRUE(value->GetAsList(&list));
value             746 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   const char* value;
value             758 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   const char* value;
value             844 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc     before_headers.SetHeader(test.before[i].name, test.before[i].value);
value             863 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc         response->request_headers->SetHeader(mod.key, mod.value);
value             906 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc                                test.after[i].value);
value             944 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc       std::string value;
value             946 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc       ASSERT_TRUE(header->GetString(keys::kHeaderValueKey, &value));
value             947 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc       observed_headers.SetHeader(key, value);
value            1201 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   std::string value;
value            1216 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   ASSERT_TRUE(delta_added->modified_request_headers.GetHeader("key3", &value));
value            1217 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   EXPECT_EQ("value3", value);
value            1239 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc       delta_modified->modified_request_headers.GetHeader("key2", &value));
value            1240 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   EXPECT_EQ("value3", value);
value            1255 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc       delta_modified2->modified_request_headers.GetHeader("key2", &value));
value            1256 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   EXPECT_EQ("value3", value);
value            1639 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   add_cookie->modification->value.reset(new std::string("\"value 4\""));
value            1646 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   add_cookie_2->modification->value.reset(new std::string("new value"));
value            1654 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie->modification->value.reset(new std::string("new value"));
value            1759 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   add_cookie->modification->value.reset(new std::string("\"value4\""));
value            1767 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie->modification->value.reset(new std::string("new value"));
value            1787 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie_3->modification->value.reset(new std::string("greater_1"));
value            1797 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie_4->modification->value.reset(new std::string("greater_2"));
value            1811 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie_5->modification->value.reset(new std::string("equal_2"));
value            1823 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie_6->modification->value.reset(new std::string("smaller_1"));
value            1833 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie_7->modification->value.reset(new std::string("smaller_2"));
value            1844 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie_8->modification->value.reset(new std::string("equal_4"));
value            1855 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie_9->modification->value.reset(new std::string("Will not change"));
value            1868 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   edit_cookie_10->modification->value.reset(new std::string("Will not change"));
value            2003 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   std::string value;
value            2005 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   while (new_headers1->EnumerateHeaderLines(&iter, &name, &value)) {
value            2006 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc     actual1.insert(std::pair<std::string, std::string>(name, value));
value            2035 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   while (new_headers2->EnumerateHeaderLines(&iter, &name, &value)) {
value            2036 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc     actual2.insert(std::pair<std::string, std::string>(name, value));
value            2085 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   std::string value;
value            2087 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc   while (new_headers1->EnumerateHeaderLines(&iter, &name, &value)) {
value            2088 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc     actual1.insert(std::pair<std::string, std::string>(name, value));
value              82 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.cc     meta_data[(*it)->key] = (*it)->value;
value             186 chrome/browser/extensions/api/webview/webview_api.cc     if (!i.value().GetAsBoolean(&selected)) {
value             166 chrome/browser/extensions/chrome_app_api_browsertest.cc   EXPECT_TRUE(app_details->Equals(extension->manifest()->value()));
value             245 chrome/browser/extensions/chrome_app_api_browsertest.cc   EXPECT_TRUE(app_details->Equals(extension->manifest()->value()));
value             202 chrome/browser/extensions/component_loader.cc                   absolute_path.value() << "'. " << error;
value             168 chrome/browser/extensions/component_loader_unittest.cc   int value = 0;
value             172 chrome/browser/extensions/component_loader_unittest.cc   EXPECT_TRUE(manifest->GetInteger("test.one", &value));
value             173 chrome/browser/extensions/component_loader_unittest.cc   EXPECT_EQ(1, value);
value             174 chrome/browser/extensions/component_loader_unittest.cc   ASSERT_TRUE(manifest->GetInteger("two", &value));
value             175 chrome/browser/extensions/component_loader_unittest.cc   EXPECT_EQ(2, value);
value             233 chrome/browser/extensions/convert_user_script_unittest.cc   ASSERT_TRUE(base::PathExists(test_file)) << test_file.value();
value             306 chrome/browser/extensions/crx_installer.cc                               *expected_manifest_->value(),
value             684 chrome/browser/extensions/crx_installer.cc         install_directory_.value().length(), 0, 500, 100);
value             831 chrome/browser/extensions/crx_installer.cc   if (!temp_dir_.value().empty()) {
value             836 chrome/browser/extensions/crx_installer.cc   if (delete_source_ && !source_file_.value().empty()) {
value             274 chrome/browser/extensions/crx_installer_browsertest.cc   std::string crx_path_string(crx_path.value().begin(), crx_path.value().end());
value             143 chrome/browser/extensions/extension_action.h   bool SetIsVisible(int tab_id, bool value);
value              51 chrome/browser/extensions/extension_api_unittest.cc   base::Value* value = RunFunctionAndReturnValue(function, args).release();
value              54 chrome/browser/extensions/extension_api_unittest.cc   if (value && !value->GetAsDictionary(&dict))
value              55 chrome/browser/extensions/extension_api_unittest.cc     delete value;
value              59 chrome/browser/extensions/extension_api_unittest.cc   EXPECT_TRUE(dict || !value);
value              65 chrome/browser/extensions/extension_api_unittest.cc   base::Value* value = RunFunctionAndReturnValue(function, args).release();
value              68 chrome/browser/extensions/extension_api_unittest.cc   if (value && !value->GetAsList(&list))
value              69 chrome/browser/extensions/extension_api_unittest.cc     delete value;
value             274 chrome/browser/extensions/extension_browsertest.cc     ADD_FAILURE() << "Failed to delete crx: " << crx_path.value();
value             287 chrome/browser/extensions/extension_browsertest.cc       ADD_FAILURE() << "Failed to delete pem: " << pem_path_out.value();
value             301 chrome/browser/extensions/extension_browsertest.cc     ADD_FAILURE() << "Extension dir not found: " << dir_path.value();
value             322 chrome/browser/extensions/extension_browsertest.cc     ADD_FAILURE() << crx_path.value() << " was not created.";
value              43 chrome/browser/extensions/extension_creator.cc   if (extension_dir.value().empty() ||
value              59 chrome/browser/extensions/extension_creator.cc   if (!private_key_path.value().empty() &&
value              68 chrome/browser/extensions/extension_creator.cc   if (private_key_path.value().empty() &&
value              69 chrome/browser/extensions/extension_creator.cc       !private_key_output_path.value().empty() &&
value             301 chrome/browser/extensions/extension_creator.cc   if (!private_key_path.value().empty())
value              44 chrome/browser/extensions/extension_creator_filter.cc   base::FilePath::CharType first_character = base_name.value()[0];
value              46 chrome/browser/extensions/extension_creator_filter.cc       base_name.value()[base_name.value().length() - 1];
value              64 chrome/browser/extensions/extension_creator_filter.cc   DWORD file_attributes = ::GetFileAttributes(file_path.value().c_str());
value              79 chrome/browser/extensions/extension_creator_filter_unittest.cc       "i: " << i << ", input: " << test_file.value();
value             105 chrome/browser/extensions/extension_creator_filter_unittest.cc       "i: " << i << ", input: " << test_file.value();
value             133 chrome/browser/extensions/extension_creator_filter_unittest.cc       SetFileAttributes(test_file.value().c_str(), FILE_ATTRIBUTE_HIDDEN);
value             137 chrome/browser/extensions/extension_creator_filter_unittest.cc       "i: " << i << ", input: " << test_file.value();
value              49 chrome/browser/extensions/extension_garbage_collector.cc   if (basename.value() == extension_file_util::kTempDirectoryName) {
value              57 chrome/browser/extensions/extension_garbage_collector.cc   if (IsStringASCII(basename.value())) {
value              46 chrome/browser/extensions/extension_icon_manager.h   void set_monochrome(bool value) { monochrome_ = value; }
value              47 chrome/browser/extensions/extension_icon_manager.h   void set_padding(const gfx::Insets& value) { padding_ = value; }
value             152 chrome/browser/extensions/extension_install_prompt.cc   std::string value = cmdline->GetSwitchValueASCII(
value             158 chrome/browser/extensions/extension_install_prompt.cc   if (value == "accept") {
value             166 chrome/browser/extensions/extension_install_prompt.cc   if (value == "cancel") {
value              36 chrome/browser/extensions/extension_override_apitest.cc       std::string value;
value              37 chrome/browser/extensions/extension_override_apitest.cc       if (!values->GetString(i, &value))
value              40 chrome/browser/extensions/extension_override_apitest.cc       if (seen_overrides.find(value) != seen_overrides.end())
value              43 chrome/browser/extensions/extension_override_apitest.cc       seen_overrides.insert(value);
value             199 chrome/browser/extensions/extension_prefs_unittest.cc       scoped_ptr<base::ListValue> value(new base::ListValue());
value             200 chrome/browser/extensions/extension_prefs_unittest.cc       value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
value             201 chrome/browser/extensions/extension_prefs_unittest.cc       value->Append(new base::StringValue("udp-bind::8080"));
value             202 chrome/browser/extensions/extension_prefs_unittest.cc       value->Append(new base::StringValue("udp-send-to::8888"));
value             203 chrome/browser/extensions/extension_prefs_unittest.cc       ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             628 chrome/browser/extensions/extension_prefs_unittest.cc     std::string value;
value             629 chrome/browser/extensions/extension_prefs_unittest.cc     EXPECT_TRUE(manifest->GetString(manifest_keys::kName, &value));
value             630 chrome/browser/extensions/extension_prefs_unittest.cc     EXPECT_EQ("test", value);
value             631 chrome/browser/extensions/extension_prefs_unittest.cc     EXPECT_TRUE(manifest->GetString(manifest_keys::kVersion, &value));
value             632 chrome/browser/extensions/extension_prefs_unittest.cc     EXPECT_EQ("0.2", value);
value             633 chrome/browser/extensions/extension_prefs_unittest.cc     EXPECT_FALSE(manifest->GetString(manifest_keys::kBackgroundPage, &value));
value             525 chrome/browser/extensions/extension_protocols.cc   if (directory_path.value().empty()) {
value             530 chrome/browser/extensions/extension_protocols.cc     if (directory_path.value().empty()) {
value             400 chrome/browser/extensions/extension_service.cc                               install_directory_.value().length(), 0, 500, 100);
value             172 chrome/browser/extensions/extension_service.h   void SetBeingReloaded(const std::string& extension_id, bool value);
value             492 chrome/browser/extensions/extension_service.h   void set_browser_terminating_for_test(bool value) {
value             493 chrome/browser/extensions/extension_service.h     browser_terminating_ = value;
value             499 chrome/browser/extensions/extension_service.h   void set_install_updates_when_idle_for_test(bool value) {
value             500 chrome/browser/extensions/extension_service.h     install_updates_when_idle_ = value;
value             756 chrome/browser/extensions/extension_service_unittest.cc     if (pem_path.value().empty()) {
value             845 chrome/browser/extensions/extension_service_unittest.cc         << "Path does not exist: "<< crx_path.value().c_str();
value             882 chrome/browser/extensions/extension_service_unittest.cc       EXPECT_TRUE(installed_) << path.value();
value             885 chrome/browser/extensions/extension_service_unittest.cc           << path.value();
value             889 chrome/browser/extensions/extension_service_unittest.cc       EXPECT_EQ(0u, errors.size()) << path.value();
value             892 chrome/browser/extensions/extension_service_unittest.cc         EXPECT_EQ(0u, loaded_.size()) << path.value();
value             894 chrome/browser/extensions/extension_service_unittest.cc         EXPECT_EQ(1u, loaded_.size()) << path.value();
value             898 chrome/browser/extensions/extension_service_unittest.cc             path.value();
value             901 chrome/browser/extensions/extension_service_unittest.cc             << path.value();
value             909 chrome/browser/extensions/extension_service_unittest.cc       EXPECT_FALSE(installed_) << path.value();
value             910 chrome/browser/extensions/extension_service_unittest.cc       EXPECT_EQ(0u, loaded_.size()) << path.value();
value             911 chrome/browser/extensions/extension_service_unittest.cc       EXPECT_EQ(1u, errors.size()) << path.value();
value             992 chrome/browser/extensions/extension_service_unittest.cc     EXPECT_EQ(expected_error_count, error_count) << path.value();
value            1175 chrome/browser/extensions/extension_service_unittest.cc                base::Value* value,
value            1183 chrome/browser/extensions/extension_service_unittest.cc     pref->Set(pref_path, value);
value            1188 chrome/browser/extensions/extension_service_unittest.cc                     int value) {
value            1194 chrome/browser/extensions/extension_service_unittest.cc     msg += base::IntToString(value);
value            1196 chrome/browser/extensions/extension_service_unittest.cc     SetPref(extension_id, pref_path, new base::FundamentalValue(value), msg);
value            1201 chrome/browser/extensions/extension_service_unittest.cc                    bool value) {
value            1205 chrome/browser/extensions/extension_service_unittest.cc     msg += (value ? "true" : "false");
value            1207 chrome/browser/extensions/extension_service_unittest.cc     SetPref(extension_id, pref_path, new base::FundamentalValue(value), msg);
value            1226 chrome/browser/extensions/extension_service_unittest.cc                         const std::set<std::string>& value) {
value            1231 chrome/browser/extensions/extension_service_unittest.cc     for (std::set<std::string>::const_iterator iter = value.begin();
value            1232 chrome/browser/extensions/extension_service_unittest.cc          iter != value.end(); ++iter)
value            1262 chrome/browser/extensions/extension_service_unittest.cc         << "Path does not exist: "<< crx_path.value().c_str();
value            1314 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_EQ(expected_crx_path_.value(), crx_path.value());
value            1315 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_EQ(expected_private_key_path_.value(), private_key_path.value());
value            1412 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_EQ(loaded_[1]->path().AppendASCII("content_plugin.dll").value(),
value            1413 chrome/browser/extensions/extension_service_unittest.cc             plugins->at(0).path.value());
value            1415 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_EQ(loaded_[1]->path().AppendASCII("extension_plugin.dll").value(),
value            1416 chrome/browser/extensions/extension_service_unittest.cc             plugins->at(1).path.value());
value            1846 chrome/browser/extensions/extension_service_unittest.cc   EXPECT_FALSE(was_update_) << path.value();
value            1851 chrome/browser/extensions/extension_service_unittest.cc               path.value();
value            2201 chrome/browser/extensions/extension_service_unittest.cc     SCOPED_TRACE(punctuated_names[i].value().c_str());
value            5133 chrome/browser/extensions/extension_service_unittest.cc   void set_ready(bool value) { ready_ = value; }
value             248 chrome/browser/extensions/extension_startup_browsertest.cc     load_extensions_.push_back(one_extension_path.value());
value             274 chrome/browser/extensions/extension_startup_browsertest.cc     load_extensions_.push_back(one_extension_path.value());
value             281 chrome/browser/extensions/extension_startup_browsertest.cc     load_extensions_.push_back(second_extension_path.value());
value             288 chrome/browser/extensions/extension_startup_browsertest.cc     load_extensions_.push_back(third_extension_path.value());
value             295 chrome/browser/extensions/extension_startup_browsertest.cc     load_extensions_.push_back(fourth_extension_path.value());
value              60 chrome/browser/extensions/extension_ui_unittest.cc     base::Value* value;
value              63 chrome/browser/extensions/extension_ui_unittest.cc     value = serializer.Deserialize(NULL, error);
value              65 chrome/browser/extensions/extension_ui_unittest.cc     return static_cast<base::DictionaryValue*>(value);
value             110 chrome/browser/extensions/extension_ui_unittest.cc       const base::Value* expected_value = &field.value();
value              55 chrome/browser/extensions/extension_web_ui.cc     std::string value;
value              56 chrome/browser/extensions/extension_web_ui.cc     if (!list->GetString(i, &value)) {
value              61 chrome/browser/extensions/extension_web_ui.cc     if (seen_values.find(value) == seen_values.end())
value              62 chrome/browser/extensions/extension_web_ui.cc       seen_values.insert(value);
value             282 chrome/browser/extensions/extension_web_ui.cc     if (!it.value().GetAsList(&url_list))
value              50 chrome/browser/extensions/external_pref_loader.cc     if (file.BaseName().value() == kExternalExtensionJson)
value              76 chrome/browser/extensions/external_pref_loader.cc                  << " in file " << path.value() << ".";
value              85 chrome/browser/extensions/external_pref_loader.cc                << path.value() << ".";
value             169 chrome/browser/extensions/external_pref_loader.cc                  << json_file.value() << " and every directory in its path, "
value             214 chrome/browser/extensions/external_pref_loader.cc             extension_candidate_path.RemoveExtension().BaseName().value());
value             216 chrome/browser/extensions/external_pref_loader.cc         extension_candidate_path.RemoveExtension().BaseName().value().c_str();
value             119 chrome/browser/extensions/external_provider_impl.cc     if (!i.value().GetAsDictionary(&extension)) {
value             117 chrome/browser/extensions/image_loader.cc     (*path_to_resource_id)[resource_path] = entries[i].value;
value             160 chrome/browser/extensions/install_signer.cc void InstallSignature::ToValue(base::DictionaryValue* value) const {
value             161 chrome/browser/extensions/install_signer.cc   CHECK(value);
value             163 chrome/browser/extensions/install_signer.cc   value->SetInteger(kSignatureFormatVersionKey, kSignatureFormatVersion);
value             164 chrome/browser/extensions/install_signer.cc   SetExtensionIdSet(value, kIdsKey, ids);
value             165 chrome/browser/extensions/install_signer.cc   SetExtensionIdSet(value, kInvalidIdsKey, invalid_ids);
value             166 chrome/browser/extensions/install_signer.cc   value->SetString(kExpireDateKey, expire_date);
value             171 chrome/browser/extensions/install_signer.cc   value->SetString(kSaltKey, salt_base64);
value             172 chrome/browser/extensions/install_signer.cc   value->SetString(kSignatureKey, signature_base64);
value             173 chrome/browser/extensions/install_signer.cc   value->SetString(kTimestampKey,
value             179 chrome/browser/extensions/install_signer.cc     const base::DictionaryValue& value) {
value             186 chrome/browser/extensions/install_signer.cc   if (!value.GetInteger(kSignatureFormatVersionKey, &format_version) ||
value             194 chrome/browser/extensions/install_signer.cc   if (!value.GetString(kExpireDateKey, &result->expire_date) ||
value             195 chrome/browser/extensions/install_signer.cc       !value.GetString(kSaltKey, &salt_base64) ||
value             196 chrome/browser/extensions/install_signer.cc       !value.GetString(kSignatureKey, &signature_base64) ||
value             205 chrome/browser/extensions/install_signer.cc   if (value.HasKey(kTimestampKey)) {
value             208 chrome/browser/extensions/install_signer.cc     if (!value.GetString(kTimestampKey, &timestamp) ||
value             216 chrome/browser/extensions/install_signer.cc   if (!GetExtensionIdSet(value, kIdsKey, &result->ids) ||
value             217 chrome/browser/extensions/install_signer.cc       !GetExtensionIdSet(value, kInvalidIdsKey, &result->invalid_ids)) {
value             291 chrome/browser/extensions/install_signer.cc   std::string value = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
value             293 chrome/browser/extensions/install_signer.cc   if (value.empty())
value             297 chrome/browser/extensions/install_signer.cc   base::SplitString(value, ',', &ids);
value              53 chrome/browser/extensions/install_signer.h   void ToValue(base::DictionaryValue* value) const;
value              56 chrome/browser/extensions/install_signer.h       const base::DictionaryValue& value);
value              86 chrome/browser/extensions/install_verifier.cc     std::string value = cmdline->GetSwitchValueASCII(
value              88 chrome/browser/extensions/install_verifier.cc     if (value == "bootstrap")
value             234 chrome/browser/extensions/installed_loader.cc               extension->manifest()->value()->DeepCopy()));
value              75 chrome/browser/extensions/isolated_app_browsertest.cc     std::string value =
value              82 chrome/browser/extensions/isolated_app_browsertest.cc       if (request_cookies.find(value) == std::string::npos)
value              85 chrome/browser/extensions/isolated_app_browsertest.cc       cookies_to_set.push_back(value);
value              60 chrome/browser/extensions/launch_util.cc   int value = GetLaunchTypePrefValue(prefs, extension->id());
value              61 chrome/browser/extensions/launch_util.cc   if (value >= LAUNCH_TYPE_FIRST && value < NUM_LAUNCH_TYPES)
value              62 chrome/browser/extensions/launch_util.cc     result = static_cast<LaunchType>(value);
value              83 chrome/browser/extensions/launch_util.cc   int value = LAUNCH_TYPE_INVALID;
value              84 chrome/browser/extensions/launch_util.cc   return prefs->ReadPrefAsInteger(extension_id, kPrefLaunchType, &value)
value              85 chrome/browser/extensions/launch_util.cc       ? static_cast<LaunchType>(value) : LAUNCH_TYPE_INVALID;
value             161 chrome/browser/extensions/launch_util.cc   int value = -1;
value             165 chrome/browser/extensions/launch_util.cc       prefs->ReadPrefAsInteger(extension->id(), kPrefLaunchType, &value);
value              71 chrome/browser/extensions/menu_manager.cc                                   base::Value* value) {
value              75 chrome/browser/extensions/menu_manager.cc   if (!value || !value->GetAsList(&list))
value             197 chrome/browser/extensions/menu_manager.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue);
value             201 chrome/browser/extensions/menu_manager.cc   value->SetString(kStringUIDKey, id_.string_uid);
value             202 chrome/browser/extensions/menu_manager.cc   value->SetBoolean(kIncognitoKey, id_.incognito);
value             203 chrome/browser/extensions/menu_manager.cc   value->SetInteger(kTypeKey, type_);
value             205 chrome/browser/extensions/menu_manager.cc     value->SetString(kTitleKey, title_);
value             207 chrome/browser/extensions/menu_manager.cc     value->SetBoolean(kCheckedKey, checked_);
value             208 chrome/browser/extensions/menu_manager.cc   value->SetBoolean(kEnabledKey, enabled_);
value             209 chrome/browser/extensions/menu_manager.cc   value->Set(kContextsKey, contexts_.ToValue().release());
value             212 chrome/browser/extensions/menu_manager.cc     value->SetString(kParentUIDKey, parent_id_->string_uid);
value             214 chrome/browser/extensions/menu_manager.cc   value->Set(kDocumentURLPatternsKey,
value             216 chrome/browser/extensions/menu_manager.cc   value->Set(kTargetURLPatternsKey, target_url_patterns_.ToValue().release());
value             217 chrome/browser/extensions/menu_manager.cc   return value.Pass();
value             222 chrome/browser/extensions/menu_manager.cc                              const base::DictionaryValue& value,
value             225 chrome/browser/extensions/menu_manager.cc   if (!value.GetBoolean(kIncognitoKey, &incognito))
value             228 chrome/browser/extensions/menu_manager.cc   if (!value.GetString(kStringUIDKey, &id.string_uid))
value             232 chrome/browser/extensions/menu_manager.cc   if (!value.GetInteger(kTypeKey, &type_int))
value             236 chrome/browser/extensions/menu_manager.cc   if (type != SEPARATOR && !value.GetString(kTitleKey, &title))
value             240 chrome/browser/extensions/menu_manager.cc       !value.GetBoolean(kCheckedKey, &checked)) {
value             244 chrome/browser/extensions/menu_manager.cc   if (!value.GetBoolean(kEnabledKey, &enabled))
value             248 chrome/browser/extensions/menu_manager.cc   if (!value.Get(kContextsKey, &contexts_value))
value             257 chrome/browser/extensions/menu_manager.cc   if (!GetStringList(value, kDocumentURLPatternsKey, &document_url_patterns))
value             260 chrome/browser/extensions/menu_manager.cc   if (!GetStringList(value, kTargetURLPatternsKey, &target_url_patterns))
value             273 chrome/browser/extensions/menu_manager.cc   if (value.HasKey(kParentUIDKey)) {
value             274 chrome/browser/extensions/menu_manager.cc     if (!value.GetString(kParentUIDKey, &parent_id->string_uid))
value             806 chrome/browser/extensions/menu_manager.cc                                   scoped_ptr<base::Value> value) {
value             813 chrome/browser/extensions/menu_manager.cc   MenuItem::List items = MenuItemsFromValue(extension_id, value.get());
value             138 chrome/browser/extensions/menu_manager.h     bool Populate(const base::Value& value) {
value             140 chrome/browser/extensions/menu_manager.h       if (!value.GetAsInteger(&int_value) || int_value < 0)
value             205 chrome/browser/extensions/menu_manager.h                             const base::DictionaryValue& value,
value             348 chrome/browser/extensions/menu_manager.h                        scoped_ptr<base::Value> value);
value             234 chrome/browser/extensions/menu_manager_unittest.cc   base::DictionaryValue value;
value             235 chrome/browser/extensions/menu_manager_unittest.cc   value.SetBoolean("incognito", incognito);
value             236 chrome/browser/extensions/menu_manager_unittest.cc   value.SetString("string_uid", std::string());
value             237 chrome/browser/extensions/menu_manager_unittest.cc   value.SetInteger("type", type);
value             238 chrome/browser/extensions/menu_manager_unittest.cc   value.SetString("title", title);
value             239 chrome/browser/extensions/menu_manager_unittest.cc   value.SetBoolean("checked", checked);
value             240 chrome/browser/extensions/menu_manager_unittest.cc   value.SetBoolean("enabled", enabled);
value             241 chrome/browser/extensions/menu_manager_unittest.cc   value.SetInteger("contexts", contexts_value);
value             242 chrome/browser/extensions/menu_manager_unittest.cc   value.Set("document_url_patterns", document_url_patterns);
value             243 chrome/browser/extensions/menu_manager_unittest.cc   value.Set("target_url_patterns", target_url_patterns);
value             246 chrome/browser/extensions/menu_manager_unittest.cc   scoped_ptr<MenuItem> item(MenuItem::Populate(extension->id(), value, &error));
value              47 chrome/browser/extensions/pack_extension_job.cc   crx_file_out_ = base::FilePath(root_directory_.value() +
value              51 chrome/browser/extensions/pack_extension_job.cc     key_file_out_ = base::FilePath(root_directory_.value() +
value              99 chrome/browser/extensions/permissions_updater.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value             102 chrome/browser/extensions/permissions_updater.cc   value->Append(permissions->ToValue().release());
value             103 chrome/browser/extensions/permissions_updater.cc   scoped_ptr<Event> event(new Event(event_name, value.Pass()));
value              57 chrome/browser/extensions/policy_handlers.cc   const base::Value* value = NULL;
value              58 chrome/browser/extensions/policy_handlers.cc   if (!CheckAndGetValue(policies, errors, &value))
value              61 chrome/browser/extensions/policy_handlers.cc   if (!value)
value              65 chrome/browser/extensions/policy_handlers.cc   if (!value->GetAsList(&list_value)) {
value             110 chrome/browser/extensions/policy_handlers.cc   const base::Value* value;
value             111 chrome/browser/extensions/policy_handlers.cc   return CheckAndGetValue(policies, errors, &value) &&
value             112 chrome/browser/extensions/policy_handlers.cc       ParseList(value, NULL, errors);
value             118 chrome/browser/extensions/policy_handlers.cc   const base::Value* value = NULL;
value             120 chrome/browser/extensions/policy_handlers.cc   if (CheckAndGetValue(policies, NULL, &value) &&
value             121 chrome/browser/extensions/policy_handlers.cc       value &&
value             122 chrome/browser/extensions/policy_handlers.cc       ParseList(value, dict.get(), NULL)) {
value             201 chrome/browser/extensions/policy_handlers.cc   const base::Value* value = NULL;
value             202 chrome/browser/extensions/policy_handlers.cc   if (!CheckAndGetValue(policies, errors, &value))
value             205 chrome/browser/extensions/policy_handlers.cc   if (!value)
value             209 chrome/browser/extensions/policy_handlers.cc   if (!value->GetAsList(&list_value)) {
value             243 chrome/browser/extensions/policy_handlers.cc   const base::Value* value = policies.GetValue(policy_name());
value             244 chrome/browser/extensions/policy_handlers.cc   if (value)
value             245 chrome/browser/extensions/policy_handlers.cc     prefs->SetValue(pref_path_, value->DeepCopy());
value              74 chrome/browser/extensions/policy_handlers_unittest.cc   base::Value* value = NULL;
value              89 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value              90 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value              99 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             100 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             168 chrome/browser/extensions/policy_handlers_unittest.cc   base::Value* value = NULL;
value             172 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_FALSE(prefs.GetValue(pref_names::kInstallForceList, &value));
value             173 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_FALSE(value);
value             181 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(prefs.GetValue(pref_names::kInstallForceList, &value));
value             182 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             193 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(prefs.GetValue(pref_names::kInstallForceList, &value));
value             194 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             203 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(prefs.GetValue(pref_names::kInstallForceList, &value));
value             204 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             272 chrome/browser/extensions/policy_handlers_unittest.cc   base::Value* value = NULL;
value             283 chrome/browser/extensions/policy_handlers_unittest.cc   ASSERT_TRUE(prefs.GetValue(kTestPref, &value));
value             284 chrome/browser/extensions/policy_handlers_unittest.cc   EXPECT_TRUE(base::Value::Equals(&list, value));
value              55 chrome/browser/extensions/sandboxed_unpacker.cc     UMA_HISTOGRAM_CUSTOM_COUNTS(name, path.value().length(), 0, 500, 100)
value             129 chrome/browser/extensions/sandboxed_unpacker.cc     LOG(ERROR) << temp_dir->value() << " is not writable";
value             143 chrome/browser/extensions/sandboxed_unpacker.cc     LOG(ERROR) << temp_dir->value() << " seem to be on remote drive.";
value             298 chrome/browser/extensions/sandboxed_unpacker.cc                << temp_crx_path.value();
value             775 chrome/browser/extensions/sandboxed_unpacker.cc     if (!it.value().GetAsDictionary(&catalog)) {
value             832 chrome/browser/extensions/sandboxed_unpacker.cc                  << temp_dir_.path().value();
value              82 chrome/browser/extensions/sandboxed_unpacker_unittest.cc     ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
value             117 chrome/browser/extensions/state_store.cc     scoped_ptr<base::Value> value) {
value             120 chrome/browser/extensions/state_store.cc                  GetFullKey(extension_id, key), base::Passed(&value)));
value              49 chrome/browser/extensions/state_store.h                          scoped_ptr<base::Value> value);
value              62 chrome/browser/extensions/test_extension_dir.cc     ADD_FAILURE() << crx_path.value() << " was not created.";
value             158 chrome/browser/extensions/unpacked_installer.cc           installer_.extension()->manifest()->value(),
value             278 chrome/browser/extensions/unpacked_installer.cc           installer_.extension()->manifest()->value(),
value             485 chrome/browser/extensions/updater/extension_updater.cc   VLOG(2) << download_url << " written to " << path.value();
value             554 chrome/browser/extensions/updater/extension_updater.cc             << " with " << crx_file.path.value();
value             200 chrome/browser/extensions/updater/local_extension_cache.cc                  << cache_dir.AppendASCII(kCacheReadyFlagFileName).value()
value             269 chrome/browser/extensions/updater/local_extension_cache.cc                  << cache_dir.value();
value             283 chrome/browser/extensions/updater/local_extension_cache.cc     std::string basename = path.BaseName().value();
value             379 chrome/browser/extensions/updater/local_extension_cache.cc     LOG(ERROR) << "File already exists " << file_path.value();
value             387 chrome/browser/extensions/updater/local_extension_cache.cc       LOG(ERROR) << "Failed to copy from " << file_path.value()
value             388 chrome/browser/extensions/updater/local_extension_cache.cc                  << " to " << cached_crx_path.value();
value             441 chrome/browser/extensions/updater/local_extension_cache.cc   VLOG(1) << "Removed cached file " << file_path.value();
value             148 chrome/browser/extensions/updater/manifest_fetch_data.cc   int value = 0;
value             150 chrome/browser/extensions/updater/manifest_fetch_data.cc     value = i->second.rollcall_days;
value             152 chrome/browser/extensions/updater/manifest_fetch_data.cc     value = i->second.active_days;
value             155 chrome/browser/extensions/updater/manifest_fetch_data.cc   return value == kNeverPinged || value > 0;
value              98 chrome/browser/extensions/user_script_listener_unittest.cc   scoped_ptr<base::DictionaryValue> value(LoadManifestFile(path, error));
value              99 chrome/browser/extensions/user_script_listener_unittest.cc   if (!value)
value             101 chrome/browser/extensions/user_script_listener_unittest.cc   return Extension::Create(path.DirName(), Manifest::UNPACKED, *value,
value              43 chrome/browser/extensions/user_script_master.cc                                 std::string* value) {
value              54 chrome/browser/extensions/user_script_master.cc   base::TrimWhitespaceASCII(temp, base::TRIM_ALL, value);
value             103 chrome/browser/extensions/user_script_master.cc       std::string value;
value             104 chrome/browser/extensions/user_script_master.cc       if (GetDeclarationValue(line, kIncludeDeclaration, &value)) {
value             106 chrome/browser/extensions/user_script_master.cc         ReplaceSubstringsAfterOffset(&value, 0, "\\", "\\\\");
value             107 chrome/browser/extensions/user_script_master.cc         ReplaceSubstringsAfterOffset(&value, 0, "?", "\\?");
value             108 chrome/browser/extensions/user_script_master.cc         script->add_glob(value);
value             109 chrome/browser/extensions/user_script_master.cc       } else if (GetDeclarationValue(line, kExcludeDeclaration, &value)) {
value             110 chrome/browser/extensions/user_script_master.cc         ReplaceSubstringsAfterOffset(&value, 0, "\\", "\\\\");
value             111 chrome/browser/extensions/user_script_master.cc         ReplaceSubstringsAfterOffset(&value, 0, "?", "\\?");
value             112 chrome/browser/extensions/user_script_master.cc         script->add_exclude_glob(value);
value             113 chrome/browser/extensions/user_script_master.cc       } else if (GetDeclarationValue(line, kNamespaceDeclaration, &value)) {
value             114 chrome/browser/extensions/user_script_master.cc         script->set_name_space(value);
value             115 chrome/browser/extensions/user_script_master.cc       } else if (GetDeclarationValue(line, kNameDeclaration, &value)) {
value             116 chrome/browser/extensions/user_script_master.cc         script->set_name(value);
value             117 chrome/browser/extensions/user_script_master.cc       } else if (GetDeclarationValue(line, kVersionDeclaration, &value)) {
value             118 chrome/browser/extensions/user_script_master.cc         Version version(value);
value             121 chrome/browser/extensions/user_script_master.cc       } else if (GetDeclarationValue(line, kDescriptionDeclaration, &value)) {
value             122 chrome/browser/extensions/user_script_master.cc         script->set_description(value);
value             123 chrome/browser/extensions/user_script_master.cc       } else if (GetDeclarationValue(line, kMatchDeclaration, &value)) {
value             125 chrome/browser/extensions/user_script_master.cc         if (URLPattern::PARSE_SUCCESS != pattern.Parse(value))
value             128 chrome/browser/extensions/user_script_master.cc       } else if (GetDeclarationValue(line, kExcludeMatchDeclaration, &value)) {
value             130 chrome/browser/extensions/user_script_master.cc         if (URLPattern::PARSE_SUCCESS != exclude.Parse(value))
value             133 chrome/browser/extensions/user_script_master.cc       } else if (GetDeclarationValue(line, kRunAtDeclaration, &value)) {
value             134 chrome/browser/extensions/user_script_master.cc         if (value == kRunAtDocumentStartValue)
value             136 chrome/browser/extensions/user_script_master.cc         else if (value == kRunAtDocumentEndValue)
value             138 chrome/browser/extensions/user_script_master.cc         else if (value == kRunAtDocumentIdleValue)
value             202 chrome/browser/extensions/user_script_master.cc                    << script_file->relative_path().value() << " from "
value             203 chrome/browser/extensions/user_script_master.cc                    << script_file->extension_root().value();
value             208 chrome/browser/extensions/user_script_master.cc       LOG(WARNING) << "Failed to load user script file: " << path.value();
value             155 chrome/browser/extensions/webstore_install_helper.cc   const base::Value* value = NULL;
value             156 chrome/browser/extensions/webstore_install_helper.cc   CHECK(wrapper.Get(0, &value));
value             157 chrome/browser/extensions/webstore_install_helper.cc   if (value->IsType(base::Value::TYPE_DICTIONARY)) {
value             159 chrome/browser/extensions/webstore_install_helper.cc         static_cast<const base::DictionaryValue*>(value)->DeepCopy());
value             313 chrome/browser/extensions/webstore_installer.cc   if (!approval_->manifest->value()->GetString(manifest_keys::kName, &name)) {
value              81 chrome/browser/external_protocol/external_protocol_handler_unittest.cc   void set_os_state(ShellIntegration::DefaultWebClientState value) {
value              82 chrome/browser/external_protocol/external_protocol_handler_unittest.cc     os_state_ = value;
value              85 chrome/browser/external_protocol/external_protocol_handler_unittest.cc   void set_block_state(ExternalProtocolHandler::BlockState value) {
value              86 chrome/browser/external_protocol/external_protocol_handler_unittest.cc     block_state_ = value;
value              54 chrome/browser/feedback/feedback_data.cc     std::string value = it->second;
value              56 chrome/browser/feedback/feedback_data.cc     if (FeedbackData::BelowCompressionThreshold(value))
value              60 chrome/browser/feedback/feedback_data.cc     base::TrimString(value, "\n ", &value);
value              62 chrome/browser/feedback/feedback_data.cc     if (value.find("\n") != std::string::npos) {
value              66 chrome/browser/feedback/feedback_data.cc           value + "\n" +
value              69 chrome/browser/feedback/feedback_data.cc       syslogs_string.append(key + "=" + value + "\n");
value              83 chrome/browser/feedback/feedback_util.cc                      const std::string& key, const std::string& value) {
value              85 chrome/browser/feedback/feedback_util.cc   if (key == "" || value == "") return;
value              89 chrome/browser/feedback/feedback_util.cc   log_value.set_value(value);
value             107 chrome/browser/feedback/tracing_manager.cc     LOG(ERROR) << "Failed to read trace data from: " << path.value();
value             468 chrome/browser/first_run/first_run.cc   bool value = false;
value             470 chrome/browser/first_run/first_run.cc           installer::master_preferences::kDistroImportSearchPref, &value)) {
value             471 chrome/browser/first_run/first_run.cc     if (value) {
value             484 chrome/browser/first_run/first_run.cc           &value) && value)
value             489 chrome/browser/first_run/first_run.cc           &value)) {
value             490 chrome/browser/first_run/first_run.cc     if (value) {
value             503 chrome/browser/first_run/first_run.cc           &value)) {
value             504 chrome/browser/first_run/first_run.cc     if (value) {
value             514 chrome/browser/first_run/first_run.cc           &value)) {
value             515 chrome/browser/first_run/first_run.cc     if (value)
value             523 chrome/browser/first_run/first_run.cc           &value) && value) {
value             529 chrome/browser/first_run/first_run.cc           &value) && value) {
value              42 chrome/browser/first_run/first_run_internal_win.cc bool LaunchSetupForEula(const base::FilePath::StringType& value,
value              52 chrome/browser/first_run/first_run_internal_win.cc   cl.AppendSwitchNative(installer::switches::kShowEula, value);
value              61 chrome/browser/first_run/first_run_internal_win.cc     ui::win::OpenAnyViaShell(exe_path.value(),
value              62 chrome/browser/first_run/first_run_internal_win.cc                              exe_dir.value(),
value              91 chrome/browser/first_run/first_run_internal_win.cc   bool value = false;
value              93 chrome/browser/first_run/first_run_internal_win.cc           &value) && value) {
value             140 chrome/browser/first_run/first_run_internal_win.cc   } else if (!InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
value             157 chrome/browser/first_run/first_run_internal_win.cc       InstallUtil::IsPerUserInstall(exe_path.value().c_str())) {
value             183 chrome/browser/first_run/first_run_internal_win.cc       if (!LaunchSetupForEula(inner_html.value(), &retcode) ||
value              46 chrome/browser/first_run/upgrade_util_linux.cc                  << exe_file_path.value();
value             170 chrome/browser/first_run/upgrade_util_win.cc   base::string16 path(GetMetroRelauncherPath(chrome_exe, version_str).value());
value             222 chrome/browser/first_run/upgrade_util_win.cc       InstallUtil::IsPerUserInstall(cur_chrome_exe.value().c_str());
value              79 chrome/browser/geolocation/chrome_access_token_store.cc         it.value().GetAsString(&access_token_set_[url]);
value              47 chrome/browser/google/google_update_win.cc   if (!base::FilePath::CompareEqualIgnoreCase(chrome_exe_path.value(),
value              48 chrome/browser/google/google_update_win.cc                                         user_exe_path.value()) &&
value              49 chrome/browser/google/google_update_win.cc       !base::FilePath::CompareEqualIgnoreCase(chrome_exe_path.value(),
value              50 chrome/browser/google/google_update_win.cc                                         machine_exe_path.value())) {
value              52 chrome/browser/google/google_update_win.cc                << L"non-standard location: " << chrome_exe_path.value().c_str()
value              54 chrome/browser/google/google_update_win.cc                    << user_exe_path.value().c_str()
value              55 chrome/browser/google/google_update_win.cc                << L" or " << machine_exe_path.value().c_str() << L".";
value              60 chrome/browser/google/google_update_win.cc       !InstallUtil::IsPerUserInstall(chrome_exe_path.value().c_str()));
value             293 chrome/browser/google/google_update_win.cc   if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
value              60 chrome/browser/google/google_util.cc   url_parse::Component query(0, str.length()), key, value;
value              62 chrome/browser/google/google_util.cc                                          &value)) {
value              63 chrome/browser/google/google_util.cc     if ((key.len == 1) && (str[key.begin] == 'q') && value.is_nonempty())
value              33 chrome/browser/google/google_util_chromeos.cc     LOG(WARNING) << "Brand code file missing: " << brand_file_path.value();
value             280 chrome/browser/history/android/android_cache_database.cc   attach.BindString(0, db_name_.value());
value              83 chrome/browser/history/android/sqlite_cursor.cc   base::string16 value = statement_->statement()->ColumnString16(column);
value              85 chrome/browser/history/android/sqlite_cursor.cc       env->NewString(value.data(), value.size()));
value              23 chrome/browser/history/delete_directive_handler.cc   scoped_ptr<base::DictionaryValue> value(
value              26 chrome/browser/history/delete_directive_handler.cc   base::JSONWriter::Write(value.get(), &str);
value              75 chrome/browser/history/download_database.cc   statement.BindString(col, path.value());
value              86 chrome/browser/history/download_database.cc   statement.BindString16(col, path.value());
value            1036 chrome/browser/history/history_backend.cc   URLRow* row = &request->value.a;
value            1037 chrome/browser/history/history_backend.cc   VisitVector* visits = &request->value.b;
value            1071 chrome/browser/history/history_backend.cc     db_->QuerySegmentUsage(from_time, max_result_count, &request->value.get());
value            1083 chrome/browser/history/history_backend.cc   request->ForwardResult(request->handle(), &request->value.get());
value            1131 chrome/browser/history/history_backend.cc                                          &(request->value));
value            1133 chrome/browser/history/history_backend.cc   request->ForwardResult(request->handle(), &request->value);
value            1242 chrome/browser/history/history_backend.cc       QueryHistoryBasic(db_.get(), db_.get(), options, &request->value);
value            1254 chrome/browser/history/history_backend.cc                        &request->value);
value            1258 chrome/browser/history/history_backend.cc                          options, &request->value);
value            1263 chrome/browser/history/history_backend.cc   request->ForwardResult(request->handle(), &request->value);
value            1367 chrome/browser/history/history_backend.cc   bool success = GetMostRecentRedirectsFrom(url, &request->value);
value            1368 chrome/browser/history/history_backend.cc   request->ForwardResult(request->handle(), url, success, &request->value);
value            1376 chrome/browser/history/history_backend.cc   bool success = GetMostRecentRedirectsTo(url, &request->value);
value            1377 chrome/browser/history/history_backend.cc   request->ForwardResult(request->handle(), url, success, &request->value);
value            1403 chrome/browser/history/history_backend.cc   std::vector<GURL>* top_urls = &request->value.a;
value            1404 chrome/browser/history/history_backend.cc   history::RedirectMap* redirects = &request->value.b;
value            1434 chrome/browser/history/history_backend.cc   MostVisitedURLList* result = &request->value;
value            1488 chrome/browser/history/history_backend.cc   FilteredURLList& result = request->value;
value            2504 chrome/browser/history/history_backend.cc   if (request->value->RunOnDBThread(this, db_.get())) {
value             402 chrome/browser/history/history_service.cc   request->value = task;  // The value is the task to execute.
value             785 chrome/browser/history/history_unittest.cc   int value;
value             836 chrome/browser/history/history_unittest.cc       if (hist_reason.value == cur_reason.value) {
value             849 chrome/browser/history/history_unittest.cc         EXPECT_EQ(cur_reason.value, hist_reason.value)
value             852 chrome/browser/history/history_unittest.cc             << hist_reason.value << ") and currently ("
value             853 chrome/browser/history/history_unittest.cc             << cur_reason.value << ")" << std::endl
value              73 chrome/browser/history/in_memory_database.cc   attach.BindString(0, history_name.value());
value              75 chrome/browser/history/in_memory_database.cc   attach.BindString(0, base::WideToUTF8(history_name.value()));
value             209 chrome/browser/history/in_memory_url_index_unittest.cc   std::ifstream proto_file(history_proto_path.value().c_str());
value             110 chrome/browser/history/most_visited_tiles_experiment_unittest.cc   void ValidateMetrics(const base::HistogramBase::Sample& value) {
value             118 chrome/browser/history/most_visited_tiles_experiment_unittest.cc         if (state == value) {
value             307 chrome/browser/history/top_sites_impl_unittest.cc   void SetLastNumUrlsChanged(size_t value) {
value             308 chrome/browser/history/top_sites_impl_unittest.cc     top_sites()->last_num_urls_changed_ = value;
value             413 chrome/browser/history/url_index_private_data.cc                  << file_path.value();
value             903 chrome/browser/history/url_index_private_data.cc     LOG(WARNING) << "Failed to write " << file_path.value();
value             221 chrome/browser/history/web_history_service.cc     base::Value* value = base::JSONReader::Read(request->response_body());
value             222 chrome/browser/history/web_history_service.cc     if (value && value->IsType(base::Value::TYPE_DICTIONARY))
value             223 chrome/browser/history/web_history_service.cc       result.reset(static_cast<base::DictionaryValue*>(value));
value              74 chrome/browser/icon_loader_linux.cc                    << filename.value();
value              24 chrome/browser/icon_loader_win.cc   return filepath.value();
value             292 chrome/browser/importer/external_process_importer_client.cc   std::string dylib_path = GetFirefoxDylibPath().value();
value              72 chrome/browser/importer/firefox_profile_lock_posix.cc     lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644);
value              96 chrome/browser/importer/firefox_profile_lock_posix.cc   lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC,
value              61 chrome/browser/importer/firefox_profile_lock_win.cc   lock_handle_ = CreateFile(lock_file_.value().c_str(),
value             131 chrome/browser/importer/ie_importer_browsertest_win.cc         favorites_folder.Append(path).Append(entries[i]).value().c_str());
value             201 chrome/browser/importer/ie_importer_browsertest_win.cc   result = persist_file->Save(file.value().c_str(), TRUE);
value             470 chrome/browser/importer/ie_importer_browsertest_win.cc   CreateDirectory(path.value().c_str(), NULL);
value             471 chrome/browser/importer/ie_importer_browsertest_win.cc   CreateDirectory(path.AppendASCII("SubFolder").value().c_str(), NULL);
value             473 chrome/browser/importer/ie_importer_browsertest_win.cc   CreateDirectory(links_path.value().c_str(), NULL);
value             474 chrome/browser/importer/ie_importer_browsertest_win.cc   CreateDirectory(links_path.AppendASCII("SubFolderOfLinks").value().c_str(),
value             476 chrome/browser/importer/ie_importer_browsertest_win.cc   CreateDirectory(path.AppendASCII("\x0061").value().c_str(), NULL);
value             556 chrome/browser/importer/ie_importer_browsertest_win.cc   CreateDirectory(path.value().c_str(), NULL);
value             557 chrome/browser/importer/ie_importer_browsertest_win.cc   CreateDirectory(path.AppendASCII("b").value().c_str(), NULL);
value              77 chrome/browser/importer/in_process_importer_bridge.cc                              const std::string& value) OVERRIDE {
value              78 chrome/browser/importer/in_process_importer_bridge.cc     std::string low_value = StringToLowerASCII(value);
value              17 chrome/browser/install_verification/win/module_verification_common.cc       base::FilePath(module_name).BaseName().value())));
value             117 chrome/browser/internal_auth.cc bool IsValueSane(const std::string& value) {
value             118 chrome/browser/internal_auth.cc   return value.size() <= kStringLengthLimit &&
value             119 chrome/browser/internal_auth.cc       IsStringUTF8(value) &&
value             120 chrome/browser/internal_auth.cc       value.find_first_of(kItemSeparator) == std::string::npos;
value             128 chrome/browser/internal_auth.cc     const std::string& value = it->second;
value             129 chrome/browser/internal_auth.cc     if (!IsVarSane(var) || !IsValueSane(value))
value              81 chrome/browser/internal_auth_unittest.cc     std::string value = dummy;
value              83 chrome/browser/internal_auth_unittest.cc     map[key] = value;
value              72 chrome/browser/invalidation/fake_invalidation_service.cc   base::DictionaryValue value;
value              73 chrome/browser/invalidation/fake_invalidation_service.cc   caller.Run(value);
value              27 chrome/browser/invalidation/invalidator_storage.cc     const base::ListValue& value,
value              29 chrome/browser/invalidation/invalidator_storage.cc   for (size_t i = 0; i != value.GetSize(); ++i) {
value              33 chrome/browser/invalidation/invalidator_storage.cc     if (!value.GetDictionary(i, &dict) || !storage.ResetFromValue(*dict)) {
value              44 chrome/browser/invalidation/invalidator_storage.cc   scoped_ptr<base::ListValue> value(new base::ListValue);
value              47 chrome/browser/invalidation/invalidator_storage.cc     value->Append(it->second.ToValue().release());
value              49 chrome/browser/invalidation/invalidator_storage.cc   return value.Pass();
value             113 chrome/browser/invalidation/invalidator_storage.cc   scoped_ptr<base::ListValue> value(UnackedInvalidationStorageMapToValue(map));
value             114 chrome/browser/invalidation/invalidator_storage.cc   pref_service_->Set(prefs::kInvalidatorSavedInvalidations, *value.get());
value             120 chrome/browser/invalidation/invalidator_storage.cc   const base::ListValue* value =
value             122 chrome/browser/invalidation/invalidator_storage.cc   if (!ValueToUnackedInvalidationStorageMap(*value, &map)) {
value              84 chrome/browser/invalidation/p2p_invalidation_service.cc   base::DictionaryValue value;
value              85 chrome/browser/invalidation/p2p_invalidation_service.cc   caller.Run(value);
value             165 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc     void FakeCallback(const base::DictionaryValue& value) {
value             277 chrome/browser/io_thread.cc   int value;
value             279 chrome/browser/io_thread.cc                          &value)) {
value             282 chrome/browser/io_thread.cc   return value;
value             838 chrome/browser/io_thread.cc     const std::string value =
value             854 chrome/browser/io_thread.cc       net::HttpStreamFactory::add_forced_spdy_exclusion(value);
value             869 chrome/browser/io_thread.cc       if (base::StringToInt(value, &streams))
value            1199 chrome/browser/io_thread.cc     unsigned value;
value            1202 chrome/browser/io_thread.cc             &value)) {
value            1205 chrome/browser/io_thread.cc     return value;
value            1222 chrome/browser/io_thread.cc   unsigned value;
value            1223 chrome/browser/io_thread.cc   if (!base::StringToUint(length_str, &value)) {
value            1226 chrome/browser/io_thread.cc   return value;
value              88 chrome/browser/io_thread.h       void set(T value) {
value              90 chrome/browser/io_thread.h         value_ = value;
value              92 chrome/browser/io_thread.h       void CopyToIfSet(T* value) {
value              94 chrome/browser/io_thread.h           *value = value_;
value             178 chrome/browser/jumplist_updater_win.cc     AddShellLink(collection, application_path.value(), *it);
value             222 chrome/browser/jumplist_updater_win.cc     AddShellLink(collection, application_path.value(), link);
value             102 chrome/browser/jumplist_win.cc   chrome->set_icon(chrome_path.value(), 0);
value             114 chrome/browser/jumplist_win.cc   incognito->set_icon(chrome_path.value(), 0);
value             450 chrome/browser/jumplist_win.cc   base::FilePath icon_dir_old(icon_dir_.value() + L"Old");
value             475 chrome/browser/jumplist_win.cc       (*item)->set_icon(icon_path.value(), 0);
value              20 chrome/browser/load_library_perf_test.cc   ASSERT_TRUE(base::PathExists(library_path)) << library_path.value();
value             153 chrome/browser/local_discovery/cloud_print_base_api_flow.cc   scoped_ptr<const base::Value> value(reader.Read(response_str));
value             156 chrome/browser/local_discovery/cloud_print_base_api_flow.cc   if (!value || !value->GetAsDictionary(&dictionary_value)) {
value              41 chrome/browser/local_discovery/cloud_print_base_api_flow.h         const base::DictionaryValue* value) = 0;
value              60 chrome/browser/local_discovery/cloud_print_printer_list.cc       const base::DictionaryValue* value) {
value              63 chrome/browser/local_discovery/cloud_print_printer_list.cc   if (!value->GetList(cloud_print::kPrinterListValue, &printers)) {
value              54 chrome/browser/local_discovery/cloud_print_printer_list.h       const base::DictionaryValue* value) OVERRIDE;
value              49 chrome/browser/local_discovery/device_description.cc     std::string value = i->substr(equals_pos + 1);
value              52 chrome/browser/local_discovery/device_description.cc       name = value;
value              54 chrome/browser/local_discovery/device_description.cc       description = value;
value              56 chrome/browser/local_discovery/device_description.cc       url = value;
value              58 chrome/browser/local_discovery/device_description.cc       type = value;
value              60 chrome/browser/local_discovery/device_description.cc       id = value;
value              62 chrome/browser/local_discovery/device_description.cc       connection_state = ConnectionStateFromString(value);
value              55 chrome/browser/local_discovery/privet_confirm_api_flow.cc     const base::DictionaryValue* value) {
value              58 chrome/browser/local_discovery/privet_confirm_api_flow.cc   if (!value->GetBoolean(cloud_print::kSuccessValue, &success)) {
value              45 chrome/browser/local_discovery/privet_confirm_api_flow.h       const base::DictionaryValue* value) OVERRIDE;
value             115 chrome/browser/local_discovery/privet_http_impl.cc                                            const base::DictionaryValue* value,
value             117 chrome/browser/local_discovery/privet_http_impl.cc   callback_.Run(value);
value             193 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value,
value             197 chrome/browser/local_discovery/privet_http_impl.cc     value->GetString(kPrivetKeyError, &error);
value             204 chrome/browser/local_discovery/privet_http_impl.cc                                      value);
value             211 chrome/browser/local_discovery/privet_http_impl.cc   next_response_handler_.Run(*value);
value             228 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue& value) {
value             237 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue& value) {
value             240 chrome/browser/local_discovery/privet_http_impl.cc   bool got_url = value.GetString(kPrivetKeyClaimURL, &claimUrl);
value             241 chrome/browser/local_discovery/privet_http_impl.cc   bool got_token = value.GetString(kPrivetKeyClaimToken, &claimToken);
value             254 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue& value) {
value             256 chrome/browser/local_discovery/privet_http_impl.cc   value.GetString(kPrivetKeyDeviceID, &id);
value             263 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value) {
value             266 chrome/browser/local_discovery/privet_http_impl.cc   if (!value) {
value             275 chrome/browser/local_discovery/privet_http_impl.cc   if (!value->HasKey(kPrivetInfoKeyID)) {
value             276 chrome/browser/local_discovery/privet_http_impl.cc     if (value->HasKey(kPrivetKeyError)) {
value             281 chrome/browser/local_discovery/privet_http_impl.cc                                        value);
value             294 chrome/browser/local_discovery/privet_http_impl.cc   if (!value->GetString(kPrivetInfoKeyID, &id) ||
value             334 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value,
value             375 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value,
value             377 chrome/browser/local_discovery/privet_http_impl.cc   callback_.Run(value);
value             437 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value,
value             488 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value) {
value             489 chrome/browser/local_discovery/privet_http_impl.cc   if (value && !value->HasKey(kPrivetKeyError)) {
value             494 chrome/browser/local_discovery/privet_http_impl.cc     if (value->GetList(kPrivetInfoKeyAPIList, &api_list)) {
value             545 chrome/browser/local_discovery/privet_http_impl.cc     raster_ticket_item.set_value(raster_capability.value());
value             630 chrome/browser/local_discovery/privet_http_impl.cc       raster_capability.value().document_sheet_back;
value             633 chrome/browser/local_discovery/privet_http_impl.cc     duplex_value = duplex_item.value();
value             659 chrome/browser/local_discovery/privet_http_impl.cc       raster_capability.value().rotate_all_pages;
value             662 chrome/browser/local_discovery/privet_http_impl.cc       raster_capability.value().reverse_order_streaming;
value             689 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value) {
value             694 chrome/browser/local_discovery/privet_http_impl.cc   if (has_error && value->GetString(kPrivetKeyError, &error)) {
value             701 chrome/browser/local_discovery/privet_http_impl.cc       value->GetInteger(kPrivetKeyTimeout, &timeout);
value             731 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value) {
value             739 chrome/browser/local_discovery/privet_http_impl.cc   value->GetString(kPrivetKeyJobID, &jobid_);
value             770 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value,
value             773 chrome/browser/local_discovery/privet_http_impl.cc   current_response_.Run(has_error, value);
value             914 chrome/browser/local_discovery/privet_http_impl.cc     const base::DictionaryValue* value) {
value             920 chrome/browser/local_discovery/privet_http_impl.cc   if (value) {
value             921 chrome/browser/local_discovery/privet_http_impl.cc     value->GetString(kPrivetInfoKeyToken, &token);
value              40 chrome/browser/local_discovery/privet_http_impl.h                             const base::DictionaryValue* value,
value              67 chrome/browser/local_discovery/privet_http_impl.h                             const base::DictionaryValue* value,
value              86 chrome/browser/local_discovery/privet_http_impl.h                               const base::DictionaryValue* value,
value             100 chrome/browser/local_discovery/privet_http_impl.h   void OnPrivetInfoDone(const base::DictionaryValue* value);
value             102 chrome/browser/local_discovery/privet_http_impl.h   void StartResponse(const base::DictionaryValue& value);
value             103 chrome/browser/local_discovery/privet_http_impl.h   void GetClaimTokenResponse(const base::DictionaryValue& value);
value             104 chrome/browser/local_discovery/privet_http_impl.h   void CompleteResponse(const base::DictionaryValue& value);
value             138 chrome/browser/local_discovery/privet_http_impl.h                             const base::DictionaryValue* value,
value             174 chrome/browser/local_discovery/privet_http_impl.h                             const base::DictionaryValue* value,
value             231 chrome/browser/local_discovery/privet_http_impl.h                             const base::DictionaryValue* value,
value             238 chrome/browser/local_discovery/privet_http_impl.h   typedef base::Callback<void(bool, const base::DictionaryValue* value)>
value             248 chrome/browser/local_discovery/privet_http_impl.h   void OnPrivetInfoDone(const base::DictionaryValue* value);
value             250 chrome/browser/local_discovery/privet_http_impl.h                            const base::DictionaryValue* value);
value             252 chrome/browser/local_discovery/privet_http_impl.h                            const base::DictionaryValue* value);
value             330 chrome/browser/local_discovery/privet_http_impl.h   void OnPrivetInfoDone(const base::DictionaryValue* value);
value             229 chrome/browser/local_discovery/privet_http_unittest.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(result));
value             230 chrome/browser/local_discovery/privet_http_unittest.cc   DCHECK(value);
value             231 chrome/browser/local_discovery/privet_http_unittest.cc   base::JSONWriter::Write(value.get(), &result);
value             360 chrome/browser/local_discovery/privet_http_unittest.cc   void OnPrivetJSONDone(const base::DictionaryValue* value) {
value             361 chrome/browser/local_discovery/privet_http_unittest.cc     if (!value) {
value             364 chrome/browser/local_discovery/privet_http_unittest.cc       value_.reset(value->DeepCopy());
value             757 chrome/browser/local_discovery/privet_http_unittest.cc   EXPECT_TRUE(capabilities_callback_.value()->GetString("version", &version));
value             276 chrome/browser/local_discovery/privet_url_fetcher.cc   scoped_ptr<base::Value> value;
value             278 chrome/browser/local_discovery/privet_url_fetcher.cc   value.reset(json_reader.ReadToValue(response_str));
value             280 chrome/browser/local_discovery/privet_url_fetcher.cc   if (!value) {
value             287 chrome/browser/local_discovery/privet_url_fetcher.cc   if (!value->GetAsDictionary(&dictionary_value)) {
value              52 chrome/browser/local_discovery/privet_url_fetcher.h                               const base::DictionaryValue* value,
value              42 chrome/browser/local_discovery/privet_url_fetcher_unittest.cc                             const base::DictionaryValue* value,
value              44 chrome/browser/local_discovery/privet_url_fetcher_unittest.cc     saved_value_.reset(value->DeepCopy());
value             137 chrome/browser/local_discovery/privet_url_fetcher_unittest.cc   const base::DictionaryValue* value = delegate_.saved_value();
value             139 chrome/browser/local_discovery/privet_url_fetcher_unittest.cc   ASSERT_TRUE(value != NULL);
value             140 chrome/browser/local_discovery/privet_url_fetcher_unittest.cc   ASSERT_TRUE(value->GetInteger("hello", &hello_value));
value              57 chrome/browser/local_discovery/storage/path_util.cc   base::FilePath::StringType path_updated_string = path.value();
value             148 chrome/browser/local_discovery/storage/privet_filesystem_operations.cc     const base::DictionaryValue* value) {
value             152 chrome/browser/local_discovery/storage/privet_filesystem_operations.cc   if (!value) {
value             157 chrome/browser/local_discovery/storage/privet_filesystem_operations.cc   attribute_cache_->AddFileInfoFromJSON(full_path_, value);
value             162 chrome/browser/local_discovery/storage/privet_filesystem_operations.cc   if (!value->GetList(kPrivetListEntries, &entries)) {
value             260 chrome/browser/local_discovery/storage/privet_filesystem_operations.cc     const base::DictionaryValue* value) {
value             264 chrome/browser/local_discovery/storage/privet_filesystem_operations.cc   attribute_cache_->AddFileInfoFromJSON(full_path_, value);
value             128 chrome/browser/local_discovery/storage/privet_filesystem_operations.h   void OnStorageListResult(const base::DictionaryValue* value);
value             162 chrome/browser/local_discovery/storage/privet_filesystem_operations.h   void OnStorageListResult(const base::DictionaryValue* value);
value              41 chrome/browser/logging_chrome_unittest.cc             filename.value().find(FILE_PATH_LITERAL("chrome_debug.log")));
value              51 chrome/browser/logging_chrome_unittest.cc   ASSERT_EQ(base::FilePath(FILE_PATH_LITERAL("test value")).value(),
value              52 chrome/browser/logging_chrome_unittest.cc             filename.value());
value              17 chrome/browser/mac/obsolete_system.cc   int value;
value              18 chrome/browser/mac/obsolete_system.cc   size_t valueSize = sizeof(value);
value              19 chrome/browser/mac/obsolete_system.cc   if (sysctlbyname("hw.cpu64bit_capable", &value, &valueSize, NULL, 0) != 0) {
value              22 chrome/browser/mac/obsolete_system.cc   return value == 0;
value              92 chrome/browser/mac/relauncher.cc   return RelaunchAppWithHelper(child_path.value(), relauncher_args, args);
value              55 chrome/browser/managed_mode/chromeos/managed_user_password_service.cc   const base::Value* value = settings_service_->GetValue(mu_id, key);
value              56 chrome/browser/managed_mode/chromeos/managed_user_password_service.cc   if (value == NULL) {
value              61 chrome/browser/managed_mode/chromeos/managed_user_password_service.cc   if (!value->GetAsDictionary(&dict)) {
value              67 chrome/browser/managed_mode/chromeos/manager_password_service.cc   const base::Value* value = settings_service_->GetValue(mu_id, key);
value              69 chrome/browser/managed_mode/chromeos/manager_password_service.cc   if (value == NULL) {
value              74 chrome/browser/managed_mode/chromeos/manager_password_service.cc   if (!value->GetAsDictionary(&dict)) {
value             200 chrome/browser/managed_mode/managed_mode_site_list.cc   scoped_ptr<base::Value> value(serializer.Deserialize(NULL, &error));
value             201 chrome/browser/managed_mode/managed_mode_site_list.cc   if (!value.get()) {
value             202 chrome/browser/managed_mode/managed_mode_site_list.cc     LOG(ERROR) << "Couldn't load site list " << path_.value() << ": "
value             208 chrome/browser/managed_mode/managed_mode_site_list.cc   if (!value->GetAsDictionary(&dict)) {
value             209 chrome/browser/managed_mode/managed_mode_site_list.cc     LOG(ERROR) << "Site list " << path_.value() << " is invalid";
value             215 chrome/browser/managed_mode/managed_mode_site_list.cc     LOG(ERROR) << "Site list " << path_.value() << " has invalid version";
value             220 chrome/browser/managed_mode/managed_mode_site_list.cc     LOG(ERROR) << "Site list " << path_.value() << " has a too new format";
value             207 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response_body));
value             209 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc   if (!value.get() || !value->GetAsDictionary(&dict)) {
value              53 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc                     std::string* value) {
value              55 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc   return net::GetValueForKeyInQuery(url, key, value);
value             243 chrome/browser/managed_mode/managed_user_registration_utility.cc     const base::DictionaryValue* value = NULL;
value             245 chrome/browser/managed_mode/managed_user_registration_utility.cc         dict->GetDictionaryWithoutPathExpansion(managed_user_id, &value);
value             251 chrome/browser/managed_mode/managed_user_registration_utility.cc         value->GetString(ManagedUserSyncService::kPasswordSignatureKey, &key) &&
value             253 chrome/browser/managed_mode/managed_user_registration_utility.cc         value->GetString(ManagedUserSyncService::kPasswordEncryptionKey,
value             480 chrome/browser/managed_mode/managed_user_service.cc   const base::Value* value =
value             484 chrome/browser/managed_mode/managed_user_service.cc   if (value) {
value             485 chrome/browser/managed_mode/managed_user_service.cc     bool success = value->GetAsBoolean(&notifications_enabled);
value             675 chrome/browser/managed_mode/managed_user_service.cc     bool result = it.value().GetAsBoolean(&allow);
value             688 chrome/browser/managed_mode/managed_user_service.cc     bool result = it.value().GetAsBoolean(&allow);
value             110 chrome/browser/managed_mode/managed_user_settings_service.cc                                                 scoped_ptr<base::Value> value) {
value             120 chrome/browser/managed_mode/managed_user_settings_service.cc     SyncData data = CreateSyncDataForSetting(key, *value);
value             134 chrome/browser/managed_mode/managed_user_settings_service.cc   dict->SetWithoutPathExpansion(key_suffix, value.release());
value             139 chrome/browser/managed_mode/managed_user_settings_service.cc     scoped_ptr<base::Value> value) {
value             140 chrome/browser/managed_mode/managed_user_settings_service.cc   if (value)
value             141 chrome/browser/managed_mode/managed_user_settings_service.cc     local_settings_->SetWithoutPathExpansion(key, value.release());
value             151 chrome/browser/managed_mode/managed_user_settings_service.cc     const base::Value& value) {
value             153 chrome/browser/managed_mode/managed_user_settings_service.cc   base::JSONWriter::Write(&value, &json_value);
value             180 chrome/browser/managed_mode/managed_user_settings_service.cc     scoped_ptr<base::Value> value(
value             181 chrome/browser/managed_mode/managed_user_settings_service.cc         JSONReader::Read(managed_user_setting.value()));
value             184 chrome/browser/managed_mode/managed_user_settings_service.cc     dict->SetWithoutPathExpansion(name_suffix, value.release());
value             198 chrome/browser/managed_mode/managed_user_settings_service.cc     SyncData data = CreateSyncDataForSetting(it.key(), it.value());
value             203 chrome/browser/managed_mode/managed_user_settings_service.cc     dict->SetWithoutPathExpansion(key_suffix, it.value().DeepCopy());
value             231 chrome/browser/managed_mode/managed_user_settings_service.cc     data.push_back(CreateSyncDataForSetting(it.key(), it.value()));
value             236 chrome/browser/managed_mode/managed_user_settings_service.cc     it.value().GetAsDictionary(&dict);
value             240 chrome/browser/managed_mode/managed_user_settings_service.cc           MakeSplitSettingKey(it.key(), jt.key()), jt.value()));
value             261 chrome/browser/managed_mode/managed_user_settings_service.cc         scoped_ptr<base::Value> value(
value             262 chrome/browser/managed_mode/managed_user_settings_service.cc             JSONReader::Read(managed_user_setting.value()));
value             270 chrome/browser/managed_mode/managed_user_settings_service.cc         dict->SetWithoutPathExpansion(key, value.release());
value             303 chrome/browser/managed_mode/managed_user_settings_service.cc   base::Value* value = NULL;
value             305 chrome/browser/managed_mode/managed_user_settings_service.cc   if (store_->GetMutableValue(key, &value)) {
value             306 chrome/browser/managed_mode/managed_user_settings_service.cc     bool success = value->GetAsDictionary(&dict);
value             359 chrome/browser/managed_mode/managed_user_settings_service.cc     settings->Set(it.key(), it.value().DeepCopy());
value             368 chrome/browser/managed_mode/managed_user_settings_service.cc     settings->Set(it.key(), it.value().DeepCopy());
value             100 chrome/browser/managed_mode/managed_user_settings_service.h   void UploadItem(const std::string& key, scoped_ptr<base::Value> value);
value             104 chrome/browser/managed_mode/managed_user_settings_service.h                                  scoped_ptr<base::Value> value);
value             108 chrome/browser/managed_mode/managed_user_settings_service.h                                                    const base::Value& value);
value              79 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   void UploadSplitItem(const std::string& key, const std::string& value) {
value              80 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc     split_items_.SetStringWithoutPathExpansion(key, value);
value              84 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc         scoped_ptr<base::Value>(new base::StringValue(value)));
value              87 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   void UploadAtomicItem(const std::string& value) {
value              88 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc     atomic_setting_value_.reset(new base::StringValue(value));
value              91 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc         scoped_ptr<base::Value>(new base::StringValue(value)));
value             109 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc     scoped_ptr<base::Value> value(
value             110 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc         base::JSONReader::Read(managed_user_setting.value()));
value             111 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc     EXPECT_TRUE(expected_value->Equals(value.get()));
value             149 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   const base::Value* value = NULL;
value             150 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
value             163 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
value             165 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   EXPECT_TRUE(value->GetAsString(&string_value));
value             172 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   const base::Value* value = NULL;
value             173 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
value             187 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc             it.value());
value             195 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
value             197 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   ASSERT_TRUE(value->GetAsDictionary(&dict_value));
value             202 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   const base::Value* value = NULL;
value             203 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
value             210 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
value             212 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   EXPECT_TRUE(value->GetAsString(&string_value));
value             291 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   const base::Value* value = NULL;
value             292 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   EXPECT_FALSE(settings_->GetWithoutPathExpansion(kAtomicItemName, &value));
value             293 chrome/browser/managed_mode/managed_user_settings_service_unittest.cc   EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSplitItemName, &value));
value              78 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   const Value* value = NULL;
value              79 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   if (!dict->Get(kValue, &value))
value              86 chrome/browser/managed_mode/managed_user_shared_settings_service.cc       mu_id, key, *value, acknowledged);
value             101 chrome/browser/managed_mode/managed_user_shared_settings_service.cc     const Value& value,
value             112 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   dict->SetWithoutPathExpansion(kValue, value.DeepCopy());
value             118 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   SyncData data = CreateSyncDataForSetting(mu_id, key, value, acknowledged);
value             140 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   const Value* value = NULL;
value             141 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   if (!settings->GetWithoutPathExpansion(kValue, &value))
value             144 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   return value;
value             150 chrome/browser/managed_mode/managed_user_shared_settings_service.cc     const Value& value) {
value             151 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   SetValueInternal(mu_id, key, value, true);
value             172 chrome/browser/managed_mode/managed_user_shared_settings_service.cc     const Value& value,
value             175 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   base::JSONWriter::Write(&value, &json_value);
value             211 chrome/browser/managed_mode/managed_user_shared_settings_service.cc     scoped_ptr<Value> value(
value             212 chrome/browser/managed_mode/managed_user_shared_settings_service.cc         base::JSONReader::Read(managed_user_shared_setting.value()));
value             217 chrome/browser/managed_mode/managed_user_shared_settings_service.cc     dict->SetWithoutPathExpansion(kValue, value.release());
value             237 chrome/browser/managed_mode/managed_user_shared_settings_service.cc     bool success = it.value().GetAsDictionary(&dict);
value             247 chrome/browser/managed_mode/managed_user_shared_settings_service.cc       SyncData data = CreateSyncDataForValue(it.key(), jt.key(), jt.value());
value             280 chrome/browser/managed_mode/managed_user_shared_settings_service.cc     bool success = it.value().GetAsDictionary(&dict);
value             283 chrome/browser/managed_mode/managed_user_shared_settings_service.cc       data.push_back(CreateSyncDataForValue(it.key(), jt.key(), jt.value()));
value             322 chrome/browser/managed_mode/managed_user_shared_settings_service.cc         scoped_ptr<Value> value(
value             323 chrome/browser/managed_mode/managed_user_shared_settings_service.cc             base::JSONReader::Read(managed_user_shared_setting.value()));
value             324 chrome/browser/managed_mode/managed_user_shared_settings_service.cc         dict->SetWithoutPathExpansion(kValue, value.release());
value              65 chrome/browser/managed_mode/managed_user_shared_settings_service.h                 const base::Value& value);
value              79 chrome/browser/managed_mode/managed_user_shared_settings_service.h                         const base::Value& value,
value              85 chrome/browser/managed_mode/managed_user_shared_settings_service.h                                                    const base::Value& value,
value              64 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc std::string ToJson(const Value* value) {
value              65 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc   if (!value)
value              69 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc   base::JSONWriter::Write(value, &json_value);
value             110 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc           setting.value(),
value             126 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc     const Value* value = settings_service_.GetValue(mu_id, key);
value             127 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc     ASSERT_TRUE(value);
value             130 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc             mu_id, key, *value, true));
value              15 chrome/browser/managed_mode/managed_user_shared_settings_update.cc     scoped_ptr<base::Value> value,
value              20 chrome/browser/managed_mode/managed_user_shared_settings_update.cc       value_(value.Pass()),
value              38 chrome/browser/managed_mode/managed_user_shared_settings_update.cc   const base::Value* value = service_->GetValue(mu_id, key);
value              39 chrome/browser/managed_mode/managed_user_shared_settings_update.cc   callback_.Run(value->Equals(value_.get()));
value              34 chrome/browser/managed_mode/managed_user_shared_settings_update.h       scoped_ptr<base::Value> value,
value              80 chrome/browser/managed_mode/managed_user_sync_service.cc                                            const base::Value& value) {
value              82 chrome/browser/managed_mode/managed_user_sync_service.cc   bool success = value.GetAsDictionary(&dict);
value             271 chrome/browser/managed_mode/managed_user_sync_service.cc   scoped_ptr<base::DictionaryValue> value = CreateDictionary(
value             275 chrome/browser/managed_mode/managed_user_sync_service.cc   base::DictionaryValue* entry = value.get();
value             276 chrome/browser/managed_mode/managed_user_sync_service.cc   dict->SetWithoutPathExpansion(id, value.release());
value             321 chrome/browser/managed_mode/managed_user_sync_service.cc   base::DictionaryValue* value = NULL;
value             322 chrome/browser/managed_mode/managed_user_sync_service.cc   bool success = dict->GetDictionaryWithoutPathExpansion(id, &value);
value             326 chrome/browser/managed_mode/managed_user_sync_service.cc   value->GetBoolean(ManagedUserSyncService::kAcknowledged, &acknowledged);
value             328 chrome/browser/managed_mode/managed_user_sync_service.cc   value->GetString(ManagedUserSyncService::kName, &name);
value             330 chrome/browser/managed_mode/managed_user_sync_service.cc   value->GetString(ManagedUserSyncService::kMasterKey, &master_key);
value             332 chrome/browser/managed_mode/managed_user_sync_service.cc   value->GetString(ManagedUserSyncService::kPasswordSignatureKey, &signature);
value             334 chrome/browser/managed_mode/managed_user_sync_service.cc   value->GetString(ManagedUserSyncService::kPasswordEncryptionKey, &encryption);
value             336 chrome/browser/managed_mode/managed_user_sync_service.cc   value->GetString(ManagedUserSyncService::kChromeOsAvatar, &chromeos_avatar);
value             338 chrome/browser/managed_mode/managed_user_sync_service.cc   value->GetString(ManagedUserSyncService::kChromeAvatar, &chrome_avatar);
value             354 chrome/browser/managed_mode/managed_user_sync_service.cc   value->SetString(kChromeOsAvatar, chrome_avatar);
value             356 chrome/browser/managed_mode/managed_user_sync_service.cc   value->SetString(kChromeAvatar, chrome_avatar);
value             419 chrome/browser/managed_mode/managed_user_sync_service.cc     base::DictionaryValue* value = new base::DictionaryValue();
value             420 chrome/browser/managed_mode/managed_user_sync_service.cc     value->SetString(kName, managed_user.name());
value             421 chrome/browser/managed_mode/managed_user_sync_service.cc     value->SetBoolean(kAcknowledged, managed_user.acknowledged());
value             422 chrome/browser/managed_mode/managed_user_sync_service.cc     value->SetString(kMasterKey, managed_user.master_key());
value             423 chrome/browser/managed_mode/managed_user_sync_service.cc     value->SetString(kChromeAvatar, managed_user.chrome_avatar());
value             424 chrome/browser/managed_mode/managed_user_sync_service.cc     value->SetString(kChromeOsAvatar, managed_user.chromeos_avatar());
value             425 chrome/browser/managed_mode/managed_user_sync_service.cc     value->SetString(kPasswordSignatureKey,
value             427 chrome/browser/managed_mode/managed_user_sync_service.cc     value->SetString(kPasswordEncryptionKey,
value             433 chrome/browser/managed_mode/managed_user_sync_service.cc     dict->SetWithoutPathExpansion(managed_user.id(), value);
value             444 chrome/browser/managed_mode/managed_user_sync_service.cc                    CreateSyncDataFromDictionaryEntry(it.key(), it.value())));
value             472 chrome/browser/managed_mode/managed_user_sync_service.cc     data.push_back(CreateSyncDataFromDictionaryEntry(it.key(), it.value()));
value             508 chrome/browser/managed_mode/managed_user_sync_service.cc         base::DictionaryValue* value = new base::DictionaryValue;
value             509 chrome/browser/managed_mode/managed_user_sync_service.cc         value->SetString(kName, managed_user.name());
value             510 chrome/browser/managed_mode/managed_user_sync_service.cc         value->SetBoolean(kAcknowledged, managed_user.acknowledged());
value             511 chrome/browser/managed_mode/managed_user_sync_service.cc         value->SetString(kMasterKey, managed_user.master_key());
value             512 chrome/browser/managed_mode/managed_user_sync_service.cc         value->SetString(kChromeAvatar, managed_user.chrome_avatar());
value             513 chrome/browser/managed_mode/managed_user_sync_service.cc         value->SetString(kChromeOsAvatar, managed_user.chromeos_avatar());
value             514 chrome/browser/managed_mode/managed_user_sync_service.cc         value->SetString(kPasswordSignatureKey,
value             516 chrome/browser/managed_mode/managed_user_sync_service.cc         value->SetString(kPasswordEncryptionKey,
value             518 chrome/browser/managed_mode/managed_user_sync_service.cc         dict->SetWithoutPathExpansion(managed_user.id(), value);
value              67 chrome/browser/managed_mode/supervised_user_pref_mapping_service.cc   const base::Value* value = shared_settings_->GetValue(mu_id, key);
value              69 chrome/browser/managed_mode/supervised_user_pref_mapping_service.cc   bool success = value->GetAsInteger(&avatar_index);
value              79 chrome/browser/managed_mode/supervised_user_pref_mapping_service.cc   const base::Value* value = shared_settings_->GetValue(
value              81 chrome/browser/managed_mode/supervised_user_pref_mapping_service.cc   if (!value)
value              85 chrome/browser/managed_mode/supervised_user_pref_mapping_service.cc   bool success = value->GetAsInteger(&current_avatar_index);
value              52 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc   const base::Value* value = shared_settings_service_->GetValue(
value              55 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc   value->GetAsInteger(&avatar_index);
value              59 chrome/browser/managed_mode/supervised_user_pref_store.cc                                        const base::Value** value) const {
value              61 chrome/browser/managed_mode/supervised_user_pref_store.cc   return prefs_->GetValue(key, value);
value             103 chrome/browser/managed_mode/supervised_user_pref_store.cc       const base::Value* value = NULL;
value             104 chrome/browser/managed_mode/supervised_user_pref_store.cc       if (settings->GetWithoutPathExpansion(entry.settings_name, &value))
value             105 chrome/browser/managed_mode/supervised_user_pref_store.cc         prefs_->SetValue(entry.pref_name, value->DeepCopy());
value              30 chrome/browser/managed_mode/supervised_user_pref_store.h                         const base::Value** value) const OVERRIDE;
value              59 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc   const base::Value* value = NULL;
value              60 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc   ASSERT_TRUE(pref_store_->GetValue(key, &value));
value              61 chrome/browser/managed_mode/supervised_user_pref_store_unittest.cc   changed_prefs_.Set(key, value->DeepCopy());
value              76 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc           appengine_dev_appserver.value() << ". " << kAdviseOnGclientSolution;
value              84 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc           apprtc_dir.value() << ". " << kAdviseOnGclientSolution;
value             128 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc       LOG(ERROR) << "Missing javascript code at " << path.value() << ".";
value             166 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc           firefox_binary.value() << ". " << kAdviseOnGclientSolution;
value             174 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc           firefox_launcher.value() << ". " << kAdviseOnGclientSolution;
value             117 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc           << "quality comparison: " << reference_file.value();
value             303 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc bool CanParseAsFloat(const std::string& value) {
value             304 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   return atof(value.c_str()) != 0 || value == "0";
value             322 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   EXPECT_LT(reference_file.value().length(), 128u);
value             323 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   EXPECT_LT(actual_file.value().length(), 128u);
value             334 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc     LOG(ERROR) << "Missing PESQ binary in " << pesq_path.value();
value             435 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   VLOG(0) << "Done recording to " << recording.value() << std::endl;
value             444 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc   VLOG(0) << "Trimmed silence: " << trimmed_recording.value() << std::endl;
value             119 chrome/browser/media/chrome_webrtc_browsertest.cc     if (!iterator.IsAtEnd() && iterator.value().GetAsDictionary(&result))
value              62 chrome/browser/media/chrome_webrtc_typing_detection_browsertest.cc                  << "quality comparison: " << reference_file.value();
value             130 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc           "files:" << GetWorkingDir().value();
value             191 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc           << path_to_converter.value();
value             235 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc           << path_to_analyzer.value();
value             240 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc           << path_to_compare_script.value();
value             270 chrome/browser/media/encrypted_media_browsertest.cc     EXPECT_TRUE(base::PathExists(plugin_lib)) << plugin_lib.value();
value             271 chrome/browser/media/encrypted_media_browsertest.cc     base::FilePath::StringType pepper_plugin = plugin_lib.value();
value             166 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc     base::FilePath::StringType pepper_plugin = plugin_lib.value();
value              82 chrome/browser/media/media_browsertest.cc   VLOG(0) << "Plugin crashed: " << plugin_path.value();
value             445 chrome/browser/media/media_stream_devices_controller.cc     std::string value;
value             447 chrome/browser/media/media_stream_devices_controller.cc       if (list->GetString(i, &value)) {
value             449 chrome/browser/media/media_stream_devices_controller.cc             ContentSettingsPattern::FromString(value);
value             451 chrome/browser/media/media_stream_devices_controller.cc           DLOG(WARNING) << "Ignoring wildcard URL pattern: " << value;
value             454 chrome/browser/media/media_stream_devices_controller.cc         DLOG_IF(ERROR, !pattern.IsValid()) << "Invalid URL pattern: " << value;
value              87 chrome/browser/media/native_desktop_media_list_unittest.cc   void SetNextFrameValue(WindowId window_id, int8_t value) {
value              89 chrome/browser/media/native_desktop_media_list_unittest.cc     frame_values_[window_id] = value;
value             104 chrome/browser/media/native_desktop_media_list_unittest.cc     int8_t value = (it != frame_values_.end()) ? it->second : 0;
value             107 chrome/browser/media/native_desktop_media_list_unittest.cc     memset(frame->data(), value, frame->stride() * frame->size().height());
value              49 chrome/browser/media/webrtc_browsertest_common.cc   base::FilePath::StringType path = source_dir.value();
value              61 chrome/browser/media/webrtc_browsertest_common.cc         << "files, expected at " << GetReferenceVideosDir().value() << ". " <<
value              70 chrome/browser/media/webrtc_browsertest_common.cc         << " comparison, expected at " << webrtc_reference_video_yuv.value()
value              80 chrome/browser/media/webrtc_browsertest_common.cc         << " comparison, expected at "<< webrtc_reference_video_y4m.value()
value              25 chrome/browser/media/webrtc_browsertest_perf.cc   std::string value;
value              26 chrome/browser/media/webrtc_browsertest_perf.cc   if (!pc_dict.GetString(Statistic("audioOutputLevel", ssrc), &value)) {
value              31 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("bytesReceived", ssrc), &value));
value              32 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("audio_recv", "", "bytes_recv", value, "bytes", false);
value              33 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("packetsLost", ssrc), &value));
value              34 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("audio_recv", "", "packets_lost", value, "", false);
value              41 chrome/browser/media/webrtc_browsertest_perf.cc   std::string value;
value              42 chrome/browser/media/webrtc_browsertest_perf.cc   if (!pc_dict.GetString(Statistic("audioInputLevel", ssrc), &value)) {
value              47 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("bytesSent", ssrc), &value));
value              48 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("audio_send", "", "bytes_sent", value, "bytes", false);
value              49 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googJitterReceived", ssrc), &value));
value              50 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("audio_send", "", "goog_jitter_recv", value, "",
value              52 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googRtt", ssrc), &value));
value              53 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("audio_send", "", "goog_rtt", value, "ms", false);
value              59 chrome/browser/media/webrtc_browsertest_perf.cc   std::string value;
value              60 chrome/browser/media/webrtc_browsertest_perf.cc   if (!pc_dict.GetString(Statistic("googFrameRateInput", ssrc), &value)) {
value              65 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_frame_rate_input", value,
value              68 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googFrameRateSent", ssrc), &value));
value              69 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_frame_rate_sent", value, "fps",
value              71 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("bytesSent", ssrc), &value));
value              72 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "bytes_sent", value, "bytes", false);
value              73 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googFirsReceived", ssrc), &value));
value              74 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_firs_recv", value, "", false);
value              75 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googNacksReceived", ssrc), &value));
value              76 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_nacks_recv", value, "", false);
value              77 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googFrameWidthSent", ssrc), &value));
value              78 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_frame_width_sent", value,
value              81 chrome/browser/media/webrtc_browsertest_perf.cc       pc_dict.GetString(Statistic("googFrameHeightSent", ssrc), &value));
value              82 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_frame_height_sent", value,
value              85 chrome/browser/media/webrtc_browsertest_perf.cc       Statistic("googCaptureJitterMs", ssrc), &value));
value              86 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_capture_jitter_ms", value,
value              89 chrome/browser/media/webrtc_browsertest_perf.cc       Statistic("googCaptureQueueDelayMsPerS", ssrc), &value));
value              91 chrome/browser/media/webrtc_browsertest_perf.cc                          value, "ms/s", false);
value              93 chrome/browser/media/webrtc_browsertest_perf.cc       Statistic("googEncodeUsagePercent", ssrc), &value));
value              95 chrome/browser/media/webrtc_browsertest_perf.cc                          value, "%", false);
value              96 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googAvgEncodeMs", ssrc), &value));
value              97 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_avg_encode_ms", value, "ms",
value              99 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googRtt", ssrc), &value));
value             100 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_recv", "", "goog_rtt", value, "ms", false);
value             106 chrome/browser/media/webrtc_browsertest_perf.cc   std::string value;
value             107 chrome/browser/media/webrtc_browsertest_perf.cc   if (!pc_dict.GetString(Statistic("googFrameRateOutput", ssrc), &value)) {
value             112 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_frame_rate_output", value,
value             115 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("packetsLost", ssrc), &value));
value             116 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "packets_lost", value, "packets",
value             119 chrome/browser/media/webrtc_browsertest_perf.cc       pc_dict.GetString(Statistic("googFrameWidthReceived", ssrc), &value));
value             120 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_frame_width_recv", value,
value             123 chrome/browser/media/webrtc_browsertest_perf.cc       pc_dict.GetString(Statistic("googFrameHeightReceived", ssrc), &value));
value             124 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_frame_height_recv", value,
value             127 chrome/browser/media/webrtc_browsertest_perf.cc       pc_dict.GetString(Statistic("googFrameRateReceived", ssrc), &value));
value             128 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_frame_rate_recv", value, "fps",
value             130 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googCurrentDelayMs", ssrc), &value));
value             131 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_current_delay_ms", value, "ms",
value             133 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googTargetDelayMs", ssrc), &value));
value             134 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_target_delay_ms", value, "ms",
value             136 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googDecodeMs", ssrc), &value));
value             137 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_decode_ms", value, "ms",
value             139 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googMaxDecodeMs", ssrc), &value));
value             140 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_max_decode_ms", value, "ms",
value             142 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googJitterBufferMs", ssrc), &value));
value             143 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_jitter_buffer_ms", value, "ms",
value             145 chrome/browser/media/webrtc_browsertest_perf.cc   EXPECT_TRUE(pc_dict.GetString(Statistic("googRenderDelayMs", ssrc), &value));
value             146 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("video_send", "", "goog_render_delay_ms", value, "ms",
value             179 chrome/browser/media/webrtc_browsertest_perf.cc   std::string value;
value             181 chrome/browser/media/webrtc_browsertest_perf.cc       Statistic("googAvailableSendBandwidth", kBweStatsKey), &value));
value             182 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("bwe_stats", "", "available_send_bw", value, "bytes/s",
value             185 chrome/browser/media/webrtc_browsertest_perf.cc       Statistic("googAvailableReceiveBandwidth", kBweStatsKey), &value));
value             186 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("bwe_stats", "", "available_recv_bw", value, "bytes/s",
value             189 chrome/browser/media/webrtc_browsertest_perf.cc                                 &value));
value             190 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("bwe_stats", "", "target_enc_bitrate", value, "bit/s",
value             193 chrome/browser/media/webrtc_browsertest_perf.cc                                 &value));
value             194 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("bwe_stats", "", "actual_enc_bitrate", value, "bit/s",
value             197 chrome/browser/media/webrtc_browsertest_perf.cc                                 &value));
value             198 chrome/browser/media/webrtc_browsertest_perf.cc   perf_test::PrintResult("bwe_stats", "", "transmit_bitrate", value, "bit/s",
value              51 chrome/browser/media/webrtc_log_util.cc     DVLOG(3) << "Could not find directory: " << log_dir.value();
value              57 chrome/browser/media/wv_test_license_server_config.cc     VLOG(0) << "Missing license server file at " << license_server_path.value();
value              80 chrome/browser/media/wv_test_license_server_config.cc   std::string library_paths(license_server_path.DirName().value());
value              41 chrome/browser/media_galleries/fileapi/av_scanning_file_validator.cc   hr = attachment_services->SetLocalPath(dest_platform_path.value().c_str());
value              58 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc                  << media_file_system_dir_path.value();
value              42 chrome/browser/media_galleries/fileapi/file_path_watcher_util.cc     LOG(ERROR) << "Adding watch for " << path.value() << " failed";
value              78 chrome/browser/media_galleries/fileapi/iapps_data_provider.cc   DCHECK_EQ(library_path_.value(), path.value());
value              80 chrome/browser/media_galleries/fileapi/iapps_data_provider.cc     LOG(ERROR) << "Error watching " << library_path_.value();
value              26 chrome/browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc   std::string input(reinterpret_cast<const char*>(path.value().data()),
value              27 chrome/browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc                                                   path.value().size()*2);
value              78 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc       std::string filename = photo_it->second->BaseName().value();
value             102 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc       std::string filename = path.BaseName().value();
value             105 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc           "(" + base::Uint64ToString(id) + ")").value();
value             278 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/vol/path1.jpg").value(),
value             280 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc                   "Album1", "path1.jpg").value());
value             281 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/vol/path3.jpg").value(),
value             283 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc                   "Album1", "path3.jpg").value());
value             284 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/vol/dupe/path3.jpg").value(),
value             286 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc                   "Album1", "path3(4).jpg").value());
value             287 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath().value(),
value             289 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc                   "Album1", "path5.jpg").value());
value             293 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/vol/dupe/path2.jpg").value(),
value             295 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc                   "Album5", "path2.jpg").value());
value             296 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/vol/path2.jpg").value(),
value             298 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc                   "Album2", "path2.jpg").value());
value             309 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/vol/path1.jpg").value(), photos["path1.jpg"].value());
value             310 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/vol/path3.jpg").value(),
value             311 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc         photos["path3.jpg"].value());
value             312 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/vol/dupe/path3.jpg").value(),
value             313 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc         photos["path3(4).jpg"].value());
value             328 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/original/vol/another2.jpg").value(),
value             329 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc               originals["path2.jpg"].value());
value             332 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc     EXPECT_EQ(FilePath("/original/vol/another2.jpg").value(),
value             333 chrome/browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc               original_path.value());
value             281 chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc   EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kIPhotoAlbumsDir).value(),
value             126 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             128 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   artist, album, track_name).NormalizePathSeparators().value());
value             267 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             268 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc               album.begin()->second.NormalizePathSeparators().value());
value             386 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             389 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track (1).mp3").NormalizePathSeparators().value());
value             390 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             393 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track (2).mp3").NormalizePathSeparators().value());
value             394 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             397 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track.mp3").NormalizePathSeparators().value());
value             429 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             432 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track_1.mp3").NormalizePathSeparators().value());
value             433 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             436 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track_1 (2).mp3").NormalizePathSeparators().value());
value             437 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             440 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track_1 (3).mp3").NormalizePathSeparators().value());
value             441 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc     EXPECT_EQ(track.value(),
value             444 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track_1.mp3").NormalizePathSeparators().value());
value             250 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesLibraryXML).value(),
value             252 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesMediaDir).value(),
value             268 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesMusicDir).value(),
value             286 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesAutoAddDir).value(),
value             288 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kITunesMusicDir).value(),
value             306 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath().AppendASCII("baz.ogg").value(),
value             327 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath().AppendASCII("foo").value(), contents.front().name);
value             337 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath().AppendASCII("bar").value(), contents.front().name);
value             347 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   EXPECT_EQ(base::FilePath().AppendASCII("baz.ogg").value(),
value             101 chrome/browser/media_galleries/fileapi/media_path_filter.cc   const base::FilePath::StringType base_name = path.BaseName().value();
value             114 chrome/browser/media_galleries/fileapi/media_path_filter.cc   DWORD file_attributes = ::GetFileAttributes(path.value().c_str());
value              93 chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc   const base::FilePath::StringType& device_location = device_path.value();
value             531 chrome/browser/media_galleries/fileapi/native_media_file_util.cc     entry.name = enum_path.BaseName().value();
value             244 chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc         base::FilePath(kFilteringTestCases[i].path).BaseName().value();
value              42 chrome/browser/media_galleries/fileapi/picasa_finder.cc   base::string16 value;
value              43 chrome/browser/media_galleries/fileapi/picasa_finder.cc   if (key.ReadValue(kPicasaRegistryAppDataPathKey, &value) != ERROR_SUCCESS)
value              45 chrome/browser/media_galleries/fileapi/picasa_finder.cc   if (value.empty())
value              48 chrome/browser/media_galleries/fileapi/picasa_finder.cc   return base::FilePath(value);
value              49 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc             << library_file_.value();
value              73 chrome/browser/media_galleries/imported_media_gallery_registry.cc     DCHECK_EQ(picasa_database_path_.value(), database_path.value());
value             108 chrome/browser/media_galleries/imported_media_gallery_registry.cc     DCHECK_EQ(itunes_xml_library_path_.value(), library_xml_path.value());
value             145 chrome/browser/media_galleries/imported_media_gallery_registry.cc     DCHECK_EQ(iphoto_xml_library_path_.value(), library_xml_path.value());
value              40 chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc   return relative_path.value();
value              60 chrome/browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc     EXPECT_EQ(kTestCases[i].name, enumerator.Next().value());
value             188 chrome/browser/media_galleries/linux/mtp_device_task_helper.cc     entry.name = fileapi::VirtualPath::BaseName(current).value();
value             718 chrome/browser/media_galleries/media_file_system_registry.cc         path.value(), fs_name));
value             114 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   if (path.value() != other.path.value())
value             115 chrome/browser/media_galleries/media_file_system_registry_unittest.cc     return path.value() < other.path.value();
value             560 chrome/browser/media_galleries/media_file_system_registry_unittest.cc     if (info.path.value() == container[i].path.value()) {
value             648 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   ProcessAttach(device_id, label, location.value());
value             991 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   EXPECT_EQ(dcim_dir().value(), pref_info.AbsolutePath().value());
value             997 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   EXPECT_EQ(dcim_dir().Append(pref_info_with_relpath.path).value(),
value             998 chrome/browser/media_galleries/media_file_system_registry_unittest.cc             pref_info_with_relpath.AbsolutePath().value());
value              93 chrome/browser/media_galleries/media_folder_finder.cc   return (path.value() == "/");
value             101 chrome/browser/media_galleries/media_folder_finder.cc   if (StartsWithASCII(path.value(), "/media", true) ||
value             102 chrome/browser/media_galleries/media_folder_finder.cc       StartsWithASCII(path.value(), "/mnt", true)) {
value             165 chrome/browser/media_galleries/media_folder_finder_unittest.cc           << " Image count for " << folder.value();
value             167 chrome/browser/media_galleries/media_folder_finder_unittest.cc           << " Audio count for " << folder.value();
value             169 chrome/browser/media_galleries/media_folder_finder_unittest.cc           << " Video count for " << folder.value();
value             108 chrome/browser/media_galleries/media_galleries_preferences.cc bool GetPrefId(const base::DictionaryValue& dict, MediaGalleryPrefId* value) {
value             111 chrome/browser/media_galleries/media_galleries_preferences.cc       !base::StringToUint64(string_id, value)) {
value             244 chrome/browser/media_galleries/media_galleries_preferences.cc   dict->SetString(kMediaGalleriesPathKey, gallery.path.value());
value             365 chrome/browser/media_galleries/media_galleries_preferences.cc                    MediaStorageUtil::FindDevicePathById(device_id).value(),
value             209 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc     EXPECT_EQ(in_expectation->second.path.value(), actual.path.value());
value             459 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc   EXPECT_EQ(relative_path.value(), gallery_info.path.value());
value             117 chrome/browser/media_galleries/media_galleries_test_util.cc   key.WriteValue(picasa::kPicasaRegistryAppDataPathKey, path.value().c_str());
value             126 chrome/browser/media_galleries/media_galleries_test_util.cc       base::SysUTF8ToNSString(path.value()),
value              50 chrome/browser/media_galleries/media_scan_manager.cc     if (path.value() == rhs.path.value()) {
value              56 chrome/browser/media_galleries/media_scan_manager.cc     return path.value() < rhs.path.value();
value              76 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc   if (device_info.registered_device_path == file_path.value())
value             205 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc     entry.name = fileapi::VirtualPath::BaseName(current).value();
value             589 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc       current_snapshot_details_->request_info().snapshot_file_path.value(),
value             590 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc       snapshot_file_path.value());
value             133 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win_unittest.cc   ProcessAttach(device_id, label, location.value());
value              78 chrome/browser/media_galleries/win/mtp_device_object_enumerator_unittest.cc     EXPECT_EQ(kTestCases[i].name, enumerator.Next().value());
value              21 chrome/browser/metrics/cloned_install_detector.cc uint32 HashRawId(const std::string& value) {
value              22 chrome/browser/metrics/cloned_install_detector.cc   uint64 hash = metrics::HashMetricName(value);
value             920 chrome/browser/metrics/metrics_service.cc   DWORD value = 0;
value             926 chrome/browser/metrics/metrics_service.cc         regkey.ReadValueDW(name.c_str(), &value) == ERROR_SUCCESS) {
value             928 chrome/browser/metrics/metrics_service.cc       if (value == 0)
value            1237 chrome/browser/metrics/metrics_service.cc     int value = local_state->GetInteger(prefs::kMetricsLowEntropySource);
value            1240 chrome/browser/metrics/metrics_service.cc     if (value >= 0 && value < kMaxLowEntropySize) {
value            1241 chrome/browser/metrics/metrics_service.cc       low_entropy_source_ = value;
value            1818 chrome/browser/metrics/metrics_service.cc   int value = pref->GetInteger(path);
value            1819 chrome/browser/metrics/metrics_service.cc   pref->SetInteger(path, value + 1);
value            1825 chrome/browser/metrics/metrics_service.cc   int64 value = pref->GetInt64(path);
value            1826 chrome/browser/metrics/metrics_service.cc   pref->SetInt64(path, value + 1);
value            2077 chrome/browser/metrics/metrics_service.cc void MetricsService::RecordBooleanPrefValue(const char* path, bool value) {
value            2083 chrome/browser/metrics/metrics_service.cc   pref->SetBoolean(path, value);
value             515 chrome/browser/metrics/metrics_service.h   void RecordBooleanPrefValue(const char* path, bool value);
value             100 chrome/browser/metrics/metrics_service_unittest.cc   void WaitUntilTimeChanges(const base::TimeTicks& value) {
value             101 chrome/browser/metrics/metrics_service_unittest.cc     while (base::TimeTicks::Now() == value) {
value              50 chrome/browser/metrics/variations/variations_registry_syncer_win.cc       !InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
value              53 chrome/browser/metrics/variations/variations_service_unittest.cc   void set_intercepts_fetch(bool value) {
value              54 chrome/browser/metrics/variations/variations_service_unittest.cc     intercepts_fetch_ = value;
value             147 chrome/browser/metrics/variations/variations_service_unittest.cc   std::string value;
value             150 chrome/browser/metrics/variations/variations_service_unittest.cc   EXPECT_FALSE(net::GetValueForKeyInQuery(url, "restrict", &value));
value             155 chrome/browser/metrics/variations/variations_service_unittest.cc   EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value));
value             156 chrome/browser/metrics/variations/variations_service_unittest.cc   EXPECT_EQ("restricted", value);
value             183 chrome/browser/metrics/variations/variations_service_unittest.cc   void SetVariationsRestrictParameterPolicyValue(std::string value) {
value             184 chrome/browser/metrics/variations/variations_service_unittest.cc     cros_settings_->SetString(chromeos::kVariationsRestrictParameter, value);
value             201 chrome/browser/metrics/variations/variations_service_unittest.cc   std::string value;
value             204 chrome/browser/metrics/variations/variations_service_unittest.cc   EXPECT_FALSE(net::GetValueForKeyInQuery(url, "restrict", &value));
value             209 chrome/browser/metrics/variations/variations_service_unittest.cc   EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value));
value             210 chrome/browser/metrics/variations/variations_service_unittest.cc   EXPECT_EQ("restricted", value);
value             219 chrome/browser/metrics/variations/variations_service_unittest.cc   std::string value;
value             220 chrome/browser/metrics/variations/variations_service_unittest.cc   EXPECT_TRUE(net::GetValueForKeyInQuery(url, "osname", &value));
value             221 chrome/browser/metrics/variations/variations_service_unittest.cc   EXPECT_FALSE(value.empty());
value              30 chrome/browser/metro_utils/metro_chrome_win.cc       InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()));
value              48 chrome/browser/net/chrome_net_log.cc     file = _wfopen(log_path.value().c_str(), L"w");
value              50 chrome/browser/net/chrome_net_log.cc     file = fopen(log_path.value().c_str(), "w");
value              54 chrome/browser/net/chrome_net_log.cc       LOG(ERROR) << "Could not open file " << log_path.value()
value             808 chrome/browser/net/chrome_network_delegate.cc   DVLOG(1) << "File access denied - " << path.value().c_str();
value             113 chrome/browser/net/chrome_network_delegate_unittest.cc   void SetSafeSearch(bool value) {
value             114 chrome/browser/net/chrome_network_delegate_unittest.cc     force_google_safe_search_.SetValue(value);
value              24 chrome/browser/net/disk_cache_dir_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value              26 chrome/browser/net/disk_cache_dir_policy_handler.cc   if (value && value->GetAsString(&string_value)) {
value              50 chrome/browser/net/disk_cache_dir_policy_handler_unittest.cc   const base::Value* value;
value              51 chrome/browser/net/disk_cache_dir_policy_handler_unittest.cc   ASSERT_TRUE(prefs_.GetValue(prefs::kDiskCacheDir, &value));
value              53 chrome/browser/net/disk_cache_dir_policy_handler_unittest.cc   ASSERT_TRUE(value->GetAsString(&out));
value              89 chrome/browser/net/firefox_proxy_settings.cc           pref_file.value() << "' line is '" << line << "'.";
value              96 chrome/browser/net/firefox_proxy_settings.cc           pref_file.value() << "' line is '" << line << "'.";
value             102 chrome/browser/net/firefox_proxy_settings.cc           pref_file.value() << "' line is '" << line << "'.";
value             105 chrome/browser/net/firefox_proxy_settings.cc     std::string value = line.substr(start_value + 1,
value             107 chrome/browser/net/firefox_proxy_settings.cc     base::TrimWhitespace(value, base::TRIM_ALL, &value);
value             109 chrome/browser/net/firefox_proxy_settings.cc     bool is_value_true = LowerCaseEqualsASCII(value, "true");
value             110 chrome/browser/net/firefox_proxy_settings.cc     if (is_value_true || LowerCaseEqualsASCII(value, "false")) {
value             116 chrome/browser/net/firefox_proxy_settings.cc     if (value.size() >= 2U &&
value             117 chrome/browser/net/firefox_proxy_settings.cc         value[0] == '"' && value[value.size() - 1] == '"') {
value             118 chrome/browser/net/firefox_proxy_settings.cc       value = value.substr(1, value.size() - 2);
value             121 chrome/browser/net/firefox_proxy_settings.cc       if (IsStringUTF8(value))
value             122 chrome/browser/net/firefox_proxy_settings.cc         prefs->SetString(key, value);
value             130 chrome/browser/net/firefox_proxy_settings.cc     if (base::StringToInt(value, &int_value)) {
value             136 chrome/browser/net/firefox_proxy_settings.cc                << pref_file.value() << "' value is '" << value << "'.";
value             421 chrome/browser/net/http_pipelining_compatibility_client.cc     int value;
value             422 chrome/browser/net/http_pipelining_compatibility_client.cc     if (!base::StringToInt(kv_pairs[i].second, &value)) {
value             427 chrome/browser/net/http_pipelining_compatibility_client.cc       were_all_requests_http_1_1 = (value == 1);
value             429 chrome/browser/net/http_pipelining_compatibility_client.cc       max_pipeline_depth = value;
value             210 chrome/browser/net/http_server_properties_manager.cc     uint32 value) {
value             213 chrome/browser/net/http_server_properties_manager.cc       host_port_pair, id, flags, value);
value             351 chrome/browser/net/http_server_properties_manager.cc     if (!it.value().GetAsDictionary(&server_pref_dict)) {
value             380 chrome/browser/net/http_server_properties_manager.cc         int value = 0;
value             381 chrome/browser/net/http_server_properties_manager.cc         if (!dict_it.value().GetAsInteger(&value)) {
value             388 chrome/browser/net/http_server_properties_manager.cc             net::SETTINGS_FLAG_PERSISTED, value);
value             690 chrome/browser/net/http_server_properties_manager.cc         uint32 value = it->second.second;
value             692 chrome/browser/net/http_server_properties_manager.cc         spdy_settings_dict->SetInteger(key, value);
value             134 chrome/browser/net/http_server_properties_manager.h                               uint32 value) OVERRIDE;
value              70 chrome/browser/net/net_log_temp_file_unittest.cc     net_log_temp_file_->log_filename_ = net_export_log_.BaseName().value();
value             313 chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc     const char* value;
value             337 chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc       const char* value = GetParam().switches[i].value;
value             338 chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc       if (name && value)
value             339 chrome/browser/net/pref_proxy_config_tracker_impl_unittest.cc         command_line_.AppendSwitchASCII(name, value);
value             214 chrome/browser/net/proxy_policy_handler.cc   const base::Value* value = policies.GetValue(key::kProxySettings);
value             216 chrome/browser/net/proxy_policy_handler.cc   if (!value || !value->GetAsDictionary(&settings))
value              45 chrome/browser/net/proxy_policy_handler_unittest.cc     const base::Value* value = NULL;
value              46 chrome/browser/net/proxy_policy_handler_unittest.cc     ASSERT_TRUE(store_->GetValue(prefs::kProxy, &value));
value              47 chrome/browser/net/proxy_policy_handler_unittest.cc     ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value              49 chrome/browser/net/proxy_policy_handler_unittest.cc         static_cast<const base::DictionaryValue*>(value));
value             134 chrome/browser/net/proxy_policy_handler_unittest.cc   const base::Value* value = NULL;
value             135 chrome/browser/net/proxy_policy_handler_unittest.cc   EXPECT_FALSE(store_->GetValue(prefs::kProxy, &value));
value             216 chrome/browser/net/proxy_policy_handler_unittest.cc   const base::Value* value = NULL;
value             217 chrome/browser/net/proxy_policy_handler_unittest.cc   EXPECT_FALSE(store_->GetValue(prefs::kProxy, &value));
value             310 chrome/browser/net/proxy_policy_handler_unittest.cc     const base::Value* value = NULL;
value             311 chrome/browser/net/proxy_policy_handler_unittest.cc     EXPECT_FALSE(store_->GetValue(prefs::kProxy, &value));
value             123 chrome/browser/net/referrer.cc void Referrer::Deserialize(const base::Value& value) {
value             124 chrome/browser/net/referrer.cc   if (value.GetType() != base::Value::TYPE_LIST)
value             127 chrome/browser/net/referrer.cc       static_cast<const base::ListValue*>(&value));
value             142 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc   jlong value;
value             144 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc     env_->GetLongArrayRegion(result.obj(), i, 1, &value);
value             146 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc         static_cast<long>((spdyproxy::kNumDaysInHistory - 1 - i) * 2), value);
value              37 chrome/browser/net/spdyproxy/data_saving_metrics.cc   int64 value = 0;
value              42 chrome/browser/net/spdyproxy/data_saving_metrics.cc     rv = base::StringToInt64(old_string_value, &value);
value              45 chrome/browser/net/spdyproxy/data_saving_metrics.cc   value += length;
value              46 chrome/browser/net/spdyproxy/data_saving_metrics.cc   list_update->Set(index, new base::StringValue(base::Int64ToString(value)));
value              56 chrome/browser/net/spdyproxy/data_saving_metrics.cc   int64 value = 0;
value              57 chrome/browser/net/spdyproxy/data_saving_metrics.cc   bool rv = base::StringToInt64(string_value, &value);
value              59 chrome/browser/net/spdyproxy/data_saving_metrics.cc   return value;
value              26 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc   int64 value = 0;
value              27 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc   EXPECT_TRUE(base::StringToInt64(string_value, &value));
value              28 chrome/browser/net/spdyproxy/data_saving_metrics_unittest.cc   return value;
value             138 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc                                 parameters.value()))
value             156 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc     const std::string& name, const std::string& value) {
value             159 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc     if (!base::ConvertToUtf8AndNormalize(value, base::kCodepageLatin1, &realm))
value             163 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc     ps_token_ = value;
value              66 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.h                               const std::string& value);
value              30 chrome/browser/net/ssl_config_service_manager_pref.cc std::vector<std::string> ListValueToStringVector(const base::ListValue* value) {
value              32 chrome/browser/net/ssl_config_service_manager_pref.cc   results.reserve(value->GetSize());
value              34 chrome/browser/net/ssl_config_service_manager_pref.cc   for (base::ListValue::const_iterator it = value->begin(); it != value->end();
value             304 chrome/browser/net/ssl_config_service_manager_pref.cc   const base::ListValue* value =
value             306 chrome/browser/net/ssl_config_service_manager_pref.cc   disabled_cipher_suites_ = ParseCipherSuites(ListValueToStringVector(value));
value             237 chrome/browser/net/url_info.cc   int sample(int64 value) {
value             238 chrome/browser/net/url_info.cc     sum_ += value;
value             239 chrome/browser/net/url_info.cc     square_sum_ += value * value;
value             241 chrome/browser/net/url_info.cc     minimum_ = std::min(minimum_, value);
value             242 chrome/browser/net/url_info.cc     maximum_ = std::max(maximum_, value);
value             243 chrome/browser/net/url_info.cc     return static_cast<int>(value);
value             194 chrome/browser/notifications/extension_welcome_notification_unittest.cc   void SetBooleanPref(const char* path, bool value) const {
value             195 chrome/browser/notifications/extension_welcome_notification_unittest.cc     profile_->GetPrefs()->SetBoolean(path, value);
value             200 chrome/browser/notifications/extension_welcome_notification_unittest.cc   void SetInt64Pref(const char* path, int64 value) const {
value             201 chrome/browser/notifications/extension_welcome_notification_unittest.cc     profile_->GetPrefs()->SetInt64(path, value);
value              23 chrome/browser/parsers/metadata_parser.h   virtual bool GetNext(std::string* key, std::string* value) = 0;
value              47 chrome/browser/parsers/metadata_parser.h   virtual bool GetProperty(const std::string& key, std::string* value) = 0;
value              19 chrome/browser/parsers/metadata_parser_filebase.cc   std::string value;
value              25 chrome/browser/parsers/metadata_parser_filebase.cc   value = base::WideToUTF8(path_.BaseName().value());
value              26 chrome/browser/parsers/metadata_parser_filebase.cc   properties_[MetadataParser::kPropertyTitle] = value;
value              28 chrome/browser/parsers/metadata_parser_filebase.cc   properties_[MetadataParser::kPropertyTitle] = path_.BaseName().value();
value              34 chrome/browser/parsers/metadata_parser_filebase.cc                                      std::string* value) {
value              40 chrome/browser/parsers/metadata_parser_filebase.cc   *value = properties_[key.c_str()];
value              56 chrome/browser/parsers/metadata_parser_filebase.cc                                            std::string* value) {
value              61 chrome/browser/parsers/metadata_parser_filebase.cc   *value = it->second;
value              27 chrome/browser/parsers/metadata_parser_filebase.h   virtual bool GetProperty(const std::string& key, std::string* value) OVERRIDE;
value              46 chrome/browser/parsers/metadata_parser_filebase.h   virtual bool GetNext(std::string* key, std::string* value) OVERRIDE;
value              35 chrome/browser/parsers/metadata_parser_filebase_unittest.cc     return test_file_.BaseName().value();
value              37 chrome/browser/parsers/metadata_parser_filebase_unittest.cc     return base::UTF16ToASCII(test_file_.BaseName().value());
value              57 chrome/browser/parsers/metadata_parser_filebase_unittest.cc   std::string value;
value              58 chrome/browser/parsers/metadata_parser_filebase_unittest.cc   EXPECT_TRUE(parser.GetProperty(MetadataParser::kPropertyTitle, &value));
value              59 chrome/browser/parsers/metadata_parser_filebase_unittest.cc   EXPECT_EQ(test_file_str(), value);
value              62 chrome/browser/parsers/metadata_parser_filebase_unittest.cc   EXPECT_TRUE(parser.GetProperty(MetadataParser::kPropertyFilesize, &value));
value              63 chrome/browser/parsers/metadata_parser_filebase_unittest.cc   EXPECT_EQ(test_file_size(), value);
value              66 chrome/browser/parsers/metadata_parser_filebase_unittest.cc   EXPECT_FALSE(parser.GetProperty(MetadataParser::kPropertyType, &value));
value              82 chrome/browser/parsers/metadata_parser_filebase_unittest.cc   std::string key, value;
value              85 chrome/browser/parsers/metadata_parser_filebase_unittest.cc     EXPECT_TRUE(iter->GetNext(&key, &value));
value              89 chrome/browser/parsers/metadata_parser_filebase_unittest.cc     EXPECT_EQ(expectations[key], value);
value              95 chrome/browser/parsers/metadata_parser_filebase_unittest.cc   EXPECT_FALSE(iter->GetNext(&key, &value));
value              41 chrome/browser/parsers/metadata_parser_manager.cc   DLOG(ERROR) << path.value();
value             111 chrome/browser/password_manager/native_backend_gnome_x.cc       string_attr_map[attr.name] = attr.value.string;
value             113 chrome/browser/password_manager/native_backend_gnome_x.cc       uint_attr_map[attr.name] = attr.value.integer;
value             272 chrome/browser/password_manager/native_backend_gnome_x.cc                            const char* value);
value             275 chrome/browser/password_manager/native_backend_gnome_x.cc                            const std::string& value);
value             278 chrome/browser/password_manager/native_backend_gnome_x.cc                            guint32 value);
value             458 chrome/browser/password_manager/native_backend_gnome_x.cc                              const char* value) {
value             459 chrome/browser/password_manager/native_backend_gnome_x.cc   gnome_keyring_attribute_list_append_string(list->get(), name, value);
value             465 chrome/browser/password_manager/native_backend_gnome_x.cc                              const std::string& value) {
value             466 chrome/browser/password_manager/native_backend_gnome_x.cc   AppendString(list, name, value.c_str());
value             472 chrome/browser/password_manager/native_backend_gnome_x.cc                              guint32 value) {
value             473 chrome/browser/password_manager/native_backend_gnome_x.cc   gnome_keyring_attribute_list_append_uint32(list->get(), name, value);
value              45 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc     explicit ItemAttribute(uint32_t value)
value              46 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc       : type(UINT32), value_uint32(value) {}
value              47 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc     explicit ItemAttribute(const std::string& value)
value              48 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc       : type(STRING), value_string(value) {}
value             204 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc                     MockKeyringItem::ItemAttribute(attribute.value.string)));
value             210 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc                     MockKeyringItem::ItemAttribute(attribute.value.integer)));
value             348 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc                             uint32_t value) {
value             354 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc       EXPECT_EQ(value, it->second.value_uint32);
value             360 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc                             const std::string& value) {
value             366 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc       EXPECT_EQ(value, it->second.value_string);
value             663 chrome/browser/password_manager/native_backend_kwallet_x.cc   Pickle value;
value             664 chrome/browser/password_manager/native_backend_kwallet_x.cc   SerializeValue(forms, &value);
value             671 chrome/browser/password_manager/native_backend_kwallet_x.cc   builder.AppendArrayOfBytes(static_cast<const uint8_t*>(value.data()),
value             672 chrome/browser/password_manager/native_backend_kwallet_x.cc                              value.size());  // value
value              46 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc   void set_reject_local_folders(bool value) { reject_local_folders_ = value; }
value              75 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc                  Blob* value) const {
value              80 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     *value = fit->second;
value             100 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc                   const Blob& value) {
value             103 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     it->second[key] = value;
value             420 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     TestKWallet::Blob value;
value             421 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     if (wallet_.readEntry(folder_name, key, &value)) {
value             424 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc       writer.AppendArrayOfBytes(value.data(), value.size());
value             460 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     TestKWallet::Blob value;
value             461 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     EXPECT_TRUE(wallet_.readEntry(folder, entries[i], &value));
value             462 chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc     Pickle pickle(reinterpret_cast<const char*>(value.data()), value.size());
value              93 chrome/browser/password_manager/password_generation_interactive_uitest.cc     std::string value;
value              98 chrome/browser/password_manager/password_generation_interactive_uitest.cc         &value));
value              99 chrome/browser/password_manager/password_generation_interactive_uitest.cc     return value;
value              51 chrome/browser/performance_monitor/database.cc   double value = 0.0;
value              52 chrome/browser/performance_monitor/database.cc   if (!base::StringToDouble(s, &value))
value              54 chrome/browser/performance_monitor/database.cc   return value;
value              60 chrome/browser/performance_monitor/database.cc   base::Value* value = base::JSONReader::Read(data);
value              62 chrome/browser/performance_monitor/database.cc   if (!value || !value->GetAsDictionary(&dict))
value             106 chrome/browser/performance_monitor/database.cc bool Database::AddStateValue(const std::string& key, const std::string& value) {
value             109 chrome/browser/performance_monitor/database.cc   leveldb::Status insert_status = state_db_->Put(write_options_, key, value);
value             123 chrome/browser/performance_monitor/database.cc   std::string value;
value             124 chrome/browser/performance_monitor/database.cc   base::JSONWriter::Write(event.data(), &value);
value             126 chrome/browser/performance_monitor/database.cc   leveldb::Status status = event_db_->Put(write_options_, key, value);
value             146 chrome/browser/performance_monitor/database.cc   if (it->Valid() && it->value().ToString() > start_key) {
value             148 chrome/browser/performance_monitor/database.cc                                                 it->value().ToString()));
value             155 chrome/browser/performance_monitor/database.cc                                                 it->value().ToString()));
value             180 chrome/browser/performance_monitor/database.cc     scoped_ptr<Event> event = EventFromJSON(it->value().ToString());
value             184 chrome/browser/performance_monitor/database.cc                  <<  it->value().ToString()
value             219 chrome/browser/performance_monitor/database.cc                 << ", Value: " << metric.value << ". Ignoring.";
value             247 chrome/browser/performance_monitor/database.cc                               const std::string& value) {
value             251 chrome/browser/performance_monitor/database.cc   if ((has_key && StringToDouble(value) > max_value_map_[max_value_key]) ||
value             253 chrome/browser/performance_monitor/database.cc     max_value_map_[max_value_key] = StringToDouble(value);
value             254 chrome/browser/performance_monitor/database.cc     return max_value_db_->Put(write_options_, max_value_key, value).ok();
value             376 chrome/browser/performance_monitor/database.cc       Metric metric(metric_type, split_key.time, it->value().ToString());
value             381 chrome/browser/performance_monitor/database.cc                    << ", Value: " << metric.value
value             412 chrome/browser/performance_monitor/database.cc     Metric metric(metric_type, split_key.time, it->value().ToString());
value             417 chrome/browser/performance_monitor/database.cc                  << ", Value: " << metric.value
value             478 chrome/browser/performance_monitor/database.cc   std::string name = path_.AppendASCII(path).value();
value             480 chrome/browser/performance_monitor/database.cc   std::string name = base::WideToUTF8(path_.AppendASCII(path).value());
value             568 chrome/browser/performance_monitor/database.cc         StringToDouble(it->value().ToString());
value             124 chrome/browser/performance_monitor/database.h   bool AddStateValue(const std::string& key, const std::string& value);
value             277 chrome/browser/performance_monitor/database.h                       const std::string& value);
value             395 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(3000000, stat.value);
value             398 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(50.5, stat.value);
value             410 chrome/browser/performance_monitor/database_unittest.cc   std::string value("1.0.0.0.1");
value             411 chrome/browser/performance_monitor/database_unittest.cc   db_->AddStateValue(key, value);
value             412 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(db_->GetStateValue(key), value);
value             428 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(13.1, stats[0].value);
value             435 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(18, stats[0].value);
value             438 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(13.1, stats[0].value);
value             439 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(18, stats[1].value);
value             442 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(1000000, stats[0].value);
value             455 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(13.1, stats->at(0).value);
value             458 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(50.5, stats->at(0).value);
value             470 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(18, stats->at(0).value);
value             513 chrome/browser/performance_monitor/database_unittest.cc   ASSERT_EQ(50.5, stats[0].value);
value             514 chrome/browser/performance_monitor/database_unittest.cc   ASSERT_EQ(3.4, stats[1].value);
value             515 chrome/browser/performance_monitor/database_unittest.cc   ASSERT_EQ(21, stats[2].value);
value             530 chrome/browser/performance_monitor/database_unittest.cc   ASSERT_EQ(3, stats[0].value);
value             531 chrome/browser/performance_monitor/database_unittest.cc   ASSERT_EQ(9, stats[1].value);
value              84 chrome/browser/performance_monitor/metric.cc   CHECK(base::StringToDouble(metric_value, &value));
value              92 chrome/browser/performance_monitor/metric.cc       (value < kMetricBounds[type].max ||
value              94 chrome/browser/performance_monitor/metric.cc       value >= kMetricBounds[type].min;
value              98 chrome/browser/performance_monitor/metric.cc   return base::DoubleToString(value);
value              65 chrome/browser/performance_monitor/metric.h   double value;
value             187 chrome/browser/performance_monitor/performance_monitor.cc       performance_data_for_io_thread_.network_bytes_read = metric.value;
value              88 chrome/browser/performance_monitor/performance_monitor_browsertest.cc                            const base::DictionaryValue* value) {
value              96 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(value->GetString("extensionDescription",
value              99 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(value->GetString("extensionId", &extension_id));
value             101 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(value->GetString("extensionName", &extension_name));
value             103 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(value->GetString("extensionUrl", &extension_url));
value             105 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(value->GetString("extensionVersion", &extension_version));
value             107 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(value->GetInteger("extensionLocation", &extension_location));
value             245 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   void AddStateValue(const std::string& key, const std::string& value) {
value             252 chrome/browser/performance_monitor/performance_monitor_browsertest.cc                    value));
value             546 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   const base::DictionaryValue* value;
value             547 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(events[0]->data()->GetAsDictionary(&value));
value             552 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(value->GetString("previousVersion", &previous_version));
value             554 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_TRUE(value->GetString("currentVersion", &current_version));
value             570 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   EXPECT_GT(stats[0].value, 0);
value             574 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   EXPECT_GT(stats[0].value, 0);
value             591 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   EXPECT_GT(stats[0].value, 0);
value             595 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   EXPECT_GT(stats[1].value, 0);
value             599 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   EXPECT_GT(stats[1].value, 0);
value             718 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_LT(metrics[0].value, kMaxStartupTime.ToInternalValue());
value             732 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_LT(metrics[0].value, kMaxStartupTime.ToInternalValue());
value             736 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_LT(metrics[0].value, kMaxStartupTime.ToInternalValue());
value             755 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_LT(metrics[0].value, kMaxLoadTime.ToInternalValue());
value             756 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   ASSERT_LT(metrics[1].value, kMaxLoadTime.ToInternalValue());
value             784 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   EXPECT_GE(metrics[0].value, page1_size);
value             794 chrome/browser/performance_monitor/performance_monitor_browsertest.cc   EXPECT_GE(metrics[1].value, page1_size + page2_size);
value              46 chrome/browser/performance_monitor/performance_monitor_util.cc   scoped_ptr<base::DictionaryValue> value = event.ToValue();
value              48 chrome/browser/performance_monitor/performance_monitor_util.cc       type, time, value.Pass()));
value              58 chrome/browser/performance_monitor/performance_monitor_util.cc   scoped_ptr<base::DictionaryValue> value = event.ToValue();
value              59 chrome/browser/performance_monitor/performance_monitor_util.cc   return scoped_ptr<Event>(new Event(type, time, value.Pass()));
value              68 chrome/browser/performance_monitor/performance_monitor_util.cc   scoped_ptr<base::DictionaryValue> value = event.ToValue();
value              70 chrome/browser/performance_monitor/performance_monitor_util.cc       EVENT_UNCLEAN_EXIT, time, value.Pass()));
value              81 chrome/browser/performance_monitor/performance_monitor_util.cc   scoped_ptr<base::DictionaryValue> value = event.ToValue();
value              83 chrome/browser/performance_monitor/performance_monitor_util.cc       EVENT_CHROME_UPDATE, time, value.Pass()));
value              60 chrome/browser/platform_util_linux.cc   XDGOpen(dir.value());
value              76 chrome/browser/platform_util_linux.cc       base::Bind(&XDGOpen, full_path.value()));
value              66 chrome/browser/platform_util_win.cc     ShellExecute(NULL, L"open", dir.value().c_str(), NULL, NULL, SW_SHOW);
value              77 chrome/browser/platform_util_win.cc                                  const_cast<wchar_t *>(dir.value().c_str()),
value              84 chrome/browser/platform_util_win.cc       const_cast<wchar_t *>(full_path.value().c_str()),
value              99 chrome/browser/platform_util_win.cc       ShellExecute(NULL, L"open", dir.value().c_str(), NULL, NULL, SW_SHOW);
value             107 chrome/browser/platform_util_win.cc                    << full_path.value() << "\""
value             164 chrome/browser/plugins/plugin_finder.cc   scoped_ptr<base::Value> value(base::JSONReader::ReadAndReturnError(
value             169 chrome/browser/plugins/plugin_finder.cc   if (!value.get()) {
value             173 chrome/browser/plugins/plugin_finder.cc   if (value->GetType() != base::Value::TYPE_DICTIONARY)
value             175 chrome/browser/plugins/plugin_finder.cc   return static_cast<base::DictionaryValue*>(value.release());
value              25 chrome/browser/plugins/plugin_finder_unittest.cc     ASSERT_TRUE(plugin_it.value().GetAsDictionary(&plugin));
value             205 chrome/browser/plugins/plugin_info_message_filter.cc     status->value =
value             215 chrome/browser/plugins/plugin_info_message_filter.cc       status->value =
value             238 chrome/browser/plugins/plugin_info_message_filter.cc       status->value =
value             241 chrome/browser/plugins/plugin_info_message_filter.cc       status->value = ChromeViewHostMsg_GetPluginInfo_Status::kOutdatedBlocked;
value             264 chrome/browser/plugins/plugin_info_message_filter.cc     status->value = ChromeViewHostMsg_GetPluginInfo_Status::kUnauthorized;
value             273 chrome/browser/plugins/plugin_info_message_filter.cc     status->value = ChromeViewHostMsg_GetPluginInfo_Status::kUnauthorized;
value             278 chrome/browser/plugins/plugin_info_message_filter.cc       status->value = ChromeViewHostMsg_GetPluginInfo_Status::kClickToPlay;
value             280 chrome/browser/plugins/plugin_info_message_filter.cc     status->value =
value             285 chrome/browser/plugins/plugin_info_message_filter.cc   if (status->value == ChromeViewHostMsg_GetPluginInfo_Status::kAllowed) {
value             292 chrome/browser/plugins/plugin_info_message_filter.cc       status->value = ChromeViewHostMsg_GetPluginInfo_Status::kUnauthorized;
value             312 chrome/browser/plugins/plugin_info_message_filter.cc     status->value = ChromeViewHostMsg_GetPluginInfo_Status::kNotFound;
value             335 chrome/browser/plugins/plugin_info_message_filter.cc     status->value = ChromeViewHostMsg_GetPluginInfo_Status::kDisabled;
value             354 chrome/browser/plugins/plugin_info_message_filter.cc   scoped_ptr<base::Value> value;
value             358 chrome/browser/plugins/plugin_info_message_filter.cc     value.reset(
value             363 chrome/browser/plugins/plugin_info_message_filter.cc     value.reset(
value             367 chrome/browser/plugins/plugin_info_message_filter.cc     if (value.get()) {
value             370 chrome/browser/plugins/plugin_info_message_filter.cc       value.reset(host_content_settings_map_->GetWebsiteSetting(
value             375 chrome/browser/plugins/plugin_info_message_filter.cc   *setting = content_settings::ValueToContentSetting(value.get());
value             386 chrome/browser/plugins/plugin_info_message_filter.cc   if (status.value == ChromeViewHostMsg_GetPluginInfo_Status::kAllowed ||
value             387 chrome/browser/plugins/plugin_info_message_filter.cc       status.value == ChromeViewHostMsg_GetPluginInfo_Status::kClickToPlay) {
value             287 chrome/browser/plugins/plugin_observer.cc   DCHECK(!plugin_path.value().empty());
value              42 chrome/browser/plugins/plugin_prefs.cc   if (plugin.BaseName().value() == chrome::kPepperFlashPluginFilename) {
value             422 chrome/browser/plugins/plugin_prefs.cc               path = plugin_path.value();
value             429 chrome/browser/plugins/plugin_prefs.cc                          path, npapi_flash.value())) {
value             433 chrome/browser/plugins/plugin_prefs.cc                          path, pepper_flash.value())) {
value             547 chrome/browser/plugins/plugin_prefs.cc     summary->SetString("path", plugins[i].path.value());
value              88 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc bool Base64Encode(const std::string& value, std::string* encoded) {
value              89 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc   if (value.empty())
value              91 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc   base::Base64Encode(value, encoded);
value              25 chrome/browser/policy/file_selection_dialogs_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value              26 chrome/browser/policy/file_selection_dialogs_policy_handler.cc   if (value && value->GetAsBoolean(&allow_dialogs)) {
value              51 chrome/browser/policy/file_selection_dialogs_policy_handler_unittest.cc   const base::Value* value = NULL;
value              52 chrome/browser/policy/file_selection_dialogs_policy_handler_unittest.cc   EXPECT_TRUE(prefs_.GetValue(prefs::kPromptForDownload, &value));
value              53 chrome/browser/policy/file_selection_dialogs_policy_handler_unittest.cc   ASSERT_TRUE(value);
value              55 chrome/browser/policy/file_selection_dialogs_policy_handler_unittest.cc   bool result = value->GetAsBoolean(&prompt_for_download);
value              40 chrome/browser/policy/javascript_policy_handler_unittest.cc   const base::Value* value = NULL;
value              42 chrome/browser/policy/javascript_policy_handler_unittest.cc                                &value));
value              43 chrome/browser/policy/javascript_policy_handler_unittest.cc   EXPECT_TRUE(base::FundamentalValue(CONTENT_SETTING_BLOCK).Equals(value));
value              55 chrome/browser/policy/javascript_policy_handler_unittest.cc   const base::Value* value = NULL;
value              57 chrome/browser/policy/javascript_policy_handler_unittest.cc                                &value));
value              58 chrome/browser/policy/javascript_policy_handler_unittest.cc   EXPECT_TRUE(base::FundamentalValue(CONTENT_SETTING_BLOCK).Equals(value));
value              67 chrome/browser/policy/javascript_policy_handler_unittest.cc                                &value));
value              68 chrome/browser/policy/javascript_policy_handler_unittest.cc   EXPECT_TRUE(base::FundamentalValue(CONTENT_SETTING_ALLOW).Equals(value));
value              21 chrome/browser/policy/managed_bookmarks_policy_handler.cc bool GetBookmark(const base::Value& value,
value              25 chrome/browser/policy/managed_bookmarks_policy_handler.cc   if (!value.GetAsDictionary(&dict))
value              55 chrome/browser/policy/managed_bookmarks_policy_handler.cc   const base::Value* value = NULL;
value              56 chrome/browser/policy/managed_bookmarks_policy_handler.cc   if (!CheckAndGetValue(policies, errors, &value))
value              59 chrome/browser/policy/managed_bookmarks_policy_handler.cc   if (!value)
value              63 chrome/browser/policy/managed_bookmarks_policy_handler.cc   value->GetAsList(&list);
value              82 chrome/browser/policy/managed_bookmarks_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value              84 chrome/browser/policy/managed_bookmarks_policy_handler.cc   if (!value || !value->GetAsList(&list))
value             368 chrome/browser/policy/policy_browsertest.cc   scoped_ptr<base::Value> value = content::ExecuteScriptAndGetValue(
value             371 chrome/browser/policy/policy_browsertest.cc   if (!value->GetAsInteger(&result))
value             372 chrome/browser/policy/policy_browsertest.cc     EXPECT_EQ(base::Value::TYPE_NULL, value->GetType());
value             842 chrome/browser/policy/policy_browsertest.cc   std::string value = std::string(kCookieValue) + std::string(kCookieOptions);
value             843 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(content::SetCookie(profile, url, value));
value            1458 chrome/browser/policy/policy_browsertest.cc                base::Value::CreateStringValue(forced_dir.path().value()), NULL);
value            2927 chrome/browser/policy/policy_browsertest.cc   std::string value;
value            2928 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(net::GetValueForKeyInQuery(url, "restrict", &value));
value            2929 chrome/browser/policy/policy_browsertest.cc   EXPECT_EQ("restricted", value);
value              21 chrome/browser/policy/policy_path_parser_win.cc   std::wstring value;
value              24 chrome/browser/policy/policy_path_parser_win.cc   if (key.ReadValue(key_name.c_str(), &value) == ERROR_SUCCESS) {
value              25 chrome/browser/policy/policy_path_parser_win.cc     *dir = base::FilePath(policy::path_parser::ExpandPathVariables(value));
value              64 chrome/browser/policy/policy_prefs_browsertest.cc                     const std::string& value,
value              66 chrome/browser/policy/policy_prefs_browsertest.cc       : policy_(policy.DeepCopy()), value_(value), readonly_(readonly) {}
value             226 chrome/browser/policy/policy_prefs_browsertest.cc     scoped_ptr<base::Value> value(base::JSONReader::ReadAndReturnError(
value             228 chrome/browser/policy/policy_prefs_browsertest.cc     if (!value.get() || !value->GetAsDictionary(&dict)) {
value             326 chrome/browser/policy/policy_prefs_browsertest.cc             std::string value;
value             327 chrome/browser/policy/policy_prefs_browsertest.cc             indicator_test_dict->GetString("value", &value);
value             331 chrome/browser/policy/policy_prefs_browsertest.cc                 new IndicatorTestCase(*policy, value, readonly));
value             383 chrome/browser/policy/policy_prefs_browsertest.cc                                        const std::string& value,
value             434 chrome/browser/policy/policy_prefs_browsertest.cc     if (!controlled_by.empty() && (indicator_value == value)) {
value             504 chrome/browser/policy/policy_prefs_browsertest.cc           it.value().DeepCopy(),
value             666 chrome/browser/policy/policy_prefs_browsertest.cc                                             (*indicator_test_case)->value(),
value             689 chrome/browser/policy/policy_prefs_browsertest.cc                                           (*indicator_test_case)->value(),
value             697 chrome/browser/policy/policy_prefs_browsertest.cc                                           (*indicator_test_case)->value(),
value             404 chrome/browser/predictors/autocomplete_action_predictor.cc     DBCacheValue value = { it->number_of_hits, it->number_of_misses };
value             408 chrome/browser/predictors/autocomplete_action_predictor.cc     db_cache_[key] = value;
value             445 chrome/browser/predictors/autocomplete_action_predictor.cc     const DBCacheValue value = { it->number_of_hits, it->number_of_misses };
value             446 chrome/browser/predictors/autocomplete_action_predictor.cc     db_cache_[key] = value;
value             570 chrome/browser/predictors/autocomplete_action_predictor.cc   const DBCacheValue& value = iter->second;
value             571 chrome/browser/predictors/autocomplete_action_predictor.cc   if (value.number_of_hits < kMinimumNumberOfHits)
value             574 chrome/browser/predictors/autocomplete_action_predictor.cc   const double number_of_hits = static_cast<double>(value.number_of_hits);
value             575 chrome/browser/predictors/autocomplete_action_predictor.cc   return number_of_hits / (number_of_hits + value.number_of_misses);
value             235 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc   const DBCacheValue value = { test_url_db[0].number_of_hits,
value             237 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc   EXPECT_EQ(value.number_of_hits, it->second.number_of_hits);
value             238 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc   EXPECT_EQ(value.number_of_misses, it->second.number_of_misses);
value             135 chrome/browser/predictors/logged_in_predictor_table.cc     int64 value = statement.ColumnInt64(1);
value             136 chrome/browser/predictors/logged_in_predictor_table.cc     (*state_map)[domain] = value;
value             110 chrome/browser/predictors/predictor_database.cc   DCHECK(success) << "Failed to get file size for " << db_path_.value();
value              40 chrome/browser/prefs/chrome_pref_service_unittest.cc   const base::Value* value = pref->GetValue();
value              41 chrome/browser/prefs/chrome_pref_service_unittest.cc   ASSERT_TRUE(value);
value              42 chrome/browser/prefs/chrome_pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_BOOLEAN, value->GetType());
value              44 chrome/browser/prefs/chrome_pref_service_unittest.cc   EXPECT_TRUE(value->GetAsBoolean(&actual_bool_value));
value              55 chrome/browser/prefs/chrome_pref_service_unittest.cc   value = pref->GetValue();
value              56 chrome/browser/prefs/chrome_pref_service_unittest.cc   ASSERT_TRUE(value);
value              57 chrome/browser/prefs/chrome_pref_service_unittest.cc   EXPECT_EQ(base::Value::TYPE_BOOLEAN, value->GetType());
value              59 chrome/browser/prefs/chrome_pref_service_unittest.cc   EXPECT_TRUE(value->GetAsBoolean(&actual_bool_value));
value             107 chrome/browser/prefs/command_line_pref_store.cc       base::Value* value = base::Value::CreateStringValue(command_line_->
value             109 chrome/browser/prefs/command_line_pref_store.cc       SetValue(string_switch_map_[i].preference_path, value);
value             124 chrome/browser/prefs/command_line_pref_store.cc       base::Value* value = base::Value::CreateIntegerValue(int_value);
value             125 chrome/browser/prefs/command_line_pref_store.cc       SetValue(integer_switch_map_[i].preference_path, value);
value             131 chrome/browser/prefs/command_line_pref_store.cc       base::Value* value = base::Value::CreateBooleanValue(
value             133 chrome/browser/prefs/command_line_pref_store.cc       SetValue(boolean_switch_map_[i].preference_path, value);
value             179 chrome/browser/prefs/command_line_pref_store.cc     base::Value* value = base::Value::CreateBooleanValue(false);
value             180 chrome/browser/prefs/command_line_pref_store.cc     SetValue(prefs::kBackgroundModeEnabled, value);
value              34 chrome/browser/prefs/command_line_pref_store_unittest.cc     const base::Value* value = NULL;
value              35 chrome/browser/prefs/command_line_pref_store_unittest.cc     ASSERT_TRUE(GetValue(prefs::kProxy, &value));
value              36 chrome/browser/prefs/command_line_pref_store_unittest.cc     ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value              38 chrome/browser/prefs/command_line_pref_store_unittest.cc         static_cast<const base::DictionaryValue*>(value));
value              46 chrome/browser/prefs/command_line_pref_store_unittest.cc     const base::Value* value = NULL;
value              47 chrome/browser/prefs/command_line_pref_store_unittest.cc     ASSERT_TRUE(GetValue(prefs::kCipherSuiteBlacklist, &value));
value              48 chrome/browser/prefs/command_line_pref_store_unittest.cc     ASSERT_EQ(base::Value::TYPE_LIST, value->GetType());
value              50 chrome/browser/prefs/command_line_pref_store_unittest.cc         static_cast<const base::ListValue*>(value);
value             116 chrome/browser/prefs/command_line_pref_store_unittest.cc   const base::Value* value = NULL;
value             117 chrome/browser/prefs/command_line_pref_store_unittest.cc   ASSERT_TRUE(store->GetValue(prefs::kProxy, &value));
value             118 chrome/browser/prefs/command_line_pref_store_unittest.cc   ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value             119 chrome/browser/prefs/command_line_pref_store_unittest.cc   ProxyConfigDictionary dict(static_cast<const base::DictionaryValue*>(value));
value             102 chrome/browser/prefs/pref_functional_browsertest.cc   base::DictionaryValue value;
value             103 chrome/browser/prefs/pref_functional_browsertest.cc   value.SetInteger("images", 2);
value             105 chrome/browser/prefs/pref_functional_browsertest.cc                                         value);
value              49 chrome/browser/prefs/pref_hash_calculator.cc std::string ValueAsString(const base::Value* value) {
value              54 chrome/browser/prefs/pref_hash_calculator.cc   if (value && value->GetAsDictionary(&dict_value)) {
value              56 chrome/browser/prefs/pref_hash_calculator.cc     value = canonical_dict_value.get();
value              60 chrome/browser/prefs/pref_hash_calculator.cc   if (value) {
value              62 chrome/browser/prefs/pref_hash_calculator.cc     serializer.Serialize(*value);
value             113 chrome/browser/prefs/pref_hash_calculator.cc                                           const base::Value* value) const {
value             115 chrome/browser/prefs/pref_hash_calculator.cc                          GetMessage(device_id_, path, ValueAsString(value)));
value             120 chrome/browser/prefs/pref_hash_calculator.cc     const base::Value* value,
value             122 chrome/browser/prefs/pref_hash_calculator.cc   const std::string value_as_string(ValueAsString(value));
value              50 chrome/browser/prefs/pref_hash_calculator.h   std::string Calculate(const std::string& path, const base::Value* value)
value              56 chrome/browser/prefs/pref_hash_calculator.h                             const base::Value* value,
value             138 chrome/browser/prefs/pref_hash_filter.cc     const base::Value* value = NULL;
value             139 chrome/browser/prefs/pref_hash_filter.cc     pref_store.GetValue(initialized_path, &value);
value             140 chrome/browser/prefs/pref_hash_filter.cc     initialized_preference->OnNewValue(value, hash_store_transaction.get());
value             198 chrome/browser/prefs/pref_hash_filter.cc         const base::Value* value = NULL;
value             199 chrome/browser/prefs/pref_hash_filter.cc         pref_store_contents->Get(changed_path, &value);
value             200 chrome/browser/prefs/pref_hash_filter.cc         changed_preference->OnNewValue(value, hash_store_transaction.get());
value             113 chrome/browser/prefs/pref_hash_filter_unittest.cc     std::map<std::string, ValuePtrStrategyPair>::const_iterator value =
value             115 chrome/browser/prefs/pref_hash_filter_unittest.cc     if (value != checked_values_.end())
value             116 chrome/browser/prefs/pref_hash_filter_unittest.cc       return value->second;
value             126 chrome/browser/prefs/pref_hash_filter_unittest.cc     std::map<std::string, ValuePtrStrategyPair>::const_iterator value =
value             128 chrome/browser/prefs/pref_hash_filter_unittest.cc     if (value != stored_values_.end())
value             129 chrome/browser/prefs/pref_hash_filter_unittest.cc       return value->second;
value             156 chrome/browser/prefs/pref_hash_filter_unittest.cc         const std::string& path, const base::Value* value) const OVERRIDE;
value             176 chrome/browser/prefs/pref_hash_filter_unittest.cc       const base::Value* value,
value             239 chrome/browser/prefs/pref_hash_filter_unittest.cc     const base::Value* value,
value             244 chrome/browser/prefs/pref_hash_filter_unittest.cc       std::make_pair(path, std::make_pair(value, strategy))).second);
value             263 chrome/browser/prefs/pref_hash_filter_unittest.cc     const std::string& path, const base::Value* value) const {
value             264 chrome/browser/prefs/pref_hash_filter_unittest.cc   return outer_->RecordCheckValue(path, value,
value             925 chrome/browser/prefs/pref_hash_filter_unittest.cc     std::string value;
value             930 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_TRUE(source->GetString(kReportOnlyPref, &value));
value             931 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_EQ("helloworld", value);
value             933 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_TRUE(destination->GetString(kAtomicPref, &value));
value             934 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_EQ("foobar", value);
value             935 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_TRUE(destination->GetString(kAtomicPref2, &value));
value             936 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_EQ("foobar2 preexisting", value);
value             937 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_TRUE(destination->GetString(kAtomicPref3, &value));
value             938 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_EQ("foobar3", value);
value             941 chrome/browser/prefs/pref_hash_filter_unittest.cc     std::string value;
value             943 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_TRUE(source->GetString(kAtomicPref, &value));
value             944 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_EQ("foobar", value);
value             945 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_TRUE(source->GetString(kAtomicPref2, &value));
value             946 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_EQ("foobar2", value);
value             947 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_FALSE(source->GetString(kAtomicPref3, &value));
value             948 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_TRUE(source->GetString(kReportOnlyPref, &value));
value             949 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_EQ("helloworld", value);
value             952 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_TRUE(destination->GetString(kAtomicPref2, &value));
value             953 chrome/browser/prefs/pref_hash_filter_unittest.cc     ASSERT_EQ("foobar2 preexisting", value);
value              40 chrome/browser/prefs/pref_hash_store_impl.cc                                 const base::Value* value) const OVERRIDE;
value              42 chrome/browser/prefs/pref_hash_store_impl.cc                          const base::Value* value) OVERRIDE;
value             214 chrome/browser/prefs/pref_hash_store_impl.cc           keyed_path, &it.value(), entry->second)) {
value             271 chrome/browser/prefs/pref_hash_store_impl.cc           outer_->pref_hash_calculator_.Calculate(keyed_path, &it.value()));
value             290 chrome/browser/prefs/pref_hash_store_impl.cc     if (!it.value().GetAsString(&mac_string)) {
value              52 chrome/browser/prefs/pref_hash_store_transaction.h                          const base::Value* value) = 0;
value             171 chrome/browser/prefs/pref_metrics_service.cc                                               const base::Value* value) {
value             173 chrome/browser/prefs/pref_metrics_service.cc   if (!value->GetAsBoolean(&boolean_value))
value             182 chrome/browser/prefs/pref_metrics_service.cc                                               const base::Value* value) {
value             184 chrome/browser/prefs/pref_metrics_service.cc   if (!value->GetAsInteger(&integer_value))
value              76 chrome/browser/prefs/pref_metrics_service.h                             const base::Value* value);
value              81 chrome/browser/prefs/pref_metrics_service.h                             const base::Value* value);
value             115 chrome/browser/prefs/pref_model_associator.cc     scoped_ptr<base::Value> sync_value(reader.ReadToValue(preference.value()));
value             337 chrome/browser/prefs/pref_model_associator.cc     const base::Value& value,
value             339 chrome/browser/prefs/pref_model_associator.cc   if (value.IsType(base::Value::TYPE_NULL)) {
value             348 chrome/browser/prefs/pref_model_associator.cc   if (!json.Serialize(value)) {
value             380 chrome/browser/prefs/pref_model_associator.cc     base::Value* value = (*i)->DeepCopy();
value             381 chrome/browser/prefs/pref_model_associator.cc     result->AppendIfNotPresent(value);
value             404 chrome/browser/prefs/pref_model_associator.cc     const base::Value* from_value = &it.value();
value             478 chrome/browser/prefs/pref_model_associator.cc     scoped_ptr<base::Value> value(ReadPreferenceSpecifics(pref_specifics,
value             491 chrome/browser/prefs/pref_model_associator.cc     if (!value.get())
value             516 chrome/browser/prefs/pref_model_associator.cc     pref_service_->Set(pref_name, *value);
value             532 chrome/browser/prefs/pref_model_associator.cc   scoped_ptr<base::Value> value(reader.ReadToValue(preference.value()));
value             533 chrome/browser/prefs/pref_model_associator.cc   if (!value.get()) {
value             540 chrome/browser/prefs/pref_model_associator.cc   return value.release();
value              92 chrome/browser/prefs/pref_model_associator.h                           const base::Value& value,
value              94 chrome/browser/prefs/pref_service_browsertest.cc     CHECK(::SetFileAttributesW(tmp_pref_file_.value().c_str(),
value             211 chrome/browser/prefs/profile_pref_store_manager_unittest.cc     const base::Value* value = NULL;
value             213 chrome/browser/prefs/profile_pref_store_manager_unittest.cc     if (!pref_store_->GetValue(name, &value)) {
value             215 chrome/browser/prefs/profile_pref_store_manager_unittest.cc     } else if (!value->GetAsString(&as_string)) {
value              51 chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc   void SetBooleanPrefValueFromSync(const std::string& name, bool value) {
value              54 chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc     json.Serialize(base::FundamentalValue(value));
value              73 chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc   void SetBooleanPrefValueFromLocal(const std::string& name, bool value) {
value              74 chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc     prefs_->SetBoolean(name.c_str(), value);
value              92 chrome/browser/prefs/tracked/segregated_pref_store.cc void SegregatedPrefStore::SetValue(const std::string& key, base::Value* value) {
value              93 chrome/browser/prefs/tracked/segregated_pref_store.cc   StoreForKey(key)->SetValue(key, value);
value             110 chrome/browser/prefs/tracked/segregated_pref_store.cc                                            base::Value* value) {
value             111 chrome/browser/prefs/tracked/segregated_pref_store.cc   StoreForKey(key)->SetValueSilently(key, value);
value             171 chrome/browser/prefs/tracked/segregated_pref_store.cc   const base::Value* value = NULL;
value             172 chrome/browser/prefs/tracked/segregated_pref_store.cc   if (selected_pref_store_->GetValue(key, &value)) {
value             173 chrome/browser/prefs/tracked/segregated_pref_store.cc     scoped_ptr<base::Value> migrated_value(value->DeepCopy());
value             174 chrome/browser/prefs/tracked/segregated_pref_store.cc     value = NULL;
value              56 chrome/browser/prefs/tracked/segregated_pref_store.h   virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
value              64 chrome/browser/prefs/tracked/segregated_pref_store.h                                 base::Value* value) OVERRIDE;
value              20 chrome/browser/prefs/tracked/tracked_atomic_preference.cc     const base::Value* value,
value              22 chrome/browser/prefs/tracked/tracked_atomic_preference.cc   transaction->StoreHash(pref_path_, value);
value              28 chrome/browser/prefs/tracked/tracked_atomic_preference.cc   const base::Value* value = NULL;
value              29 chrome/browser/prefs/tracked/tracked_atomic_preference.cc   pref_store_contents->Get(pref_path_, &value);
value              31 chrome/browser/prefs/tracked/tracked_atomic_preference.cc       transaction->CheckValue(pref_path_, value);
value              27 chrome/browser/prefs/tracked/tracked_atomic_preference.h   virtual void OnNewValue(const base::Value* value,
value              23 chrome/browser/prefs/tracked/tracked_preference.h   virtual void OnNewValue(const base::Value* value,
value              23 chrome/browser/prefs/tracked/tracked_split_preference.cc     const base::Value* value,
value              26 chrome/browser/prefs/tracked/tracked_split_preference.cc   if (value && !value->GetAsDictionary(&dict_value)) {
value              30 chrome/browser/prefs/tracked/tracked_split_preference.h   virtual void OnNewValue(const base::Value* value,
value             430 chrome/browser/prerender/prerender_browsertest.cc   void set_should_be_shown(bool value) { should_be_shown_ = value; }
value             433 chrome/browser/prerender/prerender_browsertest.cc   void set_skip_final_checks(bool value) { skip_final_checks_ = value; }
value             148 chrome/browser/prerender/prerender_local_predictor.cc #define TIMING_HISTOGRAM(name, value)                               \
value             149 chrome/browser/prerender/prerender_local_predictor.cc   UMA_HISTOGRAM_CUSTOM_TIMES(name, value,                           \
value             298 chrome/browser/prerender/prerender_local_predictor.cc   int64 value = 0;
value             299 chrome/browser/prerender/prerender_local_predictor.cc   memcpy(&value, data, kURLHashSize);
value             300 chrome/browser/prerender/prerender_local_predictor.cc   return value;
value             102 chrome/browser/prerender/prerender_util.cc   url_parse::Component key, value;
value             104 chrome/browser/prerender/prerender_util.cc                                          &value)) {
value             108 chrome/browser/prerender/prerender_util.cc     if (value.len < 1)
value             111 chrome/browser/prerender/prerender_util.cc     url_util::DecodeURLEscapeSequences(url.spec().c_str() + value.begin,
value             112 chrome/browser/prerender/prerender_util.cc                                        value.len, &decoded_url);
value             128 chrome/browser/prerender/prerender_util.cc   url_parse::Component key, value;
value             130 chrome/browser/prerender/prerender_util.cc                                          &value)) {
value             135 chrome/browser/prerender/prerender_util.cc     if (value.len != 1)
value             137 chrome/browser/prerender/prerender_util.cc     uint8 exp = *(url.spec().c_str() + value.begin) - '0';
value             184 chrome/browser/prerender/prerender_util.cc   std::string value;
value             185 chrome/browser/prerender/prerender_util.cc   while (response_headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             191 chrome/browser/prerender/prerender_util.cc       if (!value.empty()) {
value             195 chrome/browser/prerender/prerender_util.cc         int bucket = GetXModPagespeedBucketFromVersion(value);
value             208 chrome/browser/prerender/prerender_util.cc       if (!value.empty()) {
value             209 chrome/browser/prerender/prerender_util.cc         int bucket = GetXModPagespeedBucketFromVersion(value);
value             218 chrome/browser/prerender/prerender_util.cc         } else if (IsPageSpeedServiceVersionNumber(value)) {
value             155 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(printers_json));
value             158 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc     if (value && value->GetAsList(&list) && list) {
value             412 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc         << temp_user_data_dir_.path().value() << "\".";
value             488 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   cl.AppendSwitchASCII(kTestExecutablePath, executable_path_.value());
value             408 chrome/browser/printing/print_dialog_gtk.cc   gtk_print_job_set_source_file(print_job, path_to_pdf_.value().c_str(), NULL);
value              28 chrome/browser/printing/printer_manager_dialog_win.cc   std::wstring args(shell32dll.value());
value              30 chrome/browser/printing/printer_manager_dialog_win.cc   ShellExecute(NULL, L"open", rundll32.value().c_str(), args.c_str(), NULL,
value             117 chrome/browser/printing/printing_layout_browsertest.cc     if (test_result.value().empty()) {
value             212 chrome/browser/printing/printing_layout_browsertest.cc               emf_file << "\" and \"" << file.value() <<
value             215 chrome/browser/printing/printing_layout_browsertest.cc           emf_file = file.value();
value             220 chrome/browser/printing/printing_layout_browsertest.cc               prn_file << "\" and \"" << file.value() <<
value             222 chrome/browser/printing/printing_layout_browsertest.cc           prn_file = file.value();
value             173 chrome/browser/printing/printing_message_filter.cc     int fd = open(path.value().c_str(), O_WRONLY);
value             147 chrome/browser/process_info_snapshot_mac.cc     LOG(ERROR) << "Failure running " << kProgram.value() << " to acquire data.";
value             173 chrome/browser/process_info_snapshot_mac.cc       LOG(ERROR) << "Error parsing output from " << kProgram.value() << ".";
value             178 chrome/browser/process_info_snapshot_mac.cc       LOG(WARNING) << "Invalid data from " << kProgram.value() << ".";
value             211 chrome/browser/process_info_snapshot_mac.cc     LOG(ERROR) << "Failure running " << kProgram.value() << " to acquire data.";
value             194 chrome/browser/process_singleton_browsertest.cc     base::FilePath::StringType exe_name = program.BaseName().value();
value             240 chrome/browser/process_singleton_linux.cc       PLOG(ERROR) << "readlink(" << path.value() << ") failed";
value             247 chrome/browser/process_singleton_linux.cc   int rv = unlink(path.value().c_str());
value             249 chrome/browser/process_singleton_linux.cc     PLOG(ERROR) << "Failed to unlink " << path.value();
value             264 chrome/browser/process_singleton_linux.cc       PLOG(ERROR) << "Failed to create " << path.value();
value             276 chrome/browser/process_singleton_linux.cc   std::string real_path = ReadLink(path).value();
value             367 chrome/browser/process_singleton_linux.cc     SetupSockAddr(socket_path.value(), &addr);
value             386 chrome/browser/process_singleton_linux.cc     SetupSockAddr(socket_path.value(), &addr);
value             780 chrome/browser/process_singleton_linux.cc   to_send.append(current_dir.value());
value             925 chrome/browser/process_singleton_linux.cc   SetupSocket(socket_target_path.value(), &sock, &addr);
value             928 chrome/browser/process_singleton_linux.cc     PLOG(ERROR) << "Failed to bind() " << socket_target_path.value();
value             983 chrome/browser/process_singleton_linux.cc   LOG(ERROR) << "Failed to extract pid from path: " << lock_path_.value();
value             228 chrome/browser/process_singleton_linux_unittest.cc   ASSERT_EQ(0, lstat(lock_path_.value().c_str(), &statbuf));
value             231 chrome/browser/process_singleton_linux_unittest.cc   ssize_t len = readlink(lock_path_.value().c_str(), buf, PATH_MAX);
value             234 chrome/browser/process_singleton_linux_unittest.cc   ASSERT_EQ(0, lstat(socket_path_.value().c_str(), &statbuf));
value             237 chrome/browser/process_singleton_linux_unittest.cc   len = readlink(socket_path_.value().c_str(), buf, PATH_MAX);
value             241 chrome/browser/process_singleton_linux_unittest.cc   ASSERT_EQ(0, lstat(socket_target_path.value().c_str(), &statbuf));
value             244 chrome/browser/process_singleton_linux_unittest.cc   len = readlink(cookie_path_.value().c_str(), buf, PATH_MAX);
value             250 chrome/browser/process_singleton_linux_unittest.cc   len = readlink(remote_cookie_path.value().c_str(), buf, PATH_MAX);
value             281 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
value             287 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, symlink(symlink_content.c_str(), lock_path_.value().c_str()));
value             290 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, unlink(socket_path_.value().c_str()));
value             301 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
value             302 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, symlink("FAKEFOOHOST-1234", lock_path_.value().c_str()));
value             316 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
value             317 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, symlink("FAKEFOOHOST-1234", lock_path_.value().c_str()));
value             322 chrome/browser/process_singleton_linux_unittest.cc   ASSERT_EQ(0, unlink(lock_path_.value().c_str()));
value             334 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
value             335 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, symlink("FAKEFOOHOST-1234", lock_path_.value().c_str()));
value             341 chrome/browser/process_singleton_linux_unittest.cc   ASSERT_EQ(0, unlink(lock_path_.value().c_str()));
value             366 chrome/browser/process_singleton_linux_unittest.cc   ssize_t len = readlink(socket_path_.value().c_str(), buf, sizeof(buf));
value             369 chrome/browser/process_singleton_linux_unittest.cc   ASSERT_EQ(0, unlink(socket_path_.value().c_str()));
value             370 chrome/browser/process_singleton_linux_unittest.cc   ASSERT_EQ(0, rename(socket_target_path.value().c_str(),
value             371 chrome/browser/process_singleton_linux_unittest.cc                       socket_path_.value().c_str()));
value             372 chrome/browser/process_singleton_linux_unittest.cc   ASSERT_EQ(0, unlink(cookie_path_.value().c_str()));
value             382 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, unlink(cookie_path_.value().c_str()));
value             383 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, symlink("INCORRECTCOOKIE", cookie_path_.value().c_str()));
value             386 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
value             387 chrome/browser/process_singleton_linux_unittest.cc   EXPECT_EQ(0, symlink("FAKEFOOHOST-1234", lock_path_.value().c_str()));
value              75 chrome/browser/process_singleton_mac.cc   lock_fd_ = HANDLE_EINTR(open(lock_path_.value().c_str(),
value              43 chrome/browser/process_singleton_mac_unittest.cc     base::ScopedFD fd(HANDLE_EINTR(open(lock_path_.value().c_str(), O_RDONLY)));
value             426 chrome/browser/process_singleton_win.cc       lock_file_ = ::CreateFile(lock_file_path.value().c_str(),
value             445 chrome/browser/process_singleton_win.cc             user_data_dir_.value());
value             118 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc     const base::Value* expected_value = &it.value();
value              37 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc void PreferenceHostedPromptMemento::StoreValue(const std::string& value) {
value              40 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc   prefs->SetString(prefs::kProfileResetPromptMemento, value);
value              62 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc   std::string value;
value              63 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc   return prompt_shown_dict->GetStringWithoutPathExpansion(profile_key, &value) ?
value              64 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc       value : std::string();
value              67 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc void LocalStateHostedPromptMemento::StoreValue(const std::string& value) {
value              79 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc                                                                 value);
value             104 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc void FileHostedPromptMemento::StoreValue(const std::string& value) {
value             109 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc       base::Bind(&StoreValueOnFileThread, path, value));
value             114 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc   std::string value;
value             115 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc   base::ReadFileToString(memento_file_path, &value);
value             116 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc   return value;
value             121 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc     const std::string& value) {
value             123 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc       base::WriteFile(memento_file_path, value.c_str(), value.size());
value             124 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc   DCHECK_EQ(retval, (int)value.size());
value              38 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h   void StoreValue(const std::string& value);
value              55 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h   void StoreValue(const std::string& value);
value              84 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h   void StoreValue(const std::string& value);
value              90 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h                                      const std::string& value);
value             168 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   void set_emulated_is_default_search_provider_managed(bool value) {
value             169 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc     emulated_is_default_search_provider_managed_ = value;
value             198 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   void StoreValue(const std::string& value) {
value             199 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc     FileHostedPromptMemento::StoreValue(value);
value             204 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   static void AssignArgumentTo(std::string* target, const std::string& value) {
value             205 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc     *target = value;
value             216 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc std::string EncodeBool(bool value) { return value ? VALUE_TRUE : VALUE_FALSE; }
value             539 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   void AllowInjectingTestDataThroughVariationParams(bool value) {
value             540 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc     inject_data_through_variation_params_ = value;
value             543 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   void ExpectAllMementoValuesEqualTo(const std::string& value) {
value             544 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc     EXPECT_EQ(value, memento_in_prefs_->ReadValue());
value             545 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc     EXPECT_EQ(value, memento_in_local_state_->ReadValue());
value             546 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc     EXPECT_EQ(value, memento_in_file_->ReadValue());
value              58 chrome/browser/profile_resetter/brandcode_config_fetcher.cc   static std::string XMLCharToString(const xmlChar* value);
value             105 chrome/browser/profile_resetter/brandcode_config_fetcher.cc std::string XmlConfigParser::XMLCharToString(const xmlChar* value) {
value             106 chrome/browser/profile_resetter/brandcode_config_fetcher.cc   return std::string(reinterpret_cast<const char*>(value));
value              95 chrome/browser/profile_resetter/brandcoded_default_settings.cc   const base::ListValue* value = NULL;
value              97 chrome/browser/profile_resetter/brandcoded_default_settings.cc       master_dictionary_->GetList(pref_name, &value) &&
value              98 chrome/browser/profile_resetter/brandcoded_default_settings.cc       !value->empty()) {
value              99 chrome/browser/profile_resetter/brandcoded_default_settings.cc     return scoped_ptr<base::ListValue>(value->DeepCopy());
value              18 chrome/browser/profile_resetter/jtl_instructions.h #define OP_STORE_BOOL(name, value) std::string(1, '\x10') + name + value
value              19 chrome/browser/profile_resetter/jtl_instructions.h #define OP_COMPARE_STORED_BOOL(name, value, default_value) \
value              20 chrome/browser/profile_resetter/jtl_instructions.h     std::string(1, '\x11') + name + value + default_value
value              21 chrome/browser/profile_resetter/jtl_instructions.h #define OP_STORE_HASH(name, value) std::string(1, '\x12') + name + value
value              22 chrome/browser/profile_resetter/jtl_instructions.h #define OP_COMPARE_STORED_HASH(name, value, default_value) \
value              23 chrome/browser/profile_resetter/jtl_instructions.h     std::string(1, '\x13') + name + value + default_value
value              28 chrome/browser/profile_resetter/jtl_instructions.h #define OP_COMPARE_NODE_BOOL(value) std::string(1, '\x20') + value
value              29 chrome/browser/profile_resetter/jtl_instructions.h #define OP_COMPARE_NODE_HASH(value) std::string(1, '\x21') + value
value              30 chrome/browser/profile_resetter/jtl_instructions.h #define OP_COMPARE_NODE_HASH_NOT(value) std::string(1, '\x22') + value
value              73 chrome/browser/profile_resetter/jtl_interpreter.cc   bool GetValueHash(const base::Value& value, std::string* hash) {
value              78 chrome/browser/profile_resetter/jtl_interpreter.cc     if (value.GetAsInteger(&tmp_int))
value              80 chrome/browser/profile_resetter/jtl_interpreter.cc     else if (value.GetAsDouble(&tmp_double))
value              82 chrome/browser/profile_resetter/jtl_interpreter.cc     else if (!value.GetAsString(&value_as_string))
value             128 chrome/browser/profile_resetter/jtl_interpreter.cc       context->stack()->push_back(&i.value());
value             152 chrome/browser/profile_resetter/jtl_interpreter.cc         context->stack()->push_back(&i.value());
value             195 chrome/browser/profile_resetter/jtl_interpreter.cc   StoreValue(const std::string& hashed_name, scoped_ptr<base::Value> value)
value             197 chrome/browser/profile_resetter/jtl_interpreter.cc         value_(value.Pass()) {
value             216 chrome/browser/profile_resetter/jtl_interpreter.cc                      scoped_ptr<base::Value> value,
value             219 chrome/browser/profile_resetter/jtl_interpreter.cc         value_(value.Pass()),
value             251 chrome/browser/profile_resetter/jtl_interpreter.cc     scoped_ptr<base::Value> value;
value             255 chrome/browser/profile_resetter/jtl_interpreter.cc       value.reset(context->current_node()->DeepCopy());
value             260 chrome/browser/profile_resetter/jtl_interpreter.cc       value.reset(new base::StringValue(hash));
value             262 chrome/browser/profile_resetter/jtl_interpreter.cc     context->working_memory()->Set(hashed_name_, value.release());
value             328 chrome/browser/profile_resetter/jtl_interpreter.cc   explicit CompareNodeBool(bool value) : value_(value) {}
value             493 chrome/browser/profile_resetter/jtl_interpreter.cc           bool value = false;
value             494 chrome/browser/profile_resetter/jtl_interpreter.cc           if (!ReadBool(&value))
value             498 chrome/browser/profile_resetter/jtl_interpreter.cc               scoped_ptr<base::Value>(new base::FundamentalValue(value))));
value             505 chrome/browser/profile_resetter/jtl_interpreter.cc           bool value = false;
value             506 chrome/browser/profile_resetter/jtl_interpreter.cc           if (!ReadBool(&value))
value             513 chrome/browser/profile_resetter/jtl_interpreter.cc               scoped_ptr<base::Value>(new base::FundamentalValue(value)),
value             569 chrome/browser/profile_resetter/jtl_interpreter.cc           bool value = false;
value             570 chrome/browser/profile_resetter/jtl_interpreter.cc           if (!ReadBool(&value))
value             572 chrome/browser/profile_resetter/jtl_interpreter.cc           operators.push_back(new CompareNodeBool(value));
value             676 chrome/browser/profile_resetter/jtl_interpreter.cc     uint8 value = 0;
value             677 chrome/browser/profile_resetter/jtl_interpreter.cc     if (!ReadUint8(&value))
value             679 chrome/browser/profile_resetter/jtl_interpreter.cc     if (value == 0)
value             681 chrome/browser/profile_resetter/jtl_interpreter.cc     else if (value == 1)
value              35 chrome/browser/profile_resetter/jtl_interpreter_unittest.cc std::string EncodeUint32(uint32 value) {
value              38 chrome/browser/profile_resetter/jtl_interpreter_unittest.cc     bytecode.push_back(static_cast<char>(value & 0xFFu));
value              39 chrome/browser/profile_resetter/jtl_interpreter_unittest.cc     value >>= 8;
value             307 chrome/browser/profile_resetter/profile_resetter_unittest.cc   EXPECT_FALSE(base::PathExists(path_to_create)) << path_to_create.value();
value             316 chrome/browser/profile_resetter/profile_resetter_unittest.cc       base::win::SHORTCUT_CREATE_ALWAYS)) << path_to_create.value();
value             939 chrome/browser/profile_resetter/profile_resetter_unittest.cc     EXPECT_EQ(command_line.first.value(), shortcuts[0].first.value());
value            1072 chrome/browser/profile_resetter/profile_resetter_unittest.cc     std::string value;
value            1073 chrome/browser/profile_resetter/profile_resetter_unittest.cc     ASSERT_TRUE(dict->GetString("key", &value));
value            1074 chrome/browser/profile_resetter/profile_resetter_unittest.cc     if (value == "Extensions") {
value            1079 chrome/browser/profile_resetter/profile_resetter_unittest.cc     } else if (value == "Shortcut targets") {
value              45 chrome/browser/profile_resetter/resettable_settings_snapshot.cc              const StringType& value) {
value              48 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   results->SetString("value", value);
value              76 chrome/browser/profiles/file_path_verifier_win.cc   if (base::FilePath::CompareEqualIgnoreCase(path1.value(), path2.value())) {
value              78 chrome/browser/profiles/file_path_verifier_win.cc   } else if (base::FilePath::CompareEqualIgnoreCase(path1.BaseName().value(),
value              79 chrome/browser/profiles/file_path_verifier_win.cc                                                     path2.BaseName().value())) {
value              81 chrome/browser/profiles/file_path_verifier_win.cc   } else if (base::FilePath::CompareEqualIgnoreCase(path1.DirName().value(),
value              82 chrome/browser/profiles/file_path_verifier_win.cc                                                     path2.DirName().value())) {
value              38 chrome/browser/profiles/file_path_verifier_win_unittest.cc         "i: " << i << ", p1: " << p1.value() << ", p2: " << p2.value();
value              52 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc     const base::Value* value = NULL;
value              53 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc     EXPECT_TRUE(store_->GetValue(prefs::kIncognitoModeAvailability, &value));
value              54 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc     EXPECT_TRUE(base::FundamentalValue(availability).Equals(value));
value              82 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc   const base::Value* value = NULL;
value              83 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc   EXPECT_FALSE(store_->GetValue(prefs::kIncognitoModeAvailability, &value));
value             181 chrome/browser/profiles/profile_impl.cc   DVLOG(1) << "Creating directory " << path.value();
value             231 chrome/browser/profiles/profile_impl.cc Profile::ExitType SessionTypePrefValueToExitType(const std::string& value) {
value             232 chrome/browser/profiles/profile_impl.cc   if (value == kPrefExitTypeSessionEnded)
value             234 chrome/browser/profiles/profile_impl.cc   if (value == kPrefExitTypeCrashed)
value             660 chrome/browser/profiles/profile_impl.cc       bool success = i.value().GetAsDouble(&zoom_level);
value             502 chrome/browser/profiles/profile_info_cache.cc   bool value = false;
value             504 chrome/browser/profiles/profile_info_cache.cc                                               &value);
value             505 chrome/browser/profiles/profile_info_cache.cc   return value;
value             509 chrome/browser/profiles/profile_info_cache.cc   bool value = false;
value             510 chrome/browser/profiles/profile_info_cache.cc   GetInfoForProfileAtIndex(index)->GetBoolean(kSigninRequiredKey, &value);
value             511 chrome/browser/profiles/profile_info_cache.cc   return value;
value             522 chrome/browser/profiles/profile_info_cache.cc   bool value = false;
value             523 chrome/browser/profiles/profile_info_cache.cc   GetInfoForProfileAtIndex(index)->GetBoolean(kProfileIsEphemeral, &value);
value             524 chrome/browser/profiles/profile_info_cache.cc   return value;
value             528 chrome/browser/profiles/profile_info_cache.cc   bool value = false;
value             529 chrome/browser/profiles/profile_info_cache.cc   GetInfoForProfileAtIndex(index)->GetBoolean(kIsUsingDefaultName, &value);
value             530 chrome/browser/profiles/profile_info_cache.cc   return value;
value             569 chrome/browser/profiles/profile_info_cache.cc   bool value = false;
value             570 chrome/browser/profiles/profile_info_cache.cc   GetInfoForProfileAtIndex(index)->GetBoolean(kUseGAIAPictureKey, &value);
value             571 chrome/browser/profiles/profile_info_cache.cc   return value;
value             792 chrome/browser/profiles/profile_info_cache.cc                                                              bool value) {
value             795 chrome/browser/profiles/profile_info_cache.cc   info->SetBoolean(kUseGAIAPictureKey, value);
value             807 chrome/browser/profiles/profile_info_cache.cc                                                        bool value) {
value             808 chrome/browser/profiles/profile_info_cache.cc   if (value == ProfileIsSigninRequiredAtIndex(index))
value             813 chrome/browser/profiles/profile_info_cache.cc   info->SetBoolean(kSigninRequiredKey, value);
value             823 chrome/browser/profiles/profile_info_cache.cc void ProfileInfoCache::SetProfileIsEphemeralAtIndex(size_t index, bool value) {
value             824 chrome/browser/profiles/profile_info_cache.cc   if (value == ProfileIsEphemeralAtIndex(index))
value             829 chrome/browser/profiles/profile_info_cache.cc   info->SetBoolean(kProfileIsEphemeral, value);
value             835 chrome/browser/profiles/profile_info_cache.cc     size_t index, bool value) {
value             836 chrome/browser/profiles/profile_info_cache.cc   if (value == ProfileIsUsingDefaultNameAtIndex(index))
value             841 chrome/browser/profiles/profile_info_cache.cc   info->SetBoolean(kIsUsingDefaultName, value);
value            1052 chrome/browser/profiles/profile_info_cache.cc     it.value().GetAsDictionary(&info);
value             114 chrome/browser/profiles/profile_info_cache.h   void SetIsUsingGAIAPictureOfProfileAtIndex(size_t index, bool value);
value             115 chrome/browser/profiles/profile_info_cache.h   void SetProfileSigninRequiredAtIndex(size_t index, bool value);
value             116 chrome/browser/profiles/profile_info_cache.h   void SetProfileIsEphemeralAtIndex(size_t index, bool value);
value             117 chrome/browser/profiles/profile_info_cache.h   void SetProfileIsUsingDefaultNameAtIndex(size_t index, bool value);
value            1056 chrome/browser/profiles/profile_manager.cc                     profile->GetPath().value() <<
value            1154 chrome/browser/profiles/profile_manager.cc   if (profile->GetPath().BaseName().value() == chrome::kInitialProfile &&
value             211 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(profile_path.value(), last_used_profile->GetPath().value());
value             180 chrome/browser/profiles/profile_manager_unittest.cc       expected_default.value(),
value             181 chrome/browser/profiles/profile_manager_unittest.cc       g_browser_process->profile_manager()->GetInitialProfileDir().value());
value             195 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_EQ(expected_default.value(),
value             196 chrome/browser/profiles/profile_manager_unittest.cc             profile_manager->GetInitialProfileDir().value());
value             206 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_EQ(expected_logged_in.value(),
value             207 chrome/browser/profiles/profile_manager_unittest.cc             profile_manager->GetInitialProfileDir().value());
value             209 chrome/browser/profiles/profile_manager_unittest.cc       profile_manager->GetInitialProfileDir()).value();
value             661 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     void set_has_shortcuts(bool value) { has_shortcuts = value; }
value             181 chrome/browser/profiles/profile_shortcut_manager_win.cc     LOG(ERROR) << "Profile directory " << profile_path.value()
value             231 chrome/browser/profiles/profile_shortcut_manager_win.cc     SHChangeNotify(SHCNE_CREATE, SHCNF_PATH, icon_path.value().c_str(), NULL);
value             265 chrome/browser/profiles/profile_shortcut_manager_win.cc   const size_t length = GetLongPathName(path.value().c_str(), NULL, 0);
value             266 chrome/browser/profiles/profile_shortcut_manager_win.cc   if (length != 0 && length != path.value().length()) {
value             268 chrome/browser/profiles/profile_shortcut_manager_win.cc     if (GetLongPathName(path.value().c_str(), &long_path[0], length) != 0)
value             331 chrome/browser/profiles/profile_shortcut_manager_win.cc                  old_shortcut_path.value().c_str(),
value             332 chrome/browser/profiles/profile_shortcut_manager_win.cc                  new_shortcut_path.value().c_str());
value             484 chrome/browser/profiles/profile_shortcut_manager_win.cc     properties.set_shortcut_name(shortcut_name.value());
value             533 chrome/browser/profiles/profile_shortcut_manager_win.cc     base::win::TaskbarUnpinShortcutLink(shortcuts[i].value().c_str());
value             536 chrome/browser/profiles/profile_shortcut_manager_win.cc     SHChangeNotify(SHCNE_DELETE, SHCNF_PATH, shortcuts[i].value().c_str(),
value             645 chrome/browser/profiles/profile_shortcut_manager_win.cc                             profile_path.BaseName().value().c_str());
value             731 chrome/browser/profiles/profile_shortcut_manager_win.cc       BrowserDistribution::GetDistribution())).RemoveExtension().value();
value             733 chrome/browser/profiles/profile_shortcut_manager_win.cc   command_line->ParseFromString(L"\"" + chrome_exe.value() + L"\" " +
value              49 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate_browsertest.cc     int value = 0;
value              53 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate_browsertest.cc         &value));
value              54 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate_browsertest.cc     return value;
value              88 chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc   int value = 0;
value              89 chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc   if (SystemParametersInfo(SPI_GETSCREENSAVETIMEOUT, 0, &value, 0))
value              90 chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc     SystemParametersInfo(SPI_SETSCREENSAVETIMEOUT, value, NULL, 0);
value              60 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     ADD_FAILURE() << "No plug-in state for '" << plugin->path.value() << "'";
value             144 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed, status.value);
value             145 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(foo_plugin_path_.value(), plugin.path.value());
value             156 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed, status.value);
value             157 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(bar_plugin_path_.value(), plugin.path.value());
value             170 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kDisabled, status.value);
value             171 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(foo_plugin_path_.value(), plugin.path.value());
value             180 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kNotFound, status.value);
value             181 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(FILE_PATH_LITERAL(""), plugin.path.value());
value              25 chrome/browser/resources_util.cc       id_map_[kThemeResources[i].name] = kThemeResources[i].value;
value              27 chrome/browser/resources_util.cc       id_map_[kUiResources[i].name] = kUiResources[i].value;
value              28 chrome/browser/safe_browsing/binary_feature_extractor_win.cc   VLOG(2) << "Checking signature for " << file_path.value();
value              32 chrome/browser/safe_browsing/binary_feature_extractor_win.cc   file_info.pcwszFilePath = file_path.value().c_str();
value              83 chrome/browser/safe_browsing/browser_feature_extractor.cc   VLOG(2) << "Browser feature: " << feature->name() << " " << feature->value();
value             170 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc       (*features)[feature.name()] = feature.value();
value             478 chrome/browser/safe_browsing/client_side_detection_host.cc   base::string16 value;
value             479 chrome/browser/safe_browsing/client_side_detection_host.cc   return entry->GetExtraData(kSafeBrowsingMatchKey, &value);
value             206 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc   void AddFeature(const std::string& name, double value,
value             210 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc     feature->set_value(value);
value             213 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc   void AddNonModelFeature(const std::string& name, double value,
value             218 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc     feature->set_value(value);
value             520 chrome/browser/safe_browsing/download_protection_service.cc       VLOG(2) << "Downloaded a signed binary: " << file_path.value();
value             523 chrome/browser/safe_browsing/download_protection_service.cc               << file_path.value();
value             556 chrome/browser/safe_browsing/download_protection_service.cc       VLOG(1) << "Zip analysis finished for " << item_->GetFullPath().value()
value             560 chrome/browser/safe_browsing/download_protection_service.cc       VLOG(1) << "Zip analysis failed for " << item_->GetFullPath().value();
value              59 chrome/browser/safe_browsing/local_safebrowsing_test_server.cc   arguments->SetString("data-file", data_file_.value());
value             153 chrome/browser/safe_browsing/malware_details_cache.cc   std::string name, value;
value             154 chrome/browser/safe_browsing/malware_details_cache.cc   while (headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             162 chrome/browser/safe_browsing/malware_details_cache.cc       pb_header->set_value(value);
value             290 chrome/browser/safe_browsing/malware_details_unittest.cc         EXPECT_EQ(expected->response().headers(i).value(),
value             291 chrome/browser/safe_browsing/malware_details_unittest.cc                   resource->response().headers(i).value());
value             110 chrome/browser/safe_browsing/prefix_set_unittest.cc     uint32 value = 0;
value             113 chrome/browser/safe_browsing/prefix_set_unittest.cc     ASSERT_EQ(1U, fread(&value, sizeof(value), 1, fp));
value             115 chrome/browser/safe_browsing/prefix_set_unittest.cc     value += inc;
value             118 chrome/browser/safe_browsing/prefix_set_unittest.cc     ASSERT_EQ(1U, fwrite(&value, sizeof(value), 1, fp));
value             569 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc       scoped_ptr<base::Value> value = content::ExecuteScriptAndGetValue(
value             571 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc       if (!value.get() || !value->GetAsString(&ready_state))
value             582 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc     scoped_ptr<base::Value> value = content::ExecuteScriptAndGetValue(
value             589 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc     if (!value.get())
value             592 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc     if (!value->GetAsBoolean(&result))
value             389 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_base_filename.value() + kBrowseDBFile);
value             395 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_base_filename.value() + kDownloadDBFile);
value             401 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_filename.value() + kBloomFilterFile);
value             407 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_filename.value() + kPrefixSetFile);
value             413 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_filename.value() + kCsdWhitelistDBFile);
value             419 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_filename.value() + kDownloadWhitelistDBFile);
value             425 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_filename.value() + kExtensionBlacklistDBFile);
value             431 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_filename.value() + kSideEffectFreeWhitelistDBFile);
value             437 chrome/browser/safe_browsing/safe_browsing_database.cc   return base::FilePath(db_filename.value() + kIPBlacklistDBFile);
value             525 chrome/browser/safe_browsing/safe_browsing_database.cc   DVLOG(1) << "Init browse store: " << browse_filename_.value();
value             544 chrome/browser/safe_browsing/safe_browsing_database.cc     DVLOG(1) << "Init download store: " << download_filename_.value();
value             553 chrome/browser/safe_browsing/safe_browsing_database.cc     DVLOG(1) << "Init csd whitelist store: " << csd_whitelist_filename_.value();
value             571 chrome/browser/safe_browsing/safe_browsing_database.cc              << download_whitelist_filename_.value();
value             589 chrome/browser/safe_browsing/safe_browsing_database.cc              << extension_blacklist_filename_.value();
value             602 chrome/browser/safe_browsing/safe_browsing_database.cc              << side_effect_free_whitelist_filename_.value();
value             634 chrome/browser/safe_browsing/safe_browsing_database.cc              << ip_blacklist_filename_.value();
value              79 chrome/browser/safe_browsing/safe_browsing_service.cc       SafeBrowsingService::GetBaseFilename().value() + kCookiesFile);
value             129 chrome/browser/safe_browsing/safe_browsing_store_file.cc     typename CT::value_type value;
value             130 chrome/browser/safe_browsing/safe_browsing_store_file.cc     if (!ReadItem(&value, fp, context))
value             135 chrome/browser/safe_browsing/safe_browsing_store_file.cc     values->insert(values->end(), value);
value            1213 chrome/browser/safe_browsing/safe_browsing_store_file.cc       basename.value() + FILE_PATH_LITERAL("-journal"));
value             181 chrome/browser/safe_browsing/safe_browsing_store_file.h     return base::FilePath(filename.value() + FILE_PATH_LITERAL("_new"));
value              55 chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc     VLOG(1) << "Could not open zip file: " << zip_file_name_.value();
value              40 chrome/browser/safe_json_parser.cc   const base::Value* value = NULL;
value              41 chrome/browser/safe_json_parser.cc   CHECK(wrapper.Get(0, &value));
value              43 chrome/browser/safe_json_parser.cc   parsed_json_.reset(value->DeepCopy());
value              40 chrome/browser/screensaver_window_finder_x11.cc   std::string value;
value              41 chrome/browser/screensaver_window_finder_x11.cc   if (!ui::GetStringProperty(window, "WM_CLASS", &value))
value              44 chrome/browser/screensaver_window_finder_x11.cc   return value.find("screensaver") != std::string::npos;
value             127 chrome/browser/search/search.cc InstantSupportState StringToInstantSupportState(const base::string16& value) {
value             128 chrome/browser/search/search.cc   if (value == base::ASCIIToUTF16(kInstantSupportEnabled))
value             130 chrome/browser/search/search.cc   else if (value == base::ASCIIToUTF16(kInstantSupportDisabled))
value             606 chrome/browser/search/search.cc   uint64 value =
value             608 chrome/browser/search/search.cc   return (value < DISPLAY_SEARCH_BUTTON_NUM_VALUES) ?
value             609 chrome/browser/search/search.cc       static_cast<DisplaySearchButtonConditions>(value) :
value             635 chrome/browser/search/search.cc   uint64 value =
value             637 chrome/browser/search/search.cc   return (value < ORIGIN_CHIP_NUM_VALUES) ?
value             638 chrome/browser/search/search.cc       static_cast<OriginChipPosition>(value) :
value             658 chrome/browser/search/search.cc   uint64 value =
value             660 chrome/browser/search/search.cc   return (value < ORIGIN_CHIP_V2_NUM_VALUES) ?
value             661 chrome/browser/search/search.cc       static_cast<OriginChipV2HideTrigger>(value) :
value             757 chrome/browser/search/search.cc   base::string16 value;
value             758 chrome/browser/search/search.cc   if (!entry.GetExtraData(kInstantSupportStateKey, &value))
value             761 chrome/browser/search/search.cc   return StringToInstantSupportState(value);
value             822 chrome/browser/search/search.cc   uint64 value;
value             825 chrome/browser/search/search.cc   if (base::StringToUint64(str_value, &value))
value             826 chrome/browser/search/search.cc     return value;
value              89 chrome/browser/search_engines/default_search_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value              91 chrome/browser/search_engines/default_search_policy_handler.cc   if (!value || !value->GetAsList(&list))
value             309 chrome/browser/search_engines/default_search_policy_handler.cc   std::string value;
value             310 chrome/browser/search_engines/default_search_policy_handler.cc   if (!prefs->GetString(path, &value))
value             311 chrome/browser/search_engines/default_search_policy_handler.cc     prefs->SetString(path, value);
value             317 chrome/browser/search_engines/default_search_policy_handler.cc   base::Value* value;
value             319 chrome/browser/search_engines/default_search_policy_handler.cc   if (!prefs->GetValue(path, &value) || !value->GetAsList(&list_value))
value             117 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   const base::Value* value = NULL;
value             118 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderSearchURL, &value));
value             119 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(kSearchURL).Equals(value));
value             121 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderName, &value));
value             122 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue("test.com").Equals(value));
value             124 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderKeyword, &value));
value             125 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue("test.com").Equals(value));
value             128 chrome/browser/search_engines/default_search_policy_handler_unittest.cc                                &value));
value             129 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             131 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderIconURL, &value));
value             132 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             134 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderEncodings, &value));
value             135 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             138 chrome/browser/search_engines/default_search_policy_handler_unittest.cc                                &value));
value             139 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             142 chrome/browser/search_engines/default_search_policy_handler_unittest.cc                              &value));
value             143 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::ListValue().Equals(value));
value             147 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       &value));
value             148 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             150 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderImageURL, &value));
value             151 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             154 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderSearchURLPostParams, &value));
value             155 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             158 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderSuggestURLPostParams, &value));
value             159 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             162 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderInstantURLPostParams, &value));
value             163 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             166 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderImageURLPostParams, &value));
value             167 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             170 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderNewTabURL, &value));
value             171 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             181 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   const base::Value* value = NULL;
value             182 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderSearchURL, &value));
value             183 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(kSearchURL).Equals(value));
value             185 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderName, &value));
value             186 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(kName).Equals(value));
value             188 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderKeyword, &value));
value             189 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(kKeyword).Equals(value));
value             192 chrome/browser/search_engines/default_search_policy_handler_unittest.cc                                &value));
value             193 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(kSuggestURL).Equals(value));
value             195 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderIconURL, &value));
value             196 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(kIconURL).Equals(value));
value             198 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderEncodings, &value));
value             199 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue("UTF-16;UTF-8").Equals(value));
value             202 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderAlternateURLs, &value));
value             203 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(default_alternate_urls_.Equals(value));
value             207 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       &value));
value             208 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(kReplacementKey).Equals(value));
value             210 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderImageURL, &value));
value             211 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string(kImageURL)).Equals(value));
value             214 chrome/browser/search_engines/default_search_policy_handler_unittest.cc                                &value));
value             215 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string(kImageParams)).Equals(value));
value             218 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderSearchURLPostParams, &value));
value             219 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             222 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderSuggestURLPostParams, &value));
value             223 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             226 chrome/browser/search_engines/default_search_policy_handler_unittest.cc       prefs::kDefaultSearchProviderInstantURLPostParams, &value));
value             227 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
value             291 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   const base::Value* value = NULL;
value             292 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderEnabled, &value));
value             294 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected_enabled, value));
value             295 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderSearchURL, &value));
value             297 chrome/browser/search_engines/default_search_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected_search_url, value));
value             152 chrome/browser/search_engines/template_url.cc   url_parse::Component query, key, value;
value             155 chrome/browser/search_engines/template_url.cc                                          &value)) {
value             156 chrome/browser/search_engines/template_url.cc     if (key.is_nonempty() && value.is_nonempty()) {
value             157 chrome/browser/search_engines/template_url.cc       std::string value_string = params.substr(value.begin, value.len);
value             496 chrome/browser/search_engines/template_url.cc   url_parse::Component query, key, value;
value             500 chrome/browser/search_engines/template_url.cc                                          &value)) {
value             511 chrome/browser/search_engines/template_url.cc             params.substr(value.begin, value.len),
value             519 chrome/browser/search_engines/template_url.cc           *search_terms_position = value;
value             690 chrome/browser/search_engines/template_url.cc       std::string& value = parts[1];
value             692 chrome/browser/search_engines/template_url.cc       if (IsTemplateParameterString(value))
value             693 chrome/browser/search_engines/template_url.cc         ParseParameter(0, value.length() - 1, &value, replacements);
value             694 chrome/browser/search_engines/template_url.cc       post_params->push_back(std::make_pair(parts[0], value));
value             776 chrome/browser/search_engines/template_url.cc                                        const std::string& value,
value             783 chrome/browser/search_engines/template_url.cc     post_params_[pos].second = value;
value             785 chrome/browser/search_engines/template_url.cc     url->insert(pos, name.empty() ? value : (name + "=" + value + "&"));
value            1207 chrome/browser/search_engines/template_url.cc     url_parse::Component query, key, value;
value            1210 chrome/browser/search_engines/template_url.cc                                            &value)) {
value             352 chrome/browser/search_engines/template_url.h                          const std::string& value,
value              56 chrome/browser/search_engines/template_url_parser.cc std::string XMLCharToString(const xmlChar* value) {
value              57 chrome/browser/search_engines/template_url_parser.cc   return std::string(reinterpret_cast<const char*>(value));
value              81 chrome/browser/search_engines/template_url_parser.cc                         const std::string& value,
value              89 chrome/browser/search_engines/template_url_parser.cc   query->append(value);
value             344 chrome/browser/search_engines/template_url_parser.cc     const xmlChar* value = atts[1];
value             346 chrome/browser/search_engines/template_url_parser.cc       std::string type = XMLCharToString(value);
value             350 chrome/browser/search_engines/template_url_parser.cc       template_url = XMLCharToString(value);
value             352 chrome/browser/search_engines/template_url_parser.cc       is_post = LowerCaseEqualsASCII(XMLCharToString(value), "post");
value             378 chrome/browser/search_engines/template_url_parser.cc     const xmlChar* value = atts[1];
value             380 chrome/browser/search_engines/template_url_parser.cc       type = XMLCharToString(value);
value             382 chrome/browser/search_engines/template_url_parser.cc       base::StringToInt(XMLCharToString(value), &width);
value             384 chrome/browser/search_engines/template_url_parser.cc       base::StringToInt(XMLCharToString(value), &height);
value             397 chrome/browser/search_engines/template_url_parser.cc   std::string key, value;
value             404 chrome/browser/search_engines/template_url_parser.cc       value = XMLCharToString(val);
value             409 chrome/browser/search_engines/template_url_parser.cc       (!parameter_filter_ || parameter_filter_->KeepParameter(key, value)))
value             410 chrome/browser/search_engines/template_url_parser.cc     extra_params_.push_back(Param(key, value));
value             427 chrome/browser/search_engines/template_url_parser.cc     url_parse::Component key, value;
value             429 chrome/browser/search_engines/template_url_parser.cc     while (url_parse::ExtractQueryKeyValue(url_spec, &query, &key, &value)) {
value             431 chrome/browser/search_engines/template_url_parser.cc       std::string value_str(url_spec, value.begin, value.len);
value              24 chrome/browser/search_engines/template_url_parser.h                                const std::string& value) = 0;
value              26 chrome/browser/search_engines/template_url_parser_unittest.cc                              const std::string& value) OVERRIDE;
value              44 chrome/browser/search_engines/template_url_parser_unittest.cc                                     const std::string& value) {
value              46 chrome/browser/search_engines/template_url_parser_unittest.cc          (value_str_.empty() || value.find(value_str_) == std::string::npos);
value            1772 chrome/browser/search_engines/template_url_service.cc     int64 value;
value            1773 chrome/browser/search_engines/template_url_service.cc     base::StringToInt64(id_string, &value);
value            1774 chrome/browser/search_engines/template_url_service.cc     data.id = value;
value            1777 chrome/browser/search_engines/template_url_service.cc     int value;
value            1778 chrome/browser/search_engines/template_url_service.cc     base::StringToInt(prepopulate_id, &value);
value            1779 chrome/browser/search_engines/template_url_service.cc     data.prepopulate_id = value;
value             285 chrome/browser/search_engines/template_url_service.h   void set_loaded(bool value) { loaded_ = value; }
value              99 chrome/browser/search_engines/template_url_unittest.cc     const SearchTermsCase& value = search_term_cases[i];
value             101 chrome/browser/search_engines/template_url_unittest.cc     data.SetURL(value.url);
value             106 chrome/browser/search_engines/template_url_unittest.cc         TemplateURLRef::SearchTermsArgs(value.terms)));
value             108 chrome/browser/search_engines/template_url_unittest.cc     EXPECT_EQ(value.output, result.spec());
value             335 chrome/browser/search_engines/template_url_unittest.cc     const SearchTermsCase& value = search_term_cases[i];
value             336 chrome/browser/search_engines/template_url_unittest.cc     data.SetURL(value.url);
value             341 chrome/browser/search_engines/template_url_unittest.cc         TemplateURLRef::SearchTermsArgs(value.terms), search_terms_data, NULL));
value             343 chrome/browser/search_engines/template_url_unittest.cc     EXPECT_EQ(value.output, result.spec());
value              74 chrome/browser/sessions/base_session_service.h   void set_pending_reset(bool value) { pending_reset_ = value; }
value              28 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc   void SetPolicyValue(const std::string& policy, base::Value* value) {
value              30 chrome/browser/sessions/restore_on_startup_policy_handler_unittest.cc         policy, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, value, NULL);
value              94 chrome/browser/shell_integration_linux.cc   std::string icon_name = temp_file_path.BaseName().RemoveExtension().value();
value             125 chrome/browser/shell_integration_linux.cc     argv.push_back(temp_file_path.value());
value             139 chrome/browser/shell_integration_linux.cc   DCHECK_EQ(shortcut_filename.BaseName().value(), shortcut_filename.value());
value             145 chrome/browser/shell_integration_linux.cc   int desktop_fd = open(desktop_path.value().c_str(), O_RDONLY | O_DIRECTORY);
value             149 chrome/browser/shell_integration_linux.cc   int fd = openat(desktop_fd, shortcut_filename.value().c_str(),
value             168 chrome/browser/shell_integration_linux.cc     unlinkat(desktop_fd, shortcut_filename.value().c_str(), 0);
value             226 chrome/browser/shell_integration_linux.cc     argv.push_back(temp_directory_path.value());
value             227 chrome/browser/shell_integration_linux.cc   argv.push_back(temp_file_path.value());
value             249 chrome/browser/shell_integration_linux.cc     argv.push_back(directory_filename.value());
value             250 chrome/browser/shell_integration_linux.cc   argv.push_back(shortcut_filename.value());
value             335 chrome/browser/shell_integration_linux.cc   *chrome_version = chrome_version_path.value();
value             582 chrome/browser/shell_integration_linux.cc   std::string class_name = command_line->GetProgram().BaseName().value();
value             675 chrome/browser/shell_integration_linux.cc     VLOG(1) << "Looking for desktop file in " << path.value();
value             677 chrome/browser/shell_integration_linux.cc       VLOG(1) << "Found desktop file at " << path.value();
value             696 chrome/browser/shell_integration_linux.cc   base::FilePath alternative_filepath(filepath.value() + ".desktop");
value             700 chrome/browser/shell_integration_linux.cc           filepath.value() + "_" + base::IntToString(i) + ".desktop");
value             718 chrome/browser/shell_integration_linux.cc       .append(profile_path.BaseName().value());
value             734 chrome/browser/shell_integration_linux.cc   suffix.append(profile_path.BaseName().value());
value              41 chrome/browser/shell_integration_linux_unittest.cc   void Set(const std::string& name, const std::string& value) {
value              42 chrome/browser/shell_integration_linux_unittest.cc     variables_[name] = value;
value             210 chrome/browser/shell_integration_linux_unittest.cc     env.Set("XDG_DATA_HOME", temp_dir.path().value());
value             233 chrome/browser/shell_integration_linux_unittest.cc     env.Set("XDG_DATA_HOME", temp_dir.path().value());
value             264 chrome/browser/shell_integration_linux_unittest.cc     env.Set("XDG_DATA_HOME", temp_dir2.path().value());
value             295 chrome/browser/shell_integration_linux_unittest.cc     env.Set("XDG_DATA_HOME", temp_dir.path().value());
value             319 chrome/browser/shell_integration_linux_unittest.cc     env.Set("HOME", temp_dir.path().value());
value             339 chrome/browser/shell_integration_linux_unittest.cc     env.Set("XDG_DATA_DIRS", temp_dir.path().value());
value             361 chrome/browser/shell_integration_linux_unittest.cc     env.Set("XDG_DATA_DIRS", temp_dir1.path().value() + ":" +
value             362 chrome/browser/shell_integration_linux_unittest.cc                              temp_dir2.path().value());
value             439 chrome/browser/shell_integration_linux_unittest.cc                   GURL(test_cases[i].url)).value()) <<
value              62 chrome/browser/shell_integration_win.cc       profile_path.BaseName().value() ==
value              68 chrome/browser/shell_integration_win.cc   base::string16 basenames = profile_path.DirName().BaseName().value() +
value              69 chrome/browser/shell_integration_win.cc       L"." + profile_path.BaseName().value();
value             276 chrome/browser/shell_integration_win.cc                                     chrome_exe.value(), true)) {
value             297 chrome/browser/shell_integration_win.cc   if (!ShellUtil::MakeChromeDefaultProtocolClient(dist, chrome_exe.value(),
value             316 chrome/browser/shell_integration_win.cc   if (!ShellUtil::ShowMakeChromeDefaultSystemUI(dist, chrome_exe.value())) {
value             336 chrome/browser/shell_integration_win.cc           dist, chrome_exe.value(), wprotocol)) {
value             419 chrome/browser/shell_integration_win.cc            dist, InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())),
value             455 chrome/browser/shell_integration_win.cc       InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
value             470 chrome/browser/shell_integration_win.cc         L"\"%ls\" %ls", target_path.value().c_str(), arguments.c_str())));
value             484 chrome/browser/shell_integration_win.cc         FAILED(persist_file->Load(shortcut.value().c_str(), STGM_READ))) {
value             485 chrome/browser/shell_integration_win.cc       DLOG(WARNING) << "Failed loading shortcut at " << shortcut.value();
value             576 chrome/browser/shell_integration_win.cc       InstallUtil::IsPerUserInstall(chrome_exe.value().c_str()) ? 1 : 0;
value             164 chrome/browser/shell_integration_win_unittest.cc         L"--user-data-dir=\"" + non_default_user_data_dir_.value() + L"\"");
value             173 chrome/browser/shell_integration_win_unittest.cc         L"--user-data-dir=\"" + non_default_user_data_dir_.value() + L"\" " +
value              57 chrome/browser/signin/about_signin_internals_factory.cc     const std::string value = SigninStatusFieldToString(
value              62 chrome/browser/signin/about_signin_internals_factory.cc         value.c_str(),
value             171 chrome/browser/signin/signin_promo.cc GURL GetLandingURL(const char* option, int value) {
value             174 chrome/browser/signin/signin_promo.cc   base::StringAppendF(&url, "?%s=%d", option, value);
value             265 chrome/browser/signin/signin_promo.cc   std::string value;
value             266 chrome/browser/signin/signin_promo.cc   if (GetValueForKeyInQuery(url, kSignInPromoQueryKeyContinue, &value)) {
value             267 chrome/browser/signin/signin_promo.cc     GURL continue_url = GURL(value);
value             276 chrome/browser/signin/signin_promo.cc   std::string value;
value             277 chrome/browser/signin/signin_promo.cc   if (GetValueForKeyInQuery(url, kSignInPromoQueryKeySource, &value)) {
value             279 chrome/browser/signin/signin_promo.cc     if (base::StringToInt(value, &source) && source >= SOURCE_START_PAGE &&
value             288 chrome/browser/signin/signin_promo.cc   std::string value;
value             289 chrome/browser/signin/signin_promo.cc   if (GetValueForKeyInQuery(url, kSignInPromoQueryKeyAutoClose, &value)) {
value             291 chrome/browser/signin/signin_promo.cc     if (base::StringToInt(value, &enabled) && enabled == 1)
value              53 chrome/browser/signin/signin_promo.h GURL GetLandingURL(const char* option, int value);
value             346 chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc   *hardware_info = optional_request_info_->value();
value             240 chrome/browser/spellchecker/feedback_sender.cc   misspelling->action.value = correction;
value              14 chrome/browser/spellchecker/spellcheck_action.cc                                    base::string16 value)
value              15 chrome/browser/spellchecker/spellcheck_action.cc     : type(type), index(index), value(value) {}
value              63 chrome/browser/spellchecker/spellcheck_action.cc       result->SetString("actionTargetValue", value);
value              49 chrome/browser/spellchecker/spellcheck_action.h   SpellcheckAction(SpellcheckActionType type, int index, base::string16 value);
value              72 chrome/browser/spellchecker/spellcheck_action.h   base::string16 value;
value             186 chrome/browser/spellchecker/spelling_service_client.cc   scoped_ptr<base::DictionaryValue> value(
value             189 chrome/browser/spellchecker/spelling_service_client.cc   if (!value.get() || !value->IsType(base::Value::TYPE_DICTIONARY))
value             194 chrome/browser/spellchecker/spelling_service_client.cc   if (value->GetDictionary(kErrorPath, &error))
value             201 chrome/browser/spellchecker/spelling_service_client.cc   if (!value->GetList(kMisspellingsPath, &misspellings))
value              58 chrome/browser/spellchecker/spelling_service_client_unittest.cc     scoped_ptr<base::DictionaryValue> value(static_cast<base::DictionaryValue*>(
value              61 chrome/browser/spellchecker/spelling_service_client_unittest.cc     ASSERT_TRUE(!!value.get());
value              63 chrome/browser/spellchecker/spelling_service_client_unittest.cc     EXPECT_TRUE(value->GetString("method", &method));
value              66 chrome/browser/spellchecker/spelling_service_client_unittest.cc     EXPECT_TRUE(value->GetString("apiVersion", &version));
value              69 chrome/browser/spellchecker/spelling_service_client_unittest.cc     EXPECT_TRUE(value->GetString("params.text", &text));
value              72 chrome/browser/spellchecker/spelling_service_client_unittest.cc     EXPECT_TRUE(value->GetString("params.language", &language));
value              76 chrome/browser/spellchecker/spelling_service_client_unittest.cc     EXPECT_TRUE(value->GetString("params.originCountry", &country));
value             102 chrome/browser/sxs_linux.cc                << user_data_dir.value() << "). This profile will not be "
value             149 chrome/browser/sxs_linux.cc     LOG(ERROR) << "Failed to rename '" << source_path.value()
value             150 chrome/browser/sxs_linux.cc                << "' to '" << target_path.value() << "'";
value              64 chrome/browser/sync/about_sync_util.cc   void SetValue(const std::string& value);
value              65 chrome/browser/sync/about_sync_util.cc   void SetValue(const base::string16& value);
value              81 chrome/browser/sync/about_sync_util.cc void StringSyncStat::SetValue(const std::string& value) {
value              82 chrome/browser/sync/about_sync_util.cc   stat_->SetString("stat_value", value);
value              86 chrome/browser/sync/about_sync_util.cc void StringSyncStat::SetValue(const base::string16& value) {
value              87 chrome/browser/sync/about_sync_util.cc   stat_->SetString("stat_value", value);
value              94 chrome/browser/sync/about_sync_util.cc   void SetValue(bool value);
value             109 chrome/browser/sync/about_sync_util.cc void BoolSyncStat::SetValue(bool value) {
value             110 chrome/browser/sync/about_sync_util.cc   stat_->SetBoolean("stat_value", value);
value             117 chrome/browser/sync/about_sync_util.cc   void SetValue(int value);
value             132 chrome/browser/sync/about_sync_util.cc void IntSyncStat::SetValue(int value) {
value             133 chrome/browser/sync/about_sync_util.cc   stat_->SetInteger("stat_value", value);
value             802 chrome/browser/sync/glue/bookmark_change_processor.cc         specifics.meta_info(i).value();
value             189 chrome/browser/sync/glue/device_info.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             190 chrome/browser/sync/glue/device_info.cc   value->SetString("name", client_name_);
value             191 chrome/browser/sync/glue/device_info.cc   value->SetString("id", public_id_);
value             192 chrome/browser/sync/glue/device_info.cc   value->SetString("os", GetOSString());
value             193 chrome/browser/sync/glue/device_info.cc   value->SetString("type", GetDeviceTypeString());
value             194 chrome/browser/sync/glue/device_info.cc   value->SetString("chromeVersion", chrome_version_);
value             195 chrome/browser/sync/glue/device_info.cc   return value;
value              36 chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc   base::DictionaryValue value;
value              37 chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc   value.SetString(keys::kVersion, "1.0.0.0");
value              38 chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc   value.SetString(keys::kName, name);
value              41 chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc       path, extensions::Manifest::INVALID_LOCATION, value,
value             492 chrome/browser/sync/profile_sync_service.cc     std::string value(command_line.GetSwitchValueASCII(
value             494 chrome/browser/sync/profile_sync_service.cc     if (!value.empty()) {
value             495 chrome/browser/sync/profile_sync_service.cc       GURL custom_sync_url(value);
value             500 chrome/browser/sync/profile_sync_service.cc                      << "is invalid: " << value;
value              50 chrome/browser/sync/profile_sync_service_android.cc #define DEFINE_MODEL_TYPE_SELECTION(name,value)  name = value,
value             130 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                     const base::string16& value));  // NOLINT
value             135 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                     const base::string16& value,
value             619 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         base::UTF16ToUTF8(entry.key().value()));
value             676 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                         base::UTF8ToUTF16(autofill.value()));
value             731 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                                          const char* value,
value             743 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         AutofillKey(base::ASCIIToUTF16(name), base::ASCIIToUTF16(value)),
value             748 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                                          const char* value,
value             750 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     return MakeAutofillEntry(name, value, time_shift, -1);
value             843 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         base::UTF16ToUTF8(entry_.key().value()));
value             846 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     new_autofill.set_value(base::UTF16ToUTF8(entry_.key().value()));
value            1412 chrome/browser/sync/profile_sync_service_autofill_unittest.cc              << ", " << sync_entries[i].key().value();
value             595 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc         EXPECT_EQ(it->second, specifics.meta_info(i).value());
value              97 chrome/browser/sync/profile_sync_service_preference_unittest.cc   int64 SetSyncedValue(const std::string& name, const base::Value& value) {
value             110 chrome/browser/sync/profile_sync_service_preference_unittest.cc       return WriteSyncedValue(name, value, &tag_node);
value             116 chrome/browser/sync/profile_sync_service_preference_unittest.cc       return WriteSyncedValue(name, value, &node);
value             252 chrome/browser/sync/profile_sync_service_preference_unittest.cc     return base::JSONReader::Read(specifics.value());
value             256 chrome/browser/sync/profile_sync_service_preference_unittest.cc                          const base::Value& value,
value             260 chrome/browser/sync/profile_sync_service_preference_unittest.cc                                                 value,
value             276 chrome/browser/sync/profile_sync_service_preference_unittest.cc   std::string ValueString(const base::Value& value) {
value             279 chrome/browser/sync/profile_sync_service_preference_unittest.cc     json.Serialize(value);
value             358 chrome/browser/sync/profile_sync_service_preference_unittest.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(specifics.value()));
value             359 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(pref->GetValue()->Equals(value.get()));
value             387 chrome/browser/sync/profile_sync_service_preference_unittest.cc   scoped_ptr<const base::Value> value(GetSyncedValue(prefs::kHomePage));
value             388 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             389 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(GetPreferenceValue(prefs::kHomePage).Equals(value.get()));
value             390 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartup));
value             391 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             393 chrome/browser/sync/profile_sync_service_preference_unittest.cc       GetPreferenceValue(prefs::kURLsToRestoreOnStartup).Equals(value.get()));
value             419 chrome/browser/sync/profile_sync_service_preference_unittest.cc   scoped_ptr<const base::Value> value(GetSyncedValue(prefs::kHomePage));
value             420 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             422 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->GetAsString(&string_value));
value             430 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartup));
value             431 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             432 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->Equals(expected_urls.get()));
value             436 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kDefaultCharset));
value             437 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             438 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->GetAsString(&string_value));
value             465 chrome/browser/sync/profile_sync_service_preference_unittest.cc   scoped_ptr<const base::Value> value(
value             467 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             468 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->Equals(expected_urls.get()));
value             474 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartupOld));
value             475 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             504 chrome/browser/sync/profile_sync_service_preference_unittest.cc   scoped_ptr<const base::Value> value(GetSyncedValue(prefs::kHomePage));
value             505 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             507 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->GetAsString(&string_value));
value             518 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartup));
value             519 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             520 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->Equals(expected_urls.get()));
value             526 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartupOld));
value             527 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             556 chrome/browser/sync/profile_sync_service_preference_unittest.cc   scoped_ptr<const base::Value> value(GetSyncedValue(prefs::kHomePage));
value             557 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             559 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->GetAsString(&string_value));
value             569 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartup));
value             570 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             571 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->Equals(expected_urls.get()));
value             580 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartupOld));
value             581 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_FALSE(value.get());
value             610 chrome/browser/sync/profile_sync_service_preference_unittest.cc   scoped_ptr<const base::Value> value(GetSyncedValue(prefs::kHomePage));
value             611 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             613 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->GetAsString(&string_value));
value             623 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartup));
value             624 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_TRUE(value.get());
value             625 chrome/browser/sync/profile_sync_service_preference_unittest.cc   EXPECT_TRUE(value->Equals(expected_urls.get()));
value             630 chrome/browser/sync/profile_sync_service_preference_unittest.cc   value.reset(GetSyncedValue(prefs::kURLsToRestoreOnStartupOld));
value             631 chrome/browser/sync/profile_sync_service_preference_unittest.cc   ASSERT_FALSE(value.get());
value              24 chrome/browser/sync/sync_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value              26 chrome/browser/sync/sync_policy_handler.cc   if (value && value->GetAsBoolean(&disable_sync) && disable_sync)
value              27 chrome/browser/sync/sync_policy_handler.cc     prefs->SetValue(sync_driver::prefs::kSyncManaged, value->DeepCopy());
value              53 chrome/browser/sync/sync_policy_handler_unittest.cc   const base::Value* value = NULL;
value              54 chrome/browser/sync/sync_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(sync_driver::prefs::kSyncManaged, &value));
value              55 chrome/browser/sync/sync_policy_handler_unittest.cc   ASSERT_TRUE(value);
value              57 chrome/browser/sync/sync_policy_handler_unittest.cc   bool result = value->GetAsBoolean(&sync_managed);
value              92 chrome/browser/sync/test/integration/autofill_helper.cc   wds->RemoveFormValueForElementName(key.name(), key.value());
value             184 chrome/browser/sync/test/integration/autofill_helper.cc     field.value = i->value();
value             283 chrome/browser/sync/test/integration/autofill_helper.cc                    const base::string16& value) {
value             289 chrome/browser/sync/test/integration/autofill_helper.cc       profiles.back().SetRawInfo(type.GetStorableType(), value);
value              84 chrome/browser/sync/test/integration/autofill_helper.h                    const base::string16& value);
value              32 chrome/browser/sync/test/integration/extension_settings_helper.cc std::string ToJson(const base::Value& value) {
value              34 chrome/browser/sync/test/integration/extension_settings_helper.cc   base::JSONWriter::WriteWithOptions(&value,
value             443 chrome/browser/sync/test/integration/profile_sync_service_harness.cc   scoped_ptr<base::DictionaryValue> value(
value             446 chrome/browser/sync/test/integration/profile_sync_service_harness.cc   base::JSONWriter::WriteWithOptions(value.get(),
value             330 chrome/browser/sync/test/integration/sync_extension_helper.cc   if (!base::CreateTemporaryDirInDir(base_dir, sub_dir.value(),
value             472 chrome/browser/sync/test/integration/sync_test.cc       << password_file_.value() << "\" does not exist.";
value             477 chrome/browser/sync/test/integration/sync_test.cc       << password_file_.value()
value             339 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc     SCOPED_TRACE(testing::Message() << "Verifying folder: " << path.value());
value              26 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   std::string value;
value              27 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   bool success = service_metadata.SerializeToString(&value);
value              29 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   batch->Put(kServiceMetadataKey, value);
value              37 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   std::string value;
value              38 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   bool success = file.SerializeToString(&value);
value              40 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   batch->Put(kFileMetadataKeyPrefix + file.file_id(), value);
value              48 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   std::string value;
value              49 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   bool success = tracker.SerializeToString(&value);
value              52 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc              value);
value             138 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc                    << active_ancestor_path.value();
value              64 chrome/browser/sync_file_system/drive_backend/metadata_database.cc     total_size += itr->value().size() + 1;
value              71 chrome/browser/sync_file_system/drive_backend/metadata_database.cc     result.append(itr->value());
value             157 chrome/browser/sync_file_system/drive_backend/metadata_database.cc   std::string value;
value             159 chrome/browser/sync_file_system/drive_backend/metadata_database.cc       db->Get(leveldb::ReadOptions(), kDatabaseVersionKey, &value);
value             162 chrome/browser/sync_file_system/drive_backend/metadata_database.cc     if (!base::StringToInt64(value, &version))
value             215 chrome/browser/sync_file_system/drive_backend/metadata_database.cc     std::string value = itr->value().ToString();
value             218 chrome/browser/sync_file_system/drive_backend/metadata_database.cc       if (!service_metadata->ParseFromString(value)) {
value             232 chrome/browser/sync_file_system/drive_backend/metadata_database.cc       if (!metadata->ParseFromString(itr->value().ToString())) {
value             252 chrome/browser/sync_file_system/drive_backend/metadata_database.cc       if (!tracker->ParseFromString(itr->value().ToString())) {
value             271 chrome/browser/sync_file_system/drive_backend/metadata_database.cc     std::string value;
value             272 chrome/browser/sync_file_system/drive_backend/metadata_database.cc     contents->service_metadata->SerializeToString(&value);
value             274 chrome/browser/sync_file_system/drive_backend/metadata_database.cc       batch->Put(kServiceMetadataKey, value);
value              47 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc       base::FilePath(kV0FormatPathPrefix).NormalizePathSeparators().value();
value              48 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc   if (virtual_path.value().substr(0, prefix.size()) != prefix)
value              51 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc   *path = base::FilePath(virtual_path.value().substr(prefix.size()));
value             159 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc     write_batch.Put(new_key, itr->value());
value             209 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc       write_batch.Put(key, RemoveWapiIdPrefix(itr->value().ToString()));
value             216 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc       bool success = metadata.ParseFromString(itr->value().ToString());
value             235 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc       write_batch.Put(key, RemoveWapiIdPrefix(itr->value().ToString()));
value             241 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc       write_batch.Put(key, RemoveWapiIdPrefix(itr->value().ToString()));
value             158 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_TRUE(base::StringToInt64(itr->value().ToString(), &database_version));
value             165 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_TRUE(base::StringToInt64(itr->value().ToString(), &changestamp));
value             171 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_EQ(kSyncRootResourceId, itr->value().ToString());
value             177 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_TRUE(metadata.ParseFromString(itr->value().ToString()));
value             186 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_EQ(kResourceId1, itr->value().ToString());
value             191 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_EQ(kResourceId2, itr->value().ToString());
value             271 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_TRUE(base::StringToInt64(itr->value().ToString(), &database_version));
value             278 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_TRUE(base::StringToInt64(itr->value().ToString(), &changestamp));
value             284 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_EQ(RemoveWapiIdPrefix(kSyncRootResourceId), itr->value().ToString());
value             290 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_TRUE(metadata.ParseFromString(itr->value().ToString()));
value             304 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_EQ(RemoveWapiIdPrefix(kResourceId2), itr->value().ToString());
value             309 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc   EXPECT_EQ(RemoveWapiIdPrefix(kResourceId3), itr->value().ToString());
value             726 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc              << temp_dir_path_.value();
value            1136 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   DVLOG(3) << "Append remote change: " << path.value()
value             300 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc     SCOPED_TRACE(testing::Message() << "Verifying path: " << path.value());
value             162 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc   std::string value;
value             164 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc                                    kDatabaseVersionKey, &value);
value             167 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc     if (!base::StringToInt64(value, &version))
value             202 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc       bool success = base::StringToInt64(itr->value().ToString(),
value             209 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc       std::string resource_id = itr->value().ToString();
value             222 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc       bool success = metadata.ParseFromString(itr->value().ToString());
value             241 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc           ? drive_backend::AddWapiFolderPrefix(itr->value().ToString())
value             242 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc           : itr->value().ToString();
value             254 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc           ? drive_backend::AddWapiFolderPrefix(itr->value().ToString())
value             255 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc           : itr->value().ToString();
value             439 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc   std::string value;
value             444 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc     bool success = metadata_in_db.SerializeToString(&value);
value             447 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc     bool success = metadata.SerializeToString(&value);
value             452 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc   batch->Put(FileSystemURLToMetadataKey(url), value);
value              41 chrome/browser/sync_file_system/subtree_set.cc         inclusive_ancestors_of_subtree_roots_.find(path.value());
value              61 chrome/browser/sync_file_system/subtree_set.cc     DCHECK(!inclusive_ancestors_of_subtree_roots_[path.value()]
value              63 chrome/browser/sync_file_system/subtree_set.cc     ++(inclusive_ancestors_of_subtree_roots_[path.value()]
value              90 chrome/browser/sync_file_system/subtree_set.cc         inclusive_ancestors_of_subtree_roots_.find(path.value());
value              63 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc                         typename AssignTrait<R>::ArgumentType value) {
value              68 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc   *value_out = value;
value              80 chrome/browser/sync_file_system/syncable_file_system_util.cc   if (fileapi::VirtualPath::IsAbsolute(path.value()))
value              81 chrome/browser/sync_file_system/syncable_file_system_util.cc     path_for_url = base::FilePath(path.value().substr(1));
value             330 chrome/browser/themes/browser_theme_pack.cc   int value;
value             969 chrome/browser/themes/browser_theme_pack.cc     if (iter.value().GetAsList(&tint_list) &&
value            1026 chrome/browser/themes/browser_theme_pack.cc     if (iter.value().GetAsList(&color_list) &&
value            1133 chrome/browser/themes/browser_theme_pack.cc         if (iter.value().GetAsString(&val)) {
value            1141 chrome/browser/themes/browser_theme_pack.cc         if (iter.value().GetAsString(&val)) {
value            1149 chrome/browser/themes/browser_theme_pack.cc         if (iter.value().GetAsInteger(&val))
value            1175 chrome/browser/themes/browser_theme_pack.cc     if (iter.value().IsType(base::Value::TYPE_DICTIONARY)) {
value            1177 chrome/browser/themes/browser_theme_pack.cc       if (iter.value().GetAsDictionary(&inner_value)) {
value            1184 chrome/browser/themes/browser_theme_pack.cc               inner_iter.value().IsType(base::Value::TYPE_STRING) &&
value            1185 chrome/browser/themes/browser_theme_pack.cc               inner_iter.value().GetAsString(&name)) {
value            1193 chrome/browser/themes/browser_theme_pack.cc     } else if (iter.value().IsType(base::Value::TYPE_STRING)) {
value            1195 chrome/browser/themes/browser_theme_pack.cc       if (iter.value().GetAsString(&name)) {
value            1272 chrome/browser/themes/browser_theme_pack.cc                      << " file=" << s2f->second.value()
value            1394 chrome/browser/themes/browser_theme_pack.cc           frame, GetTintInternal(kFrameTintMap[i].value));
value            1426 chrome/browser/themes/browser_theme_pack.cc     int prs_base_id = kTabBackgroundMap[i].value;
value              97 chrome/browser/themes/browser_theme_pack_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value              98 chrome/browser/themes/browser_theme_pack_unittest.cc     ASSERT_TRUE(value->IsType(base::Value::TYPE_DICTIONARY));
value              99 chrome/browser/themes/browser_theme_pack_unittest.cc     LoadColorDictionary(static_cast<base::DictionaryValue*>(value.get()));
value             102 chrome/browser/themes/browser_theme_pack_unittest.cc   void LoadColorDictionary(base::DictionaryValue* value) {
value             103 chrome/browser/themes/browser_theme_pack_unittest.cc     theme_pack_->BuildColorsFromJSON(value);
value             107 chrome/browser/themes/browser_theme_pack_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value             108 chrome/browser/themes/browser_theme_pack_unittest.cc     ASSERT_TRUE(value->IsType(base::Value::TYPE_DICTIONARY));
value             109 chrome/browser/themes/browser_theme_pack_unittest.cc     LoadTintDictionary(static_cast<base::DictionaryValue*>(value.get()));
value             112 chrome/browser/themes/browser_theme_pack_unittest.cc   void LoadTintDictionary(base::DictionaryValue* value) {
value             113 chrome/browser/themes/browser_theme_pack_unittest.cc     theme_pack_->BuildTintsFromJSON(value);
value             117 chrome/browser/themes/browser_theme_pack_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value             118 chrome/browser/themes/browser_theme_pack_unittest.cc     ASSERT_TRUE(value->IsType(base::Value::TYPE_DICTIONARY));
value             120 chrome/browser/themes/browser_theme_pack_unittest.cc         static_cast<base::DictionaryValue*>(value.get()));
value             123 chrome/browser/themes/browser_theme_pack_unittest.cc   void LoadDisplayPropertiesDictionary(base::DictionaryValue* value) {
value             124 chrome/browser/themes/browser_theme_pack_unittest.cc     theme_pack_->BuildDisplayPropertiesFromJSON(value);
value             129 chrome/browser/themes/browser_theme_pack_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value             130 chrome/browser/themes/browser_theme_pack_unittest.cc     ASSERT_TRUE(value->IsType(base::Value::TYPE_DICTIONARY));
value             131 chrome/browser/themes/browser_theme_pack_unittest.cc     ParseImageNamesDictionary(static_cast<base::DictionaryValue*>(value.get()),
value             136 chrome/browser/themes/browser_theme_pack_unittest.cc       base::DictionaryValue* value,
value             138 chrome/browser/themes/browser_theme_pack_unittest.cc     theme_pack_->ParseImageNamesFromJSON(value, base::FilePath(),
value             186 chrome/browser/thumbnails/content_analysis.cc       bool value = *mod_it;
value             192 chrome/browser/thumbnails/content_analysis.cc       prev_value = value;
value             208 chrome/browser/thumbnails/content_analysis.cc       bool value = *mod_it;
value             214 chrome/browser/thumbnails/content_analysis.cc       prev_value = value;
value              99 chrome/browser/translate/translate_service.cc void TranslateService::SetUseInfobar(bool value) {
value             101 chrome/browser/translate/translate_service.cc   g_translate_service->use_infobar_ = value;
value              40 chrome/browser/translate/translate_service.h   static void SetUseInfobar(bool value);
value             202 chrome/browser/translate/translate_ui_delegate.cc void TranslateUIDelegate::SetLanguageBlocked(bool value) {
value             203 chrome/browser/translate/translate_ui_delegate.cc   if (value) {
value             221 chrome/browser/translate/translate_ui_delegate.cc void TranslateUIDelegate::SetSiteBlacklist(bool value) {
value             226 chrome/browser/translate/translate_ui_delegate.cc   if (value) {
value             244 chrome/browser/translate/translate_ui_delegate.cc void TranslateUIDelegate::SetAlwaysTranslate(bool value) {
value             247 chrome/browser/translate/translate_ui_delegate.cc   if (value)
value              81 chrome/browser/translate/translate_ui_delegate.h   void SetLanguageBlocked(bool value);
value              87 chrome/browser/translate/translate_ui_delegate.h   void SetSiteBlacklist(bool value);
value              95 chrome/browser/translate/translate_ui_delegate.h   void SetAlwaysTranslate(bool value);
value             106 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc         field->value = email_address;
value              60 chrome/browser/ui/android/infobars/infobar_android.cc   std::string value = base::android::ConvertJavaStringToUTF8(env, action_value);
value              61 chrome/browser/ui/android/infobars/infobar_android.cc   ProcessButton(action, value);
value             228 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc   EXPECT_EQ(second_profile_name_.value(),
value             229 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc             service->GetCurrentAppListProfile()->GetPath().BaseName().value());
value              51 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   base::DictionaryValue value;
value              52 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   value.SetString("name", name);
value              53 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   value.SetString("version", version);
value              54 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   value.SetString("app.launch.web_url", url);
value              59 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc           value,
value             346 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   base::DictionaryValue value;
value             347 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   value.SetString("name", kAppName);
value             348 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   value.SetString("version", kAppVersion);
value             349 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   value.SetString("app.launch.web_url", kAppUrl);
value             354 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc           value,
value              72 chrome/browser/ui/app_list/search/common/dictionary_data_store.cc   base::Value* value = serializer.Deserialize(&error_code, &error_message);
value              75 chrome/browser/ui/app_list/search/common/dictionary_data_store.cc       !value ||
value              76 chrome/browser/ui/app_list/search/common/dictionary_data_store.cc       !value->GetAsDictionary(&dict_value) ||
value              88 chrome/browser/ui/app_list/search/common/webservice_cache.cc     if (!it.value().GetAsDictionary(&payload_dict) ||
value              82 chrome/browser/ui/app_list/search/history_data_store.cc     if (!it.value().GetAsDictionary(&entry_dict))
value              54 chrome/browser/ui/app_list/search/people/person.cc   std::string value;
value              55 chrome/browser/ui/app_list/search/people/person.cc   if (!sub_dict->GetString(item_key, &value))
value              58 chrome/browser/ui/app_list/search/people/person.cc   return value;
value             123 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc                           const std::string& value) {
value             135 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   prefs->SetStringWithoutPathExpansion(pref_key, value);
value             159 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   const std::string value(pref_service->GetString(local_path));
value             161 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     return value;
value             180 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       if (iter.value().GetAsDictionary(&display_pref) &&
value             189 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     return value;
value            1617 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   const char* value = NULL;
value            1620 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       value = ash::kShelfAutoHideBehaviorAlways;
value            1623 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       value = ash::kShelfAutoHideBehaviorNever;
value            1633 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       profile_->GetPrefs(), root_window, prefs::kShelfAutoHideBehavior, value);
value            1637 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     profile_->GetPrefs()->SetString(prefs::kShelfAutoHideBehaviorLocal, value);
value            1638 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     profile_->GetPrefs()->SetString(prefs::kShelfAutoHideBehavior, value);
value              96 chrome/browser/ui/ash/screenshot_taker.cc                << screenshot_path.value();
value             199 chrome/browser/ui/ash/screenshot_taker.cc     LOG(ERROR) << "Failed to save to " << local_path.value();
value             215 chrome/browser/ui/ash/screenshot_taker.cc                << screenshot_path.DirName().value();
value            1234 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   bool value = user_pref_registrar_->prefs()->GetBoolean(
value            1236 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   GetSystemTrayNotifier()->NotifyTracingModeChanged(value);
value             154 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc       const base::string16& value) OVERRIDE {
value             158 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc         section, type, value);
value             665 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   base::string16 value = full_profile.GetRawInfo(triggering_type);
value             668 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc                                value.substr(0, value.size() / 2));
value             700 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc                                value.substr(0, value.size() / 2));
value             783 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   base::string16 value = card1.GetRawInfo(triggering_type);
value             786 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc                                value.substr(0, value.size() / 2));
value             801 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   value = card2.GetRawInfo(triggering_type);
value             803 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc                                value.substr(0, value.size() / 2));
value             828 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   value = full_profile.GetRawInfo(triggering_type);
value             830 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc                                value.substr(0, value.size() / 2));
value            1232 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                                                   const base::string16& value) {
value            1233 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   if (value.empty())
value            1238 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   if (model && model->GetItemAt(model->GetDefaultIndex()) == value)
value            1755 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const base::string16& value) {
value            1762 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         if (iter->second.second == value)
value            1777 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (!value.empty() && !IsValidEmailAddress(value)) {
value            1784 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (!value.empty()) {
value            1785 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         base::string16 message = CreditCardNumberValidityMessage(value);
value            1793 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (!InputWasEdited(CREDIT_CARD_EXP_MONTH, value)) {
value            1800 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (!InputWasEdited(CREDIT_CARD_EXP_4_DIGIT_YEAR, value)) {
value            1807 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (!value.empty() && !autofill::IsValidCreditCardSecurityCode(value)) {
value            1815 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (section == SECTION_CC_BILLING && !value.empty() &&
value            1816 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc           !IsCardHolderNameValidForWallet(value)) {
value            1834 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   return value.empty() ? l10n_util::GetStringUTF16(
value            2263 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const base::string16& value,
value            2269 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const base::string16& value,
value            2341 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const base::string16& value,
value            3150 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       field->value = output;
value            3764 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value            3765 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   value->SetString(kGuidPrefKey, guid);
value            3770 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   autofill_choice->Set(SectionToPrefString(section), value.release());
value             139 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h                                         const base::string16& value) OVERRIDE;
value             168 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   virtual void DidSelectSuggestion(const base::string16& value,
value             170 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   virtual void DidAcceptSuggestion(const base::string16& value,
value             172 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   virtual void RemoveSuggestion(const base::string16& value,
value             366 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h                       const base::string16& value);
value             612 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     base::string16 billing_country = form_structure()->field(11)->value;
value             614 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     base::string16 shipping_country = form_structure()->field(18)->value;
value             622 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     base::string16 cc_name = form_structure()->field(1)->value;
value             625 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     base::string16 billing_name = form_structure()->field(6)->value;
value             628 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     base::string16 shipping_name = form_structure()->field(13)->value;
value            1250 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   base::string16 billing_state = form_structure()->field(9)->value;
value            1251 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   base::string16 shipping_state = form_structure()->field(16)->value;
value            1258 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   base::string16 cc_name = form_structure()->field(1)->value;
value            1261 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   base::string16 billing_name = form_structure()->field(6)->value;
value            1264 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   base::string16 shipping_name = form_structure()->field(13)->value;
value            1344 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc             form_structure()->field(0)->value);
value            1346 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc             form_structure()->field(1)->value);
value            1347 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_NE(form_structure()->field(1)->value,
value            1348 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc             form_structure()->field(0)->value);
value            1397 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(StartsWith(form_structure()->field(0)->value,
value            1400 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(EndsWith(form_structure()->field(0)->value,
value            1403 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(StartsWith(form_structure()->field(1)->value,
value            1406 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(EndsWith(form_structure()->field(1)->value,
value            1411 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc             form_structure()->field(2)->value);
value            1413 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc             form_structure()->field(3)->value);
value            1415 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_NE(form_structure()->field(1)->value,
value            1416 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc             form_structure()->field(0)->value);
value            1417 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_NE(form_structure()->field(3)->value,
value            1418 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc             form_structure()->field(2)->value);
value            2202 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc       EXPECT_EQ(ASCIIToUTF16(kFakeEmail), form_structure()->field(i)->value);
value             150 chrome/browser/ui/autofill/autofill_dialog_view_delegate.h                                         const base::string16& value) = 0;
value              46 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   virtual void DidSelectSuggestion(const base::string16& value,
value              48 chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc   virtual void RemoveSuggestion(const base::string16& value,
value              48 chrome/browser/ui/autofill/loading_animation.cc   double value = gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, base_value);
value              61 chrome/browser/ui/autofill/loading_animation.cc     if (value > kAnimationFrames[i].value)
value              69 chrome/browser/ui/autofill/loading_animation.cc           (value - kAnimationFrames[i - 1].value) /
value              70 chrome/browser/ui/autofill/loading_animation.cc           (kAnimationFrames[i].value - kAnimationFrames[i - 1].value);
value              32 chrome/browser/ui/autofill/loading_animation.h     double value;
value            1118 chrome/browser/ui/browser.cc   const std::string value = CommandLine::ForCurrentProcess()->
value            1120 chrome/browser/ui/browser.cc   bool overscroll_enabled = value != "0";
value            1130 chrome/browser/ui/browser.cc   if (value == "1" && bookmark_bar_state_ == BookmarkBar::DETACHED)
value              30 chrome/browser/ui/certificate_dialogs.cc     LOG(ERROR) << "Writing " << path.value() << " ("
value              17 chrome/browser/ui/cocoa/applescript/apple_event_util.h NSAppleEventDescriptor* ValueToAppleEventDescriptor(const base::Value* value);
value              33 chrome/browser/ui/cocoa/applescript/element_applescript.h - (void)setContainer:(id)value property:(NSString*)property;
value              71 chrome/browser/ui/cocoa/applescript/window_applescript.h - (void)setValue:(id)value forUndefinedKey:(NSString*)key;
value             192 chrome/browser/ui/cocoa/content_settings/cookie_details.h                      value:(const base::string16&)value;
value             341 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     scoped_ptr<base::Value> value(map->GetWebsiteSetting(
value             343 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     setting = content_settings::ValueToContentSetting(value.get());
value              73 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc         GValue value  = { 0 };
value              74 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc         g_value_init(&value, G_TYPE_INT64);
value              75 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc         g_value_set_int64(&value, child_bb_node->id());
value              76 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc         gtk_tree_store_set_value(tree_store, &child_iter, ITEM_ID, &value);
value             219 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc   GValue value = { 0, };
value             221 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc   gtk_tree_model_get_value(model, iter, ITEM_ID, &value);
value             222 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc   if (G_VALUE_HOLDS_INT64(&value))
value             223 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc     ret_val = g_value_get_int64(&value);
value             231 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc   GValue value = { 0, };
value             233 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc   gtk_tree_model_get_value(model, iter, FOLDER_NAME, &value);
value             234 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc   if (G_VALUE_HOLDS_STRING(&value)) {
value             235 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc     const gchar* utf8str = g_value_get_string(&value);
value             237 chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.cc     g_value_unset(&value);
value            2355 chrome/browser/ui/gtk/browser_window_gtk.cc   GValue value = { 0, };
value            2356 chrome/browser/ui/gtk/browser_window_gtk.cc   g_value_init(&value, G_TYPE_INT);
value            2357 chrome/browser/ui/gtk/browser_window_gtk.cc   g_value_set_int(&value, new_contents_bounds.x());
value            2359 chrome/browser/ui/gtk/browser_window_gtk.cc       browser_window->contents_container_->widget(), "x", &value);
value            2360 chrome/browser/ui/gtk/browser_window_gtk.cc   g_value_set_int(&value, new_contents_bounds.y());
value            2362 chrome/browser/ui/gtk/browser_window_gtk.cc       browser_window->contents_container_->widget(), "y", &value);
value            2363 chrome/browser/ui/gtk/browser_window_gtk.cc   g_value_unset(&value);
value              43 chrome/browser/ui/gtk/certificate_viewer_gtk.cc                  const std::string& value) {
value              49 chrome/browser/ui/gtk/certificate_viewer_gtk.cc   GtkWidget* label = gtk_label_new(value.c_str());
value             481 chrome/browser/ui/gtk/certificate_viewer_gtk.cc           FIELDS_VALUE, i->value.c_str(),
value             746 chrome/browser/ui/gtk/find_bar_gtk.cc   GValue value = { 0, };
value             747 chrome/browser/ui/gtk/find_bar_gtk.cc   g_value_init(&value, G_TYPE_INT);
value             749 chrome/browser/ui/gtk/find_bar_gtk.cc                                    widget(), "x", &value);
value             750 chrome/browser/ui/gtk/find_bar_gtk.cc   point.set_x(g_value_get_int(&value));
value             753 chrome/browser/ui/gtk/find_bar_gtk.cc                                    widget(), "y", &value);
value             754 chrome/browser/ui/gtk/find_bar_gtk.cc   point.set_y(g_value_get_int(&value));
value             756 chrome/browser/ui/gtk/find_bar_gtk.cc   g_value_unset(&value);
value             779 chrome/browser/ui/gtk/find_bar_gtk.cc   GValue value = { 0, };
value             780 chrome/browser/ui/gtk/find_bar_gtk.cc   g_value_init(&value, G_TYPE_INT);
value             781 chrome/browser/ui/gtk/find_bar_gtk.cc   g_value_set_int(&value, xposition);
value             783 chrome/browser/ui/gtk/find_bar_gtk.cc                                    findbar, "x", &value);
value             785 chrome/browser/ui/gtk/find_bar_gtk.cc   g_value_set_int(&value, 0);
value             787 chrome/browser/ui/gtk/find_bar_gtk.cc                                    findbar, "y", &value);
value             788 chrome/browser/ui/gtk/find_bar_gtk.cc   g_value_unset(&value);
value             244 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   GValue value = { 0, };
value             245 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   g_value_init(&value, G_TYPE_INT);
value             246 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   g_value_set_int(&value, (allocation->width - bubble_size.width) / 2);
value             248 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc                                    widget(), "x", &value);
value             250 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   g_value_set_int(&value, 0);
value             252 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc                                    widget(), "y", &value);
value             253 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   g_value_unset(&value);
value             121 chrome/browser/ui/gtk/gconf_titlebar_listener.cc     const char* value = gconf_value_get_string(gconf_value);
value             122 chrome/browser/ui/gtk/gconf_titlebar_listener.cc     current_value_ = value ? value : BrowserTitlebar::kDefaultButtonString;
value             157 chrome/browser/ui/gtk/gtk_chrome_button.cc                                              gboolean value) {
value             160 chrome/browser/ui/gtk/gtk_chrome_button.cc   priv->use_gtk_rendering = value;
value              49 chrome/browser/ui/gtk/gtk_chrome_button.h                                              gboolean value);
value             614 chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc     const base::string16& value) {
value             622 chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc                      UTF16ToUTF8(value).c_str());
value             179 chrome/browser/ui/gtk/gtk_chrome_cookie_view.h     const base::string16& value);
value             100 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc                                              const GValue* value,
value             104 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc                                              GValue* value,
value             139 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc                                                     const GValue* value,
value             146 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc           box, g_value_get_boolean(value));
value             156 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc                                                     GValue* value,
value             162 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc       g_value_set_boolean(value, box->hide_child_directly);
value             184 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc   GValue value = { 0, };
value             185 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc   g_value_init(&value, G_TYPE_INT);
value             188 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc   g_value_set_int(&value, child_x);
value             190 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc                                    widget, "x", &value);
value             193 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc   g_value_set_int(&value, child_y);
value             195 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc                                    widget, "y", &value);
value             196 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc   g_value_unset(&value);
value             198 chrome/browser/ui/gtk/tab_contents_container_gtk.cc   GValue value = { 0, };
value             199 chrome/browser/ui/gtk/tab_contents_container_gtk.cc   g_value_init(&value, G_TYPE_INT);
value             201 chrome/browser/ui/gtk/tab_contents_container_gtk.cc     g_value_set_int(&value, 0);
value             203 chrome/browser/ui/gtk/tab_contents_container_gtk.cc     g_value_set_int(&value, allocation->width - requisition.width);
value             205 chrome/browser/ui/gtk/tab_contents_container_gtk.cc                                    status->widget(), "x", &value);
value             208 chrome/browser/ui/gtk/tab_contents_container_gtk.cc   g_value_set_int(&value, child_y + status->y_offset());
value             210 chrome/browser/ui/gtk/tab_contents_container_gtk.cc                                    status->widget(), "y", &value);
value             211 chrome/browser/ui/gtk/tab_contents_container_gtk.cc   g_value_unset(&value);
value             291 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc int DraggedViewGtk::ScaleValue(int value) {
value             292 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   return attached_ ? value : static_cast<int>(value * kScalingFactor);
value             111 chrome/browser/ui/gtk/tabs/dragged_view_gtk.h   int ScaleValue(int value);
value             129 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h   void set_animating_mini_change(bool value) {
value             130 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h     data_.animating_mini_change = value;
value              25 chrome/browser/ui/gtk/unity_service.cc                                                gint64 value);
value              27 chrome/browser/ui/gtk/unity_service.cc     (UnityLauncherEntry* self, gboolean value);
value              29 chrome/browser/ui/gtk/unity_service.cc                                                        gdouble value);
value              31 chrome/browser/ui/gtk/unity_service.cc     (UnityLauncherEntry* self, gboolean value);
value             273 chrome/browser/ui/libgtk2ui/app_indicator_icon.cc       icon_file_path_.BaseName().RemoveExtension().value();
value             274 chrome/browser/ui/libgtk2ui/app_indicator_icon.cc   std::string icon_dir = icon_file_path_.DirName().value();
value             105 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.cc     const char* value = gconf_value_get_string(gconf_value);
value             106 chrome/browser/ui/libgtk2ui/gconf_titlebar_listener.cc     button_string = value ? value : kDefaultButtonString;
value              92 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc     const std::string& value,
value              94 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc   edit_commands_.push_back(TextEditCommandX11(id, value, extend_selection));
value              75 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h                           const std::string& value,
value             415 chrome/browser/ui/libgtk2ui/print_dialog_gtk2.cc   gtk_print_job_set_source_file(print_job, path_to_pdf_.value().c_str(), NULL);
value             377 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc                                           default_path.value().c_str());
value             382 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc                                     default_path.value().c_str());
value             386 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc                                         last_opened_path_->value().c_str());
value             417 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc                                   default_path.value().c_str());
value             420 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc                                         last_opened_path_->value().c_str());
value             475 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc         default_path.DirName().value().c_str());
value             477 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc         default_path.BaseName().value().c_str());
value             480 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc                                         last_saved_path_->value().c_str());
value              28 chrome/browser/ui/libgtk2ui/unity_service.cc                                                gint64 value);
value              30 chrome/browser/ui/libgtk2ui/unity_service.cc     (UnityLauncherEntry* self, gboolean value);
value              32 chrome/browser/ui/libgtk2ui/unity_service.cc                                                        gdouble value);
value              34 chrome/browser/ui/libgtk2ui/unity_service.cc     (UnityLauncherEntry* self, gboolean value);
value              59 chrome/browser/ui/panels/panel_bounds_animation.cc     double value = 1.0 - progress;
value              60 chrome/browser/ui/panels/panel_bounds_animation.cc     return 1.0 - value * value * value;
value              69 chrome/browser/ui/panels/panel_bounds_animation.cc   double value;
value              71 chrome/browser/ui/panels/panel_bounds_animation.cc     value = animation_stop_to_show_titlebar *
value              74 chrome/browser/ui/panels/panel_bounds_animation.cc     value = animation_stop_to_show_titlebar;
value              76 chrome/browser/ui/panels/panel_bounds_animation.cc     value = animation_stop_to_show_titlebar +
value              80 chrome/browser/ui/panels/panel_bounds_animation.cc   return value;
value             106 chrome/browser/ui/pdf/pdf_browsertest.cc           snapshot_filename_.value().c_str();
value              53 chrome/browser/ui/prefs/prefs_tab_helper_browsertest.cc     if (!::SetFileAttributesW(default_pref_file.value().c_str(),
value             122 chrome/browser/ui/startup/autolaunch_prompt_win.cc                  profile_->GetPath().BaseName().value()));
value             416 chrome/browser/ui/startup/startup_browser_creator.cc     if ((param.value().size() > 2) && (param.value()[0] == '?') &&
value             417 chrome/browser/ui/startup/startup_browser_creator.cc         (param.value()[1] == ' ')) {
value             341 chrome/browser/ui/sync/one_click_signin_helper.cc   std::string value;
value             342 chrome/browser/ui/sync/one_click_signin_helper.cc   net::GetValueForKeyInQuery(url, "service", &value);
value             343 chrome/browser/ui/sync/one_click_signin_helper.cc   bool possibly_an_explicit_signin = value == "chromiumsync";
value             981 chrome/browser/ui/sync/one_click_signin_helper.cc     const std::string& value = pair.second;
value             983 chrome/browser/ui/sync/one_click_signin_helper.cc       base::TrimString(value, "\"", &email);
value             985 chrome/browser/ui/sync/one_click_signin_helper.cc       session_index = value;
value             936 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   void SetCookie(const std::string& value) {
value             944 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc           value, options,
value              43 chrome/browser/ui/tabs/pinned_tab_codec.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue);
value              44 chrome/browser/ui/tabs/pinned_tab_codec.cc   value->SetString(kURL, tab.url.spec());
value              46 chrome/browser/ui/tabs/pinned_tab_codec.cc     value->SetString(kAppID, tab.app_id);
value              47 chrome/browser/ui/tabs/pinned_tab_codec.cc   values->Append(value.release());
value              55 chrome/browser/ui/tabs/pinned_tab_codec.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              62 chrome/browser/ui/tabs/pinned_tab_codec.cc     value->SetString(kAppID, extension->id());
value              66 chrome/browser/ui/tabs/pinned_tab_codec.cc     value->SetString(
value              68 chrome/browser/ui/tabs/pinned_tab_codec.cc     values->Append(value.release());
value              74 chrome/browser/ui/tabs/pinned_tab_codec.cc       value->SetString(kURL, entry->GetURL().spec());
value              75 chrome/browser/ui/tabs/pinned_tab_codec.cc       values->Append(value.release());
value              89 chrome/browser/ui/tabs/pinned_tab_codec.cc static bool DecodeTab(const base::DictionaryValue& value, StartupTab* tab) {
value              93 chrome/browser/ui/tabs/pinned_tab_codec.cc   if (!value.GetString(kURL, &url_string))
value              97 chrome/browser/ui/tabs/pinned_tab_codec.cc   if (value.GetString(kAppID, &(tab->app_id)))
value             150 chrome/browser/ui/tabs/pinned_tab_codec.cc StartupTabs PinnedTabCodec::ReadPinnedTabs(const base::Value* value) {
value             154 chrome/browser/ui/tabs/pinned_tab_codec.cc   if (!value->GetAsList(&tabs_list))
value              43 chrome/browser/ui/tabs/pinned_tab_codec.h   static StartupTabs ReadPinnedTabs(const base::Value* value);
value             148 chrome/browser/ui/tabs/tab_strip_model.cc   void set_group(WebContents* value) { group_ = value; }
value             150 chrome/browser/ui/tabs/tab_strip_model.cc   void set_opener(WebContents* value) { opener_ = value; }
value             154 chrome/browser/ui/tabs/tab_strip_model.cc   void set_reset_group_on_select(bool value) { reset_group_on_select_ = value; }
value             156 chrome/browser/ui/tabs/tab_strip_model.cc   void set_pinned(bool value) { pinned_ = value; }
value             158 chrome/browser/ui/tabs/tab_strip_model.cc   void set_blocked(bool value) { blocked_ = value; }
value             160 chrome/browser/ui/tabs/tab_strip_model.cc   void set_discarded(bool value) { discarded_ = value; }
value              82 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   void set_run_unload_listener(bool value) { run_unload_ = value; }
value             253 chrome/browser/ui/tabs/tab_strip_model_unittest.cc       int value;
value             254 chrome/browser/ui/tabs/tab_strip_model_unittest.cc       ASSERT_TRUE(base::StringToInt(selection[i], &value));
value             255 chrome/browser/ui/tabs/tab_strip_model_unittest.cc       selection_model.AddIndexToSelection(value);
value              27 chrome/browser/ui/toolbar/toolbar_model.h #define DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(name,value)  name = value,
value             134 chrome/browser/ui/toolbar/toolbar_model_impl.cc   url_parse::Component query(0, query_str.length()), key, value;
value             137 chrome/browser/ui/toolbar/toolbar_model_impl.cc                                          &value)) {
value             140 chrome/browser/ui/toolbar/toolbar_model_impl.cc           query_str.substr(value.begin, value.len),
value              22 chrome/browser/ui/toolbar/wrench_icon_painter.cc double GetStaggeredValue(double value, int index) {
value              27 chrome/browser/ui/toolbar/wrench_icon_painter.cc   double staggeredValue = (value - kStaggerFactor * index) / maxStaggeredValue;
value              69 chrome/browser/ui/translate/translate_bubble_model.h   virtual void SetNeverTranslateLanguage(bool value) = 0;
value              73 chrome/browser/ui/translate/translate_bubble_model.h   virtual void SetNeverTranslateSite(bool value) = 0;
value              81 chrome/browser/ui/translate/translate_bubble_model.h   virtual void SetAlwaysTranslate(bool value) = 0;
value              80 chrome/browser/ui/translate/translate_bubble_model_impl.cc void TranslateBubbleModelImpl::SetNeverTranslateLanguage(bool value) {
value              81 chrome/browser/ui/translate/translate_bubble_model_impl.cc   ui_delegate_->SetLanguageBlocked(value);
value              84 chrome/browser/ui/translate/translate_bubble_model_impl.cc void TranslateBubbleModelImpl::SetNeverTranslateSite(bool value) {
value              85 chrome/browser/ui/translate/translate_bubble_model_impl.cc   ui_delegate_->SetSiteBlacklist(value);
value              92 chrome/browser/ui/translate/translate_bubble_model_impl.cc void TranslateBubbleModelImpl::SetAlwaysTranslate(bool value) {
value              93 chrome/browser/ui/translate/translate_bubble_model_impl.cc   ui_delegate_->SetAlwaysTranslate(value);
value              40 chrome/browser/ui/translate/translate_bubble_model_impl.h   virtual void SetNeverTranslateLanguage(bool value) OVERRIDE;
value              41 chrome/browser/ui/translate/translate_bubble_model_impl.h   virtual void SetNeverTranslateSite(bool value) OVERRIDE;
value              43 chrome/browser/ui/translate/translate_bubble_model_impl.h   virtual void SetAlwaysTranslate(bool value) OVERRIDE;
value             348 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   std::string value = base::UTF16ToUTF8(state.value);
value             349 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   info.SetValue(value, state.selection_start, state.selection_end);
value             361 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   std::string value = base::UTF16ToUTF8(state.value);
value             364 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile, name, context, value, state.index, state.count);
value             416 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   std::string value = base::UTF16ToUTF8(state.value);
value             422 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       value);
value             129 chrome/browser/ui/views/app_list/win/app_list_service_win.cc   base::string16 result = icon_path.value();
value             176 chrome/browser/ui/views/app_list/win/app_list_service_win.cc       !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
value             260 chrome/browser/ui/views/app_list/win/app_list_service_win.cc         shortcut_to_pin.value().c_str()) && success;
value              64 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc   ui::win::SetAppIconForWindow(icon_file.value(), hwnd);
value             207 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc     link->set_icon(chrome_path.value(),
value             151 chrome/browser/ui/views/autofill/autofill_dialog_views.cc                                        const base::string16& value) {
value             152 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   if (!combobox->SelectValue(value))
value             210 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc     if (node->value != 0) {
value             211 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc       const BookmarkNode* b_node = bb_model_->GetNodeByID(node->value);
value             218 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc       deletes_.push_back(node->value);
value             513 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc   if (node->value == id)
value             582 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc     if (child_b_node->value == 0) {
value             586 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc       child_b_node->value = child_bb_node->id();
value             592 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc         if (node->is_folder() && node->id() == child_b_node->value) {
value             611 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc   if (editor_node->value != 0)  // The root is 0
value             612 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc     expanded_nodes->insert(bb_model_->GetNodeByID(editor_node->value));
value              57 chrome/browser/ui/views/cookie_info_view.h                    views::Label* label, views::Textfield* value);
value              64 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc           BrowserDistribution::GetDistribution())).RemoveExtension().value(),
value              73 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc   EXPECT_EQ(browser->profile()->GetPath().BaseName().value(),
value              82 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc                 browser->profile()->GetPath()).value(),
value              70 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc     icon_path_string = icon_path.value();
value              55 chrome/browser/ui/views/frame/global_menu_bar_x11.cc     const char* value);
value              59 chrome/browser/ui/views/frame/global_menu_bar_x11.cc     GVariant* value);
value              63 chrome/browser/ui/views/frame/global_menu_bar_x11.cc     bool value);
value              67 chrome/browser/ui/views/frame/global_menu_bar_x11.cc     int value);
value            1243 chrome/browser/ui/views/location_bar/location_bar_view.cc   state->value = omnibox_view_->GetText();
value             114 chrome/browser/ui/views/omnibox/omnibox_result_view.h   void set_edge_item_padding(int value) { edge_item_padding_ = value; }
value             115 chrome/browser/ui/views/omnibox/omnibox_result_view.h   void set_item_padding(int value) { item_padding_ = value; }
value             116 chrome/browser/ui/views/omnibox/omnibox_result_view.h   void set_minimum_text_vertical_padding(int value) {
value             117 chrome/browser/ui/views/omnibox/omnibox_result_view.h     minimum_text_vertical_padding_ = value;
value             475 chrome/browser/ui/views/panels/panel_stack_view.cc   int value = ::GetWindowLong(native_panel_window, GWL_EXSTYLE);
value             479 chrome/browser/ui/views/panels/panel_stack_view.cc       native_stack_window ? (value & ~WS_EX_APPWINDOW)
value             480 chrome/browser/ui/views/panels/panel_stack_view.cc                           : (value | WS_EX_APPWINDOW));
value            1116 chrome/browser/ui/views/panels/panel_view.cc   int value = ::GetWindowLong(native_window, attribute_index);
value            1117 chrome/browser/ui/views/panels/panel_view.cc   int expected_value = value;
value            1122 chrome/browser/ui/views/panels/panel_view.cc   if (value != expected_value)
value             110 chrome/browser/ui/views/profile_reset_bubble_view.cc       base::string16 value;
value             111 chrome/browser/ui/views/profile_reset_bubble_view.cc       if (!dictionary->GetString("value", &value))
value             122 chrome/browser/ui/views/profile_reset_bubble_view.cc       views::Label* right_text_label = new views::Label(value);
value             393 chrome/browser/ui/views/select_file_dialog_extension.cc                << fallback_path.value();
value             406 chrome/browser/ui/views/select_file_dialog_extension.cc           default_path.BaseName().value(),
value             128 chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc     scoped_ptr<base::Value> value =
value             131 chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc     ASSERT_TRUE(value->GetAsInteger(&js_error_count));
value              65 chrome/browser/ui/views/tabs/tab.cc   static int value = -1;
value              66 chrome/browser/ui/views/tabs/tab.cc   if (value == -1) {
value              69 chrome/browser/ui/views/tabs/tab.cc         value = 22;
value              72 chrome/browser/ui/views/tabs/tab.cc         value = 30;
value              78 chrome/browser/ui/views/tabs/tab.cc   return value;
value              82 chrome/browser/ui/views/tabs/tab.cc   static int value = -1;
value              83 chrome/browser/ui/views/tabs/tab.cc   if (value == -1) {
value              86 chrome/browser/ui/views/tabs/tab.cc         value = 7;
value              89 chrome/browser/ui/views/tabs/tab.cc         value = 10;
value              95 chrome/browser/ui/views/tabs/tab.cc   return value;
value              99 chrome/browser/ui/views/tabs/tab.cc   static int value = -1;
value             100 chrome/browser/ui/views/tabs/tab.cc   if (value == -1) {
value             103 chrome/browser/ui/views/tabs/tab.cc         value = 17;
value             106 chrome/browser/ui/views/tabs/tab.cc         value = 21;
value             112 chrome/browser/ui/views/tabs/tab.cc   return value;
value             116 chrome/browser/ui/views/tabs/tab.cc   static int value = -1;
value             117 chrome/browser/ui/views/tabs/tab.cc   if (value == -1) {
value             120 chrome/browser/ui/views/tabs/tab.cc         value = 5;
value             123 chrome/browser/ui/views/tabs/tab.cc         value = 7;
value             129 chrome/browser/ui/views/tabs/tab.cc   return value;
value             134 chrome/browser/ui/views/tabs/tab.cc   static int value = -1;
value             135 chrome/browser/ui/views/tabs/tab.cc   if (value == -1) {
value             138 chrome/browser/ui/views/tabs/tab.cc         value = 4;
value             141 chrome/browser/ui/views/tabs/tab.cc         value = 5;
value             147 chrome/browser/ui/views/tabs/tab.cc   return value;
value             152 chrome/browser/ui/views/tabs/tab.cc   static int value = -1;
value             153 chrome/browser/ui/views/tabs/tab.cc   if (value == -1) {
value             156 chrome/browser/ui/views/tabs/tab.cc         value = gfx::kFaviconSize;
value             159 chrome/browser/ui/views/tabs/tab.cc         value = 20;
value             165 chrome/browser/ui/views/tabs/tab.cc   return value;
value              87 chrome/browser/ui/views/tabs/tab_drag_controller.cc void SetWindowPositionManaged(gfx::NativeWindow window, bool value) {
value              89 chrome/browser/ui/views/tabs/tab_drag_controller.cc   ash::wm::GetWindowState(window)->set_window_position_managed(value);
value             113 chrome/browser/ui/views/tabs/tab_strip.cc   static int value = -1;
value             114 chrome/browser/ui/views/tabs/tab_strip.cc   if (value == -1) {
value             117 chrome/browser/ui/views/tabs/tab_strip.cc         value = -11;
value             120 chrome/browser/ui/views/tabs/tab_strip.cc         value = -13;
value             126 chrome/browser/ui/views/tabs/tab_strip.cc   return value;
value             132 chrome/browser/ui/views/tabs/tab_strip.cc   static int value = -1;
value             133 chrome/browser/ui/views/tabs/tab_strip.cc   if (value == -1) {
value             136 chrome/browser/ui/views/tabs/tab_strip.cc         value = 7;
value             139 chrome/browser/ui/views/tabs/tab_strip.cc         value = 8;
value             145 chrome/browser/ui/views/tabs/tab_strip.cc   return value;
value             152 chrome/browser/ui/views/tabs/tab_strip.cc   static int value = -1;
value             153 chrome/browser/ui/views/tabs/tab_strip.cc   if (value == -1) {
value             156 chrome/browser/ui/views/tabs/tab_strip.cc         value = -26;
value             159 chrome/browser/ui/views/tabs/tab_strip.cc         value = -34;
value             165 chrome/browser/ui/views/tabs/tab_strip.cc   return value;
value             173 chrome/browser/ui/views/tabs/tab_strip.cc   static int value = -1;
value             174 chrome/browser/ui/views/tabs/tab_strip.cc   if (value == -1) {
value             177 chrome/browser/ui/views/tabs/tab_strip.cc         value = 34;
value             180 chrome/browser/ui/views/tabs/tab_strip.cc         value = 46;
value             186 chrome/browser/ui/views/tabs/tab_strip.cc   return value;
value             190 chrome/browser/ui/views/tabs/tab_strip.cc   static int value = -1;
value             191 chrome/browser/ui/views/tabs/tab_strip.cc   if (value == -1) {
value             194 chrome/browser/ui/views/tabs/tab_strip.cc         value = 18;
value             197 chrome/browser/ui/views/tabs/tab_strip.cc         value = 24;
value             203 chrome/browser/ui/views/tabs/tab_strip.cc   return value;
value             208 chrome/browser/ui/views/tabs/tab_strip.cc   static int value = -1;
value             209 chrome/browser/ui/views/tabs/tab_strip.cc   if (value == -1) {
value             212 chrome/browser/ui/views/tabs/tab_strip.cc         value = 20;
value             215 chrome/browser/ui/views/tabs/tab_strip.cc         value = 26;
value             221 chrome/browser/ui/views/tabs/tab_strip.cc   return value;
value             226 chrome/browser/ui/views/tabs/tab_strip.cc   static int value = -1;
value             227 chrome/browser/ui/views/tabs/tab_strip.cc   if (value == -1) {
value             230 chrome/browser/ui/views/tabs/tab_strip.cc         value = 20;
value             233 chrome/browser/ui/views/tabs/tab_strip.cc         value = 26;
value             239 chrome/browser/ui/views/tabs/tab_strip.cc   return value;
value            2744 chrome/browser/ui/views/tabs/tab_strip.cc void TabStrip::SetResetToShrinkOnExit(bool value) {
value            2748 chrome/browser/ui/views/tabs/tab_strip.cc   if (value && layout_type_ == TAB_STRIP_LAYOUT_SHRINK)
value            2749 chrome/browser/ui/views/tabs/tab_strip.cc     value = false;  // We're already at TAB_STRIP_LAYOUT_SHRINK.
value            2751 chrome/browser/ui/views/tabs/tab_strip.cc   if (value == reset_to_shrink_on_exit_)
value            2754 chrome/browser/ui/views/tabs/tab_strip.cc   reset_to_shrink_on_exit_ = value;
value             541 chrome/browser/ui/views/tabs/tab_strip.h   void SetResetToShrinkOnExit(bool value);
value              23 chrome/browser/ui/views/tabs/tab_unittest.cc   void set_immersive_style(bool value) { immersive_style_ = value; }
value              24 chrome/browser/ui/views/tabs/tab_unittest.cc   void set_active_tab(bool value) { active_tab_ = value; }
value              77 chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc   virtual void SetNeverTranslateLanguage(bool value) OVERRIDE {
value              78 chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc     never_translate_language_ = value;
value              81 chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc   virtual void SetNeverTranslateSite(bool value) OVERRIDE {
value              82 chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc     never_translate_site_ = value;
value              89 chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc   virtual void SetAlwaysTranslate(bool value) OVERRIDE {
value              90 chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc     should_always_translate_ = value;
value             125 chrome/browser/ui/views/website_settings/permission_selector_view.cc   state->value = text();
value             398 chrome/browser/ui/views/website_settings/permissions_bubble_view.cc void PermissionBubbleViewViews::Toggle(int index, bool value) {
value             400 chrome/browser/ui/views/website_settings/permissions_bubble_view.cc     delegate_->ToggleAccept(index, value);
value              32 chrome/browser/ui/views/website_settings/permissions_bubble_view.h   void Toggle(int index, bool value);
value              69 chrome/browser/ui/website_settings/permission_bubble_manager_unittest.cc   void ToggleAccept(int index, bool value) {
value              70 chrome/browser/ui/website_settings/permission_bubble_manager_unittest.cc     manager_->ToggleAccept(index, value);
value             255 chrome/browser/ui/website_settings/website_settings.cc     base::Value* value = NULL;
value             257 chrome/browser/ui/website_settings/website_settings.cc       value = base::Value::CreateIntegerValue(setting);
value             259 chrome/browser/ui/website_settings/website_settings.cc         primary_pattern, secondary_pattern, type, std::string(), value);
value             585 chrome/browser/ui/website_settings/website_settings.cc       scoped_ptr<base::Value> value(content_settings_->GetWebsiteSetting(
value             587 chrome/browser/ui/website_settings/website_settings.cc       DCHECK(value.get());
value             588 chrome/browser/ui/website_settings/website_settings.cc       if (value->GetType() == base::Value::TYPE_INTEGER) {
value             590 chrome/browser/ui/website_settings/website_settings.cc             content_settings::ValueToContentSetting(value.get());
value              84 chrome/browser/ui/website_settings/website_settings.h                                ContentSetting value);
value             141 chrome/browser/ui/website_settings/website_settings_ui.cc     ContentSetting value) {
value             142 chrome/browser/ui/website_settings/website_settings_ui.cc   switch (value) {
value             112 chrome/browser/ui/website_settings/website_settings_ui.h   static base::string16 PermissionValueToUIString(ContentSetting value);
value             414 chrome/browser/ui/webui/about_ui.cc std::string AddStringRow(const std::string& name, const std::string& value) {
value             417 chrome/browser/ui/webui/about_ui.cc   row.append(WrapWithTD(value));
value             731 chrome/browser/ui/webui/about_ui.cc         int value;
value             732 chrome/browser/ui/webui/about_ui.cc         rv = counter->GetInteger("value", &value);
value             753 chrome/browser/ui/webui/about_ui.cc         scoped_ptr<base::Value> value;
value             754 chrome/browser/ui/webui/about_ui.cc         timers->Remove(index, &value);
value             757 chrome/browser/ui/webui/about_ui.cc         ignore_result(value.release());
value             776 chrome/browser/ui/webui/about_ui.cc       base::ASCIIToUTF16(binary.BaseName().value())));
value             396 chrome/browser/ui/webui/certificate_viewer_webui.cc       node_details->SetString("payload.val", i->value);
value              69 chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc     bool value) {
value              71 chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc     value = false;
value              72 chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc   base::FundamentalValue fundamental_value(value);
value              78 chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc     const base::Value& value) {
value              81 chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc       "SetCryptohomeProperty", destination_id_value, value);
value              46 chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.h                                 bool value);
value              50 chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.h                              const base::Value& value);
value              84 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc     entry->SetString("path", current.value());
value             200 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc                     const std::string& value) {
value             203 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   dict->SetString("value", value);
value             473 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc     const std::string value =
value             475 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc     AppendKeyValue(&preferences, key, value);
value             811 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc     const base::StringValue value(FormatEntry(path, *entry) + "\n");
value             812 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc     web_ui()->CallJavascriptFunction("updateFileSystemContents", value);
value             846 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc     const base::StringValue value(file_system_as_text);
value             847 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc     web_ui()->CallJavascriptFunction("updateFileSystemContents", value);
value             857 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   base::DictionaryValue value;
value             858 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   value.SetString("local_id", local_id);
value             859 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   value.SetString("md5", cache_entry.md5());
value             860 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   value.SetBoolean("is_present", cache_entry.is_present());
value             861 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   value.SetBoolean("is_pinned", cache_entry.is_pinned());
value             862 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   value.SetBoolean("is_dirty", cache_entry.is_dirty());
value             864 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   web_ui()->CallJavascriptFunction("updateCacheContents", value);
value              29 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h inline bool ParseValue(const base::Value* value, T* out_value);
value              32 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h inline bool ParseValue<bool>(const base::Value* value, bool* out_value) {
value              33 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   return value->GetAsBoolean(out_value);
value              37 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h inline bool ParseValue<int>(const base::Value* value, int* out_value) {
value              38 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   return value->GetAsInteger(out_value);
value              42 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h inline bool ParseValue<double>(const base::Value* value, double* out_value) {
value              43 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   return value->GetAsDouble(out_value);
value              47 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h inline bool ParseValue<std::string>(const base::Value* value,
value              49 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   return value->GetAsString(out_value);
value              53 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h inline bool ParseValue<base::string16>(const base::Value* value,
value              55 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   return value->GetAsString(out_value);
value              60 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h     const base::Value* value,
value              62 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   return value->GetAsDictionary(out_value);
value              67 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   const base::Value* value;
value              68 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   if (!args->Get(index, &value))
value              70 chrome/browser/ui/webui/chromeos/login/base_screen_handler_utils.h   return ParseValue(value, out_value);
value             398 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc     std::string value;
value             399 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc     language_info->GetString("code", &value);
value             406 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc     if (value == options::kVendorOtherLanguagesListDivider) {
value             417 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc     language_info->SetString("value", value);
value             419 chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc     language_info->SetBoolean("selected", value == app_locale);
value             119 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc                      const std::string& value) {
value             120 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc   return std::find(container.begin(), container.end(), value) !=
value              89 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc                    base::DictionaryValue* value) {
value             108 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   value->SetBoolean("activate_over_non_cellular_network",
value             110 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   value->SetString("carrier", name);
value             111 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   value->SetString("payment_url", payment_url);
value             113 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc     value->SetString("post_data", post_data);
value             128 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   value->SetString("MEID", device->meid());
value             129 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   value->SetString("IMEI", device->imei());
value             130 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   value->SetString("MDN", device->mdn());
value             135 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc                                 base::DictionaryValue* value) {
value             136 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   value->SetInteger("state", state);
value             138 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc     value->SetString("error", error_description);
value              45 chrome/browser/ui/webui/chromeos/network_ui.cc   void CollectNetworkInfo(const base::ListValue* value) const;
value              49 chrome/browser/ui/webui/chromeos/network_ui.cc   void RespondToPage(const base::DictionaryValue& value) const;
value              68 chrome/browser/ui/webui/chromeos/network_ui.cc     const base::ListValue* value) const {
value              84 chrome/browser/ui/webui/chromeos/network_ui.cc     const base::DictionaryValue& value) const {
value              85 chrome/browser/ui/webui/chromeos/network_ui.cc   web_ui()->CallJavascriptFunction(kOnNetworkInfoReceivedFunction, value);
value              49 chrome/browser/ui/webui/chromeos/power_ui.cc   void OnGetBatteryChargeData(const base::ListValue* value);
value              50 chrome/browser/ui/webui/chromeos/power_ui.cc   void OnGetCpuIdleData(const base::ListValue* value);
value              51 chrome/browser/ui/webui/chromeos/power_ui.cc   void OnGetCpuFreqData(const base::ListValue* value);
value              56 chrome/browser/ui/webui/chromeos/power_ui.cc   void GetJsSystemResumedData(base::ListValue* value);
value              80 chrome/browser/ui/webui/chromeos/power_ui.cc void PowerMessageHandler::OnGetBatteryChargeData(const base::ListValue* value) {
value             103 chrome/browser/ui/webui/chromeos/power_ui.cc void PowerMessageHandler::OnGetCpuIdleData(const base::ListValue* value) {
value             122 chrome/browser/ui/webui/chromeos/power_ui.cc void PowerMessageHandler::OnGetCpuFreqData(const base::ListValue* value) {
value             141 chrome/browser/ui/webui/chromeos/salsa_ui.cc   const base::Value* value;
value             142 chrome/browser/ui/webui/chromeos/salsa_ui.cc   if (!args->GetString(0, &pref_name) || !args->Get(1, &value))
value             154 chrome/browser/ui/webui/chromeos/salsa_ui.cc   if (pref->GetType() == value->GetType()) {
value             155 chrome/browser/ui/webui/chromeos/salsa_ui.cc     prefs->Set(kWhitelist[index], *value);
value             157 chrome/browser/ui/webui/chromeos/salsa_ui.cc              value->GetType() == base::Value::TYPE_INTEGER) {
value             159 chrome/browser/ui/webui/chromeos/salsa_ui.cc     if (!value->GetAsInteger(&int_val))
value              39 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc           !iter.value().Equals(left_value)) {
value             226 chrome/browser/ui/webui/extensions/extension_settings_handler.cc     extension_data->SetString("path", extension->path().value());
value             354 chrome/browser/ui/webui/extensions/extension_settings_handler.cc           scoped_ptr<base::DictionaryValue> value = error->ToValue();
value             360 chrome/browser/ui/webui/extensions/extension_settings_handler.cc           value->SetBoolean("canInspect", can_inspect);
value             361 chrome/browser/ui/webui/extensions/extension_settings_handler.cc           runtime_errors->Append(value.release());
value              83 chrome/browser/ui/webui/extensions/pack_extension_handler.cc     base::StringValue extension_path_str(extension_path_.value());
value              84 chrome/browser/ui/webui/extensions/pack_extension_handler.cc     base::StringValue key_path_str(private_key_path_.value());
value              98 chrome/browser/ui/webui/extensions/pack_extension_handler.cc   results.Append(base::Value::CreateStringValue(path.value()));
value             186 chrome/browser/ui/webui/flash_ui.cc              const base::string16& value) {
value             189 chrome/browser/ui/webui/flash_ui.cc   results->SetString("value", value);
value             195 chrome/browser/ui/webui/flash_ui.cc              const std::string& value) {
value             196 chrome/browser/ui/webui/flash_ui.cc   AddPair(list, key, ASCIIToUTF16(value));
value              87 chrome/browser/ui/webui/gesture_config_ui.cc   double value;
value              89 chrome/browser/ui/webui/gesture_config_ui.cc   if (!args->GetString(0, &pref_name) || !args->GetDouble(1, &value)) return;
value              97 chrome/browser/ui/webui/gesture_config_ui.cc       prefs->SetInteger(pref_name.c_str(), static_cast<int>(value));
value             100 chrome/browser/ui/webui/gesture_config_ui.cc       prefs->SetDouble(pref_name.c_str(), value);
value             107 chrome/browser/ui/webui/help/help_handler.cc   bool value = false;
value             109 chrome/browser/ui/webui/help/help_handler.cc                                             &value);
value             114 chrome/browser/ui/webui/help/help_handler.cc     if (!value)
value             128 chrome/browser/ui/webui/help/help_handler.cc     return !value;
value             424 chrome/browser/ui/webui/history_ui.cc     const base::ListValue* value,
value             428 chrome/browser/ui/webui/history_ui.cc   if (value->GetDouble(index, &double_value)) {
value             746 chrome/browser/ui/webui/history_ui.cc     scoped_ptr<base::Value> value(
value             748 chrome/browser/ui/webui/history_ui.cc     results_value.Append(value.release());
value             164 chrome/browser/ui/webui/history_ui.h       const base::ListValue* value, int index, int* out_int);
value              62 chrome/browser/ui/webui/instant_ui.cc   void GetDebugInfo(const base::ListValue* value);
value              63 chrome/browser/ui/webui/instant_ui.cc   void ClearDebugInfo(const base::ListValue* value);
value             109 chrome/browser/ui/webui/instant_ui.cc     std::string value;
value             110 chrome/browser/ui/webui/instant_ui.cc     if (!args->GetString(1, &value))
value             113 chrome/browser/ui/webui/instant_ui.cc     prefs->SetString(pref_name.c_str(), value);
value             175 chrome/browser/ui/webui/media/webrtc_logs_ui.cc     base::FilePath::StringType value;
value             177 chrome/browser/ui/webui/media/webrtc_logs_ui.cc       value = log_dir_.AppendASCII(i->local_id)
value             178 chrome/browser/ui/webui/media/webrtc_logs_ui.cc           .AddExtension(FILE_PATH_LITERAL(".gz")).value();
value             179 chrome/browser/ui/webui/media/webrtc_logs_ui.cc     upload->SetString("local_file", value);
value              53 chrome/browser/ui/webui/metrics_handler.cc   double value;
value              56 chrome/browser/ui/webui/metrics_handler.cc       !args->GetDouble(1, &value) ||
value              62 chrome/browser/ui/webui/metrics_handler.cc   int int_value = static_cast<int>(value);
value             160 chrome/browser/ui/webui/nacl_ui.cc              const base::string16& value) {
value             163 chrome/browser/ui/webui/nacl_ui.cc   results->SetString("value", value);
value             206 chrome/browser/ui/webui/net_export_ui.cc   base::Value* value = net_log_temp_file->GetState();
value             211 chrome/browser/ui/webui/net_export_ui.cc                  value))) {
value             213 chrome/browser/ui/webui/net_export_ui.cc     delete value;
value             229 chrome/browser/ui/webui/net_export_ui.cc   base::FilePath::StringType file_to_attach(file_to_send.value());
value             238 chrome/browser/ui/webui/net_export_ui.cc   scoped_ptr<base::Value> value(arg);
value             787 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   scoped_ptr<base::Value> value(arg);
value             789 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   if (value.get()) {
value             792 chrome/browser/ui/webui/net_internals/net_internals_ui.cc                                      *value.get());
value             816 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   base::DictionaryValue* value = NULL;
value             819 chrome/browser/ui/webui/net_internals/net_internals_ui.cc     value = new base::DictionaryValue();
value             820 chrome/browser/ui/webui/net_internals/net_internals_ui.cc     value->SetBoolean("enabled", false);
value             821 chrome/browser/ui/webui/net_internals/net_internals_ui.cc     value->SetBoolean("omnibox_enabled", false);
value             823 chrome/browser/ui/webui/net_internals/net_internals_ui.cc     value = prerender_manager->GetAsValue();
value             825 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   SendJavascriptCommand("receivedPrerenderInfo", value);
value            1126 chrome/browser/ui/webui/net_internals/net_internals_ui.cc     const net::HostCache::Entry& entry = it.value();
value             124 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc   void RunJavascriptCallback(base::Value* value);
value             216 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc     base::Value* value) {
value             217 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc   web_ui()->CallJavascriptFunction("NetInternalsTest.callback", *value);
value              44 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc   base::FundamentalValue value(item_id);
value              45 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc   web_ui()->CallJavascriptFunction("ntp.onCustomMenuSelected", value);
value              50 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc   base::DictionaryValue value;
value              60 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc   value.SetBoolean("incognitoEnabled", incognito_enabled);
value              61 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc   web_ui()->CallJavascriptFunction("ntp.setIncognitoEnabled", value);
value              88 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc       base::Value* value = NULL;
value              89 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc       item_list_value->Get(0, &value);
value              92 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc           value->GetType() << ").";
value              99 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc       base::Value* value = NULL;
value             100 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc       item_list_value->Get(1, &value);
value             103 chrome/browser/ui/webui/ntp/android/context_menu_handler.cc           value->GetType() << ").";
value              84 chrome/browser/ui/webui/ntp/app_launcher_handler.cc       apps::AppLauncherPromoHistogramValues value) {
value              85 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   DCHECK_LT(value, apps::APP_LAUNCHER_PROMO_MAX);
value              87 chrome/browser/ui/webui/ntp/app_launcher_handler.cc       "Apps.AppLauncherPromo", value, apps::APP_LAUNCHER_PROMO_MAX);
value             117 chrome/browser/ui/webui/ntp/app_launcher_handler.cc     base::DictionaryValue* value) {
value             118 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->Clear();
value             125 chrome/browser/ui/webui/ntp/app_launcher_handler.cc       value,
value             131 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   NewTabUI::SetFullNameAndDirection(name, value);
value             138 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   extensions::GetExtensionBasicInfo(extension, enabled, value);
value             140 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetBoolean("mayDisable", extensions::ExtensionSystem::Get(
value             152 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetString("icon_big", icon_big.spec());
value             153 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetBoolean("icon_big_exists", icon_big_exists);
value             161 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetString("icon_small", icon_small.spec());
value             162 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetBoolean("icon_small_exists", icon_small_exists);
value             163 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetInteger("launch_container",
value             166 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetInteger("launch_type", extensions::GetLaunchType(prefs, extension));
value             167 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetBoolean("is_component",
value             169 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetBoolean("is_webstore",
value             182 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetInteger("page_index",
value             196 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   value->SetString("app_launch_ordinal", app_launch_ordinal.ToInternalValue());
value             639 chrome/browser/ui/webui/ntp/app_launcher_handler.cc     std::string value;
value             640 chrome/browser/ui/webui/ntp/app_launcher_handler.cc     if (app_order->GetString(i, &value) && value == dragged_app_id) {
value              47 chrome/browser/ui/webui/ntp/app_launcher_handler.h       base::DictionaryValue* value);
value              58 chrome/browser/ui/webui/ntp/app_launcher_handler.h   void FillAppDictionary(base::DictionaryValue* value);
value              66 chrome/browser/ui/webui/ntp/app_launcher_handler.h   void FillPromoDictionary(base::DictionaryValue* value);
value             140 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc     base::DictionaryValue value;
value             141 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc     value.SetString("syncEnabledMessage",
value             144 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc     web_ui()->CallJavascriptFunction("ntp.syncAlreadyEnabled", value);
value             167 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc   base::DictionaryValue value;
value             174 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc     value.SetBoolean("syncsectionisvisible", false);
value             183 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc     value.SetBoolean("syncsectionisvisible", true);
value             184 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc     value.SetString("msg", msg);
value             185 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc     value.SetString("title", title);
value             187 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc       value.SetBoolean("linkisvisible", false);
value             189 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc       value.SetBoolean("linkisvisible", true);
value             190 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc       value.SetString("linktext", linktext);
value             197 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc         value.SetBoolean("linkurlisset", false);
value             199 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc         value.SetBoolean("linkurlisset", true);
value             200 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc         value.SetString("linkurl", linkurl);
value             204 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc   web_ui()->CallJavascriptFunction("ntp.syncMessageChanged", value);
value              30 chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc                                        base::HistogramBase::Sample value) {
value              34 chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc   return histogram ? histogram->SnapshotSamples()->GetCount(value) : 0;
value             289 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc         std::string value;
value             292 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc         dictionary->GetString("title", &value);
value             293 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc         EXPECT_STREQ(description.results[j], value.c_str()) <<
value              44 chrome/browser/ui/webui/options/advanced_options_utils_win.cc   std::wstring args(shell32dll.value());
value              46 chrome/browser/ui/webui/options/advanced_options_utils_win.cc   args.append(inetcpl.value());
value              48 chrome/browser/ui/webui/options/advanced_options_utils_win.cc   ShellExecute(NULL, L"open", rundll32.value().c_str(), args.c_str(), NULL,
value             103 chrome/browser/ui/webui/options/autofill_options_handler.cc     base::string16 value;
value             104 chrome/browser/ui/webui/options/autofill_options_handler.cc     if (list->GetString(i, &value))
value             105 chrome/browser/ui/webui/options/autofill_options_handler.cc       values[i] = value;
value             526 chrome/browser/ui/webui/options/autofill_options_handler.cc   base::string16 value;
value             531 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(2, &value))
value             532 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::COMPANY_NAME, value);
value             534 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(3, &value))
value             535 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_LINE1, value);
value             537 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(4, &value))
value             538 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_LINE2, value);
value             540 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(5, &value))
value             541 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_CITY, value);
value             543 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(6, &value))
value             544 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_STATE, value);
value             546 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(7, &value))
value             547 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_ZIP, value);
value             579 chrome/browser/ui/webui/options/autofill_options_handler.cc   base::string16 value;
value             580 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(1, &value))
value             581 chrome/browser/ui/webui/options/autofill_options_handler.cc     credit_card.SetRawInfo(autofill::CREDIT_CARD_NAME, value);
value             583 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(2, &value))
value             584 chrome/browser/ui/webui/options/autofill_options_handler.cc     credit_card.SetRawInfo(autofill::CREDIT_CARD_NUMBER, value);
value             586 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(3, &value))
value             587 chrome/browser/ui/webui/options/autofill_options_handler.cc     credit_card.SetRawInfo(autofill::CREDIT_CARD_EXP_MONTH, value);
value             589 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (args->GetString(4, &value))
value             590 chrome/browser/ui/webui/options/autofill_options_handler.cc     credit_card.SetRawInfo(autofill::CREDIT_CARD_EXP_4_DIGIT_YEAR, value);
value              19 chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc                                              const base::ListValue* value) {
value             867 chrome/browser/ui/webui/options/browser_options_handler.cc   if (profile_path.BaseName().value() !=
value             879 chrome/browser/ui/webui/options/browser_options_handler.cc                      profile_path.BaseName().value(),
value            1132 chrome/browser/ui/webui/options/browser_options_handler.cc                      profile->GetPath().BaseName().value(), base::FilePath()) :
value            1134 chrome/browser/ui/webui/options/browser_options_handler.cc                       profile->GetPath().BaseName().value()));
value            1613 chrome/browser/ui/webui/options/browser_options_handler.cc   base::FundamentalValue value(display);
value            1615 chrome/browser/ui/webui/options/browser_options_handler.cc       "BrowserOptions.setAutoOpenFileTypesDisplayed", value);
value             126 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     base::Value *value = NULL;
value             128 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc         proxy_config_service_, pref_name, &value);
value             129 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     if (!value)
value             132 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     return value;
value             186 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc                                          const base::Value* value,
value             190 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc         pref_name, value, &proxy_config_service_);
value             195 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     ProcessUserMetric(value, metric);
value             199 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     return ::options::CoreOptionsHandler::SetPref(pref_name, value, metric);
value             200 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   CrosSettings::Get()->Set(pref_name, *value);
value             202 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   ProcessUserMetric(value, metric);
value             340 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   scoped_ptr<base::Value> value(FetchPref(setting_name));
value             341 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   if (!value.get())
value             343 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   DispatchPrefChangeNotification(setting_name, value.Pass());
value             349 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     base::Value* value = NULL;
value             351 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc         proxy_config_service_, kProxySettings[i], &value);
value             352 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     DCHECK(value);
value             353 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     scoped_ptr<base::Value> ptr(value);
value              31 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h                        const base::Value* value,
value             183 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc #define EXPECT_LANGUAGE_CODE_AT(i, value)                                  \
value             187 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler_unittest.cc     EXPECT_EQ(value, code) << "Wrong language code at index " << i << "."; \
value             276 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc                         base::Value* value) {
value             279 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   properties.SetWithoutPathExpansion(property, value);
value             561 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc                              const base::Value& value,
value             566 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   else if (recommended_value && recommended_value->Equals(&value))
value             577 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc                         base::Value* value,
value             581 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   dict->Set(kTagValue, value);
value             583 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   DecorateValueDictionary(ui_data, *value, dict);
value             594 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   base::Value* value = new base::FundamentalValue(current_autoconnect);
value             596 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   dict->Set(kTagValue, value);
value             609 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   DecorateValueDictionary(ui_data, *value, dict);
value             702 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc     std::string value;
value             703 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc     if (!(*it)->GetAsString(&value))
value             707 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc     if (gsm && (value == shill::kCarrierGenericUMTS))
value             710 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc     if (value == device->carrier())
value              18 chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc   chromeos::input_method::ModifierKey value;
value              86 chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc       const input_method::ModifierKey value =
value              87 chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc           kModifierKeysSelectItems[j].value;
value              92 chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc           value == input_method::kCapsLockKey) {
value              96 chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc       option->Append(new base::FundamentalValue(value));
value              38 chrome/browser/ui/webui/options/chromeos/user_image_source.cc   url_parse::Component key, value;
value              40 chrome/browser/ui/webui/options/chromeos/user_image_source.cc   while (ExtractQueryKeyValue(url_spec.c_str(), &query, &key, &value)) {
value             150 chrome/browser/ui/webui/options/clear_browser_data_handler.cc     const base::ListValue* value) {
value              34 chrome/browser/ui/webui/options/clear_browser_data_handler.h   void HandleClearBrowserData(const base::ListValue* value);
value             265 chrome/browser/ui/webui/options/core_options_handler.cc                                  const base::Value* value,
value             274 chrome/browser/ui/webui/options/core_options_handler.cc     if ((pref && !pref->IsUserModifiable()) || !iter->second.Run(value)) {
value             281 chrome/browser/ui/webui/options/core_options_handler.cc   switch (value->GetType()) {
value             287 chrome/browser/ui/webui/options/core_options_handler.cc       pref_service->Set(pref_name.c_str(), *value);
value             295 chrome/browser/ui/webui/options/core_options_handler.cc   ProcessUserMetric(value, metric);
value             307 chrome/browser/ui/webui/options/core_options_handler.cc void CoreOptionsHandler::ProcessUserMetric(const base::Value* value,
value             313 chrome/browser/ui/webui/options/core_options_handler.cc   if (value->IsType(base::Value::TYPE_BOOLEAN)) {
value             315 chrome/browser/ui/webui/options/core_options_handler.cc     CHECK(value->GetAsBoolean(&bool_value));
value             325 chrome/browser/ui/webui/options/core_options_handler.cc   scoped_ptr<base::Value> value(
value             327 chrome/browser/ui/webui/options/core_options_handler.cc   DispatchPrefChangeNotification(pref_name, value.Pass());
value             332 chrome/browser/ui/webui/options/core_options_handler.cc     scoped_ptr<base::Value> value) {
value             338 chrome/browser/ui/webui/options/core_options_handler.cc   result_value.Append(value.release());
value             516 chrome/browser/ui/webui/options/core_options_handler.cc   const base::Value* value;
value             517 chrome/browser/ui/webui/options/core_options_handler.cc   if (!args->Get(1, &value))
value             524 chrome/browser/ui/webui/options/core_options_handler.cc       if (!value->IsType(base::Value::TYPE_BOOLEAN)) {
value             532 chrome/browser/ui/webui/options/core_options_handler.cc       if (!value->GetAsDouble(&double_value)) {
value             538 chrome/browser/ui/webui/options/core_options_handler.cc       value = temp_value.get();
value             542 chrome/browser/ui/webui/options/core_options_handler.cc       if (!value->IsType(base::Value::TYPE_DOUBLE)) {
value             548 chrome/browser/ui/webui/options/core_options_handler.cc       if (!value->IsType(base::Value::TYPE_STRING)) {
value             555 chrome/browser/ui/webui/options/core_options_handler.cc       if (!value->GetAsString(&original)) {
value             561 chrome/browser/ui/webui/options/core_options_handler.cc       value = temp_value.get();
value             567 chrome/browser/ui/webui/options/core_options_handler.cc       if (!value->GetAsString(&json_string)) {
value             573 chrome/browser/ui/webui/options/core_options_handler.cc       value = temp_value.get();
value             574 chrome/browser/ui/webui/options/core_options_handler.cc       if (!value->IsType(base::Value::TYPE_LIST)) {
value             587 chrome/browser/ui/webui/options/core_options_handler.cc   SetPref(pref_name, value, metric);
value              58 chrome/browser/ui/webui/options/core_options_handler.h                        const base::Value* value,
value              65 chrome/browser/ui/webui/options/core_options_handler.h   void ProcessUserMetric(const base::Value* value,
value              86 chrome/browser/ui/webui/options/core_options_handler.h                                       scoped_ptr<base::Value> value);
value             193 chrome/browser/ui/webui/options/create_profile_handler.cc   DCHECK_EQ(profile_path_being_created_.value(),
value             194 chrome/browser/ui/webui/options/create_profile_handler.cc             new_profile->GetPath().value());
value             249 chrome/browser/ui/webui/options/create_profile_handler.cc   DCHECK_EQ(profile_path_being_created_.value(), profile->GetPath().value());
value             199 chrome/browser/ui/webui/options/font_settings_handler.cc     base::string16 value;
value             200 chrome/browser/ui/webui/options/font_settings_handler.cc     bool has_value = font->GetString(1, &value);
value             202 chrome/browser/ui/webui/options/font_settings_handler.cc     bool has_rtl_chars = base::i18n::StringContainsStrongRTLChars(value);
value             183 chrome/browser/ui/webui/options/handler_options_handler.cc   const base::Value* value;
value             184 chrome/browser/ui/webui/options/handler_options_handler.cc   CHECK(args->Get(0, &value));
value             186 chrome/browser/ui/webui/options/handler_options_handler.cc   CHECK(value->GetAsString(&protocol_to_clear));
value              65 chrome/browser/ui/webui/options/handler_options_handler.h                               base::DictionaryValue* value);
value             207 chrome/browser/ui/webui/options/manage_profile_handler.cc     base::StringValue value(kManageProfileIdentifier);
value             208 chrome/browser/ui/webui/options/manage_profile_handler.cc     SendProfileIconsAndNames(value);
value             223 chrome/browser/ui/webui/options/manage_profile_handler.cc     base::StringValue value(mode);
value             224 chrome/browser/ui/webui/options/manage_profile_handler.cc     SendProfileIconsAndNames(value);
value             161 chrome/browser/ui/webui/options/managed_user_import_handler.cc     const base::DictionaryValue* value = NULL;
value             162 chrome/browser/ui/webui/options/managed_user_import_handler.cc     bool success = it.value().GetAsDictionary(&value);
value             165 chrome/browser/ui/webui/options/managed_user_import_handler.cc     value->GetString(ManagedUserSyncService::kName, &name);
value             179 chrome/browser/ui/webui/options/managed_user_import_handler.cc       value->GetString(ManagedUserSyncService::kChromeAvatar, &avatar_str);
value             211 chrome/browser/ui/webui/options/options_ui.cc     base::string16 value;
value             213 chrome/browser/ui/webui/options/options_ui.cc       value = l10n_util::GetStringUTF16(resources[i].id);
value             215 chrome/browser/ui/webui/options/options_ui.cc       value = l10n_util::GetStringFUTF16(
value             219 chrome/browser/ui/webui/options/options_ui.cc     localized_strings->SetString(resources[i].name, value);
value              69 chrome/browser/ui/webui/options/preferences_browsertest.cc void PrintTo(const base::Value& value, std::ostream* stream) {
value              71 chrome/browser/ui/webui/options/preferences_browsertest.cc   JSONWriter::Write(&value, &json);
value             237 chrome/browser/ui/webui/options/preferences_browsertest.cc                                         const base::Value* value,
value             245 chrome/browser/ui/webui/options/preferences_browsertest.cc   VerifyKeyValue(*dict, "value", *value);
value             264 chrome/browser/ui/webui/options/preferences_browsertest.cc                                                 const base::Value* value,
value             272 chrome/browser/ui/webui/options/preferences_browsertest.cc   VerifyPref(observed_dict, name, value, controlledBy, disabled, uncommitted);
value             301 chrome/browser/ui/webui/options/preferences_browsertest.cc                                              const base::Value* value) {
value             309 chrome/browser/ui/webui/options/preferences_browsertest.cc       Property(&PrefService::Preference::GetValue, EqualsValue(value)))));
value             345 chrome/browser/ui/webui/options/preferences_browsertest.cc                                      const base::Value* value,
value             353 chrome/browser/ui/webui/options/preferences_browsertest.cc              << "      " << *value << ","
value             362 chrome/browser/ui/webui/options/preferences_browsertest.cc                                            const base::Value* value,
value             365 chrome/browser/ui/webui/options/preferences_browsertest.cc     ExpectSetCommit(name, value);
value             369 chrome/browser/ui/webui/options/preferences_browsertest.cc   SetPref(name, type, value, commit, &observed_json);
value             370 chrome/browser/ui/webui/options/preferences_browsertest.cc   VerifyObservedPref(observed_json, name, value, std::string(), false, !commit);
value             375 chrome/browser/ui/webui/options/preferences_browsertest.cc                                              const base::Value* value,
value             392 chrome/browser/ui/webui/options/preferences_browsertest.cc   VerifyObservedPref(observed_json, name, value, "recommended", false, !commit);
value             397 chrome/browser/ui/webui/options/preferences_browsertest.cc                                           const base::Value* value,
value             406 chrome/browser/ui/webui/options/preferences_browsertest.cc   VerifyObservedPref(observed_json, name, value, controlledBy, false, false);
value             410 chrome/browser/ui/webui/options/preferences_browsertest.cc                                              const base::Value* value) {
value             411 chrome/browser/ui/webui/options/preferences_browsertest.cc   ExpectSetCommit(name, value);
value             412 chrome/browser/ui/webui/options/preferences_browsertest.cc   VerifyCommit(name, value, std::string());
value             417 chrome/browser/ui/webui/options/preferences_browsertest.cc                                                const base::Value* value) {
value             419 chrome/browser/ui/webui/options/preferences_browsertest.cc   VerifyCommit(name, value, "recommended");
value             424 chrome/browser/ui/webui/options/preferences_browsertest.cc                                             const base::Value* value,
value             434 chrome/browser/ui/webui/options/preferences_browsertest.cc   VerifyObservedPref(observed_json, name, value, controlledBy, false, true);
value             812 chrome/browser/ui/webui/options/preferences_browsertest.cc   void SetProxyPref(const std::string& name, const base::Value& value) {
value             814 chrome/browser/ui/webui/options/preferences_browsertest.cc     switch (value.GetType()) {
value             829 chrome/browser/ui/webui/options/preferences_browsertest.cc     SetPref(name, type, &value, true, &observed_json);
value              73 chrome/browser/ui/webui/options/preferences_browsertest.h                   const base::Value* value,
value              82 chrome/browser/ui/webui/options/preferences_browsertest.h                           const base::Value* value,
value             102 chrome/browser/ui/webui/options/preferences_browsertest.h                        const base::Value* value);
value             119 chrome/browser/ui/webui/options/preferences_browsertest.h                const base::Value* value,
value             128 chrome/browser/ui/webui/options/preferences_browsertest.h                      const base::Value* value,
value             134 chrome/browser/ui/webui/options/preferences_browsertest.h                        const base::Value* value,
value             140 chrome/browser/ui/webui/options/preferences_browsertest.h                     const base::Value* value,
value             146 chrome/browser/ui/webui/options/preferences_browsertest.h                        const base::Value* value);
value             151 chrome/browser/ui/webui/options/preferences_browsertest.h                          const base::Value* value);
value             157 chrome/browser/ui/webui/options/preferences_browsertest.h                       const base::Value* value,
value              99 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc     const base::ListValue* value) {
value             101 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc   if (!value->GetBoolean(0, &send_settings))
value             141 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc     const base::ListValue* value) {
value             164 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc     const base::ListValue* value) {
value              48 chrome/browser/ui/webui/options/reset_profile_settings_handler.h   void HandleResetProfileSettings(const base::ListValue* value);
value              54 chrome/browser/ui/webui/options/reset_profile_settings_handler.h   void OnShowResetProfileDialog(const base::ListValue* value);
value              57 chrome/browser/ui/webui/options/reset_profile_settings_handler.h   void OnHideResetProfileDialog(const base::ListValue* value);
value             140 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             141 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetInteger("id", method);
value             142 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetString("name", GetLocalizedStringFromAggregationMethod(method));
value             143 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetString(
value             146 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   return value.Pass();
value             154 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value             164 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc     value->Append(metric_details);
value             166 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   return value.Pass();
value             174 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             175 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetInteger("metricCategoryId", category);
value             176 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetString(
value             178 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetString(
value             181 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetString(
value             184 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->Set("details", GetMetricDetailsForCategory(category).release());
value             185 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   return value.Pass();
value             193 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value             205 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc     value->Append(event_details);
value             207 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   return value.Pass();
value             214 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             215 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetInteger("eventCategoryId", category);
value             216 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetString(
value             218 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->SetString(
value             221 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   value->Set("details", GetEventTypesForCategory(category).release());
value             222 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   return value.Pass();
value             273 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc         base::Value* value = NULL;
value             284 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc           if (!data.value().GetAsDouble(&time)) {
value             288 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc           value = base::Value::CreateDoubleValue(
value             299 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc                                                    data.value().DeepCopy());
value             300 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc           value = localized_value;
value             303 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc         localized_event->SetWithoutPathExpansion(data.key(), value);
value             376 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc                                metric_point->value * conversion_factor);
value             454 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   scoped_ptr<base::Value> value(base::Value::CreateBooleanValue(
value             457 chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc   ReturnResults("PerformanceMonitor.getFlagEnabledCallback", value.get());
value             102 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc       values.push_back((*metric)->value);
value             138 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc       metric_value = (*metric)->value;
value             145 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc       metric_value = (*metric)->value;
value              79 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   const double value = 3.14;
value              81 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   metric_vector.push_back(Metric(METRIC_CPU_USAGE, data_time, value));
value              91 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ(value, aggregated_metric[0].value);
value             100 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ(value, aggregated_metric[0].value);
value             129 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_DOUBLE_EQ((32 + 64 + 128 + 256) / 4.0, aggregated_metric[0].value);
value             134 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc                    aggregated_metric[1].value);
value             145 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ(48, aggregated_metric[0].value);
value             146 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ(768, aggregated_metric[1].value);
value             177 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ((value1 + value2) / 2, aggregated_metric[0].value);
value             180 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ((value2 + value3) / 2, aggregated_metric[1].value);
value             183 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ(value3, aggregated_metric[2].value);
value             195 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ(value1, aggregated_metric[0].value);
value             198 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ(value2, aggregated_metric[1].value);
value             201 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc   EXPECT_EQ(value3, aggregated_metric[2].value);
value             236 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc     EXPECT_EQ(expected, iter->value);
value             246 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc     EXPECT_EQ(expected, iter->value);
value             371 chrome/browser/ui/webui/plugins_ui.cc       plugin_file->SetString("path", group_plugin.path.value());
value             221 chrome/browser/ui/webui/policy_ui.cc scoped_ptr<base::Value> CopyAndConvert(const base::Value* value) {
value             223 chrome/browser/ui/webui/policy_ui.cc   if (value->GetAsDictionary(&dict))
value             226 chrome/browser/ui/webui/policy_ui.cc   scoped_ptr<base::Value> copy(value->DeepCopy());
value             709 chrome/browser/ui/webui/policy_ui.cc     base::DictionaryValue* value = new base::DictionaryValue;
value             710 chrome/browser/ui/webui/policy_ui.cc     value->Set("value", CopyAndConvert(entry->second.value).release());
value             712 chrome/browser/ui/webui/policy_ui.cc       value->SetString("scope", "user");
value             714 chrome/browser/ui/webui/policy_ui.cc       value->SetString("scope", "machine");
value             716 chrome/browser/ui/webui/policy_ui.cc       value->SetString("level", "recommended");
value             718 chrome/browser/ui/webui/policy_ui.cc       value->SetString("level", "mandatory");
value             721 chrome/browser/ui/webui/policy_ui.cc       value->SetString("error", error);
value             722 chrome/browser/ui/webui/policy_ui.cc     values->Set(entry->first, value);
value              37 chrome/browser/ui/webui/policy_ui_browsertest.cc     const std::string& value,
value              64 chrome/browser/ui/webui/policy_ui_browsertest.cc   expected_policy.push_back(value);
value              75 chrome/browser/ui/webui/policy_ui_browsertest.cc   expected_policy.push_back(value);
value             162 chrome/browser/ui/webui/policy_ui_browsertest.cc       std::string value;
value             163 chrome/browser/ui/webui/policy_ui_browsertest.cc       ASSERT_TRUE(actual_policy->GetString(j, &value));
value             164 chrome/browser/ui/webui/policy_ui_browsertest.cc       EXPECT_EQ(expected_policy[j], value);
value             251 chrome/browser/ui/webui/policy_ui_browsertest.cc     const std::string value =
value             257 chrome/browser/ui/webui/policy_ui_browsertest.cc         PopulateExpectedPolicy(props.key(), value, metadata, false));
value              74 chrome/browser/ui/webui/print_preview/print_preview_ui.cc   void Set(int32 preview_id, int value) {
value              76 chrome/browser/ui/webui/print_preview/print_preview_ui.cc     map_[preview_id] = value;
value              37 chrome/browser/ui/webui/print_preview/sticky_settings.cc     scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue);
value              39 chrome/browser/ui/webui/print_preview/sticky_settings.cc       value->SetString(printing::kSettingSavePath, save_path_->value());
value              41 chrome/browser/ui/webui/print_preview/sticky_settings.cc       value->SetString(printing::kSettingAppState,
value              43 chrome/browser/ui/webui/print_preview/sticky_settings.cc     prefs->Set(prefs::kPrintPreviewStickySettings, *value);
value              50 chrome/browser/ui/webui/print_preview/sticky_settings.cc     const base::DictionaryValue* value =
value              54 chrome/browser/ui/webui/print_preview/sticky_settings.cc     if (value->GetString(printing::kSettingSavePath, &save_path))
value              57 chrome/browser/ui/webui/print_preview/sticky_settings.cc     if (value->GetString(printing::kSettingAppState, &buffer))
value              88 chrome/browser/ui/webui/profiler_ui.cc       LOG(ERROR) << "Couldn't read file: " << file_path.value();
value              43 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc   scoped_ptr<base::Value> value(data.NewValue());
value              44 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc   SendMessage("GlobalInfoUpdated", *value);
value              80 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc                                         const base::Value& value) {
value              84 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc                                    value);
value              46 chrome/browser/ui/webui/quota_internals/quota_internals_handler.h   void SendMessage(const std::string& message, const base::Value& value);
value             114 chrome/browser/ui/webui/sync_internals_message_handler.cc   scoped_ptr<base::DictionaryValue> value(
value             119 chrome/browser/ui/webui/sync_internals_message_handler.cc       *value);
value             142 chrome/browser/ui/webui/sync_internals_message_handler.cc   scoped_ptr<base::DictionaryValue> value =
value             147 chrome/browser/ui/webui/sync_internals_message_handler.cc       *value);
value              49 chrome/browser/ui/webui/sync_setup_handler_unittest.cc MATCHER_P(ModelTypeSetMatches, value, "") { return arg.Equals(value); }
value             170 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc                                                 const base::Value& value) {
value             173 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc   web_ui()->CallJavascriptFunction(func, message_data, value);
value              67 chrome/browser/ui/webui/translate_internals/translate_internals_handler.h   void SendMessageToJs(const std::string& message, const base::Value& value);
value              58 chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc     std::string value;
value              59 chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc     it.value().GetAsString(&value);
value              60 chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc     source->AddString(key, value);
value             123 chrome/browser/upgrade_detector_impl.cc   return !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
value             399 chrome/browser/usb/usb_device_handle.cc     const uint8 request, const uint16 value, const uint16 index,
value             417 chrome/browser/usb/usb_device_handle.cc                             converted_type, request, value, index, length);
value              85 chrome/browser/usb/usb_device_handle.h                                const uint16 value,
value             321 chrome/browser/web_applications/web_app_win.cc       base::win::TaskbarUnpinShortcutLink(j->value().c_str());
value             347 chrome/browser/web_applications/web_app_win.cc     DCHECK_EQ(out_filenames[0].value(), web_app_dir_shortcut.value());
value             412 chrome/browser/web_applications/web_app_win.cc     if (!base::win::TaskbarPinShortcutLink(shortcut_to_pin.value().c_str()))
value             449 chrome/browser/web_applications/web_app_win.cc       base::win::TaskbarPinShortcutLink(shortcut_to_pin.value().c_str());
value             157 chrome/browser/web_resource/notification_promo.cc         base::Value* child_copy = DeepCopyAndResolveStrings(&it.value(),
value             165 chrome/browser/web_resource/notification_promo.cc       std::string value;
value             166 chrome/browser/web_resource/notification_promo.cc       bool rv = node->GetAsString(&value);
value             169 chrome/browser/web_resource/notification_promo.cc       if (!strings || !strings->GetString(value, &actual_value))
value             170 chrome/browser/web_resource/notification_promo.cc         actual_value = value;
value             182 chrome/browser/web_resource/notification_promo.cc                           const std::string& value) {
value             183 chrome/browser/web_resource/notification_promo.cc   *url = net::AppendQueryParameter(*url, param, value);
value             278 chrome/browser/web_resource/notification_promo.cc     iter.value().GetAsString(&promo_text_);
value              49 chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc     base::Value* value(base::JSONReader::Read(json));
value              50 chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc     ASSERT_TRUE(value);
value              52 chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc     value->GetAsDictionary(&dict);
value              86 chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc       std::string value;
value              87 chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc       EXPECT_TRUE(mobile_promo_.action_args()->GetString(i, &value));
value              88 chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc       EXPECT_EQ(value, promo_action_args_[i]);
value             100 chrome/browser/web_resource/promo_resource_service_unittest.cc     base::Value* value(base::JSONReader::Read(json_with_end_date));
value             101 chrome/browser/web_resource/promo_resource_service_unittest.cc     ASSERT_TRUE(value);
value             104 chrome/browser/web_resource/promo_resource_service_unittest.cc     value->GetAsDictionary(&dict);
value             334 chrome/browser/webdata/autocomplete_syncable_service.cc                   autofill_specifics.value().c_str());
value             370 chrome/browser/webdata/autocomplete_syncable_service.cc   autofill->set_value(base::UTF16ToUTF8(entry.key().value()));
value             381 chrome/browser/webdata/autocomplete_syncable_service.cc               base::UTF8ToUTF16(autofill.value()))) {
value             401 chrome/browser/webdata/autocomplete_syncable_service.cc                 change->key().name(), change->key().value(),
value             443 chrome/browser/webdata/autocomplete_syncable_service.cc                            base::UTF16ToUTF8(entry.key().value())));
value             449 chrome/browser/webdata/autocomplete_syncable_service.cc                                                   const std::string& value) {
value             451 chrome/browser/webdata/autocomplete_syncable_service.cc   return prefix + net::EscapePath(name) + "|" + net::EscapePath(value);
value             144 chrome/browser/webdata/autocomplete_syncable_service.h                               const std::string& value);
value             297 chrome/browser/webdata/keyword_table.cc   int64 value = kInvalidTemplateURLID;
value             298 chrome/browser/webdata/keyword_table.cc   meta_table_->GetValue(kDefaultSearchProviderKey, &value);
value             299 chrome/browser/webdata/keyword_table.cc   return value;
value             492 chrome/browser/webdata/keyword_table.cc   scoped_ptr<base::Value> value(json_reader.ReadToValue(s.ColumnString(17)));
value             494 chrome/browser/webdata/keyword_table.cc   if (value.get() && value->GetAsList(&alternate_urls_value)) {
value              78 chrome/common/auto_start_linux.cc                                       std::string* value) {
value              86 chrome/common/auto_start_linux.cc       *value = tokenizer.token().substr(token.length());
value              28 chrome/common/auto_start_linux.h                                     std::string* value);
value              27 chrome/common/child_process_logging_win.cc                                 const base::StringPiece& value) {
value              39 chrome/common/child_process_logging_win.cc                     base::UTF8ToWide(value).data());
value              43 chrome/common/chrome_paths_unittest.cc   EXPECT_EQ(expected_cache_dir.value(), cache_dir.value());
value              51 chrome/common/chrome_paths_unittest.cc   EXPECT_EQ(expected_cache_dir.value(), cache_dir.value());
value              53 chrome/common/chrome_paths_unittest.cc   EXPECT_EQ(test_profile_dir.value(), cache_dir.value());
value              25 chrome/common/chrome_version_info_win.cc         !InstallUtil::IsPerUserInstall(module.value().c_str());
value              48 chrome/common/chrome_version_info_win.cc         !InstallUtil::IsPerUserInstall(module.value().c_str());
value             344 chrome/common/crash_keys.cc     std::string value;
value             346 chrome/common/crash_keys.cc       value = info[i];
value             347 chrome/common/crash_keys.cc     base::debug::SetCrashKeyValue(key, value);
value              45 chrome/common/crash_keys_unittest.cc                                const base::StringPiece& value) {
value              46 chrome/common/crash_keys_unittest.cc     self_->keys_[key.as_string()] = value.as_string();
value              31 chrome/common/custom_handlers/protocol_handler.cc bool ProtocolHandler::IsValidDict(const base::DictionaryValue* value) {
value              32 chrome/common/custom_handlers/protocol_handler.cc   return value->HasKey("protocol") && value->HasKey("url") &&
value              33 chrome/common/custom_handlers/protocol_handler.cc     value->HasKey("title");
value              47 chrome/common/custom_handlers/protocol_handler.cc     const base::DictionaryValue* value) {
value              48 chrome/common/custom_handlers/protocol_handler.cc   if (!IsValidDict(value)) {
value              53 chrome/common/custom_handlers/protocol_handler.cc   value->GetString("protocol", &protocol);
value              54 chrome/common/custom_handlers/protocol_handler.cc   value->GetString("url", &url);
value              55 chrome/common/custom_handlers/protocol_handler.cc   value->GetString("title", &title);
value              25 chrome/common/custom_handlers/protocol_handler.h       const base::DictionaryValue* value);
value              29 chrome/common/custom_handlers/protocol_handler.h   static bool IsValidDict(const base::DictionaryValue* value);
value              36 chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.cc     const base::Value& value,
value              39 chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.cc       BluetoothManifestPermission::FromValue(value, error);
value              37 chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h   static scoped_ptr<BluetoothManifestData> FromValue(const base::Value& value,
value              65 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc     const base::Value& value,
value              68 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc       api::manifest_types::Bluetooth::FromValue(value, error);
value             123 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc bool BluetoothManifestPermission::FromValue(const base::Value* value) {
value             124 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc   if (!value)
value             128 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc       BluetoothManifestPermission::FromValue(*value, &error));
value              33 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h       const base::Value& value,
value              46 chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h   virtual bool FromValue(const base::Value* value) OVERRIDE;
value              82 chrome/common/extensions/api/commands/commands_handler.cc     if (!iter.value().GetAsDictionary(&command)) {
value             138 chrome/common/extensions/api/extension_api_unittest.cc   scoped_ptr<base::DictionaryValue> value(static_cast<base::DictionaryValue*>(
value             140 chrome/common/extensions/api/extension_api_unittest.cc   BaseFeatureProvider api_feature_provider(*value, CreateAPIFeature);
value             234 chrome/common/extensions/api/extension_api_unittest.cc   scoped_ptr<base::DictionaryValue> value(static_cast<base::DictionaryValue*>(
value             236 chrome/common/extensions/api/extension_api_unittest.cc   BaseFeatureProvider api_feature_provider(*value, CreateAPIFeature);
value             241 chrome/common/extensions/api/extension_api_unittest.cc     for (base::DictionaryValue::Iterator iter(*value); !iter.IsAtEnd();
value             306 chrome/common/extensions/api/extension_api_unittest.cc   scoped_ptr<base::DictionaryValue> value(static_cast<base::DictionaryValue*>(
value             308 chrome/common/extensions/api/extension_api_unittest.cc   BaseFeatureProvider api_feature_provider(*value, CreateAPIFeature);
value             313 chrome/common/extensions/api/extension_api_unittest.cc     for (base::DictionaryValue::Iterator iter(*value); !iter.IsAtEnd();
value             765 chrome/common/extensions/api/extension_api_unittest.cc       << "Failed to load: " << manifest_path.value();
value             128 chrome/common/extensions/api/file_handlers/file_handlers_parser.cc     if (iter.value().GetAsDictionary(&handler)) {
value              53 chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc         base::StringPrintf("File does not exist: %s", file.value().c_str());
value              58 chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc     *error = base::StringPrintf("Can't read %s", file.value().c_str());
value             150 chrome/common/extensions/api/url_handlers/url_handlers_parser.cc     if (!iter.value().GetAsDictionary(&handler)) {
value             421 chrome/common/extensions/command.cc       if (iter.value().GetAsString(&suggested_key_string) &&
value              79 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php     function __set($name, $value)
value              83 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php             if (strlen($value = trim($value))) {
value              84 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php                 if (preg_match('#^xri:/*#i', $value, $m)) {
value              85 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php                     $value = substr($value, strlen($m[0]));
value              86 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php                 } elseif (!preg_match('/^(?:[=@+\$!\(]|https?:)/i', $value)) {
value              87 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php                     $value = "http://$value";
value              89 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php                 if (preg_match('#^https?://[^/]+$#i', $value, $m)) {
value              90 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php                     $value .= '/';
value              93 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php             $this->$name = $this->claimed_id = $value;
value              97 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php             $this->trustRoot = trim($value);
value             471 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php             $value = $this->data['openid_' . str_replace('.','_',$item)];
value             472 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php             $params['openid.' . $item] = get_magic_quotes_gpc() ? stripslashes($value) : $value; 
value             506 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php         foreach ($this->data as $key => $value) {
value             520 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php             $attributes[$key] = $value;
value             529 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php         foreach ($this->data as $key => $value) {
value             539 chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/openid.php             $attributes[$sreg_to_ax[$key]] = $value;
value             307 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php   public function set_parameter($name, $value, $allow_duplicates = true) {
value             316 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php       $this->parameters[$name][] = $value;
value             318 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php       $this->parameters[$name] = $value;
value             781 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php       foreach ($headers AS $key => $value) {
value             787 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php         $out[$key] = $value;
value             798 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php       foreach ($_SERVER as $key => $value) {
value             808 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php           $out[$key] = $value;
value             827 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php       $value = isset($split[1]) ? OAuthUtil::urldecode_rfc3986($split[1]) : '';
value             839 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php         $parsed_parameters[$parameter][] = $value;
value             841 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php         $parsed_parameters[$parameter] = $value;
value             860 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php     foreach ($params as $parameter => $value) {
value             861 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php       if (is_array($value)) {
value             865 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php         sort($value, SORT_STRING);
value             866 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php         foreach ($value as $duplicate_value) {
value             870 chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/OAuth.php         $pairs[] = $parameter . '=' . $value;
value              88 chrome/common/extensions/extension_file_util.cc     LOG(ERROR) << "Moving extension from : " << unpacked_source_dir.value()
value              89 chrome/common/extensions/extension_file_util.cc                << " to : " << crx_temp_source.value() << " failed.";
value             112 chrome/common/extensions/extension_file_util.cc     LOG(ERROR) << "Installing extension from : " << crx_temp_source.value()
value             113 chrome/common/extensions/extension_file_util.cc                << " into : " << version_dir.value() << " failed.";
value             307 chrome/common/extensions/extension_file_util.cc       if (it.value().GetAsString(&path))
value             401 chrome/common/extensions/extension_file_util.cc     base::FilePath::StringType filename = file.BaseName().value();
value             430 chrome/common/extensions/extension_file_util.cc       DLOG(WARNING) << "Not a directory: " << temp_path.value();
value             434 chrome/common/extensions/extension_file_util.cc       DLOG(WARNING) << "Can't write to path: " << temp_path.value();
value             443 chrome/common/extensions/extension_file_util.cc     DLOG(WARNING) << "Couldn't create directory: " << temp_path.value();
value              51 chrome/common/extensions/extension_file_util_unittest.cc   ASSERT_EQ(version_1.value(),
value              53 chrome/common/extensions/extension_file_util_unittest.cc                 .value());
value              66 chrome/common/extensions/extension_file_util_unittest.cc   ASSERT_EQ(version_2.value(),
value              68 chrome/common/extensions/extension_file_util_unittest.cc                 .value());
value              81 chrome/common/extensions/extension_file_util_unittest.cc   ASSERT_EQ(version_3.value(),
value              83 chrome/common/extensions/extension_file_util_unittest.cc                 .value());
value             285 chrome/common/extensions/extension_file_util_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             286 chrome/common/extensions/extension_file_util_unittest.cc   value->SetString("name", "test");
value             287 chrome/common/extensions/extension_file_util_unittest.cc   value->SetString("version", "1");
value             288 chrome/common/extensions/extension_file_util_unittest.cc   value->SetInteger("manifest_version", 1);
value             292 chrome/common/extensions/extension_file_util_unittest.cc   value->Set("background.scripts", scripts);
value             297 chrome/common/extensions/extension_file_util_unittest.cc       value.get(), temp.path(), Manifest::UNPACKED, 0, &error);
value             311 chrome/common/extensions/extension_file_util_unittest.cc   extension = LoadExtensionManifest(value.get(), temp.path(),
value             180 chrome/common/extensions/extension_unittest.cc   EXPECT_EQ(extension->path().AppendASCII("test.html").value(),
value             181 chrome/common/extensions/extension_unittest.cc             extension->GetResource("test.html").GetFilePath().value());
value             182 chrome/common/extensions/extension_unittest.cc   EXPECT_EQ(extension->path().AppendASCII("test.js").value(),
value             183 chrome/common/extensions/extension_unittest.cc             extension->GetResource("test.js").GetFilePath().value());
value              61 chrome/common/extensions/features/chrome_channel_feature_filter.cc     const base::DictionaryValue* value) {
value              63 chrome/common/extensions/features/chrome_channel_feature_filter.cc   if (value->GetString(kFeatureChannelKey, &channel_name)) {
value              69 chrome/common/extensions/features/chrome_channel_feature_filter.cc   channel_has_been_set_ |= value->HasKey(kFeatureChannelKey);
value              21 chrome/common/extensions/features/chrome_channel_feature_filter.h   virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
value             254 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc       const base::Value* value;
value             256 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc       if (!js->Get(script_index, &value) || !value->GetAsString(&relative)) {
value             273 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc       const base::Value* value;
value             275 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc       if (!css->Get(script_index, &value) || !value->GetAsString(&relative)) {
value              92 chrome/common/extensions/manifest_handlers/externally_connectable.cc     const base::Value& value,
value              96 chrome/common/extensions/manifest_handlers/externally_connectable.cc       ExternallyConnectable::FromValue(value, error);
value              59 chrome/common/extensions/manifest_handlers/externally_connectable.h       const base::Value& value,
value             137 chrome/common/extensions/manifest_handlers/settings_overrides_handler.cc   virtual bool FromValue(const base::Value* value) OVERRIDE {
value             138 chrome/common/extensions/manifest_handlers/settings_overrides_handler.cc     return value && value->GetAsBoolean(&override_bookmarks_ui_permission_);
value              34 chrome/common/extensions/manifest_handlers/theme_handler.cc       if (iter.value().IsType(base::Value::TYPE_DICTIONARY)) {
value              36 chrome/common/extensions/manifest_handlers/theme_handler.cc         if (iter.value().GetAsDictionary(&inner_value)) {
value              39 chrome/common/extensions/manifest_handlers/theme_handler.cc             if (!inner_iter.value().IsType(base::Value::TYPE_STRING)) {
value              48 chrome/common/extensions/manifest_handlers/theme_handler.cc       } else if (!iter.value().IsType(base::Value::TYPE_STRING)) {
value              70 chrome/common/extensions/manifest_handlers/theme_handler.cc       if (!iter.value().GetAsList(&color_list) ||
value             102 chrome/common/extensions/manifest_handlers/theme_handler.cc     if (!iter.value().GetAsList(&tint_list) ||
value             202 chrome/common/extensions/manifest_handlers/theme_handler.cc         if (iter.value().GetAsString(&val)) {
value              57 chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc   virtual bool FromValue(const base::Value* value) OVERRIDE {
value              58 chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc     return value && value->GetAsBoolean(&override_bookmarks_ui_permission_);
value              33 chrome/common/extensions/manifest_tests/extension_manifest_test.cc       "Couldn't find " << manifest_path.value();
value              45 chrome/common/extensions/manifest_tests/extension_manifest_test.cc       filename_path.value().find(FILE_PATH_LITERAL("localized")) !=
value             116 chrome/common/extensions/manifest_tests/extension_manifest_test.cc   base::DictionaryValue* value = manifest.GetManifest(test_data_dir(), error);
value             117 chrome/common/extensions/manifest_tests/extension_manifest_test.cc   if (!value)
value             122 chrome/common/extensions/manifest_tests/extension_manifest_test.cc   return Extension::Create(path.DirName(), location, *value, flags, error);
value              48 chrome/common/extensions/manifest_unittest.cc                       base::Value* value) {
value              50 chrome/common/extensions/manifest_unittest.cc         manifest->get()->value()->DeepCopy());
value              51 chrome/common/extensions/manifest_unittest.cc     if (value)
value              52 chrome/common/extensions/manifest_unittest.cc       manifest_value->Set(key, value);
value              80 chrome/common/extensions/manifest_unittest.cc   std::string value;
value              81 chrome/common/extensions/manifest_unittest.cc   EXPECT_TRUE(manifest->GetString(keys::kBackgroundPageLegacy, &value));
value              82 chrome/common/extensions/manifest_unittest.cc   EXPECT_EQ("bg.html", value);
value              85 chrome/common/extensions/manifest_unittest.cc   value.clear();
value              86 chrome/common/extensions/manifest_unittest.cc   EXPECT_TRUE(manifest->GetString("unknown_key", &value));
value              87 chrome/common/extensions/manifest_unittest.cc   EXPECT_EQ("foo", value);
value              90 chrome/common/extensions/manifest_unittest.cc   value.clear();
value              93 chrome/common/extensions/manifest_unittest.cc   EXPECT_FALSE(manifest->GetString("background_page", &value));
value              94 chrome/common/extensions/manifest_unittest.cc   EXPECT_EQ("", value);
value             121 chrome/common/extensions/manifest_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             122 chrome/common/extensions/manifest_unittest.cc   value->SetString(keys::kName, "extension");
value             123 chrome/common/extensions/manifest_unittest.cc   value->SetString(keys::kVersion, "1");
value             126 chrome/common/extensions/manifest_unittest.cc       new Manifest(Manifest::INTERNAL, value.Pass()));
value             183 chrome/common/extensions/manifest_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             184 chrome/common/extensions/manifest_unittest.cc   value->SetString(keys::kName, "extension");
value             185 chrome/common/extensions/manifest_unittest.cc   value->SetString(keys::kVersion, "1");
value             188 chrome/common/extensions/manifest_unittest.cc       new Manifest(Manifest::INTERNAL, value.Pass()));
value             298 chrome/common/extensions/manifest_url_handler.cc     if (is_override || !iter.value().GetAsString(&val)) {
value              82 chrome/common/extensions/message_bundle.cc       std::string value;
value              83 chrome/common/extensions/message_bundle.cc       if (!GetMessageValue(message_it.key(), message_it.value(), &value, error))
value              86 chrome/common/extensions/message_bundle.cc       dictionary_[key] = value;
value             134 chrome/common/extensions/message_bundle.cc                                     std::string* value,
value             143 chrome/common/extensions/message_bundle.cc   if (!name_tree->GetString(kMessageKey, value)) {
value             153 chrome/common/extensions/message_bundle.cc   if (!ReplacePlaceholders(placeholders, value, error))
value             182 chrome/common/extensions/message_bundle.cc     if (!it.value().GetAsDictionary(&placeholder)) {
value             263 chrome/common/extensions/message_bundle.cc     std::string value = it->second;
value             267 chrome/common/extensions/message_bundle.cc                      value);
value             270 chrome/common/extensions/message_bundle.cc     beg_index += value.size() - var_begin_delimiter_size;
value             131 chrome/common/extensions/message_bundle.h                        std::string* value,
value             114 chrome/common/extensions/message_bundle_unittest.cc         base::DictionaryValue* value;
value             116 chrome/common/extensions/message_bundle_unittest.cc         dict->GetDictionary("n1.placeholders", &value);
value             117 chrome/common/extensions/message_bundle_unittest.cc         CreateContentTree("x", "X", value);
value              21 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc void CheckFromValue(APIPermission* permission, base::ListValue* value,
value              25 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   EXPECT_EQ(success_expected, permission->FromValue(value, &error, &unhandled));
value              38 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value              39 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value              40 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value              41 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), true);
value              43 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value              44 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value              45 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value              46 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value              47 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value              48 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), true);
value              51 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value              52 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value              53 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), true);
value              56 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value              57 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value              58 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), true);
value              60 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value              61 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value              62 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value              63 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), true);
value              65 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value              66 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value              67 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value              68 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value              69 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), true);
value              72 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value              73 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value              74 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value              75 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), true);
value              77 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value              78 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value              79 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value              80 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value              81 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value              82 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value              83 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value              84 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), true);
value              94 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value              95 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), false);
value              98 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value              99 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             100 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), false);
value             102 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             103 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             104 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), false);
value             106 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             107 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             108 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             109 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             110 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), false);
value             113 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             114 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             115 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             116 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             117 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), false);
value             120 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             121 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             122 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             123 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), false);
value             125 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             126 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             127 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             128 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             129 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             130 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             131 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   CheckFromValue(permission.get(), value.get(), false);
value             143 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value             144 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             145 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString("Unknown");
value             146 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   EXPECT_TRUE(permission->FromValue(value.get(), &error, &unhandled));
value             153 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             154 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString("Unknown1");
value             155 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString("Unknown2");
value             156 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   EXPECT_TRUE(permission->FromValue(value.get(), &error, &unhandled));
value             172 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value             173 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             174 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             175 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value             177 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             178 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             179 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             180 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission2->FromValue(value.get(), NULL, NULL));
value             183 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             184 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             185 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             186 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             187 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission2->FromValue(value.get(), NULL, NULL));
value             190 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             191 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             192 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             193 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value             195 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             196 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             197 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             198 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission2->FromValue(value.get(), NULL, NULL));
value             201 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             202 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             203 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             204 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             205 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value             207 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             208 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             209 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             210 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             211 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission2->FromValue(value.get(), NULL, NULL));
value             224 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value             225 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             226 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             227 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value             229 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             230 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             231 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             232 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             233 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             234 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission2->FromValue(value.get(), NULL, NULL));
value             247 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value             248 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission);
value             249 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             250 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value             257 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             258 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             259 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             260 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kCopyToPermission);
value             261 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value             268 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value.reset(new base::ListValue());
value             269 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kReadPermission);
value             270 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   value->AppendString(MediaGalleriesPermission::kDeletePermission);
value             271 chrome/common/extensions/permissions/media_galleries_permission_unittest.cc   ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value             253 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             254 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(
value             256 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-bind::8080"));
value             257 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8888"));
value             258 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             299 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             300 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(
value             302 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8899"));
value             303 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             314 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             315 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(
value             317 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-bind::8080"));
value             318 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8888"));
value             319 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8899"));
value             320 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             382 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             383 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(
value             385 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-bind::8080"));
value             386 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8888"));
value             387 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             420 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             421 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-bind::8080"));
value             422 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8888"));
value             423 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8899"));
value             424 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             431 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             432 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-bind::8080"));
value             433 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8888"));
value             434 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             495 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             496 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(
value             498 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-bind::8080"));
value             499 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8888"));
value             500 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             521 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             522 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(
value             524 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8899"));
value             525 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             532 chrome/common/extensions/permissions/permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             533 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-bind::8080"));
value             534 chrome/common/extensions/permissions/permission_set_unittest.cc     value->Append(base::Value::CreateStringValue("udp-send-to::8888"));
value             535 chrome/common/extensions/permissions/permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             292 chrome/common/extensions/permissions/socket_permission_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             293 chrome/common/extensions/permissions/socket_permission_unittest.cc     value->AppendString("tcp-connect:*.example.com:80");
value             294 chrome/common/extensions/permissions/socket_permission_unittest.cc     value->AppendString("udp-bind::8080");
value             295 chrome/common/extensions/permissions/socket_permission_unittest.cc     value->AppendString("udp-send-to::8888");
value             296 chrome/common/extensions/permissions/socket_permission_unittest.cc     ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value             316 chrome/common/extensions/permissions/socket_permission_unittest.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value             317 chrome/common/extensions/permissions/socket_permission_unittest.cc   value->AppendString("tcp-connect:*.example.com:80");
value             318 chrome/common/extensions/permissions/socket_permission_unittest.cc   value->AppendString("udp-bind::8080");
value             319 chrome/common/extensions/permissions/socket_permission_unittest.cc   value->AppendString("udp-send-to::8888");
value             320 chrome/common/extensions/permissions/socket_permission_unittest.cc   ASSERT_TRUE(permission1->FromValue(value.get(), NULL, NULL));
value              19 chrome/common/extensions/value_counter.cc ValueCounter::Entry::Entry(const base::Value& value)
value              20 chrome/common/extensions/value_counter.cc     : value_(value.DeepCopy()),
value              35 chrome/common/extensions/value_counter.cc int ValueCounter::Add(const base::Value& value) {
value              36 chrome/common/extensions/value_counter.cc   return AddImpl(value, true);
value              39 chrome/common/extensions/value_counter.cc int ValueCounter::Remove(const base::Value& value) {
value              41 chrome/common/extensions/value_counter.cc     (*it)->value()->GetType();
value              42 chrome/common/extensions/value_counter.cc     if ((*it)->value()->Equals(&value)) {
value              54 chrome/common/extensions/value_counter.cc int ValueCounter::AddIfMissing(const base::Value& value) {
value              55 chrome/common/extensions/value_counter.cc   return AddImpl(value, false);
value              58 chrome/common/extensions/value_counter.cc int ValueCounter::AddImpl(const base::Value& value, bool increment) {
value              60 chrome/common/extensions/value_counter.cc     if ((*it)->value()->Equals(&value))
value              63 chrome/common/extensions/value_counter.cc   entries_.push_back(linked_ptr<Entry>(new Entry(value)));
value              33 chrome/common/extensions/value_counter.h   int Add(const base::Value& value);
value              37 chrome/common/extensions/value_counter.h   int Remove(const base::Value& value);
value              40 chrome/common/extensions/value_counter.h   int AddIfMissing(const base::Value& value);
value              45 chrome/common/extensions/value_counter.h     explicit Entry(const base::Value& value);
value              51 chrome/common/extensions/value_counter.h     const base::Value* value() const { return value_.get(); }
value              62 chrome/common/extensions/value_counter.h   int AddImpl(const base::Value& value, bool increment);
value              15 chrome/common/extensions/value_counter_unittest.cc   base::ListValue value;
value              16 chrome/common/extensions/value_counter_unittest.cc   ASSERT_EQ(1, vc.Add(value));
value              17 chrome/common/extensions/value_counter_unittest.cc   ASSERT_EQ(2, vc.Add(value));
value              30 chrome/common/extensions/value_counter_unittest.cc   base::ListValue value;
value              31 chrome/common/extensions/value_counter_unittest.cc   ASSERT_EQ(1, vc.Add(value));
value              32 chrome/common/extensions/value_counter_unittest.cc   ASSERT_EQ(2, vc.Add(value));
value              33 chrome/common/extensions/value_counter_unittest.cc   ASSERT_EQ(1, vc.Remove(value));
value              34 chrome/common/extensions/value_counter_unittest.cc   ASSERT_EQ(0, vc.Remove(value));
value              39 chrome/common/extensions/value_counter_unittest.cc   base::ListValue value;
value              40 chrome/common/extensions/value_counter_unittest.cc   ASSERT_EQ(1, vc.AddIfMissing(value));
value              41 chrome/common/extensions/value_counter_unittest.cc   ASSERT_EQ(1, vc.AddIfMissing(value));
value             180 chrome/common/importer/firefox_importer_utils.cc     LOG(WARNING) << "Firefox preference file " << path.value() << " is empty.";
value              30 chrome/common/importer/ie_importer_test_registry_overrider_win.cc   std::string value;
value              31 chrome/common/importer/ie_importer_test_registry_overrider_win.cc   bool result = env->GetVar(kTestHKCUOverrideEnvironmentVariable, &value);
value              33 chrome/common/importer/ie_importer_test_registry_overrider_win.cc     *key = base::UTF8ToUTF16(value);
value              15 chrome/common/instant_restricted_id_cache_unittest.cc   explicit TestData(const std::string& i_value) : value(i_value) {}
value              18 chrome/common/instant_restricted_id_cache_unittest.cc     return rhs.value == value;
value              21 chrome/common/instant_restricted_id_cache_unittest.cc   std::string value;
value              26 chrome/common/instant_restricted_id_cache_unittest.cc   *os << data.value;
value             175 chrome/common/logging_chrome.cc     if (::unlink(symlink_path.value().c_str()) == -1) {
value             177 chrome/common/logging_chrome.cc         DPLOG(WARNING) << "Unable to unlink " << symlink_path.value();
value             180 chrome/common/logging_chrome.cc       DPLOG(ERROR) << "Unable to create symlink " << symlink_path.value()
value             181 chrome/common/logging_chrome.cc                    << " pointing at " << target_path.value();
value             185 chrome/common/logging_chrome.cc       DPLOG(ERROR) << "Unable to read symlink " << symlink_path.value();
value             192 chrome/common/logging_chrome.cc   if (::unlink(link_path.value().c_str()) == -1)
value             193 chrome/common/logging_chrome.cc     DPLOG(WARNING) << "Unable to unlink symlink " << link_path.value();
value             194 chrome/common/logging_chrome.cc   if (::unlink(target_path.value().c_str()) == -1)
value             195 chrome/common/logging_chrome.cc     DPLOG(WARNING) << "Unable to unlink log file " << target_path.value();
value             251 chrome/common/logging_chrome.cc   settings.log_file = log_path.value().c_str();
value             253 chrome/common/logging_chrome.cc     DLOG(ERROR) << "Unable to initialize logging to " << log_path.value();
value             303 chrome/common/logging_chrome.cc   settings.log_file = log_path.value().c_str();
value             310 chrome/common/logging_chrome.cc     DPLOG(ERROR) << "Unable to initialize logging to " << log_path.value()
value             311 chrome/common/logging_chrome.cc                 << " (which should be a link to " << target_path.value() << ")";
value             318 chrome/common/logging_chrome.cc     DPLOG(ERROR) << "Unable to initialize logging to " << log_path.value();
value             415 chrome/common/logging_chrome.cc   log_file.open(GetLogFileName().value().c_str());
value              48 chrome/common/mac/mock_launchd.cc   if (chmod(executable->value().c_str(), 0555) != 0) {
value              84 chrome/common/mac/mock_launchd.cc       reinterpret_cast<const UInt8*>(bundle_root->value().c_str());
value              88 chrome/common/mac/mock_launchd.cc                                               bundle_root->value().length(),
value             110 chrome/common/mac/mock_launchd.cc   while (socket_path.value().length() + pipe_suffix.length() >
value             114 chrome/common/mac/mock_launchd.cc   pipe_name_ = socket_path.value() + pipe_suffix;
value             153 chrome/common/mac/mock_launchd.cc       base::SysUTF8ToCFStringRef(file_.value()));
value             172 chrome/common/mac/mock_launchd.cc       base::SysUTF8ToCFStringRef(file_.value()));
value              45 chrome/common/metrics/caching_permuted_entropy_provider.cc   uint16 value = 0;
value              46 chrome/common/metrics/caching_permuted_entropy_provider.cc   if (!FindValue(randomization_seed, &value)) {
value              47 chrome/common/metrics/caching_permuted_entropy_provider.cc     value = PermutedEntropyProvider::GetPermutedValue(randomization_seed);
value              48 chrome/common/metrics/caching_permuted_entropy_provider.cc     AddToCache(randomization_seed, value);
value              50 chrome/common/metrics/caching_permuted_entropy_provider.cc   return value;
value              74 chrome/common/metrics/caching_permuted_entropy_provider.cc                                                 uint16 value) const {
value              91 chrome/common/metrics/caching_permuted_entropy_provider.cc   entry->set_value(value);
value              97 chrome/common/metrics/caching_permuted_entropy_provider.cc                                                uint16* value) const {
value             100 chrome/common/metrics/caching_permuted_entropy_provider.cc       *value = cache_.entry(i).value();
value              50 chrome/common/metrics/caching_permuted_entropy_provider.h   void AddToCache(uint32 randomization_seed, uint16 value) const;
value              54 chrome/common/metrics/caching_permuted_entropy_provider.h   bool FindValue(uint32 randomization_seed, uint16* value) const;
value              72 chrome/common/metrics/metrics_log_base.cc uint64 MetricsLogBase::Hash(const std::string& value) {
value              73 chrome/common/metrics/metrics_log_base.cc   uint64 hash = metrics::HashMetricName(value);
value              81 chrome/common/metrics/metrics_log_base.cc   DVLOG(1) << "Metrics: Hash numeric [" << value << "]=[" << hash << "]";
value              45 chrome/common/metrics/metrics_log_base.h   static uint64 Hash(const std::string& value);
value              31 chrome/common/metrics/variations/experiment_labels.cc   const base::string16 value = base::IntToString16(id);
value              32 chrome/common/metrics/variations/experiment_labels.cc   DCHECK_LE(value.size(), 8U);
value              35 chrome/common/metrics/variations/experiment_labels.cc   label += value;
value              24 chrome/common/multi_process_lock_unittest.cc                               const std::string &value)
value              26 chrome/common/multi_process_lock_unittest.cc       environment_->SetVar(name_.c_str(), value);
value              29 chrome/common/net/net_resource_provider.cc     base::DictionaryValue value;
value              30 chrome/common/net/net_resource_provider.cc     value.SetString("header",
value              32 chrome/common/net/net_resource_provider.cc     value.SetString("parentDirText",
value              34 chrome/common/net/net_resource_provider.cc     value.SetString("headerName",
value              36 chrome/common/net/net_resource_provider.cc     value.SetString("headerSize",
value              38 chrome/common/net/net_resource_provider.cc     value.SetString("headerDateModified",
value              40 chrome/common/net/net_resource_provider.cc     value.SetString("listingParsingErrorBoxText",
value              43 chrome/common/net/net_resource_provider.cc     value.SetString("textdirection", base::i18n::IsRTL() ? "rtl" : "ltr");
value              47 chrome/common/net/net_resource_provider.cc         &value);
value              96 chrome/common/net/url_fixer_upper.cc   base::TrimWhitespace(text.value(), base::TRIM_ALL, output);
value              99 chrome/common/net/url_fixer_upper.cc   TrimWhitespaceUTF8(text.value(), base::TRIM_ALL, output);
value             635 chrome/common/net/url_fixer_upper.cc   std::string text_utf8 = base::WideToUTF8(text.value());
value             637 chrome/common/net/url_fixer_upper.cc   std::string text_utf8 = text.value();
value             205 chrome/common/net/url_fixer_upper_unittest.cc     SegmentCase value = segment_cases[i];
value             206 chrome/common/net/url_fixer_upper_unittest.cc     result = URLFixerUpper::SegmentURL(value.input, &parts);
value             207 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.result, result);
value             208 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.scheme, parts.scheme);
value             209 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.username, parts.username);
value             210 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.password, parts.password);
value             211 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.host, parts.host);
value             212 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.port, parts.port);
value             213 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.path, parts.path);
value             214 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.query, parts.query);
value             215 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.ref, parts.ref);
value             244 chrome/common/net/url_fixer_upper_unittest.cc   return base::FilePath::CompareEqualIgnoreCase(derived_path.value(),
value             245 chrome/common/net/url_fixer_upper_unittest.cc                                           full_file_path.value());
value             330 chrome/common/net/url_fixer_upper_unittest.cc     FixupCase value = fixup_cases[i];
value             331 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.output, URLFixerUpper::FixupURL(value.input,
value             332 chrome/common/net/url_fixer_upper_unittest.cc         value.desired_tld).possibly_invalid_spec())
value             333 chrome/common/net/url_fixer_upper_unittest.cc         << "input: " << value.input;
value             358 chrome/common/net/url_fixer_upper_unittest.cc     FixupCase value = tld_cases[i];
value             359 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.output, URLFixerUpper::FixupURL(value.input,
value             360 chrome/common/net/url_fixer_upper_unittest.cc         value.desired_tld).possibly_invalid_spec());
value             382 chrome/common/net/url_fixer_upper_unittest.cc   GURL fixedup(URLFixerUpper::FixupURL(base::WideToUTF8(original.value()),
value             385 chrome/common/net/url_fixer_upper_unittest.cc   GURL fixedup(URLFixerUpper::FixupURL(original.value(), std::string()));
value             392 chrome/common/net/url_fixer_upper_unittest.cc   std::string cur(base::WideToUTF8(original.value()));
value             476 chrome/common/net/url_fixer_upper_unittest.cc     FixupCase value = fixup_cases[i];
value             477 chrome/common/net/url_fixer_upper_unittest.cc     base::FilePath input = base::FilePath::FromUTF8Unsafe(value.input);
value             478 chrome/common/net/url_fixer_upper_unittest.cc     EXPECT_EQ(value.output,
value             515 chrome/common/net/url_fixer_upper_unittest.cc   base::FilePath::StringType relative_file_str = sub_dir.value() +
value             516 chrome/common/net/url_fixer_upper_unittest.cc       FILE_PATH_LITERAL("/") + sub_file.value();
value             524 chrome/common/net/url_fixer_upper_unittest.cc   relative_file_str = sub_dir.value() + FILE_PATH_LITERAL("/../") +
value             525 chrome/common/net/url_fixer_upper_unittest.cc       sub_dir.value() + FILE_PATH_LITERAL("///./") + sub_file.value();
value              86 chrome/common/net/x509_certificate_model.h   std::string value;
value              71 chrome/common/net/x509_certificate_model_nss.cc                                 &extension->value);
value             293 chrome/common/net/x509_certificate_model_nss.cc       extension.value = ProcessExtension(
value              29 chrome/common/net/x509_certificate_model_openssl.cc     std::string value;
value              30 chrome/common/net/x509_certificate_model_openssl.cc     if (!x509_util::ParsePrincipalKeyAndValueByIndex(name, i, &key, &value))
value              34 chrome/common/net/x509_certificate_model_openssl.cc     ret += value;
value              61 chrome/common/render_messages.h   ChromeViewHostMsg_GetPluginInfo_Status() : value(kAllowed) {}
value              63 chrome/common/render_messages.h   Value value;
value             120 chrome/common/render_messages.h IPC_STRUCT_TRAITS_MEMBER(value)
value              38 chrome/common/safe_browsing/zip_analyzer.cc         VLOG(2) << "Downloaded a zipped executable: " << file.value();
value              43 chrome/common/safe_browsing/zip_analyzer.cc       VLOG(3) << "Ignoring non-binary file: " << file.value();
value             108 chrome/common/service_process_util.cc   std::string user_data_dir_path = base::WideToUTF8(user_data_dir.value());
value             110 chrome/common/service_process_util.cc   std::string user_data_dir_path = user_data_dir.value();
value              57 chrome/common/service_process_util_linux.cc   std::string pipe_path = temp_dir.Append(pipe_name).value();
value             127 chrome/common/service_process_util_unittest.cc   base::string16 value;
value             130 chrome/common/service_process_util_unittest.cc                                                 &value));
value             131 chrome/common/service_process_util_unittest.cc   autorun_command_line.reset(new CommandLine(CommandLine::FromString(value)));
value             163 chrome/common/service_process_util_unittest.cc                                                  &value));
value             312 chrome/common/service_process_util_unittest.cc   EXPECT_EQ(chmod(from.value().c_str(), mode), 0);
value             331 chrome/common/service_process_util_unittest.cc   EXPECT_TRUE(base::mac::FSRefFromPath(src.value(), &path_ref));
value             398 chrome/common/service_process_util_unittest.cc   ASSERT_TRUE(base::mac::FSRefFromPath(bundle_path().value(), &bundle_ref));
value              44 chrome/common/service_process_util_win.cc   std::string scoped_name = base::WideToUTF8(user_data_dir.value());
value             192 chrome/installer/gcapi/gcapi.cc         DWORD value = FormatDateOffsetByMonths(6);
value             193 chrome/installer/gcapi/gcapi.cc         ::RegSetValueEx(key, company, 0, REG_DWORD, (LPBYTE)&value,
value             213 chrome/installer/gcapi/gcapi.cc   DWORD value;
value             215 chrome/installer/gcapi/gcapi.cc       key.ReadValueDW(kC1FKey, &value) == ERROR_SUCCESS &&
value             216 chrome/installer/gcapi/gcapi.cc       value == static_cast<DWORD>(1);
value             508 chrome/installer/gcapi/gcapi.cc     if (SUCCEEDED(ipl->LaunchCmdLine(chrome_exe_path.value().c_str())))
value             514 chrome/installer/gcapi/gcapi.cc     ret = base::LaunchProcess(chrome_exe_path.value(),
value              56 chrome/installer/launcher_support/chrome_launcher_support.cc                          base::string16* value) {
value              65 chrome/installer/launcher_support/chrome_launcher_support.cc     if (reg_key.ReadValue(value_name, value) == ERROR_SUCCESS) {
value             147 chrome/installer/launcher_support/chrome_launcher_support.cc         L"\"" + setup_exe.value() + L"\" " + uninstall_arguments);
value              30 chrome/installer/mini_installer/decompress_test.cc   EXPECT_TRUE(mini_installer::Expand(source_path.value().c_str(),
value              31 chrome/installer/mini_installer/decompress_test.cc                                      dest_path.value().c_str()));
value              35 chrome/installer/mini_installer/decompress_test.cc   EXPECT_TRUE(GetBinaryType(dest_path.value().c_str(), &type));
value              69 chrome/installer/mini_installer/mini_installer.cc                  wchar_t* value,
value              74 chrome/installer/mini_installer/mini_installer.cc   LONG WriteValue(const wchar_t* value_name, const wchar_t* value);
value              92 chrome/installer/mini_installer/mini_installer.cc                        wchar_t* value,
value              97 chrome/installer/mini_installer/mini_installer.cc                                   reinterpret_cast<BYTE*>(value),
value             103 chrome/installer/mini_installer/mini_installer.cc       *value = L'\0';
value             104 chrome/installer/mini_installer/mini_installer.cc     } else if (value[byte_length/sizeof(wchar_t) - 1] != L'\0') {
value             106 chrome/installer/mini_installer/mini_installer.cc         value[byte_length / sizeof(wchar_t)] = L'\0';
value             114 chrome/installer/mini_installer/mini_installer.cc LONG RegKey::WriteValue(const wchar_t* value_name, const wchar_t* value) {
value             116 chrome/installer/mini_installer/mini_installer.cc                          reinterpret_cast<const BYTE*>(value),
value             117 chrome/installer/mini_installer/mini_installer.cc                          (lstrlen(value) + 1) * sizeof(wchar_t));
value             131 chrome/installer/mini_installer/mini_installer.cc                            const wchar_t *value_name, wchar_t *value,
value             136 chrome/installer/mini_installer/mini_installer.cc       key.ReadValue(value_name, value, size) == ERROR_SUCCESS) {
value             167 chrome/installer/mini_installer/mini_installer.cc   StackString<128> value;
value             185 chrome/installer/mini_installer/mini_installer.cc       ret = key.ReadValue(kApRegistryValueName, value.get(), value.capacity());
value             188 chrome/installer/mini_installer/mini_installer.cc            FindTagInStr(value.get(), kMultiInstallTag, NULL))) {
value             204 chrome/installer/mini_installer/mini_installer.cc     value.clear();
value             205 chrome/installer/mini_installer/mini_installer.cc     ret = key.ReadValue(kApRegistryValueName, value.get(), value.capacity());
value             215 chrome/installer/mini_installer/mini_installer.cc       value.clear();
value             217 chrome/installer/mini_installer/mini_installer.cc     if (!StrEndsWith(value.get(), kFullInstallerSuffix) &&
value             218 chrome/installer/mini_installer/mini_installer.cc         value.append(kFullInstallerSuffix)) {
value             219 chrome/installer/mini_installer/mini_installer.cc       key.WriteValue(kApRegistryValueName, value.get());
value             740 chrome/installer/mini_installer/mini_installer.cc   wchar_t value[2] = {0};
value             742 chrome/installer/mini_installer/mini_installer.cc                             kCleanupRegistryValueName, value,
value             743 chrome/installer/mini_installer/mini_installer.cc                             arraysize(value)) &&
value             744 chrome/installer/mini_installer/mini_installer.cc       value[0] == L'0') {
value              44 chrome/installer/setup/archive_patch_helper.cc   int32 lzma_result = LzmaUtil::UnPackArchive(compressed_archive_.value(),
value              45 chrome/installer/setup/archive_patch_helper.cc                                               working_directory_.value(),
value              63 chrome/installer/setup/archive_patch_helper.cc       courgette::ApplyEnsemblePatch(patch_source_.value().c_str(),
value              64 chrome/installer/setup/archive_patch_helper.cc                                     last_uncompressed_file_.value().c_str(),
value              65 chrome/installer/setup/archive_patch_helper.cc                                     target_.value().c_str());
value              70 chrome/installer/setup/archive_patch_helper.cc       << "Failed to apply patch " << last_uncompressed_file_.value()
value              71 chrome/installer/setup/archive_patch_helper.cc       << " to file " << patch_source_.value()
value              72 chrome/installer/setup/archive_patch_helper.cc       << " and generating file " << target_.value()
value              87 chrome/installer/setup/archive_patch_helper.cc   int result = ApplyBinaryPatch(patch_source_.value().c_str(),
value              88 chrome/installer/setup/archive_patch_helper.cc                                 last_uncompressed_file_.value().c_str(),
value              89 chrome/installer/setup/archive_patch_helper.cc                                 target_.value().c_str());
value              94 chrome/installer/setup/archive_patch_helper.cc       << "Failed to apply patch " << last_uncompressed_file_.value()
value              95 chrome/installer/setup/archive_patch_helper.cc       << " to file " << patch_source_.value()
value              96 chrome/installer/setup/archive_patch_helper.cc       << " and generating file " << target_.value()
value             103 chrome/installer/setup/install.cc   message.append(UTF16ToUTF8(properties.target.value()));
value             155 chrome/installer/setup/install.cc             << prefs_source_path.value() << " gle: " << ::GetLastError();
value             316 chrome/installer/setup/install.cc             << installer::kVisualElementsManifest << " to " << src_path.value();
value             356 chrome/installer/setup/install.cc               << " to " << src_path.value();
value             360 chrome/installer/setup/install.cc                   << " to " << src_path.value();
value             486 chrome/installer/setup/install.cc       installer_state.target_path().Append(installer::kChromeExe).value());
value             153 chrome/installer/setup/install_unittest.cc         user_start_menu_shortcut_.value().c_str());
value             155 chrome/installer/setup/install_unittest.cc         system_start_menu_shortcut_.value().c_str());
value             138 chrome/installer/setup/install_worker.cc     install_list->AddCopyTreeWorkItem(setup_path.value(), exe_dst.value(),
value             139 chrome/installer/setup/install_worker.cc                                       temp_path.value(), WorkItem::ALWAYS);
value             147 chrome/installer/setup/install_worker.cc         setup_path.value(), active_setup_exe.value(), temp_path.value(),
value             165 chrome/installer/setup/install_worker.cc         install_list->AddMoveTreeWorkItem(archive_path.value(),
value             166 chrome/installer/setup/install_worker.cc                                           archive_dst.value(),
value             167 chrome/installer/setup/install_worker.cc                                           temp_path.value(),
value             174 chrome/installer/setup/install_worker.cc         install_list->AddCopyTreeWorkItem(archive_path.value(),
value             175 chrome/installer/setup/install_worker.cc                                           archive_dst.value(),
value             176 chrome/installer/setup/install_worker.cc                                           temp_path.value(),
value             411 chrome/installer/setup/install_worker.cc             << uninstall_link.value();
value             458 chrome/installer/setup/install_worker.cc         src_path.Append(installer::kChromeExe).value(),
value             459 chrome/installer/setup/install_worker.cc         new_chrome_exe.value(),
value             460 chrome/installer/setup/install_worker.cc         temp_path.value(),
value             464 chrome/installer/setup/install_worker.cc         src_path.Append(installer::kChromeExe).value(),
value             465 chrome/installer/setup/install_worker.cc         target_path.Append(installer::kChromeExe).value(),
value             466 chrome/installer/setup/install_worker.cc         temp_path.value(),
value             468 chrome/installer/setup/install_worker.cc         new_chrome_exe.value());
value             479 chrome/installer/setup/install_worker.cc         src_path.Append(installer::kWowHelperExe).value(),
value             480 chrome/installer/setup/install_worker.cc         target_path.Append(installer::kWowHelperExe).value(),
value             481 chrome/installer/setup/install_worker.cc         temp_path.value(),
value             491 chrome/installer/setup/install_worker.cc         src_path.Append(installer::kVisualElementsManifest).value(),
value             492 chrome/installer/setup/install_worker.cc         target_path.Append(installer::kVisualElementsManifest).value(),
value             493 chrome/installer/setup/install_worker.cc         temp_path.value(),
value             512 chrome/installer/setup/install_worker.cc       src_path.AppendASCII(new_version.GetString()).value(),
value             513 chrome/installer/setup/install_worker.cc       target_path.AppendASCII(new_version.GetString()).value(),
value             514 chrome/installer/setup/install_worker.cc       temp_path.value(),
value             646 chrome/installer/setup/install_worker.cc       installer::kUninstallStringField, installer_path.value(), true);
value             669 chrome/installer/setup/install_worker.cc                                          install_path.value(),
value             674 chrome/installer/setup/install_worker.cc         install_path.Append(dist->GetIconFilename()).value(),
value            1116 chrome/installer/setup/install_worker.cc         src_path.Append(installer::kChromeAppHostExe).value(),
value            1117 chrome/installer/setup/install_worker.cc         target_path.Append(installer::kChromeAppHostExe).value(),
value            1118 chrome/installer/setup/install_worker.cc         temp_path.value(),
value            1196 chrome/installer/setup/install_worker.cc           dll_path.value(), do_register, !system_level);
value            1261 chrome/installer/setup/install_worker.cc     command.append(delegate_execute.value()).append(1, L'"');
value            1272 chrome/installer/setup/install_worker.cc                                  delegate_execute.value(), true);
value             112 chrome/installer/setup/setup_main.cc                  << compressed_archive.value() << " not found.";
value             240 chrome/installer/setup/setup_main.cc                        .Append(installer::kInstallTempDir).value();
value             245 chrome/installer/setup/setup_main.cc   install_list->AddMoveTreeWorkItem(chrome_exe.value(),
value             246 chrome/installer/setup/setup_main.cc                                     chrome_old_exe.value(),
value             247 chrome/installer/setup/setup_main.cc                                     temp_path.path().value(),
value             249 chrome/installer/setup/setup_main.cc   install_list->AddMoveTreeWorkItem(chrome_new_exe.value(),
value             250 chrome/installer/setup/setup_main.cc                                     chrome_exe.value(),
value             251 chrome/installer/setup/setup_main.cc                                     temp_path.path().value(),
value             281 chrome/installer/setup/setup_main.cc   VLOG(1) << "Deleting temporary directory " << temp_path.path().value();
value             624 chrome/installer/setup/setup_main.cc   VLOG(1) << "Created path " << temp_path->path().value();
value             790 chrome/installer/setup/setup_main.cc     VLOG(1) << "Installing to " << installer_state->target_path().value();
value             807 chrome/installer/setup/setup_main.cc                  << prefs_path.value()
value             952 chrome/installer/setup/setup_main.cc           chrome_dist, ShellUtil::CURRENT_USER, chrome_exe.value(), true);
value             954 chrome/installer/setup/setup_main.cc       ShellUtil::ShowMakeChromeDefaultSystemUI(chrome_dist, chrome_exe.value());
value             957 chrome/installer/setup/setup_main.cc     LOG(ERROR) << "Path not found: " << chrome_exe.value();
value             991 chrome/installer/setup/setup_main.cc       VLOG(1) << "Opening archive " << compressed_archive.value();
value            1002 chrome/installer/setup/setup_main.cc         LOG(WARNING) << "Scheduling temporary path " << temp_path.path().value()
value            1320 chrome/installer/setup/setup_main.cc           temp_directory.value(), NULL, NULL, NULL,
value            1428 chrome/installer/setup/setup_main.cc               << archive_helper->compressed_archive().value();
value            1460 chrome/installer/setup/setup_main.cc   if (LzmaUtil::UnPackArchive(uncompressed_archive.value(),
value            1461 chrome/installer/setup/setup_main.cc                               unpack_path.value(),
value            1470 chrome/installer/setup/setup_main.cc   VLOG(1) << "unpacked to " << unpack_path.value();
value            1586 chrome/installer/setup/setup_main.cc           chrome_exe = installer_state.target_path().Append(kChromeExe).value();
value            1682 chrome/installer/setup/setup_main.cc   VLOG(1) << "Deleting temporary directory " << temp_path.path().value();
value             100 chrome/installer/setup/setup_util.cc   VLOG(1) << "Applying Courgette patch " << patch.value()
value             101 chrome/installer/setup/setup_util.cc           << " to file " << src.value()
value             102 chrome/installer/setup/setup_util.cc           << " and generating file " << dest.value();
value             108 chrome/installer/setup/setup_util.cc       courgette::ApplyEnsemblePatch(src.value().c_str(),
value             109 chrome/installer/setup/setup_util.cc                                     patch.value().c_str(),
value             110 chrome/installer/setup/setup_util.cc                                     dest.value().c_str());
value             115 chrome/installer/setup/setup_util.cc       << "Failed to apply Courgette patch " << patch.value()
value             116 chrome/installer/setup/setup_util.cc       << " to file " << src.value() << " and generating file " << dest.value()
value             125 chrome/installer/setup/setup_util.cc   VLOG(1) << "Applying bsdiff patch " << patch.value()
value             126 chrome/installer/setup/setup_util.cc           << " to file " << src.value()
value             127 chrome/installer/setup/setup_util.cc           << " and generating file " << dest.value();
value             137 chrome/installer/setup/setup_util.cc       << "Failed to apply bsdiff patch " << patch.value()
value             138 chrome/installer/setup/setup_util.cc       << " to file " << src.value() << " and generating file " << dest.value()
value             145 chrome/installer/setup/setup_util.cc   VLOG(1) << "Looking for Chrome version folder under " << chrome_path.value();
value             156 chrome/installer/setup/setup_util.cc     VLOG(1) << "directory found: " << find_data.GetName().value();
value             159 chrome/installer/setup/setup_util.cc         new Version(base::UTF16ToASCII(find_data.GetName().value())));
value             218 chrome/installer/setup/setup_util.cc     size = (path.value().length() + 1) * sizeof(path.value()[0]);
value             224 chrome/installer/setup/setup_util.cc           pi.hProcess, mem, path.value().c_str(),
value             225 chrome/installer/setup/setup_util.cc           (path.value().size() + 1) * sizeof(path.value()[0]), &written);
value             401 chrome/installer/setup/setup_util.cc                 << " to channel: " << channel_info.value();
value             419 chrome/installer/setup/setup_util.cc               << " to channel: " << channel_info.value();
value             375 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(GetProductVersionArchivePath().value(), patch_source.value());
value             385 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(GetMaxVersionArchivePath().value(), patch_source.value());
value             391 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(GetMaxVersionArchivePath().value(), patch_source.value());
value             403 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(base::FilePath::StringType(), patch_source.value());
value             481 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(L"2.0-dev", chrome_frame.channel().value());
value             486 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(L"2.0-dev-multi", binaries.channel().value());
value              71 chrome/installer/setup/uninstall.cc       LOG(ERROR) << "Failed to delete temp dir " << temp_path.value();
value              98 chrome/installer/setup/uninstall.cc           google_update::kRegApField, channel_info.value(), true);
value             106 chrome/installer/setup/uninstall.cc           << channel_info.value();
value             127 chrome/installer/setup/uninstall.cc   channel_info.set_value(product_state->channel().value());
value             249 chrome/installer/setup/uninstall.cc     VLOG(1) << "Deleting installer path " << to_delete.value();
value             251 chrome/installer/setup/uninstall.cc       LOG(ERROR) << "Failed to delete path: " << to_delete.value();
value             364 chrome/installer/setup/uninstall.cc                << parent_dir.value();
value             370 chrome/installer/setup/uninstall.cc                  << grandparent_dir.value();
value             386 chrome/installer/setup/uninstall.cc   LOG(ERROR) << "Failed to delete folder: " << path.value();
value             419 chrome/installer/setup/uninstall.cc   VLOG(1) << "Deleting user profile " << user_data_dir.value();
value             422 chrome/installer/setup/uninstall.cc                << user_data_dir.value();
value             475 chrome/installer/setup/uninstall.cc   VLOG(1) << "Changing current directory to: " << tmp_dir.value();
value             484 chrome/installer/setup/uninstall.cc                  << setup_file.BaseName().value();
value             488 chrome/installer/setup/uninstall.cc     VLOG(1) << "Attempting to move " << setup_file.BaseName().value() << " to: "
value             489 chrome/installer/setup/uninstall.cc             << temp_file.value();
value             491 chrome/installer/setup/uninstall.cc       PLOG(ERROR) << "Failed to move " << setup_file.BaseName().value()
value             492 chrome/installer/setup/uninstall.cc                   << " to " << temp_file.value();
value             522 chrome/installer/setup/uninstall.cc     LOG(ERROR) << "Failed to delete path: " << app_host_exe.value();
value             554 chrome/installer/setup/uninstall.cc     if (to_delete.BaseName().value() == installer::kChromeAppHostExe)
value             563 chrome/installer/setup/uninstall.cc     VLOG(1) << "Deleting install path " << to_delete.value();
value             565 chrome/installer/setup/uninstall.cc       LOG(ERROR) << "Failed to delete path (1st try): " << to_delete.value();
value             582 chrome/installer/setup/uninstall.cc                      << to_delete.value();
value             823 chrome/installer/setup/uninstall.cc                           registry_hive_file.value().c_str());
value            1060 chrome/installer/setup/uninstall.cc       installer_state.target_path().Append(installer::kChromeExe).value());
value              82 chrome/installer/test/alternate_version_generator.cc                   << directory_.value() << "\"";
value             122 chrome/installer/test/alternate_version_generator.cc   explicit ChromeVersion(ULONGLONG value) : version_(value) { }
value             130 chrome/installer/test/alternate_version_generator.cc   void set_value(ULONGLONG value) { version_ = value; }
value             368 chrome/installer/test/alternate_version_generator.cc     LOG(WARNING) << "Failed to open \"" << image_file.value() << "\"."
value             389 chrome/installer/test/alternate_version_generator.cc     PLOG(DFATAL) << "Failed to open \"" << image_file.value() << "\"";
value             407 chrome/installer/test/alternate_version_generator.cc     ctx->new_version.set_value(ctx->current_version.value() + incrementer);
value             490 chrome/installer/test/alternate_version_generator.cc       .append(Get7zaPath().Append(&k7zaExe[0]).value())
value             492 chrome/installer/test/alternate_version_generator.cc       .append(output_file.value())
value             494 chrome/installer/test/alternate_version_generator.cc       .append(input_path.value())
value             501 chrome/installer/test/alternate_version_generator.cc     LOG(DFATAL) << Get7zaPath().Append(&k7zaExe[0]).value()
value             503 chrome/installer/test/alternate_version_generator.cc                 << " while creating " << output_file.value();
value             527 chrome/installer/test/alternate_version_generator.cc     LOG(DFATAL) << "Failed copying \"" << original_installer_path.value()
value             528 chrome/installer/test/alternate_version_generator.cc                 << "\" to \"" << mini_installer.value() << "\"";
value             551 chrome/installer/test/alternate_version_generator.cc       LOG(DFATAL) << "Failed writing \"" << setup_ex_.value() << "\"";
value             563 chrome/installer/test/alternate_version_generator.cc       LOG(DFATAL) << "Failed writing \"" << chrome_packed_7z.value() << "\"";
value             574 chrome/installer/test/alternate_version_generator.cc     .append(setup_ex_.value())
value             576 chrome/installer/test/alternate_version_generator.cc     .append(setup_exe.value())
value             588 chrome/installer/test/alternate_version_generator.cc   if (LzmaUtil::UnPackArchive(chrome_packed_7z.value(),
value             589 chrome/installer/test/alternate_version_generator.cc                               work_dir.directory().value(),
value             591 chrome/installer/test/alternate_version_generator.cc     LOG(DFATAL) << "Failed unpacking \"" << chrome_packed_7z.value() << "\"";
value             596 chrome/installer/test/alternate_version_generator.cc   if (LzmaUtil::UnPackArchive(chrome_7z_name, work_dir.directory().value(),
value             627 chrome/installer/test/alternate_version_generator.cc       .append(work_dir.directory().value())
value             629 chrome/installer/test/alternate_version_generator.cc       .append(setup_exe.value());
value             659 chrome/installer/test/alternate_version_generator.cc     LOG(DFATAL) << "Failed reading version from \"" << original_file.value()
value             667 chrome/installer/test/alternate_version_generator.cc                 << original_file.value() << "\"";
value             682 chrome/installer/test/alternate_version_generator.cc     LOG(DFATAL) << "Failed copying \"" << original_file.value()
value             683 chrome/installer/test/alternate_version_generator.cc                 << "\" to \"" << target_file.value() << "\"";
value             689 chrome/installer/test/alternate_version_generator.cc     LOG(DFATAL) << "Failed reading version from \"" << target_file.value()
value              66 chrome/installer/test/alternate_version_generator_main.cc     fwprintf(stderr, L"%s: %s", cmd_line.GetProgram().value().c_str(),
value              91 chrome/installer/test/alternate_version_generator_main.cc            cmd_line.GetProgram().value().c_str());
value             145 chrome/installer/test/alternate_version_generator_main.cc               mini_installer.value());
value             152 chrome/installer/test/alternate_version_generator_main.cc     DumpUsage(*cmd_line, errors::OUT_FILE_EXISTS, out.value());
value             168 chrome/installer/test/alternate_version_generator_main.cc   DumpUsage(*cmd_line, errors::GENERATION_FAILED, mini_installer.value());
value              64 chrome/installer/test/resource_loader.cc   module_ = LoadLibraryEx(pe_image_path.value().c_str(), NULL,
value              68 chrome/installer/test/resource_loader.cc       << "Failed loading \"" << pe_image_path.value() << "\"";
value              28 chrome/installer/test/resource_updater.cc   handle_ = BeginUpdateResource(pe_image_path.value().c_str(), FALSE);
value              31 chrome/installer/test/resource_updater.cc       << "BeginUpdateResource failed on \"" << pe_image_path.value() << "\"";
value              52 chrome/installer/test/resource_updater.cc     PLOG(DFATAL) << "Failed mapping \"" << input_file.value() << "\"";
value              66 chrome/installer/tools/validate_installation_main.cc   settings.log_file = log_file_path_.value().c_str();
value              61 chrome/installer/util/app_command.cc     DWORD value = 0;  // Set default to false.
value              63 chrome/installer/util/app_command.cc     key.ReadValueDW(kNameBoolVars[i].name, &value);
value              64 chrome/installer/util/app_command.cc     this->*(kNameBoolVars[i].data) = (value != 0);
value              96 chrome/installer/util/auto_launch_util.cc   if (autolaunch.find(chrome_exe.value()) == base::string16::npos)
value             126 chrome/installer/util/auto_launch_util.cc   base::string16 value;
value             127 chrome/installer/util/auto_launch_util.cc   if (base::win::ReadCommandFromAutoRun(HKEY_CURRENT_USER, chromium, &value)) {
value             128 chrome/installer/util/auto_launch_util.cc     if (value.find(ASCIIToUTF16(switches::kNoStartupWindow)) !=
value             185 chrome/installer/util/auto_launch_util.cc     cmd_line += path.value();
value             204 chrome/installer/util/auto_launch_util.cc             command_line.GetSwitchValuePath(switches::kUserDataDir).value();
value             194 chrome/installer/util/channel_info.cc bool ChannelInfo::SetChrome(bool value) {
value             195 chrome/installer/util/channel_info.cc   return SetModifier(MOD_CHROME, value, &value_);
value             202 chrome/installer/util/channel_info.cc bool ChannelInfo::SetChromeFrame(bool value) {
value             203 chrome/installer/util/channel_info.cc   return SetModifier(MOD_CHROME_FRAME, value, &value_);
value             210 chrome/installer/util/channel_info.cc bool ChannelInfo::SetAppLauncher(bool value) {
value             213 chrome/installer/util/channel_info.cc   bool changed_app_launcher = SetModifier(MOD_APP_LAUNCHER, value, &value_);
value             221 chrome/installer/util/channel_info.cc bool ChannelInfo::SetMultiInstall(bool value) {
value             222 chrome/installer/util/channel_info.cc   return SetModifier(MOD_MULTI_INSTALL, value, &value_);
value             229 chrome/installer/util/channel_info.cc bool ChannelInfo::SetReadyMode(bool value) {
value             230 chrome/installer/util/channel_info.cc   return SetModifier(MOD_READY_MODE, value, &value_);
value             275 chrome/installer/util/channel_info.cc bool ChannelInfo::SetFullSuffix(bool value) {
value             276 chrome/installer/util/channel_info.cc   return SetModifier(SFX_FULL, value, &value_);
value             283 chrome/installer/util/channel_info.cc bool ChannelInfo::SetMultiFailSuffix(bool value) {
value             284 chrome/installer/util/channel_info.cc   return SetModifier(SFX_MULTI_FAIL, value, &value_);
value             287 chrome/installer/util/channel_info.cc bool ChannelInfo::SetMigratingSuffix(bool value) {
value             288 chrome/installer/util/channel_info.cc   return SetModifier(SFX_MIGRATING, value, &value_);
value              34 chrome/installer/util/channel_info.h   const std::wstring& value() const { return value_; }
value              35 chrome/installer/util/channel_info.h   void set_value(const std::wstring& value) { value_ = value; }
value              51 chrome/installer/util/channel_info.h   bool SetChrome(bool value);
value              58 chrome/installer/util/channel_info.h   bool SetChromeFrame(bool value);
value              65 chrome/installer/util/channel_info.h   bool SetAppLauncher(bool value);
value              72 chrome/installer/util/channel_info.h   bool SetMultiInstall(bool value);
value              79 chrome/installer/util/channel_info.h   bool SetReadyMode(bool value);
value              95 chrome/installer/util/channel_info.h   bool SetFullSuffix(bool value);
value             102 chrome/installer/util/channel_info.h   bool SetMultiFailSuffix(bool value);
value             106 chrome/installer/util/channel_info.h   bool SetMigratingSuffix(bool value);
value              63 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-full", ci.value());
value              66 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-full", ci.value());
value              69 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value              72 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value              77 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-full", ci.value());
value              80 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-full", ci.value());
value              83 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta", ci.value());
value              86 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta", ci.value());
value              95 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-multi", ci.value());
value              98 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-multi", ci.value());
value             101 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value             104 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value             109 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-multi", ci.value());
value             112 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-multi", ci.value());
value             115 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta", ci.value());
value             118 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta", ci.value());
value             127 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-migrating", ci.value());
value             130 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-migrating", ci.value());
value             133 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value             136 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value             141 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-migrating", ci.value());
value             144 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-migrating", ci.value());
value             147 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta", ci.value());
value             150 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta", ci.value());
value             198 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value             200 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-stage:spammy", ci.value());
value             202 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-stage:spammy", ci.value());
value             204 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value             207 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value             211 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-multi", ci.value());
value             213 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-stage:spammy-multi", ci.value());
value             215 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-stage:spammy-multi", ci.value());
value             217 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-multi", ci.value());
value             220 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"-multi", ci.value());
value             224 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-multi", ci.value());
value             226 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-stage:spammy-multi", ci.value());
value             228 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-stage:spammy-multi", ci.value());
value             230 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-multi", ci.value());
value             233 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-multi", ci.value());
value             237 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-beta-multi", ci.value());
value             245 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"", ci.value());
value             249 chrome/installer/util/channel_info_unittest.cc   EXPECT_EQ(L"2.0-dev", ci.value());
value             132 chrome/installer/util/chrome_browser_operations.cc         InstallUtil::IsPerUserInstall(target_exe.value().c_str());
value              33 chrome/installer/util/copy_tree_work_item.cc     LOG(ERROR) << source_path_.value() << " does not exist";
value              44 chrome/installer/util/copy_tree_work_item.cc     VLOG(1) << "Source file " << source_path_.value()
value              45 chrome/installer/util/copy_tree_work_item.cc             << " and destination file " << dest_path_.value()
value              57 chrome/installer/util/copy_tree_work_item.cc       LOG(ERROR) << "failed to copy " << source_path_.value()
value              58 chrome/installer/util/copy_tree_work_item.cc                  << " to " << alternative_path_.value();
value              62 chrome/installer/util/copy_tree_work_item.cc       VLOG(1) << "Copied source file " << source_path_.value()
value              63 chrome/installer/util/copy_tree_work_item.cc               << " to alternative path " << alternative_path_.value();
value              76 chrome/installer/util/copy_tree_work_item.cc                   << temp_dir_.value();
value              83 chrome/installer/util/copy_tree_work_item.cc       VLOG(1) << "Moved destination " << dest_path_.value() <<
value              84 chrome/installer/util/copy_tree_work_item.cc                  " to backup path " << backup.value();
value              86 chrome/installer/util/copy_tree_work_item.cc       LOG(ERROR) << "failed moving " << dest_path_.value()
value              87 chrome/installer/util/copy_tree_work_item.cc                  << " to " << backup.value();
value              95 chrome/installer/util/copy_tree_work_item.cc     VLOG(1) << "Copied source " << source_path_.value()
value              96 chrome/installer/util/copy_tree_work_item.cc             << " to destination " << dest_path_.value();
value              98 chrome/installer/util/copy_tree_work_item.cc     LOG(ERROR) << "failed copy " << source_path_.value()
value              99 chrome/installer/util/copy_tree_work_item.cc                << " to " << dest_path_.value();
value             113 chrome/installer/util/copy_tree_work_item.cc     LOG(ERROR) << "Can not delete " << dest_path_.value();
value             118 chrome/installer/util/copy_tree_work_item.cc       LOG(ERROR) << "failed move " << backup.value()
value             119 chrome/installer/util/copy_tree_work_item.cc                  << " to " << dest_path_.value();
value             124 chrome/installer/util/copy_tree_work_item.cc     LOG(ERROR) << "Can not delete " << alternative_path_.value();
value             132 chrome/installer/util/copy_tree_work_item.cc   HANDLE handle = ::CreateFile(path.value().c_str(), FILE_ALL_ACCESS,
value              52 chrome/installer/util/copy_tree_work_item_unittest.cc     HANDLE handle = ::CreateFile(path.value().c_str(), FILE_ALL_ACCESS,
value              81 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from.value(), text_content_1);
value             121 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from.value(), text_content_1);
value             132 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_to.value(), text_content_2);
value             147 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             148 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             155 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             156 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_2));
value             171 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             172 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             179 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             180 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_2));
value             191 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from.value(), text_content_1);
value             202 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_to.value(), text_content_1);
value             222 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             223 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             227 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(backup_file.value()).compare(text_content_1));
value             234 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             235 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             251 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             252 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             262 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             263 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             272 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from.value(), text_content_1);
value             283 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_to.value(), text_content_2);
value             306 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             307 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             310 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_EQ(0, ReadTextFile(backup_file.value()).compare(text_content_2));
value             324 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from.value(), text_content_1);
value             342 chrome/installer/util/copy_tree_work_item_unittest.cc   VLOG(1) << "copy ourself from " << exe_full_path.value()
value             343 chrome/installer/util/copy_tree_work_item_unittest.cc           << " to " << file_name_to.value();
value             349 chrome/installer/util/copy_tree_work_item_unittest.cc       ::CreateProcess(NULL, const_cast<wchar_t*>(file_name_to.value().c_str()),
value             370 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             371 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             381 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             403 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from.value(), text_content_1);
value             422 chrome/installer/util/copy_tree_work_item_unittest.cc   VLOG(1) << "copy ourself from " << exe_full_path.value()
value             423 chrome/installer/util/copy_tree_work_item_unittest.cc           << " to " << file_name_to.value();
value             429 chrome/installer/util/copy_tree_work_item_unittest.cc       ::CreateProcess(NULL, const_cast<wchar_t*>(file_name_to.value().c_str()),
value             445 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             456 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             486 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             497 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             514 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from.value(), text_content_1);
value             548 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             559 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             575 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             576 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             585 chrome/installer/util/copy_tree_work_item_unittest.cc   EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             596 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from.value(), text_content_1);
value             614 chrome/installer/util/copy_tree_work_item_unittest.cc   VLOG(1) << "copy ourself from " << exe_full_path.value()
value             615 chrome/installer/util/copy_tree_work_item_unittest.cc           << " to " << file_name_to.value();
value             621 chrome/installer/util/copy_tree_work_item_unittest.cc       ::CreateProcess(NULL, const_cast<wchar_t*>(file_name_to.value().c_str()),
value             645 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_EQ(0, ReadTextFile(file_name_from.value()).compare(text_content_1));
value             646 chrome/installer/util/copy_tree_work_item_unittest.cc     EXPECT_EQ(0, ReadTextFile(file_name_to.value()).compare(text_content_1));
value             684 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from_1.value(), text_content_1);
value             689 chrome/installer/util/copy_tree_work_item_unittest.cc   CreateTextFile(file_name_from_2.value(), text_content_1);
value             711 chrome/installer/util/copy_tree_work_item_unittest.cc   VLOG(1) << "compare " << file_name_from_1.value()
value             712 chrome/installer/util/copy_tree_work_item_unittest.cc           << " and " << file_name_to_1.value();
value             719 chrome/installer/util/copy_tree_work_item_unittest.cc   VLOG(1) << "compare " << file_name_from_2.value()
value             720 chrome/installer/util/copy_tree_work_item_unittest.cc           << " and " << file_name_to_2.value();
value              33 chrome/installer/util/create_dir_work_item.cc   VLOG(1) << "creating directory " << path_.value();
value              38 chrome/installer/util/create_dir_work_item.cc   VLOG(1) << "top directory that needs to be created: " << top_path_.value();
value              60 chrome/installer/util/create_dir_work_item.cc       if (!RemoveDirectory(path_to_delete.value().c_str()))
value             125 chrome/installer/util/create_dir_work_item_unittest.cc   RemoveDirectory(dir_to_create_3.value().c_str());
value              24 chrome/installer/util/create_reg_key_work_item.cc   if (directory == path || directory.value() ==
value              28 chrome/installer/util/create_reg_key_work_item.cc     *dir = directory.value();
value              47 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Create(HKEY_CURRENT_USER, parent_key.value().c_str(), KEY_READ));
value              58 chrome/installer/util/create_reg_key_work_item_unittest.cc                                            key_to_create.value()));
value              63 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ));
value              69 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, top_key_to_create.value().c_str(), KEY_READ));
value              71 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, parent_key.value().c_str(), KEY_READ));
value              80 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Create(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ));
value              84 chrome/installer/util/create_reg_key_work_item_unittest.cc                                            key_to_create.value()));
value              89 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ));
value              96 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ));
value             112 chrome/installer/util/create_reg_key_work_item_unittest.cc                                            key_to_create_3.value()));
value             117 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create_3.value().c_str(), KEY_READ));
value             123 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Create(HKEY_CURRENT_USER, key_to_create_4.value().c_str(), KEY_READ));
value             129 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create_3.value().c_str(), KEY_READ));
value             133 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create_2.value().c_str(), KEY_READ));
value             135 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create_4.value().c_str(), KEY_READ));
value             151 chrome/installer/util/create_reg_key_work_item_unittest.cc                                            key_to_create_3.value()));
value             156 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create_3.value().c_str(), KEY_READ));
value             161 chrome/installer/util/create_reg_key_work_item_unittest.cc       RegDeleteKey(HKEY_CURRENT_USER, key_to_create_3.value().c_str()));
value             163 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create_3.value().c_str(), KEY_READ));
value             170 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create_1.value().c_str(), KEY_READ));
value             181 chrome/installer/util/create_reg_key_work_item_unittest.cc                                            key_to_create.value()));
value             187 chrome/installer/util/create_reg_key_work_item_unittest.cc       key_to_create.value().c_str(), KEY_READ | KEY_SET_VALUE));
value             195 chrome/installer/util/create_reg_key_work_item_unittest.cc       key.Open(HKEY_CURRENT_USER, key_to_create.value().c_str(), KEY_READ));
value              41 chrome/installer/util/delete_after_reboot_helper.cc   const wchar_t* dir_name_str = dir_name.value().c_str();
value              59 chrome/installer/util/delete_after_reboot_helper.cc   if (!::GetFileAttributesEx(path.value().c_str(),
value              61 chrome/installer/util/delete_after_reboot_helper.cc     PLOG(WARNING) << path.value() << " does not exist.";
value              71 chrome/installer/util/delete_after_reboot_helper.cc   if (!::MoveFileEx(path.value().c_str(), NULL, flags)) {
value              72 chrome/installer/util/delete_after_reboot_helper.cc     PLOG(ERROR) << "Could not schedule " << path.value() << " for deletion.";
value              80 chrome/installer/util/delete_after_reboot_helper.cc     HANDLE file = ::CreateFileW(path.value().c_str(),
value              84 chrome/installer/util/delete_after_reboot_helper.cc       LOG(INFO) << " file not in use: " << path.value();
value              87 chrome/installer/util/delete_after_reboot_helper.cc       PLOG(INFO) << " file in use (or not found?): " << path.value();
value              92 chrome/installer/util/delete_after_reboot_helper.cc   VLOG(1) << "Scheduled for deletion: " << path.value();
value              98 chrome/installer/util/delete_after_reboot_helper.cc     LOG(ERROR) << "Unsafe directory name for deletion: " << dir_name.value();
value             103 chrome/installer/util/delete_after_reboot_helper.cc   DWORD dir_attributes = ::GetFileAttributes(dir_name.value().c_str());
value             108 chrome/installer/util/delete_after_reboot_helper.cc       PLOG(ERROR) << "Could not GetFileAttributes for " << dir_name.value();
value             115 chrome/installer/util/delete_after_reboot_helper.cc                << dir_name.value();
value             128 chrome/installer/util/delete_after_reboot_helper.cc         LOG(ERROR) << "Failed to schedule file for deletion: " << file.value();
value             144 chrome/installer/util/delete_after_reboot_helper.cc                    << sub_dir.value();
value             153 chrome/installer/util/delete_after_reboot_helper.cc                << dir_name.value();
value             169 chrome/installer/util/delete_after_reboot_helper.cc                                   std::vector<PendingMove>* value) {
value             171 chrome/installer/util/delete_after_reboot_helper.cc   DCHECK(value);
value             172 chrome/installer/util/delete_after_reboot_helper.cc   DCHECK(value->empty());
value             191 chrome/installer/util/delete_after_reboot_helper.cc         value->push_back(std::make_pair(str_from, str_to));
value             249 chrome/installer/util/delete_after_reboot_helper.cc   DWORD length = GetShortPathName(path.value().c_str(),
value             329 chrome/installer/util/delete_after_reboot_helper.cc   std::wstring match_path(reg_path.value());
value             341 chrome/installer/util/delete_after_reboot_helper.cc   return StartsWith(short_match_path.value(), short_form_needle.value(), false);
value              60 chrome/installer/util/delete_after_reboot_helper.h                                   std::vector<PendingMove>* value);
value              63 chrome/installer/util/delete_tree_work_item.cc         PLOG(ERROR) << "Could not create temp dir in " << temp_path_.value();
value              67 chrome/installer/util/delete_tree_work_item.cc         PLOG(ERROR) << "Could not back up " << key_file.value()
value              68 chrome/installer/util/delete_tree_work_item.cc                     << " to directory " << backup.path().value();
value              74 chrome/installer/util/delete_tree_work_item.cc       HANDLE file = ::CreateFile(key_file.value().c_str(), FILE_ALL_ACCESS,
value              78 chrome/installer/util/delete_tree_work_item.cc         VLOG(1) << "Acquired exclusive lock for key file: " << key_file.value();
value              83 chrome/installer/util/delete_tree_work_item.cc         PLOG(INFO) << "Failed to open " << key_file.value();
value              96 chrome/installer/util/delete_tree_work_item.cc         PLOG(DFATAL) << "Unexpectedly could not delete " << key_file.value();
value             115 chrome/installer/util/delete_tree_work_item.cc                     << temp_path_.value();
value             121 chrome/installer/util/delete_tree_work_item.cc           LOG(ERROR) << "can not copy " << root_path_.value()
value             122 chrome/installer/util/delete_tree_work_item.cc                      << " to backup path " << backup.value();
value             130 chrome/installer/util/delete_tree_work_item.cc       LOG(ERROR) << "can not delete " << root_path_.value();
value             160 chrome/installer/util/delete_tree_work_item.cc                       << backup_file.value() << " to " << key_file.value();
value              65 chrome/installer/util/delete_tree_work_item_unittest.cc   CreateTextFile(file_name_delete_1.value(), text_content_1);
value              70 chrome/installer/util/delete_tree_work_item_unittest.cc   CreateTextFile(file_name_delete_2.value(), text_content_1);
value             117 chrome/installer/util/delete_tree_work_item_unittest.cc   CreateTextFile(file_name_delete_1.value(), text_content_1);
value             122 chrome/installer/util/delete_tree_work_item_unittest.cc   CreateTextFile(file_name_delete_2.value(), text_content_1);
value             167 chrome/installer/util/delete_tree_work_item_unittest.cc   CreateTextFile(file_name_delete_1.value(), text_content_1);
value             172 chrome/installer/util/delete_tree_work_item_unittest.cc   CreateTextFile(file_name_delete_2.value(), text_content_1);
value             186 chrome/installer/util/delete_tree_work_item_unittest.cc   VLOG(1) << "copy ourself from " << exe_full_path.value()
value             187 chrome/installer/util/delete_tree_work_item_unittest.cc           << " to " << key_path.value();
value             193 chrome/installer/util/delete_tree_work_item_unittest.cc       ::CreateProcessW(NULL, const_cast<wchar_t*>(key_path.value().c_str()),
value              92 chrome/installer/util/google_chrome_distribution.cc   base::string16 command = iexplore.value() + L" " + GetUninstallSurveyUrl() +
value              55 chrome/installer/util/google_update_settings.cc bool ReadGoogleUpdateStrKey(const wchar_t* const name, std::wstring* value) {
value              59 chrome/installer/util/google_update_settings.cc   if (key.ReadValue(name, value) != ERROR_SUCCESS) {
value              61 chrome/installer/util/google_update_settings.cc     return (hklm_key.ReadValue(name, value) == ERROR_SUCCESS);
value              75 chrome/installer/util/google_update_settings.cc                                      const std::wstring& value,
value              96 chrome/installer/util/google_update_settings.cc     return (key.WriteValue(uniquename.c_str(), value.c_str()) == ERROR_SUCCESS);
value             100 chrome/installer/util/google_update_settings.cc     return (key.WriteValue(name, value.c_str()) == ERROR_SUCCESS);
value             105 chrome/installer/util/google_update_settings.cc                              const std::wstring& value) {
value             107 chrome/installer/util/google_update_settings.cc   return WriteGoogleUpdateStrKeyInternal(dist, false, name, value, NULL);
value             112 chrome/installer/util/google_update_settings.cc                                          const std::wstring& value,
value             114 chrome/installer/util/google_update_settings.cc   bool result = WriteGoogleUpdateStrKeyInternal(dist, false, name, value, NULL);
value             122 chrome/installer/util/google_update_settings.cc       WriteGoogleUpdateStrKeyInternal(multi_dist, false, name, value, NULL) &&
value             130 chrome/installer/util/google_update_settings.cc   std::wstring value;
value             131 chrome/installer/util/google_update_settings.cc   if (key.ReadValue(name, &value) != ERROR_SUCCESS)
value             182 chrome/installer/util/google_update_settings.cc     const DWORD value,
value             184 chrome/installer/util/google_update_settings.cc   switch (value) {
value             189 chrome/installer/util/google_update_settings.cc       *update_policy = static_cast<GoogleUpdateSettings::UpdatePolicy>(value);
value             192 chrome/installer/util/google_update_settings.cc       LOG(WARNING) << "Unexpected update policy override value: " << value;
value             206 chrome/installer/util/google_update_settings.cc     system_install = !InstallUtil::IsPerUserInstall(module_dir.value().c_str());
value             230 chrome/installer/util/google_update_settings.cc   DWORD value = 0;
value             239 chrome/installer/util/google_update_settings.cc                       &value) == ERROR_SUCCESS;
value             248 chrome/installer/util/google_update_settings.cc                         &value) == ERROR_SUCCESS;
value             252 chrome/installer/util/google_update_settings.cc   return have_value && value == 1;
value             262 chrome/installer/util/google_update_settings.cc   DWORD value = consented ? 1 : 0;
value             282 chrome/installer/util/google_update_settings.cc     result = key.WriteValue(google_update::kRegUsageStatsField, value);
value             460 chrome/installer/util/google_update_settings.cc                  << google_update::kRegApField << " = " << channel_info.value();
value             467 chrome/installer/util/google_update_settings.cc     installer::ChannelInfo* value) {
value             473 chrome/installer/util/google_update_settings.cc     if (value->SetFullSuffix(false)) {
value             476 chrome/installer/util/google_update_settings.cc               << value->value();
value             480 chrome/installer/util/google_update_settings.cc     if (value->SetFullSuffix(true)) {
value             482 chrome/installer/util/google_update_settings.cc               << value->value();
value             486 chrome/installer/util/google_update_settings.cc               << value->value();
value             494 chrome/installer/util/google_update_settings.cc   if (value->SetMultiFailSuffix(false)) {
value             496 chrome/installer/util/google_update_settings.cc             << value->value();
value             536 chrome/installer/util/google_update_settings.cc     int handle, const std::wstring& key, const std::wstring& value) {
value             538 chrome/installer/util/google_update_settings.cc   DWORD size = static_cast<DWORD>(value.size()) * sizeof(wchar_t);
value             540 chrome/installer/util/google_update_settings.cc       reinterpret_cast<const BYTE*>(value.c_str()), size);
value             557 chrome/installer/util/google_update_settings.cc     DWORD value = 0;
value             562 chrome/installer/util/google_update_settings.cc                                              &value) == ERROR_SUCCESS &&
value             563 chrome/installer/util/google_update_settings.cc                       GetUpdatePolicyFromDword(value, &update_policy));
value             567 chrome/installer/util/google_update_settings.cc         policy_key.ReadValueDW(kUpdatePolicyValue, &value) == ERROR_SUCCESS) {
value             568 chrome/installer/util/google_update_settings.cc       GetUpdatePolicyFromDword(value, &update_policy);
value             586 chrome/installer/util/google_update_settings.cc   DWORD value = 0;
value             590 chrome/installer/util/google_update_settings.cc                              &value) == ERROR_SUCCESS &&
value             591 chrome/installer/util/google_update_settings.cc       (value == 0 || value > kCheckPeriodOverrideMinutesMax)) {
value             617 chrome/installer/util/google_update_settings.cc     DWORD value = 0;
value             620 chrome/installer/util/google_update_settings.cc                                &value) == ERROR_SUCCESS;
value             622 chrome/installer/util/google_update_settings.cc         (!GetUpdatePolicyFromDword(value, &update_policy) ||
value             636 chrome/installer/util/google_update_settings.cc         policy_key.ReadValueDW(kUpdatePolicyValue, &value) == ERROR_SUCCESS &&
value             637 chrome/installer/util/google_update_settings.cc         (!GetUpdatePolicyFromDword(value, &update_policy) ||
value             647 chrome/installer/util/google_update_settings.cc                                &value) == ERROR_SUCCESS &&
value             648 chrome/installer/util/google_update_settings.cc         (value == 0 || value > kCheckPeriodOverrideMinutesMax)) {
value             210 chrome/installer/util/google_update_settings.h                                       installer::ChannelInfo* value);
value             231 chrome/installer/util/google_update_settings.h                                                const std::wstring& value);
value              46 chrome/installer/util/google_update_settings_unittest.cc   void SetApField(SystemUserInstall is_system, const wchar_t* value) {
value              54 chrome/installer/util/google_update_settings_unittest.cc     ASSERT_EQ(ERROR_SUCCESS, update_key.WriteValue(L"ap", value));
value             112 chrome/installer/util/google_update_settings_unittest.cc     std::wstring value;
value             119 chrome/installer/util/google_update_settings_unittest.cc         install == SYSTEM_INSTALL, &value));
value             120 chrome/installer/util/google_update_settings_unittest.cc     EXPECT_EQ(base::string16(), value);
value             135 chrome/installer/util/google_update_settings_unittest.cc         key.ReadValue(google_update::kExperimentLabels, &value));
value             136 chrome/installer/util/google_update_settings_unittest.cc     EXPECT_EQ(kTestExperimentLabel, value);
value             138 chrome/installer/util/google_update_settings_unittest.cc         install == SYSTEM_INSTALL, &value));
value             139 chrome/installer/util/google_update_settings_unittest.cc     EXPECT_EQ(kTestExperimentLabel, value);
value             149 chrome/installer/util/google_update_settings_unittest.cc         key.ReadValue(google_update::kExperimentLabels, &value));
value             151 chrome/installer/util/google_update_settings_unittest.cc         install == SYSTEM_INSTALL, &value));
value             152 chrome/installer/util/google_update_settings_unittest.cc     EXPECT_EQ(base::string16(), value);
value             157 chrome/installer/util/google_update_settings_unittest.cc         install == SYSTEM_INSTALL, &value));
value             163 chrome/installer/util/google_update_settings_unittest.cc   bool CreateApKey(WorkItemList* work_item_list, const std::wstring& value) {
value             168 chrome/installer/util/google_update_settings_unittest.cc         google_update::kRegApField, value.c_str(), true);
value             222 chrome/installer/util/google_update_settings_unittest.cc       DWORD value = -1;
value             224 chrome/installer/util/google_update_settings_unittest.cc                                  &value) == ERROR_SUCCESS) {
value             225 chrome/installer/util/google_update_settings_unittest.cc         return value;
value             242 chrome/installer/util/google_update_settings_unittest.cc     DWORD value = -1;
value             247 chrome/installer/util/google_update_settings_unittest.cc                                    &value) == ERROR_SUCCESS) ? value : -1;
value             395 chrome/installer/util/google_update_settings_unittest.cc           if (output == v.value()) {
value             408 chrome/installer/util/google_update_settings_unittest.cc           EXPECT_EQ(output, v.value())
value             512 chrome/installer/util/google_update_settings_unittest.cc   DWORD value;
value             527 chrome/installer/util/google_update_settings_unittest.cc       key.ReadValueDW(google_update::kRegEULAAceptedField, &value));
value             528 chrome/installer/util/google_update_settings_unittest.cc   EXPECT_EQ(1U, value);
value             533 chrome/installer/util/google_update_settings_unittest.cc       key.ReadValueDW(google_update::kRegEULAAceptedField, &value));
value             534 chrome/installer/util/google_update_settings_unittest.cc   EXPECT_EQ(1U, value);
value            1057 chrome/installer/util/google_update_settings_unittest.cc     DWORD value = setting != StatsState::FALSE_SETTING ? 1 : 0;
value            1062 chrome/installer/util/google_update_settings_unittest.cc                                          value));
value            1092 chrome/installer/util/google_update_settings_unittest.cc   DWORD value = 0;
value            1097 chrome/installer/util/google_update_settings_unittest.cc                                           &value));
value            1101 chrome/installer/util/google_update_settings_unittest.cc     EXPECT_EQ(0UL, value);
value            1105 chrome/installer/util/google_update_settings_unittest.cc     EXPECT_EQ(1UL, value);
value             168 chrome/installer/util/google_update_util.cc     const std::string& value(it->second);
value             169 chrome/installer/util/google_update_util.cc     if (IsUntrustedDataKeyValid(key) && IsStringPrintable(value))
value             170 chrome/installer/util/google_update_util.cc       (*untrusted_data)[key] = value;
value             237 chrome/installer/util/google_update_util.cc       chrome_exe.value().c_str());
value             165 chrome/installer/util/install_util.cc   base::FilePath::StringType program(cmd.GetProgram().value());
value             507 chrome/installer/util/install_util.cc bool InstallUtil::ValueEquals::Evaluate(const base::string16& value) const {
value             508 chrome/installer/util/install_util.cc   return value == value_to_match_;
value             570 chrome/installer/util/install_util.cc     PLOG(WARNING) << "Failed opening " << path_to_match_.value()
value             574 chrome/installer/util/install_util.cc                   << path_to_match_.value()
value             583 chrome/installer/util/install_util.cc bool InstallUtil::ProgramCompare::Evaluate(const base::string16& value) const {
value             587 chrome/installer/util/install_util.cc   base::FilePath program(CommandLine::FromString(value).GetProgram());
value             590 chrome/installer/util/install_util.cc                  << value << "\"";
value             600 chrome/installer/util/install_util.cc   if (base::FilePath::CompareEqualIgnoreCase(path_to_match_.value(),
value             601 chrome/installer/util/install_util.cc                                              path.value()))
value             131 chrome/installer/util/install_util.h     virtual bool Evaluate(const base::string16& value) const = 0;
value             166 chrome/installer/util/install_util.h     virtual bool Evaluate(const base::string16& value) const OVERRIDE;
value             192 chrome/installer/util/install_util.h     virtual bool Evaluate(const base::string16& value) const OVERRIDE;
value              46 chrome/installer/util/install_util_unittest.cc     EXPECT_EQ(param.first, command_line.GetProgram().value());
value              88 chrome/installer/util/install_util_unittest.cc     std::wstring value;
value              91 chrome/installer/util/install_util_unittest.cc                   .ReadValue(google_update::kRegApField, &value));
value              92 chrome/installer/util/install_util_unittest.cc     EXPECT_EQ(L"-stage:building", value);
value             103 chrome/installer/util/install_util_unittest.cc     std::wstring value;
value             106 chrome/installer/util/install_util_unittest.cc                   .ReadValue(google_update::kRegApField, &value));
value             107 chrome/installer/util/install_util_unittest.cc     EXPECT_EQ(L"2.0-dev-stage:building", value);
value             118 chrome/installer/util/install_util_unittest.cc     std::wstring value;
value             121 chrome/installer/util/install_util_unittest.cc                   .ReadValue(google_update::kRegApField, &value));
value             122 chrome/installer/util/install_util_unittest.cc     EXPECT_EQ(L"2.0-dev", value);
value             139 chrome/installer/util/install_util_unittest.cc     DWORD value;
value             142 chrome/installer/util/install_util_unittest.cc                   .ReadValueDW(installer::kInstallerExtraCode1, &value));
value             143 chrome/installer/util/install_util_unittest.cc     EXPECT_EQ(static_cast<DWORD>(installer::BUILDING), value);
value             155 chrome/installer/util/install_util_unittest.cc     DWORD value;
value             158 chrome/installer/util/install_util_unittest.cc                   .ReadValueDW(installer::kInstallerExtraCode1, &value));
value             159 chrome/installer/util/install_util_unittest.cc     EXPECT_EQ(static_cast<DWORD>(installer::BUILDING), value);
value             170 chrome/installer/util/install_util_unittest.cc     DWORD value;
value             173 chrome/installer/util/install_util_unittest.cc                   .ReadValueDW(installer::kInstallerExtraCode1, &value));
value             183 chrome/installer/util/install_util_unittest.cc   const wchar_t value[] = L"hi mom";
value             251 chrome/installer/util/install_util_unittest.cc       EXPECT_CALL(pred, Evaluate(StrEq(value))).WillOnce(Return(true));
value             254 chrome/installer/util/install_util_unittest.cc                        KEY_SET_VALUE).WriteValue(value_name, value));
value             267 chrome/installer/util/install_util_unittest.cc       EXPECT_CALL(pred, Evaluate(StrEq(value))).WillOnce(Return(true));
value             270 chrome/installer/util/install_util_unittest.cc                        KEY_SET_VALUE).WriteValue(NULL, value));
value             285 chrome/installer/util/install_util_unittest.cc   const wchar_t value[] = L"hi mom";
value             334 chrome/installer/util/install_util_unittest.cc       EXPECT_CALL(pred, Evaluate(StrEq(value))).WillOnce(Return(true));
value             337 chrome/installer/util/install_util_unittest.cc                        KEY_SET_VALUE).WriteValue(value_name, value));
value             354 chrome/installer/util/install_util_unittest.cc       EXPECT_CALL(pred, Evaluate(StrEq(value))).WillOnce(Return(true));
value             357 chrome/installer/util/install_util_unittest.cc                        KEY_SET_VALUE).WriteValue(L"", value));
value             374 chrome/installer/util/install_util_unittest.cc       EXPECT_CALL(pred, Evaluate(StrEq(value))).WillOnce(Return(true));
value             377 chrome/installer/util/install_util_unittest.cc                        KEY_SET_VALUE).WriteValue(L"", value));
value             409 chrome/installer/util/install_util_unittest.cc       L"\"" + other.value() + L"\""));
value             412 chrome/installer/util/install_util_unittest.cc       L"\"" + expect.value() + L"\""));
value             415 chrome/installer/util/install_util_unittest.cc       L"\"" + expect_upcase.value() + L"\""));
value             423 chrome/installer/util/install_util_unittest.cc       L"\"" + other.value() + L"\""));
value             426 chrome/installer/util/install_util_unittest.cc       L"\"" + expect.value() + L"\""));
value             429 chrome/installer/util/install_util_unittest.cc       L"\"" + expect_upcase.value() + L"\""));
value             433 chrome/installer/util/install_util_unittest.cc   DWORD short_len = GetShortPathName(expect.value().c_str(),
value             439 chrome/installer/util/install_util_unittest.cc   ASSERT_FALSE(base::FilePath::CompareEqualIgnoreCase(expect.value(),
value             157 chrome/installer/util/installation_state.cc   channel_.set_value(other.channel_.value());
value             222 chrome/installer/util/installation_validator.cc   if (!base::FilePath::CompareEqualIgnoreCase(expected_path.value(),
value             223 chrome/installer/util/installation_validator.cc                                               cmd_line.GetProgram().value())) {
value             226 chrome/installer/util/installation_validator.cc                << expected_path.value() << ": "
value             227 chrome/installer/util/installation_validator.cc                << cmd_line.GetProgram().value();
value             422 chrome/installer/util/installation_validator.cc                << channel.value() << "\"";
value             432 chrome/installer/util/installation_validator.cc                  << " \"" << channel.value() << "\"";
value             437 chrome/installer/util/installation_validator.cc                   " is not installed: \"" << channel.value() << "\"";
value             447 chrome/installer/util/installation_validator.cc                     " name: \"" << channel.value() << "\"";
value             452 chrome/installer/util/installation_validator.cc                   "Chrome Frame is not installed multi: \"" << channel.value()
value             467 chrome/installer/util/installation_validator.cc                     " name: \"" << channel.value() << "\"";
value             472 chrome/installer/util/installation_validator.cc                   "Chrome App Launcher is not installed: \"" << channel.value()
value             525 chrome/installer/util/installation_validator.cc   if (!base::FilePath::CompareEqualIgnoreCase(expected_path.value(),
value             526 chrome/installer/util/installation_validator.cc                                               setup_exe.value())) {
value             529 chrome/installer/util/installation_validator.cc                << " is not " << expected_path.value() << ": "
value             530 chrome/installer/util/installation_validator.cc                << setup_exe.value();
value             674 chrome/installer/util/installation_validator.cc                  << " (" << ctx.state.channel().value()
value             676 chrome/installer/util/installation_validator.cc                  << binaries->channel().value() << ").";
value             105 chrome/installer/util/installation_validator_unittest.cc     bool (ChannelInfo::*method)(bool value);
value             378 chrome/installer/util/installer_state.cc                 (product_dir == NULL ? default_dir : *product_dir).value(),
value             379 chrome/installer/util/installer_state.cc                 target_path_.value())) {
value             593 chrome/installer/util/installer_state.cc   return !base::win::ScopedHandle(CreateFile(file.value().c_str(),
value             692 chrome/installer/util/installer_state.cc     version = Version(base::UTF16ToASCII(dir_name.value()));
value             699 chrome/installer/util/installer_state.cc       LOG(ERROR) << "Deleting old version directory: " << next_version.value();
value             707 chrome/installer/util/installer_state.cc           << "Failed to delete old version directory: " << next_version.value();
value             756 chrome/installer/util/installer_state.cc     VLOG(1) << "ap: " << channel_info.value();
value             123 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_dll_1.value(), text_content_1);
value             128 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_dll_2.value(), text_content_1);
value             133 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_dll_3.value(), text_content_1);
value             138 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_dll_4.value(), text_content_1);
value             189 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_dll_1.value(), text_content_1);
value             194 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_dll_2.value(), text_content_1);
value             199 chrome/installer/util/installer_state_unittest.cc   file.open(chrome_dll_2.value().c_str());
value             203 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_othera_2.value(), text_content_2);
value             208 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_otherb_2.value(), text_content_2);
value             213 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_dll_3.value(), text_content_1);
value             218 chrome/installer/util/installer_state_unittest.cc   CreateTextFile(chrome_dll_4.value(), text_content_1);
value             261 chrome/installer/util/installer_state_unittest.cc   EXPECT_EQ(test_dir_.path().value(), installer_state.target_path().value());
value             299 chrome/installer/util/installer_state_unittest.cc     ::CreateFile(old_chrome_dll.value().c_str(), GENERIC_READ,
value             381 chrome/installer/util/installer_state_unittest.cc   std::wstring value;
value             408 chrome/installer/util/installer_state_unittest.cc         key.ReadValue(installer::kInstallerResultUIString, &value));
value             409 chrome/installer/util/installer_state_unittest.cc     EXPECT_FALSE(value.empty());
value             411 chrome/installer/util/installer_state_unittest.cc         key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value));
value             412 chrome/installer/util/installer_state_unittest.cc     EXPECT_EQ(launch_cmd, value);
value             437 chrome/installer/util/installer_state_unittest.cc         key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value));
value             438 chrome/installer/util/installer_state_unittest.cc     EXPECT_EQ(launch_cmd, value);
value             442 chrome/installer/util/installer_state_unittest.cc         key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value));
value             443 chrome/installer/util/installer_state_unittest.cc     EXPECT_EQ(launch_cmd, value);
value             484 chrome/installer/util/installer_state_unittest.cc         CreateFile(temp_file.value().c_str(),
value             501 chrome/installer/util/installer_state_unittest.cc   EXPECT_EQ(test_dir_.path().value(), installer_state.target_path().value());
value             592 chrome/installer/util/installer_state_unittest.cc     Version version(base::UTF16ToASCII(dir_name.value()));
value             622 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(wcsstr(installer_state.target_path().value().c_str(),
value             647 chrome/installer/util/installer_state_unittest.cc   EXPECT_TRUE(wcsstr(installer_state.target_path().value().c_str(),
value              20 chrome/installer/util/installer_util_test_common.cc   base::string16 double_null_from(from.value());
value              22 chrome/installer/util/installer_util_test_common.cc   base::string16 double_null_to(to.value());
value             237 chrome/installer/util/language_selector.cc   LangToOffset value = { NULL, offset };
value             241 chrome/installer/util/language_selector.cc                      value, IsOffsetLessThan);
value              48 chrome/installer/util/logging_installer.cc       base::FilePath tmp_log(log_file.value() + FILE_PATH_LITERAL(".tmp"));
value              80 chrome/installer/util/logging_installer.cc   bool value = false;
value              82 chrome/installer/util/logging_installer.cc                     &value) && value) {
value              91 chrome/installer/util/logging_installer.cc   settings.log_file = log_file_path.value().c_str();
value              95 chrome/installer/util/logging_installer.cc                     &value) && value) {
value             110 chrome/installer/util/logging_installer_unittest.cc       temp_file.value() + FILE_PATH_LITERAL(".tmp"));
value              47 chrome/installer/util/lzma_util.cc   LARGE_INTEGER value;
value              48 chrome/installer/util/lzma_util.cc   value.LowPart = (DWORD) *pos;
value              49 chrome/installer/util/lzma_util.cc   value.HighPart = (LONG) ((UInt64) *pos >> 32);
value              64 chrome/installer/util/lzma_util.cc   value.LowPart = SetFilePointer(s->file.handle, value.LowPart, &value.HighPart,
value              66 chrome/installer/util/lzma_util.cc   *pos = ((Int64)value.HighPart << 32) | value.LowPart;
value              67 chrome/installer/util/lzma_util.cc   return ((value.LowPart == 0xFFFFFFFF) && (GetLastError() != NO_ERROR)) ?
value             186 chrome/installer/util/lzma_util.cc       *output_file = file_path.value();
value             197 chrome/installer/util/lzma_util.cc     hFile = CreateFile(file_path.value().c_str(), GENERIC_WRITE, 0, NULL,
value             244 chrome/installer/util/lzma_util.cc   if (directories_created_.find(dir.value()) == directories_created_.end()) {
value             247 chrome/installer/util/lzma_util.cc       directories_created_.insert(dir.value());
value              36 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
value              41 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
value              46 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
value              50 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.OpenArchive(archive.value()), ERROR_FILE_NOT_FOUND);
value              63 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
value              65 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
value              68 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(unpacked_file == extract_dir.AppendASCII("a.exe").value());
value              71 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
value              72 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
value              75 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(unpacked_file == extract_dir.AppendASCII("b.exe").value());
value              79 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
value              81 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
value              82 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
value              86 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
value              87 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
value             104 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(LzmaUtil::UnPackArchive(archive.value(), extract_dir.value(),
value             107 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(unpacked_file == extract_dir.AppendASCII("a.exe").value());
value             110 chrome/installer/util/lzma_util_unittest.cc   EXPECT_EQ(LzmaUtil::UnPackArchive(archive.value(), extract_dir.value(),
value             113 chrome/installer/util/lzma_util_unittest.cc   EXPECT_TRUE(unpacked_file == extract_dir.AppendASCII("b.exe").value());
value             116 chrome/installer/util/lzma_util_unittest.cc   EXPECT_NE(LzmaUtil::UnPackArchive(archive.value(), extract_dir.value(),
value             103 chrome/installer/util/master_preferences.cc     LOG(ERROR) << "Failed to read preferences from " << prefs_path.value();
value             281 chrome/installer/util/master_preferences.cc bool MasterPreferences::GetBool(const std::string& name, bool* value) const {
value             284 chrome/installer/util/master_preferences.cc     ret = distribution_->GetBoolean(name, value);
value             288 chrome/installer/util/master_preferences.cc bool MasterPreferences::GetInt(const std::string& name, int* value) const {
value             291 chrome/installer/util/master_preferences.cc     ret = distribution_->GetInteger(name, value);
value             296 chrome/installer/util/master_preferences.cc                                   std::string* value) const {
value             299 chrome/installer/util/master_preferences.cc     ret = (distribution_->GetString(name, value) && !value->empty());
value             103 chrome/installer/util/master_preferences.h   bool GetBool(const std::string& name, bool* value) const;
value             104 chrome/installer/util/master_preferences.h   bool GetInt(const std::string& name, int* value) const;
value             105 chrome/installer/util/master_preferences.h   bool GetString(const std::string& name, std::string* value) const;
value              32 chrome/installer/util/master_preferences_dummy.cc bool MasterPreferences::GetBool(const std::string& name, bool* value) const {
value              37 chrome/installer/util/master_preferences_dummy.cc bool MasterPreferences::GetInt(const std::string& name, int* value) const {
value              43 chrome/installer/util/master_preferences_dummy.cc                                   std::string* value) const {
value             102 chrome/installer/util/master_preferences_unittest.cc     bool value = false;
value             103 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(prefs.GetBool(expected_true[i], &value));
value             104 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(value) << expected_true[i];
value             150 chrome/installer/util/master_preferences_unittest.cc   bool value = false;
value             152 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value));
value             153 chrome/installer/util/master_preferences_unittest.cc     EXPECT_EQ(value, expected_bool[i].expected_value) << expected_bool[i].name;
value             164 chrome/installer/util/master_preferences_unittest.cc     EXPECT_FALSE(prefs.GetBool(missing_bools[i], &value)) << missing_bools[i];
value             259 chrome/installer/util/master_preferences_unittest.cc       L"setup.exe --installerdata=\"" + prefs_file.value() + L"\"");
value             272 chrome/installer/util/master_preferences_unittest.cc   bool value = false;
value             274 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value));
value             275 chrome/installer/util/master_preferences_unittest.cc     EXPECT_EQ(value, expected_bool[i].expected_value) << expected_bool[i].name;
value             291 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(prefs2.GetBool(expected_bool2[i].name, &value));
value             292 chrome/installer/util/master_preferences_unittest.cc     EXPECT_EQ(value, expected_bool2[i].expected_value)
value             297 chrome/installer/util/master_preferences_unittest.cc       installer::master_preferences::kSystemLevel, &value));
value             299 chrome/installer/util/master_preferences_unittest.cc       installer::master_preferences::kVerboseLogging, &value));
value              32 chrome/installer/util/move_tree_work_item.cc     LOG(ERROR) << source_path_.value() << " does not exist";
value              48 chrome/installer/util/move_tree_work_item.cc                   << temp_dir_.value();
value              60 chrome/installer/util/move_tree_work_item.cc           VLOG(1) << "Moved source " << source_path_.value()
value              61 chrome/installer/util/move_tree_work_item.cc                   << " to backup path " << backup.value();
value              66 chrome/installer/util/move_tree_work_item.cc           LOG(ERROR) << "Failed to backup source " << source_path_.value()
value              67 chrome/installer/util/move_tree_work_item.cc                      << " to backup path " << backup.value()
value              71 chrome/installer/util/move_tree_work_item.cc         VLOG(1) << "Source path " << source_path_.value()
value              72 chrome/installer/util/move_tree_work_item.cc                 << " differs from " << dest_path_.value()
value              79 chrome/installer/util/move_tree_work_item.cc       VLOG(1) << "Moved destination " << dest_path_.value()
value              80 chrome/installer/util/move_tree_work_item.cc               << " to backup path " << backup.value();
value              82 chrome/installer/util/move_tree_work_item.cc       PLOG(ERROR) << "failed moving " << dest_path_.value()
value              83 chrome/installer/util/move_tree_work_item.cc                   << " to " << backup.value();
value              91 chrome/installer/util/move_tree_work_item.cc     VLOG(1) << "Moved source " << source_path_.value()
value              92 chrome/installer/util/move_tree_work_item.cc             << " to destination " << dest_path_.value();
value              94 chrome/installer/util/move_tree_work_item.cc     PLOG(ERROR) << "failed move " << source_path_.value()
value              95 chrome/installer/util/move_tree_work_item.cc                 << " to " << dest_path_.value();
value             104 chrome/installer/util/move_tree_work_item.cc     LOG(ERROR) << "Can not move " << dest_path_.value()
value             105 chrome/installer/util/move_tree_work_item.cc                << " to " << source_path_.value();
value             109 chrome/installer/util/move_tree_work_item.cc     LOG(ERROR) << "failed move " << backup.value()
value             110 chrome/installer/util/move_tree_work_item.cc                << " to " << dest_path_.value();
value             114 chrome/installer/util/move_tree_work_item.cc     LOG(ERROR) << "Can not restore " << backup.value()
value             115 chrome/installer/util/move_tree_work_item.cc                << " to " << source_path_.value();
value              47 chrome/installer/util/move_tree_work_item_unittest.cc   file.open(base::UTF16ToASCII(path.value()).c_str());
value              74 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(from_file.value(), kTextContent1);
value             123 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(from_file.value(), kTextContent1);
value             134 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(orig_to_file.value(), kTextContent2);
value             177 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(from_file.value(), kTextContent1);
value             218 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(from_file.value(), kTextContent1);
value             229 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(to_file.value(), kTextContent2);
value             266 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(from_file.value(), kTextContent1);
value             287 chrome/installer/util/move_tree_work_item_unittest.cc                               const_cast<wchar_t*>(to_file.value().c_str()),
value             343 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(to_file.value(), kTextContent1);
value             350 chrome/installer/util/move_tree_work_item_unittest.cc                               const_cast<wchar_t*>(from_file.value().c_str()),
value             405 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(from_file.value(), kTextContent1);
value             478 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(from_file.value(), kTextContent1);
value             483 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(from_file2.value(), kTextContent2);
value             501 chrome/installer/util/move_tree_work_item_unittest.cc   CreateTextFile(orig_to_file.value(), kTextContent1);
value              93 chrome/installer/util/product.cc   if (!::CreateProcess(cmd.GetProgram().value().c_str(),
value             241 chrome/installer/util/product_state_unittest.cc     EXPECT_TRUE(state.channel().value().empty());
value             250 chrome/installer/util/product_state_unittest.cc     EXPECT_TRUE(state.channel().value().empty());
value             259 chrome/installer/util/product_state_unittest.cc     EXPECT_EQ(L"spam", state.channel().value());
value             304 chrome/installer/util/product_state_unittest.cc     EXPECT_EQ(L"setup.exe", state.GetSetupPath().value());
value             314 chrome/installer/util/product_state_unittest.cc     EXPECT_EQ(L"set up.exe", state.GetSetupPath().value());
value             325 chrome/installer/util/product_state_unittest.cc     EXPECT_EQ(L"setup.exe", state.GetSetupPath().value());
value              76 chrome/installer/util/product_unittest.cc             user_data.value().find(installer::kInstallUserDataDir));
value              83 chrome/installer/util/product_unittest.cc             user_data.value().find(program_files.value()));
value             236 chrome/installer/util/registry_key_backup.cc     const ValueData& value = *it;
value             237 chrome/installer/util/registry_key_backup.cc     result = RegSetValueEx(key->Handle(), value.name(), 0, value.type(),
value             238 chrome/installer/util/registry_key_backup.cc                            value.data(), value.data_len());
value             240 chrome/installer/util/registry_key_backup.cc       LOG(ERROR) << "Failed writing value \"" << value.name_str()
value              35 chrome/installer/util/self_cleaning_temp_dir.cc            "temp directory location: " << parent_dir.value();
value              44 chrome/installer/util/self_cleaning_temp_dir.cc     LOG(WARNING) << "Failed to clean temp dir in dtor " << path().value();
value              84 chrome/installer/util/self_cleaning_temp_dir.cc     LOG(WARNING) << "Failed to delete temporary directory " << path().value()
value              96 chrome/installer/util/self_cleaning_temp_dir.cc       if (!schedule_deletes && !RemoveDirectory(next_dir.value().c_str())) {
value              98 chrome/installer/util/self_cleaning_temp_dir.cc               << "Error removing directory " << next_dir.value().c_str();
value             443 chrome/installer/util/shell_util.cc     app_path_key.append(chrome_path.BaseName().value());
value             446 chrome/installer/util/shell_util.cc         ShellUtil::kAppPathsRegistryPathName, chrome_path.DirName().value()));
value             577 chrome/installer/util/shell_util.cc   RegistryEntry(const base::string16& key_path, const base::string16& value)
value             579 chrome/installer/util/shell_util.cc         is_string_(true), value_(value), int_value_(0) {
value             584 chrome/installer/util/shell_util.cc                 const base::string16& value)
value             586 chrome/installer/util/shell_util.cc         is_string_(true), value_(value), int_value_(0) {
value             591 chrome/installer/util/shell_util.cc                 DWORD value)
value             593 chrome/installer/util/shell_util.cc         is_string_(false), value_(), int_value_(value) {
value            1032 chrome/installer/util/shell_util.cc   DWORD short_length = GetShortPathName(path.value().c_str(), &result[0],
value            1062 chrome/installer/util/shell_util.cc   prog_id += ShellUtil::GetCurrentInstallationSuffix(dist, chrome_exe.value());
value            1089 chrome/installer/util/shell_util.cc       ShellUtil::GetApplicationName(dist, chrome_exe.value()));
value            1117 chrome/installer/util/shell_util.cc   base::string16 value;
value            1126 chrome/installer/util/shell_util.cc         (key.ReadValue(L"", &value) != ERROR_SUCCESS)) {
value            1131 chrome/installer/util/shell_util.cc     command_line = CommandLine::FromString(value);
value            1245 chrome/installer/util/shell_util.cc   VLOG(1) << "Trying to unpin " << shortcut_path.value();
value            1246 chrome/installer/util/shell_util.cc   if (!base::win::TaskbarUnpinShortcutLink(shortcut_path.value().c_str())) {
value            1247 chrome/installer/util/shell_util.cc     VLOG(1) << shortcut_path.value() << " wasn't pinned (or the unpin failed).";
value            1255 chrome/installer/util/shell_util.cc   LOG_IF(ERROR, !ret) << "Failed to remove " << shortcut_path.value();
value            1275 chrome/installer/util/shell_util.cc     LOG(ERROR) << "Failed to resolve " << shortcut_path.value();
value            1280 chrome/installer/util/shell_util.cc   LOG_IF(ERROR, !result) << "Failed to retarget " << shortcut_path.value();
value            1352 chrome/installer/util/shell_util.cc       LOG(ERROR) << "Cannot resolve shortcut at " << shortcut_path.value();
value            1381 chrome/installer/util/shell_util.cc     LOG(ERROR) << "Cannot remove folder " << shortcut_folder.value();
value            1592 chrome/installer/util/shell_util.cc     ret = base::win::TaskbarPinShortcutLink(chosen_path->value().c_str());
value            1594 chrome/installer/util/shell_util.cc       LOG(ERROR) << "Failed to pin " << chosen_path->value();
value              39 chrome/installer/util/uninstall_metrics.cc     std::string value;
value              40 chrome/installer/util/uninstall_metrics.cc     iter.value().GetAsString(&value);
value              41 chrome/installer/util/uninstall_metrics.cc     metrics->append(base::UTF8ToWide(value));
value             154 chrome/installer/util/user_experiment.cc   if (!::GetFileSecurityW(exe.value().c_str(), DACL_SECURITY_INFORMATION,
value             183 chrome/installer/util/user_experiment.cc   bool rv = ::SetFileSecurityW(exe.value().c_str(), DACL_SECURITY_INFORMATION,
value             438 chrome/installer/util/user_experiment.cc         user_data_dir.value().c_str());
value              86 chrome/renderer/autofill/autofill_renderer_browsertest.cc   expected.value = base::string16();
value              92 chrome/renderer/autofill/autofill_renderer_browsertest.cc   expected.value = base::string16();
value              98 chrome/renderer/autofill/autofill_renderer_browsertest.cc   expected.value = base::string16();
value             106 chrome/renderer/autofill/autofill_renderer_browsertest.cc   expected.value = ASCIIToUTF16("?");
value              45 chrome/renderer/autofill/form_autocomplete_browsertest.cc   EXPECT_EQ(WebString("Rick"), form_field.value);
value              49 chrome/renderer/autofill/form_autocomplete_browsertest.cc   EXPECT_EQ(WebString("Deckard"), form_field.value);
value              94 chrome/renderer/autofill/form_autocomplete_browsertest.cc   EXPECT_EQ(WebString("Rick"), form_field.value);
value             135 chrome/renderer/autofill/form_autofill_browsertest.cc       expected.value = values[i];
value             211 chrome/renderer/autofill/form_autofill_browsertest.cc       expected.value = ASCIIToUTF16(field_cases[i].initial_value);
value             215 chrome/renderer/autofill/form_autofill_browsertest.cc       form_data.fields[i].value = ASCIIToUTF16(field_cases[i].autofill_value);
value             232 chrome/renderer/autofill/form_autofill_browsertest.cc     WebString value;
value             237 chrome/renderer/autofill/form_autofill_browsertest.cc       value = get_value_function(element);
value             241 chrome/renderer/autofill/form_autofill_browsertest.cc       value = get_value_function(element);
value             246 chrome/renderer/autofill/form_autofill_browsertest.cc       EXPECT_TRUE(value.isEmpty());
value             248 chrome/renderer/autofill/form_autofill_browsertest.cc       EXPECT_EQ(expected_value, value);
value             266 chrome/renderer/autofill/form_autofill_browsertest.cc       return element.to<WebTextAreaElement>().value();
value             269 chrome/renderer/autofill/form_autofill_browsertest.cc       return element.to<WebSelectElement>().value();
value             271 chrome/renderer/autofill/form_autofill_browsertest.cc     return element.to<WebInputElement>().value();
value             305 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value             312 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("value");
value             331 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("value");
value             353 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("value");
value             374 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("value");
value             398 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("mail");
value             410 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("male");
value             438 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("CA");
value             447 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("California");
value             453 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value             489 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("This element's value\n"
value             516 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("2011-12");
value             568 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("secret");
value             706 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("John");
value             713 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Smith");
value             720 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("123 Fantasy Ln.\nApt. 42");
value             727 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("CA");
value             734 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("secret");
value             741 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("2011-12");
value             824 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("John");
value             828 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Smith");
value             832 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("john@example.com");
value             845 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Jack");
value             849 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Adams");
value             853 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("jack@example.com");
value             997 chrome/renderer/autofill/form_autofill_browsertest.cc     expected.value = ASCIIToUTF16("Jack");
value            1001 chrome/renderer/autofill/form_autofill_browsertest.cc     expected.value = ASCIIToUTF16("Smith");
value            1005 chrome/renderer/autofill/form_autofill_browsertest.cc     expected.value = ASCIIToUTF16("john@example.com");
value            1051 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("John");
value            1056 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Smith");
value            1060 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("john@example.com");
value            1066 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("1.800.555.1234");
value            1088 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("John");
value            1093 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Smith");
value            1097 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("1.800.555.1234");
value            1143 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("John");
value            1149 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Smith");
value            1155 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("john@example.com");
value            1163 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("123 Fantasy Ln.\nApt. 42");
value            1185 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("John");
value            1191 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Smith");
value            1197 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("123 Fantasy Ln.\nApt. 42");
value            2256 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[0].value = ASCIIToUTF16("Brother");
value            2257 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[1].value = ASCIIToUTF16("Jonathan");
value            2258 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[2].value = ASCIIToUTF16("brotherj@example.com");
value            2279 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Broth");
value            2285 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Jonatha");
value            2291 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("brotherj@");
value            2348 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[0].value = ASCIIToUTF16("Brother");
value            2349 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[1].value = ASCIIToUTF16("Jonathan");
value            2350 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[2].value = ASCIIToUTF16("brotherj@example.com");
value            2369 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Brother");
value            2373 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Jonathan");
value            2377 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("brotherj@example.com");
value            2429 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[0].value = ASCIIToUTF16("Wyatt");
value            2430 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[1].value = ASCIIToUTF16("Earp");
value            2431 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[2].value = ASCIIToUTF16("wyatt@example.com");
value            2453 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Wyatt");
value            2457 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Earp");
value            2461 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("wyatt@example.com");
value            2522 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[0].value = ASCIIToUTF16("Red");
value            2523 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[1].value = ASCIIToUTF16("Yellow");
value            2524 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[2].value = ASCIIToUTF16("Also Yellow");
value            2543 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Red");
value            2548 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Yellow");
value            2553 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Also Yellow");
value            2733 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Wy");
value            2738 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2743 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2748 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[0].value = ASCIIToUTF16("Wyatt");
value            2749 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[1].value = ASCIIToUTF16("Earp");
value            2750 chrome/renderer/autofill/form_autofill_browsertest.cc   form.fields[2].value = ASCIIToUTF16("wyatt@example.com");
value            2774 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Wyatt");
value            2779 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Earp");
value            2784 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("wyatt@example.com");
value            2854 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2858 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2862 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2868 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("no clear");
value            2874 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2878 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("2012-11");
value            2883 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2887 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("    Banana!  ");
value            2891 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2956 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2962 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = base::string16();
value            2968 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("?");
value            3023 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_EQ(ASCIIToUTF16("Wyatt"), firstname.value());
value            3028 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(lastname.value().isEmpty());
value            3031 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(email.value().isEmpty());
value            3034 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(email2.value().isEmpty());
value            3037 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(phone.value().isEmpty());
value            3093 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_EQ(ASCIIToUTF16("W"), firstname.value());
value            3100 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(lastname.value().isEmpty());
value            3103 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(email.value().isEmpty());
value            3106 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(email2.value().isEmpty());
value            3109 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(phone.value().isEmpty());
value            3160 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_EQ(ASCIIToUTF16("W"), firstname.value());
value            3167 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(lastname.value().isEmpty());
value            3170 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(email.value().isEmpty());
value            3173 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(email2.value().isEmpty());
value            3176 chrome/renderer/autofill/form_autofill_browsertest.cc   EXPECT_TRUE(phone.value().isEmpty());
value            3311 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("John");
value            3317 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Smith");
value            3323 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Albania");
value            3343 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("John");
value            3349 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("Smith");
value            3355 chrome/renderer/autofill/form_autofill_browsertest.cc   expected.value = ASCIIToUTF16("AL");
value             192 chrome/renderer/autofill/password_autofill_agent_browsertest.cc     username_field.value = username1_;
value             197 chrome/renderer/autofill/password_autofill_agent_browsertest.cc     password_field.value = password1_;
value             335 chrome/renderer/autofill/password_autofill_agent_browsertest.cc               static_cast<std::string>(username_element.value().utf8()));
value             340 chrome/renderer/autofill/password_autofill_agent_browsertest.cc                                       : password_element.value().utf8()));
value             156 chrome/renderer/autofill/password_generation_agent_browsertest.cc   EXPECT_TRUE(first_password_element.value().isNull());
value             157 chrome/renderer/autofill/password_generation_agent_browsertest.cc   EXPECT_TRUE(second_password_element.value().isNull());
value             164 chrome/renderer/autofill/password_generation_agent_browsertest.cc   EXPECT_EQ(password, first_password_element.value());
value             165 chrome/renderer/autofill/password_generation_agent_browsertest.cc   EXPECT_EQ(password, second_password_element.value());
value             196 chrome/renderer/autofill/password_generation_agent_browsertest.cc   EXPECT_EQ(password, first_password_element.value());
value             197 chrome/renderer/autofill/password_generation_agent_browsertest.cc   EXPECT_EQ(password, second_password_element.value());
value             209 chrome/renderer/autofill/password_generation_agent_browsertest.cc   EXPECT_EQ(edited_password, first_password_element.value());
value             210 chrome/renderer/autofill/password_generation_agent_browsertest.cc   EXPECT_EQ(edited_password, second_password_element.value());
value             498 chrome/renderer/chrome_content_renderer_client.cc   output.status.value = ChromeViewHostMsg_GetPluginInfo_Status::kNotFound;
value             540 chrome/renderer/chrome_content_renderer_client.cc   ChromeViewHostMsg_GetPluginInfo_Status::Value status_value = status.value;
value             107 chrome/renderer/chrome_mock_render_thread.cc     int fd = open(path.value().c_str(), O_WRONLY);
value             282 chrome/renderer/chrome_render_process_observer.cc         pdf.value().c_str(), "gdi32.dll", "CreateDCA", CreateDCAPatch);
value             284 chrome/renderer/chrome_render_process_observer.cc         pdf.value().c_str(), "gdi32.dll", "GetFontData", GetFontDataPatch);
value             584 chrome/renderer/chrome_render_view_observer.cc     WebString value = element.getAttribute(attribute_name);
value             585 chrome/renderer/chrome_render_view_observer.cc     if (value.isNull() || !LowerCaseEqualsASCII(value, "refresh"))
value              10 chrome/renderer/extensions/activity_log_converter_strategy.cc bool ActivityLogConverterStrategy::FromV8Object(v8::Handle<v8::Object> value,
value              13 chrome/renderer/extensions/activity_log_converter_strategy.cc   return FromV8ObjectInternal(value, out, isolate);
value              16 chrome/renderer/extensions/activity_log_converter_strategy.cc bool ActivityLogConverterStrategy::FromV8Array(v8::Handle<v8::Array> value,
value              19 chrome/renderer/extensions/activity_log_converter_strategy.cc   return FromV8ObjectInternal(value, out, isolate);
value              23 chrome/renderer/extensions/activity_log_converter_strategy.cc     v8::Handle<v8::Object> value,
value              39 chrome/renderer/extensions/activity_log_converter_strategy.cc   if (value->IsFunction()) {
value              43 chrome/renderer/extensions/activity_log_converter_strategy.cc         v8::Handle<v8::Function>::Cast(value)->GetName();
value              50 chrome/renderer/extensions/activity_log_converter_strategy.cc     name = v8::String::Concat(name, value->GetConstructorName());
value              24 chrome/renderer/extensions/activity_log_converter_strategy.h   virtual bool FromV8Object(v8::Handle<v8::Object> value,
value              27 chrome/renderer/extensions/activity_log_converter_strategy.h   virtual bool FromV8Array(v8::Handle<v8::Array> value,
value              32 chrome/renderer/extensions/activity_log_converter_strategy.h   bool FromV8ObjectInternal(v8::Handle<v8::Object> value,
value              34 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     scoped_ptr<base::Value> value(
value              36 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     if (value->IsType(base::Value::TYPE_NULL))
value              44 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     scoped_ptr<base::Value> value(
value              46 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     if (value->IsType(base::Value::TYPE_BOOLEAN)
value              47 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc         && value->GetAsBoolean(&out)
value              56 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     scoped_ptr<base::Value> value(
value              58 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     if (value->IsType(base::Value::TYPE_INTEGER)
value              59 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc         && value->GetAsInteger(&out)
value              68 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     scoped_ptr<base::Value> value(
value              70 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     if (value->IsType(base::Value::TYPE_DOUBLE)
value              71 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc         && value->GetAsDouble(&out)
value              80 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     scoped_ptr<base::Value> value(
value              82 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc     if (value->IsType(base::Value::TYPE_STRING)
value              83 chrome/renderer/extensions/activity_log_converter_strategy_unittest.cc         && value->GetAsString(&out)
value             137 chrome/renderer/extensions/app_bindings.cc       extension->manifest()->value()->DeepCopy());
value             120 chrome/renderer/extensions/app_window_custom_bindings.cc     base::Value* value = base::Value::CreateStringValue(
value             125 chrome/renderer/extensions/app_window_custom_bindings.cc     result = converter->ToV8Value(value, context()->v8_context());
value              49 chrome/renderer/extensions/cast_streaming_native_handler.cc   cast_params->value = ext_params.value;
value              55 chrome/renderer/extensions/cast_streaming_native_handler.cc   ext_params->value = cast_params.value;
value             149 chrome/renderer/extensions/dispatcher.cc v8::Handle<v8::Object> AsObjectOrEmpty(v8::Handle<v8::Value> value) {
value             150 chrome/renderer/extensions/dispatcher.cc   return value->IsObject() ? value.As<v8::Object>() : v8::Handle<v8::Object>();
value             164 chrome/renderer/extensions/dispatcher.cc     base::Value* value = base::JSONReader::Read(
value             170 chrome/renderer/extensions/dispatcher.cc         converter->ToV8Value(value, context()->v8_context()));
value             710 chrome/renderer/extensions/dispatcher.cc     v8::Handle<v8::Value> value = object->Get(key);
value             711 chrome/renderer/extensions/dispatcher.cc     CHECK(value->IsObject());
value             712 chrome/renderer/extensions/dispatcher.cc     return v8::Handle<v8::Object>::Cast(value);
value             254 chrome/renderer/extensions/event_bindings.cc     if (RemoveFilter(event_name, extension_id, event_matcher->value())) {
value             259 chrome/renderer/extensions/event_bindings.cc                                                       *event_matcher->value(),
value              96 chrome/renderer/extensions/file_system_natives.cc   DCHECK(fileapi::VirtualPath::IsAbsolute(file_path.value()));
value             316 chrome/renderer/extensions/module_system.cc   v8::Local<v8::Value> value =
value             319 chrome/renderer/extensions/module_system.cc   if (value.IsEmpty() || !value->IsFunction()) {
value             325 chrome/renderer/extensions/module_system.cc   v8::Handle<v8::Function> func = v8::Handle<v8::Function>::Cast(value);
value             121 chrome/renderer/extensions/runtime_custom_bindings.cc       converter->ToV8Value(context()->extension()->manifest()->value(),
value             127 chrome/renderer/extensions/safe_builtins.cc               v8::Local<v8::Value> value,
value             129 chrome/renderer/extensions/safe_builtins.cc   CHECK(!value.IsEmpty() && value->IsObject()) << name;
value             131 chrome/renderer/extensions/safe_builtins.cc       ->SetHiddenValue(MakeKey(name, context->GetIsolate()), value);
value             135 chrome/renderer/extensions/safe_builtins.cc   v8::Local<v8::Value> value =
value             137 chrome/renderer/extensions/safe_builtins.cc   CHECK(!value.IsEmpty() && value->IsObject()) << name;
value             138 chrome/renderer/extensions/safe_builtins.cc   return value->ToObject();
value              95 chrome/renderer/extensions/v8_schema_registry.cc   v8::Handle<v8::Value> value = v8_value_converter->ToV8Value(schema, context);
value              96 chrome/renderer/extensions/v8_schema_registry.cc   CHECK(!value.IsEmpty());
value              98 chrome/renderer/extensions/v8_schema_registry.cc   v8::Local<v8::Object> v8_schema(v8::Handle<v8::Object>::Cast(value));
value              30 chrome/renderer/media/cast_rtp_stream.h   std::string value;
value              47 chrome/renderer/net/predictor_queue_unittest.cc   std::ostringstream value;
value              48 chrome/renderer/net/predictor_queue_unittest.cc   value << write_counter_;
value              52 chrome/renderer/net/predictor_queue_unittest.cc        buffer_->Push(value.str().c_str(), value.str().size()) :
value              53 chrome/renderer/net/predictor_queue_unittest.cc        buffer_->Push(value.str());
value             253 chrome/renderer/page_load_histograms.cc   std::string value;
value             254 chrome/renderer/page_load_histograms.cc   if (!net::GetValueForKeyInQuery(referrer, "gcjeid", &value))
value             258 chrome/renderer/page_load_histograms.cc   if (!base::StringToInt(value, &experiment_id))
value             206 chrome/renderer/pepper/ppb_pdf_impl.cc       face_name->value().c_str(),
value             327 chrome/renderer/pepper/ppb_pdf_impl.cc     RenderThread::Get()->RecordComputedAction(action_str->value());
value             422 chrome/renderer/pepper/ppb_pdf_impl.cc       message_string->value(),
value             174 chrome/renderer/plugins/chrome_plugin_placeholder.cc   status_->value = status.value;
value             238 chrome/renderer/plugins/chrome_plugin_placeholder.cc   if (status_->value == ChromeViewHostMsg_GetPluginInfo_Status::kNotFound)
value             250 chrome/renderer/plugins/chrome_plugin_placeholder.cc       status_->value == ChromeViewHostMsg_GetPluginInfo_Status::kNotFound;
value             283 chrome/renderer/plugins/chrome_plugin_placeholder.cc   if (output.status.value == status_->value)
value             334 chrome/renderer/plugins/chrome_plugin_placeholder.cc   if (!GetPluginInfo().path.value().empty()) {
value              21 chrome/renderer/safe_browsing/features.cc bool FeatureMap::AddRealFeature(const std::string& name, double value) {
value              34 chrome/renderer/safe_browsing/features.cc   if (value < 0.0 || value > 1.0) {
value              36 chrome/renderer/safe_browsing/features.cc                << value << " is not in the range [0.0, 1.0].";
value              41 chrome/renderer/safe_browsing/features.cc   features_[name] = value;
value              50 chrome/renderer/safe_browsing/features.h   bool AddRealFeature(const std::string& name, double value);
value             143 chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc                                verdict->feature_map(i).value());
value            1308 chrome/renderer/spellchecker/spellcheck_unittest.cc     EXPECT_TRUE(base::PathExists(dict)) << dict.value() << " not found";
value             365 chrome/renderer/translate/translate_helper.cc   const WebString value(ASCIIToUTF16("value"));
value             382 chrome/renderer/translate/translate_helper.cc     attribute = element.getAttribute(value);
value             660 chrome/renderer/translate/translate_helper.cc   s_cld_mmap_.Get().value = new base::MemoryMappedFile();
value             661 chrome/renderer/translate/translate_helper.cc   bool initialized = s_cld_mmap_.Get().value->Initialize(basic_file.Pass());
value             664 chrome/renderer/translate/translate_helper.cc     delete s_cld_mmap_.Get().value;
value             665 chrome/renderer/translate/translate_helper.cc     s_cld_mmap_.Get().value = NULL;
value             671 chrome/renderer/translate/translate_helper.cc   if (data_length + data_offset > s_cld_mmap_.Get().value->length()
value             675 chrome/renderer/translate/translate_helper.cc         << ", mmap->length()=" << s_cld_mmap_.Get().value->length();
value             676 chrome/renderer/translate/translate_helper.cc     delete s_cld_mmap_.Get().value;
value             677 chrome/renderer/translate/translate_helper.cc     s_cld_mmap_.Get().value = NULL;
value             682 chrome/renderer/translate/translate_helper.cc   const uint8* data_ptr = s_cld_mmap_.Get().value->data() + data_offset;
value             206 chrome/renderer/translate/translate_helper.h       value = NULL;
value             208 chrome/renderer/translate/translate_helper.h     base::MemoryMappedFile* value;
value              35 chrome/service/cloud_print/cdd_conversion_win.cc       bool is_color = color.value().type == STANDARD_COLOR;
value              59 chrome/service/cloud_print/cdd_conversion_win.cc     if (orientation.value() == LANDSCAPE) {
value              68 chrome/service/cloud_print/cdd_conversion_win.cc     if (color.value().type == STANDARD_MONOCHROME) {
value              70 chrome/service/cloud_print/cdd_conversion_win.cc     } else if (color.value().type == STANDARD_COLOR) {
value              79 chrome/service/cloud_print/cdd_conversion_win.cc     if (duplex.value() == NO_DUPLEX) {
value              81 chrome/service/cloud_print/cdd_conversion_win.cc     } else if (duplex.value() == LONG_EDGE) {
value              83 chrome/service/cloud_print/cdd_conversion_win.cc     } else if (duplex.value() == SHORT_EDGE) {
value              92 chrome/service/cloud_print/cdd_conversion_win.cc     dev_mode->dmCopies = copies.value();
value              96 chrome/service/cloud_print/cdd_conversion_win.cc     if (dpi.value().horizontal > 0) {
value              98 chrome/service/cloud_print/cdd_conversion_win.cc       dev_mode->dmPrintQuality = dpi.value().horizontal;
value             100 chrome/service/cloud_print/cdd_conversion_win.cc     if (dpi.value().vertical > 0) {
value             102 chrome/service/cloud_print/cdd_conversion_win.cc       dev_mode->dmYResolution = dpi.value().vertical;
value             108 chrome/service/cloud_print/cdd_conversion_win.cc     dev_mode->dmCollate = (collate.value() ? DMCOLLATE_TRUE : DMCOLLATE_FALSE);
value             113 chrome/service/cloud_print/cdd_conversion_win.cc     int width = media.value().width_um / kFromUm;
value             114 chrome/service/cloud_print/cdd_conversion_win.cc     int height = media.value().height_um / kFromUm;
value             575 chrome/service/cloud_print/print_system_cups.cc     std::string value;
value             576 chrome/service/cloud_print/print_system_cups.cc     if (it.value().GetAsString(&value))
value             577 chrome/service/cloud_print/print_system_cups.cc       (*options)[it.key()] = value;
value             811 chrome/service/cloud_print/print_system_cups.cc     opt.value = const_cast<char*>(it->second.c_str());
value             818 chrome/service/cloud_print/print_system_cups.cc                          print_data_file_path.value().c_str(),
value              69 chrome/service/cloud_print/printer_job_queue_handler.cc       std::string value;
value              70 chrome/service/cloud_print/printer_job_queue_handler.cc       if (tags->GetString(i, &value))
value              71 chrome/service/cloud_print/printer_job_queue_handler.cc         job_details->tags_.push_back(value);
value              32 chrome/service/service_process_prefs.cc   const base::Value* value;
value              34 chrome/service/service_process_prefs.cc   if (!prefs_->GetValue(key, &value) || !value->GetAsString(&result))
value              41 chrome/service/service_process_prefs.cc                                     const std::string& value) {
value              42 chrome/service/service_process_prefs.cc   prefs_->SetValue(key, new base::StringValue(value));
value              47 chrome/service/service_process_prefs.cc   const base::Value* value;
value              49 chrome/service/service_process_prefs.cc   if (!prefs_->GetValue(key, &value) || !value->GetAsBoolean(&result))
value              55 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetBoolean(const std::string& key, bool value) {
value              56 chrome/service/service_process_prefs.cc   prefs_->SetValue(key, new base::FundamentalValue(value));
value              61 chrome/service/service_process_prefs.cc   const base::Value* value;
value              63 chrome/service/service_process_prefs.cc   if (!prefs_->GetValue(key, &value) || !value->GetAsInteger(&result))
value              69 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetInt(const std::string& key, int value) {
value              70 chrome/service/service_process_prefs.cc   prefs_->SetValue(key, new base::FundamentalValue(value));
value              75 chrome/service/service_process_prefs.cc   const base::Value* value;
value              76 chrome/service/service_process_prefs.cc   if (!prefs_->GetValue(key, &value) ||
value              77 chrome/service/service_process_prefs.cc       !value->IsType(base::Value::TYPE_DICTIONARY)) {
value              81 chrome/service/service_process_prefs.cc   return static_cast<const base::DictionaryValue*>(value);
value              86 chrome/service/service_process_prefs.cc   const base::Value* value;
value              87 chrome/service/service_process_prefs.cc   if (!prefs_->GetValue(key, &value) || !value->IsType(base::Value::TYPE_LIST))
value              90 chrome/service/service_process_prefs.cc   return static_cast<const base::ListValue*>(value);
value              93 chrome/service/service_process_prefs.cc void ServiceProcessPrefs::SetValue(const std::string& key, base::Value* value) {
value              94 chrome/service/service_process_prefs.cc   prefs_->SetValue(key, value);
value              38 chrome/service/service_process_prefs.h   void SetString(const std::string& key, const std::string& value);
value              44 chrome/service/service_process_prefs.h   void SetBoolean(const std::string& key, bool value);
value              50 chrome/service/service_process_prefs.h   void SetInt(const std::string& key, int value);
value              59 chrome/service/service_process_prefs.h   void SetValue(const std::string& key, base::Value* value);
value             119 chrome/service/service_utility_process_host.cc       ::CreateFile(pdf_path.value().c_str(),
value              48 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarTestAnimationListener.java         public void set(boolean value) {
value              50 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarTestAnimationListener.java                 mCondition = value;
value              51 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarTestAnimationListener.java                 if (value) {
value             231 chrome/test/base/in_process_browser_test.cc   DCHECK_EQ(subprocess_path.BaseName().value(), "Contents");
value             258 chrome/test/base/in_process_browser_test.cc                  << temp_user_data_dir_.path().value() << "\".";
value             170 chrome/test/base/in_process_browser_test.h   void set_exit_when_last_browser_closes(bool value) {
value             171 chrome/test/base/in_process_browser_test.h     exit_when_last_browser_closes_ = value;
value              90 chrome/test/base/test_launcher_utils.cc   success = success && env->SetVar("XDG_CACHE_HOME", user_data_dir.value());
value             311 chrome/test/base/testing_profile.h   void set_last_session_exited_cleanly(bool value) {
value             312 chrome/test/base/testing_profile.h     last_session_exited_cleanly_ = value;
value             449 chrome/test/base/ui_test_utils.cc                 std::string* value) {
value             459 chrome/test/base/ui_test_utils.cc         base::Bind(&GetCookiesOnIOThread, url, context_getter, &event, value)));
value             462 chrome/test/base/ui_test_utils.cc     *value_size = static_cast<int>(value->size());
value             168 chrome/test/base/ui_test_utils.h                 std::string* value);
value              75 chrome/test/base/v8_unit_test.cc       ADD_FAILURE() << library_file.value();
value             192 chrome/test/base/v8_unit_test.cc                                     const std::string& value) {
value             202 chrome/test/base/v8_unit_test.cc           isolate_, value.c_str(), v8::String::kNormalString, value.length()));
value              43 chrome/test/base/v8_unit_test.h                                   const std::string& value);
value             475 chrome/test/base/web_ui_browsertest.cc           << user_libraries_iterator->value();
value             485 chrome/test/base/web_ui_browsertest.cc       ASSERT_TRUE(ok) << user_libraries_iterator->value();
value              20 chrome/test/chromedriver/alert_commands.cc      scoped_ptr<base::Value>* value) {
value              39 chrome/test/chromedriver/alert_commands.cc   return alert_command.Run(session, web_view, params, value);
value              46 chrome/test/chromedriver/alert_commands.cc     scoped_ptr<base::Value>* value) {
value              47 chrome/test/chromedriver/alert_commands.cc   value->reset(base::Value::CreateBooleanValue(
value              56 chrome/test/chromedriver/alert_commands.cc     scoped_ptr<base::Value>* value) {
value              62 chrome/test/chromedriver/alert_commands.cc   value->reset(base::Value::CreateStringValue(message));
value              70 chrome/test/chromedriver/alert_commands.cc     scoped_ptr<base::Value>* value) {
value              86 chrome/test/chromedriver/alert_commands.cc     scoped_ptr<base::Value>* value) {
value              97 chrome/test/chromedriver/alert_commands.cc     scoped_ptr<base::Value>* value) {
value              31 chrome/test/chromedriver/alert_commands.h      scoped_ptr<base::Value>* value);
value              38 chrome/test/chromedriver/alert_commands.h     scoped_ptr<base::Value>* value);
value              45 chrome/test/chromedriver/alert_commands.h     scoped_ptr<base::Value>* value);
value              52 chrome/test/chromedriver/alert_commands.h     scoped_ptr<base::Value>* value);
value              59 chrome/test/chromedriver/alert_commands.h     scoped_ptr<base::Value>* value);
value              66 chrome/test/chromedriver/alert_commands.h     scoped_ptr<base::Value>* value);
value             145 chrome/test/chromedriver/capabilities.cc       std::string value;
value             146 chrome/test/chromedriver/capabilities.cc       if (!option_value->GetAsString(&value)) {
value             157 chrome/test/chromedriver/capabilities.cc           "%s=%s", proxy_servers_options[i][1], value.c_str());
value             231 chrome/test/chromedriver/capabilities.cc     if (!pref.value().GetAsString(&level_name) ||
value             294 chrome/test/chromedriver/capabilities.cc     Status status = parser_map[it.key()].Run(it.value(), capabilities);
value             311 chrome/test/chromedriver/capabilities.cc void Switches::SetSwitch(const std::string& name, const std::string& value) {
value             313 chrome/test/chromedriver/capabilities.cc   SetSwitch(name, base::UTF8ToUTF16(value));
value             315 chrome/test/chromedriver/capabilities.cc   switch_map_[name] = value;
value             319 chrome/test/chromedriver/capabilities.cc void Switches::SetSwitch(const std::string& name, const base::string16& value) {
value             321 chrome/test/chromedriver/capabilities.cc   switch_map_[name] = value;
value             323 chrome/test/chromedriver/capabilities.cc   SetSwitch(name, base::UTF16ToUTF8(value));
value             327 chrome/test/chromedriver/capabilities.cc void Switches::SetSwitch(const std::string& name, const base::FilePath& value) {
value             328 chrome/test/chromedriver/capabilities.cc   SetSwitch(name, value.value());
value             340 chrome/test/chromedriver/capabilities.cc   std::string value;
value             343 chrome/test/chromedriver/capabilities.cc     value = unparsed_switch.substr(equals_index + 1);
value             351 chrome/test/chromedriver/capabilities.cc   SetSwitch(name, value);
value             363 chrome/test/chromedriver/capabilities.cc   NativeString value = GetSwitchValueNative(name);
value             365 chrome/test/chromedriver/capabilities.cc   return base::UTF16ToUTF8(value);
value             367 chrome/test/chromedriver/capabilities.cc   return value;
value             396 chrome/test/chromedriver/capabilities.cc     std::string value = GetSwitchValue(iter->first);
value             397 chrome/test/chromedriver/capabilities.cc     if (value.length()) {
value             398 chrome/test/chromedriver/capabilities.cc       if (value.find(' ') != std::string::npos)
value             399 chrome/test/chromedriver/capabilities.cc         value = base::GetQuotedJSONString(value);
value             400 chrome/test/chromedriver/capabilities.cc       str += "=" + value;
value              34 chrome/test/chromedriver/capabilities.h   void SetSwitch(const std::string& name, const std::string& value);
value              35 chrome/test/chromedriver/capabilities.h   void SetSwitch(const std::string& name, const base::string16& value);
value              36 chrome/test/chromedriver/capabilities.h   void SetSwitch(const std::string& name, const base::FilePath& value);
value              88 chrome/test/chromedriver/chrome/chrome_desktop_impl.cc                  << user_data_dir.value() << " and " << extension_dir.value();
value              46 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(message));
value              48 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc     EXPECT_TRUE(value->GetAsDictionary(&dict));
value             744 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(message));
value             746 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc     EXPECT_TRUE(value->GetAsDictionary(&dict));
value             290 chrome/test/chromedriver/chrome/devtools_http_client.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(data));
value             291 chrome/test/chromedriver/chrome/devtools_http_client.cc   if (!value.get())
value             294 chrome/test/chromedriver/chrome/devtools_http_client.cc   if (!value->GetAsList(&list))
value             335 chrome/test/chromedriver/chrome/devtools_http_client.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(data));
value             336 chrome/test/chromedriver/chrome/devtools_http_client.cc   if (!value.get())
value             339 chrome/test/chromedriver/chrome/devtools_http_client.cc   if (!value->GetAsDictionary(&dict))
value              27 chrome/test/chromedriver/chrome/heap_snapshot_taker.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(snapshot_));
value              28 chrome/test/chromedriver/chrome/heap_snapshot_taker.cc     if (!value)
value              31 chrome/test/chromedriver/chrome/heap_snapshot_taker.cc       *snapshot = value.Pass();
value              34 chrome/test/chromedriver/chrome/log.cc scoped_ptr<base::Value> SmartDeepCopy(const base::Value* value) {
value              39 chrome/test/chromedriver/chrome/log.cc   if (value->GetAsDictionary(&dict)) {
value              53 chrome/test/chromedriver/chrome/log.cc   } else if (value->GetAsList(&list)) {
value              66 chrome/test/chromedriver/chrome/log.cc   } else if (value->GetAsString(&data)) {
value              70 chrome/test/chromedriver/chrome/log.cc   return scoped_ptr<base::Value>(value->DeepCopy());
value              85 chrome/test/chromedriver/chrome/log.cc std::string PrettyPrintValue(const base::Value& value) {
value              88 chrome/test/chromedriver/chrome/log.cc       &value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &json);
value              98 chrome/test/chromedriver/chrome/log.cc std::string FormatValueForDisplay(const base::Value& value) {
value              99 chrome/test/chromedriver/chrome/log.cc   scoped_ptr<base::Value> copy(SmartDeepCopy(&value));
value             104 chrome/test/chromedriver/chrome/log.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value             105 chrome/test/chromedriver/chrome/log.cc   if (!value)
value             106 chrome/test/chromedriver/chrome/log.cc     value.reset(new base::StringValue(json));
value             107 chrome/test/chromedriver/chrome/log.cc   return FormatValueForDisplay(*value);
value              53 chrome/test/chromedriver/chrome/log.h std::string PrettyPrintValue(const base::Value& value);
value              56 chrome/test/chromedriver/chrome/log.h std::string FormatValueForDisplay(const base::Value& value);
value             105 chrome/test/chromedriver/chrome/performance_logger_unittest.cc   scoped_ptr<base::Value> value(base::JSONReader::ReadAndReturnError(
value             107 chrome/test/chromedriver/chrome/performance_logger_unittest.cc   if (value == NULL) {
value             114 chrome/test/chromedriver/chrome/performance_logger_unittest.cc   if (!value->GetAsDictionary(&dict)) {
value              10 chrome/test/chromedriver/chrome/util.cc std::string SerializeValue(const base::Value* value) {
value              12 chrome/test/chromedriver/chrome/util.cc   base::JSONWriter::Write(value, &json);
value              14 chrome/test/chromedriver/chrome/util.h std::string SerializeValue(const base::Value* value);
value             394 chrome/test/chromedriver/chrome/web_view_impl.cc     file_list.AppendString(files[i].value());
value             477 chrome/test/chromedriver/chrome/web_view_impl.cc     base::Value* value = NULL;
value             478 chrome/test/chromedriver/chrome/web_view_impl.cc     if (result_info->Get("value", &value)) {
value             479 chrome/test/chromedriver/chrome/web_view_impl.cc       result->reset(value->DeepCopy());
value             574 chrome/test/chromedriver/chrome/web_view_impl.cc     base::Value* value;
value             575 chrome/test/chromedriver/chrome/web_view_impl.cc     if (!temp_result->Get("value", &value))
value             577 chrome/test/chromedriver/chrome/web_view_impl.cc     result->reset(value->DeepCopy());
value             158 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   int value;
value             159 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   ASSERT_TRUE(result && result->GetAsInteger(&value));
value             160 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   ASSERT_EQ(1, value);
value             193 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   base::FundamentalValue value(1);
value             194 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   ASSERT_NE(kOk, internal::ParseCallFunctionResult(value, &result).code());
value             204 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   int value;
value             205 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   ASSERT_TRUE(result && result->GetAsInteger(&value));
value             206 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc   ASSERT_EQ(1, value);
value              95 chrome/test/chromedriver/chrome_launcher.cc                                      program.value().c_str()));
value             131 chrome/test/chromedriver/chrome_launcher.cc     switches.SetSwitch("user-data-dir", user_data_dir->path().value());
value             577 chrome/test/chromedriver/chrome_launcher.cc   base::FilePath::StringType value = switches->GetSwitchValueNative(name);
value             578 chrome/test/chromedriver/chrome_launcher.cc   if (value.length())
value             579 chrome/test/chromedriver/chrome_launcher.cc     value += FILE_PATH_LITERAL(",");
value             580 chrome/test/chromedriver/chrome_launcher.cc   value += extension;
value             581 chrome/test/chromedriver/chrome_launcher.cc   switches->SetSwitch(name, value);
value             601 chrome/test/chromedriver/chrome_launcher.cc     extension_paths.push_back(path.value());
value             613 chrome/test/chromedriver/chrome_launcher.cc                             automation_extension.value());
value             615 chrome/test/chromedriver/chrome_launcher.cc       extension_paths.push_back(automation_extension.value());
value             645 chrome/test/chromedriver/chrome_launcher.cc       prefs->Set(it.key(), it.value().DeepCopy());
value             651 chrome/test/chromedriver/chrome_launcher.cc   VLOG(0) << "Populating " << path.BaseName().value()
value             157 chrome/test/chromedriver/chrome_launcher_unittest.cc   std::string value;
value             158 chrome/test/chromedriver/chrome_launcher_unittest.cc   ASSERT_TRUE(dict.GetString(key, &value));
value             159 chrome/test/chromedriver/chrome_launcher_unittest.cc   ASSERT_STREQ(value.c_str(), expected_value);
value              79 chrome/test/chromedriver/commands.cc                    scoped_ptr<base::Value> value,
value             153 chrome/test/chromedriver/commands.cc   scoped_ptr<base::Value> value;
value             154 chrome/test/chromedriver/commands.cc   Status status = command.Run(session, *params, &value);
value             190 chrome/test/chromedriver/commands.cc     } else if (value) {
value             191 chrome/test/chromedriver/commands.cc       result = FormatValueForDisplay(*value);
value             205 chrome/test/chromedriver/commands.cc       base::Bind(callback_on_cmd, status, base::Passed(&value), session->id));
value              32 chrome/test/chromedriver/commands_unittest.cc                  scoped_ptr<base::Value> value,
value              36 chrome/test/chromedriver/commands_unittest.cc   ASSERT_TRUE(value->GetAsDictionary(&dict));
value              68 chrome/test/chromedriver/commands_unittest.cc                scoped_ptr<base::Value> value,
value              71 chrome/test/chromedriver/commands_unittest.cc   ASSERT_FALSE(value.get());
value              96 chrome/test/chromedriver/commands_unittest.cc     base::Value* value,
value             102 chrome/test/chromedriver/commands_unittest.cc   return_value->reset(value->DeepCopy());
value             111 chrome/test/chromedriver/commands_unittest.cc                      scoped_ptr<base::Value> value,
value             114 chrome/test/chromedriver/commands_unittest.cc   ASSERT_TRUE(expected_value->Equals(value.get()));
value             155 chrome/test/chromedriver/commands_unittest.cc     scoped_ptr<base::Value>* value) {
value             161 chrome/test/chromedriver/commands_unittest.cc                      scoped_ptr<base::Value> value,
value             164 chrome/test/chromedriver/commands_unittest.cc   EXPECT_FALSE(value.get());
value             168 chrome/test/chromedriver/commands_unittest.cc                          scoped_ptr<base::Value> value,
value             171 chrome/test/chromedriver/commands_unittest.cc   EXPECT_FALSE(value.get());
value             204 chrome/test/chromedriver/commands_unittest.cc                             scoped_ptr<base::Value> value,
value             208 chrome/test/chromedriver/commands_unittest.cc   EXPECT_FALSE(value.get());
value             525 chrome/test/chromedriver/commands_unittest.cc   scoped_ptr<base::Value> value;
value             527 chrome/test/chromedriver/commands_unittest.cc             ExecuteFindElement(1, &session, &web_view, params, &value).code());
value             529 chrome/test/chromedriver/commands_unittest.cc             ExecuteFindElements(1, &session, &web_view, params, &value).code());
value              84 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value              91 chrome/test/chromedriver/element_commands.cc       value);
value             101 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             104 chrome/test/chromedriver/element_commands.cc     return command.Run(session, web_view, id, params, value);
value             114 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             116 chrome/test/chromedriver/element_commands.cc       interval_ms, true, &element_id, session, web_view, params, value);
value             125 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             127 chrome/test/chromedriver/element_commands.cc       interval_ms, false, &element_id, session, web_view, params, value);
value             135 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             158 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             203 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             207 chrome/test/chromedriver/element_commands.cc         session, web_view, element_id, params, value);
value             228 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             277 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             292 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             345 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             352 chrome/test/chromedriver/element_commands.cc       value);
value             360 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             367 chrome/test/chromedriver/element_commands.cc       value);
value             375 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             382 chrome/test/chromedriver/element_commands.cc       value);
value             390 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             397 chrome/test/chromedriver/element_commands.cc       value);
value             405 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             412 chrome/test/chromedriver/element_commands.cc       value);
value             420 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             427 chrome/test/chromedriver/element_commands.cc       value);
value             435 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             442 chrome/test/chromedriver/element_commands.cc       value);
value             450 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             457 chrome/test/chromedriver/element_commands.cc       value);
value             465 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             471 chrome/test/chromedriver/element_commands.cc   value->reset(CreateValueFrom(location));
value             480 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             487 chrome/test/chromedriver/element_commands.cc       value);
value             495 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             499 chrome/test/chromedriver/element_commands.cc   return GetElementAttribute(session, web_view, element_id, name, value);
value             507 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             516 chrome/test/chromedriver/element_commands.cc   value->reset(new base::StringValue(property_value));
value             525 chrome/test/chromedriver/element_commands.cc     scoped_ptr<base::Value>* value) {
value             529 chrome/test/chromedriver/element_commands.cc   value->reset(new base::FundamentalValue(element_id == other_element_id));
value              35 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value              44 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value              53 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value              61 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value              69 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value              77 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value              85 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value              93 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             101 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             109 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             117 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             125 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             133 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             140 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             147 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             154 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             162 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             171 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             178 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             185 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             193 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value             201 chrome/test/chromedriver/element_commands.h     scoped_ptr<base::Value>* value);
value              25 chrome/test/chromedriver/element_util.cc bool ParseFromValue(base::Value* value, WebPoint* point) {
value              27 chrome/test/chromedriver/element_util.cc   if (!value->GetAsDictionary(&dict_value))
value              38 chrome/test/chromedriver/element_util.cc bool ParseFromValue(base::Value* value, WebSize* size) {
value              40 chrome/test/chromedriver/element_util.cc   if (!value->GetAsDictionary(&dict_value))
value              51 chrome/test/chromedriver/element_util.cc bool ParseFromValue(base::Value* value, WebRect* rect) {
value              53 chrome/test/chromedriver/element_util.cc   if (!value->GetAsDictionary(&dict_value))
value             158 chrome/test/chromedriver/element_util.cc     std::string* value) {
value             168 chrome/test/chromedriver/element_util.cc   if (!result->GetAsString(value)) {
value             224 chrome/test/chromedriver/element_util.cc     scoped_ptr<base::Value>* value) {
value             254 chrome/test/chromedriver/element_util.cc         value->reset(temp.release());
value             262 chrome/test/chromedriver/element_util.cc           value->reset(temp.release());
value             272 chrome/test/chromedriver/element_util.cc         value->reset(new base::ListValue());
value             285 chrome/test/chromedriver/element_util.cc     scoped_ptr<base::Value>* value) {
value             291 chrome/test/chromedriver/element_util.cc       value);
value             313 chrome/test/chromedriver/element_util.cc     scoped_ptr<base::Value>* value) {
value             319 chrome/test/chromedriver/element_util.cc       args, value);
value              35 chrome/test/chromedriver/element_util.h     scoped_ptr<base::Value>* value);
value              40 chrome/test/chromedriver/element_util.h     scoped_ptr<base::Value>* value);
value              53 chrome/test/chromedriver/element_util.h     scoped_ptr<base::Value>* value);
value             211 chrome/test/chromedriver/logging.cc     FILE* redir_stderr = _wfreopen(log_path.value().c_str(), L"w", stderr);
value             213 chrome/test/chromedriver/logging.cc     FILE* redir_stderr = freopen(log_path.value().c_str(), "w", stderr);
value             636 chrome/test/chromedriver/server/http_handler.cc     scoped_ptr<base::Value> value,
value             640 chrome/test/chromedriver/server/http_handler.cc       PrepareResponseHelper(trimmed_path, status, value.Pass(), session_id);
value             649 chrome/test/chromedriver/server/http_handler.cc     scoped_ptr<base::Value> value,
value             668 chrome/test/chromedriver/server/http_handler.cc     value.reset(error.release());
value             670 chrome/test/chromedriver/server/http_handler.cc   if (!value)
value             671 chrome/test/chromedriver/server/http_handler.cc     value.reset(base::Value::CreateNullValue());
value             675 chrome/test/chromedriver/server/http_handler.cc   body_params.Set("value", value.release());
value              94 chrome/test/chromedriver/server/http_handler.h                        scoped_ptr<base::Value> value,
value              99 chrome/test/chromedriver/server/http_handler.h       scoped_ptr<base::Value> value,
value             106 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             154 chrome/test/chromedriver/session_commands.cc   value->reset(session->capabilities->DeepCopy());
value             164 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             165 chrome/test/chromedriver/session_commands.cc   Status status = InitSessionHelper(bound_params, session, params, value);
value             178 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             189 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             190 chrome/test/chromedriver/session_commands.cc   value->reset(session->capabilities->DeepCopy());
value             197 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             203 chrome/test/chromedriver/session_commands.cc   value->reset(
value             211 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             232 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             263 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             273 chrome/test/chromedriver/session_commands.cc   value->reset(window_ids.release());
value             280 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             355 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             384 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             396 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             408 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             423 chrome/test/chromedriver/session_commands.cc   value->reset(new base::FundamentalValue(is_pending));
value             430 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             442 chrome/test/chromedriver/session_commands.cc   value->reset(location.DeepCopy());
value             449 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             470 chrome/test/chromedriver/session_commands.cc   value->reset(position.DeepCopy());
value             477 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             500 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             521 chrome/test/chromedriver/session_commands.cc   value->reset(size.DeepCopy());
value             528 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             553 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             572 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             580 chrome/test/chromedriver/session_commands.cc   *value = types.Pass();
value             587 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             597 chrome/test/chromedriver/session_commands.cc       *value = (*log)->GetAndClearEntries();
value             607 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             631 chrome/test/chromedriver/session_commands.cc   value->reset(new base::StringValue(upload.value()));
value             638 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value             639 chrome/test/chromedriver/session_commands.cc   value->reset(new base::FundamentalValue(session->auto_reporting_enabled));
value             646 chrome/test/chromedriver/session_commands.cc     scoped_ptr<base::Value>* value) {
value              47 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              54 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              60 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              66 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              72 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              78 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              85 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              92 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              98 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             104 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             109 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             114 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             119 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             124 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             129 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             134 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             139 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             144 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             149 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             154 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             159 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             164 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value             169 chrome/test/chromedriver/session_commands.h     scoped_ptr<base::Value>* value);
value              27 chrome/test/chromedriver/session_commands_unittest.cc   scoped_ptr<base::Value> value;
value              35 chrome/test/chromedriver/session_commands_unittest.cc   Status status = ExecuteUploadFile(&session, params, &value);
value              38 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_TRUE(value->GetAsString(&path));
value              68 chrome/test/chromedriver/session_commands_unittest.cc   scoped_ptr<base::Value> value;
value              70 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_EQ(kOk, ExecuteQuit(false, &session, params, &value).code());
value              74 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_EQ(kOk, ExecuteQuit(true, &session, params, &value).code());
value              84 chrome/test/chromedriver/session_commands_unittest.cc   scoped_ptr<base::Value> value;
value              86 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_EQ(kOk, ExecuteQuit(true, &session, params, &value).code());
value              89 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_EQ(kOk, ExecuteQuit(false, &session, params, &value).code());
value             111 chrome/test/chromedriver/session_commands_unittest.cc   scoped_ptr<base::Value> value;
value             112 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_EQ(kUnknownError, ExecuteQuit(false, &session, params, &value).code());
value             119 chrome/test/chromedriver/session_commands_unittest.cc   scoped_ptr<base::Value> value;
value             124 chrome/test/chromedriver/session_commands_unittest.cc   status_code = ExecuteIsAutoReporting(&session, params, &value).code();
value             127 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_TRUE(value.get()->GetAsBoolean(&enabled));
value             131 chrome/test/chromedriver/session_commands_unittest.cc   status_code = ExecuteSetAutoReporting(&session, params, &value).code();
value             136 chrome/test/chromedriver/session_commands_unittest.cc   status_code = ExecuteSetAutoReporting(&session, params, &value).code();
value             141 chrome/test/chromedriver/session_commands_unittest.cc   status_code = ExecuteIsAutoReporting(&session, params, &value).code();
value             143 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_TRUE(value.get()->GetAsBoolean(&enabled));
value             148 chrome/test/chromedriver/session_commands_unittest.cc   status_code = ExecuteSetAutoReporting(&session, params, &value).code();
value             153 chrome/test/chromedriver/session_commands_unittest.cc   status_code = ExecuteIsAutoReporting(&session, params, &value).code();
value             155 chrome/test/chromedriver/session_commands_unittest.cc   ASSERT_TRUE(value.get()->GetAsBoolean(&enabled));
value              47 chrome/test/chromedriver/window_commands.cc   scoped_ptr<base::Value> value;
value              50 chrome/test/chromedriver/window_commands.cc       frame, "function() { return document.URL; }", args, &value);
value              53 chrome/test/chromedriver/window_commands.cc   if (!value->GetAsString(url))
value              60 chrome/test/chromedriver/window_commands.cc          const std::string& value,
value              66 chrome/test/chromedriver/window_commands.cc       : name(name), value(value), domain(domain), path(path), expiry(expiry),
value              70 chrome/test/chromedriver/window_commands.cc   std::string value;
value              81 chrome/test/chromedriver/window_commands.cc   dict->SetString("value", cookie.value);
value             106 chrome/test/chromedriver/window_commands.cc     std::string value;
value             107 chrome/test/chromedriver/window_commands.cc     cookie_dict->GetString("value", &value);
value             121 chrome/test/chromedriver/window_commands.cc         Cookie(name, value, domain, path, expiry, secure, session));
value             130 chrome/test/chromedriver/window_commands.cc   scoped_ptr<base::Value> value;
value             150 chrome/test/chromedriver/window_commands.cc       &value);
value             154 chrome/test/chromedriver/window_commands.cc   value->GetAsDictionary(&view_attrib);
value             194 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             225 chrome/test/chromedriver/window_commands.cc     status = command.Run(session, web_view, params, value);
value             243 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             254 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             259 chrome/test/chromedriver/window_commands.cc     return web_view->TakeHeapSnapshot(value);
value             266 chrome/test/chromedriver/window_commands.cc                                   "function(){" + script + "}", *args, value);
value             274 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             284 chrome/test/chromedriver/window_commands.cc       session->script_timeout, value);
value             291 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             362 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             371 chrome/test/chromedriver/window_commands.cc   return web_view->CallFunction(std::string(), kGetTitleScript, args, value);
value             378 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             385 chrome/test/chromedriver/window_commands.cc       session->GetCurrentFrameId(), kGetPageSource, args, value);
value             393 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             394 chrome/test/chromedriver/window_commands.cc   return FindElement(interval_ms, true, NULL, session, web_view, params, value);
value             402 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             404 chrome/test/chromedriver/window_commands.cc       interval_ms, false, NULL, session, web_view, params, value);
value             411 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             416 chrome/test/chromedriver/window_commands.cc   value->reset(new base::StringValue(url));
value             424 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             426 chrome/test/chromedriver/window_commands.cc       std::string(), "window.history.back();", value);
value             433 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             435 chrome/test/chromedriver/window_commands.cc       std::string(), "window.history.forward();", value);
value             442 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             450 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             495 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             516 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             533 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             550 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             571 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             579 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             587 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             595 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             596 chrome/test/chromedriver/window_commands.cc   return GetActiveElement(session, web_view, value);
value             603 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             615 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             619 chrome/test/chromedriver/window_commands.cc       value);
value             626 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             630 chrome/test/chromedriver/window_commands.cc       value);
value             638 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             648 chrome/test/chromedriver/window_commands.cc       value);
value             656 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             666 chrome/test/chromedriver/window_commands.cc       value);
value             674 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             688 chrome/test/chromedriver/window_commands.cc       value);
value             696 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             706 chrome/test/chromedriver/window_commands.cc       value);
value             714 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             718 chrome/test/chromedriver/window_commands.cc       value);
value             726 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             730 chrome/test/chromedriver/window_commands.cc       value);
value             737 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             759 chrome/test/chromedriver/window_commands.cc   value->reset(new base::StringValue(screenshot));
value             767 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             777 chrome/test/chromedriver/window_commands.cc   value->reset(cookie_list.release());
value             785 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             800 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             817 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             845 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             871 chrome/test/chromedriver/window_commands.cc     scoped_ptr<base::Value>* value) {
value             872 chrome/test/chromedriver/window_commands.cc   return web_view->TakeHeapSnapshot(value);
value              33 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              40 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              47 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              54 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              61 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              68 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              75 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              83 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              91 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value              98 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             105 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             112 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             119 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             126 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             133 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             140 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             147 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             154 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             161 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             168 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             175 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             181 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             188 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             195 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             201 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             208 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             215 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             222 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             229 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             236 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             243 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             249 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             256 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             264 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             271 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             278 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             284 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             290 chrome/test/chromedriver/window_commands.h     scoped_ptr<base::Value>* value);
value             434 chrome/test/data/dromaeo/JSON.php     function name_value($name, $value)
value             436 chrome/test/data/dromaeo/JSON.php         $encoded_value = $this->encode($value);
value              82 chrome/test/gpu/gpu_feature_browsertest.cc         << "Missing test file: " << test_path.value();
value             499 chrome/test/gpu/gpu_feature_browsertest.cc       << "Missing test file: " << test_path.value();
value             152 chrome/test/logging/win/file_logger.cc                                    log_file.value().c_str(), false);
value             166 chrome/test/logging/win/file_logger.cc       LOG(ERROR) << "Failed to start trace session to file " << log_file.value()
value             231 chrome/test/logging/win/log_file_reader.cc   hr = consumer.OpenFileSession(log_file.value().c_str());
value             233 chrome/test/logging/win/log_file_reader.cc     LOG(ERROR) << "Failed to open session for log file " << log_file.value()
value              14 chrome/test/logging/win/mof_data_parser.cc bool MofDataParser::ReadString(base::StringPiece* value) {
value              23 chrome/test/logging/win/mof_data_parser.cc   value->set(reinterpret_cast<const char*>(scan_),
value              27 chrome/test/logging/win/mof_data_parser.h   bool ReadDWORD(DWORD* value) {
value              28 chrome/test/logging/win/mof_data_parser.h     return ReadPrimitive(value);
value              31 chrome/test/logging/win/mof_data_parser.h   bool ReadInt(int* value) {
value              32 chrome/test/logging/win/mof_data_parser.h     return ReadPrimitive(value);
value              35 chrome/test/logging/win/mof_data_parser.h   bool ReadPointer(intptr_t* value) {
value              36 chrome/test/logging/win/mof_data_parser.h     return ReadPrimitive(value);
value              47 chrome/test/logging/win/mof_data_parser.h   template<typename T> bool ReadStructure(const T** value) {
value              48 chrome/test/logging/win/mof_data_parser.h     if (length_ < sizeof(**value))
value              50 chrome/test/logging/win/mof_data_parser.h     *value = reinterpret_cast<const T*>(scan_);
value              51 chrome/test/logging/win/mof_data_parser.h     Advance(sizeof(**value));
value              58 chrome/test/logging/win/mof_data_parser.h   bool ReadString(base::StringPiece* value);
value              68 chrome/test/logging/win/mof_data_parser.h   template<typename T> bool ReadPrimitive(T* value) {
value              69 chrome/test/logging/win/mof_data_parser.h     if (length_ < sizeof(*value))
value              71 chrome/test/logging/win/mof_data_parser.h     *value = *reinterpret_cast<const T*>(scan_);
value              72 chrome/test/logging/win/mof_data_parser.h     Advance(sizeof(*value));
value              15 chrome/test/logging/win/mof_data_parser_unittest.cc   template<typename T> EVENT_TRACE* MakeEventWithBlittedValue(T value) {
value              16 chrome/test/logging/win/mof_data_parser_unittest.cc     EVENT_TRACE* event = MakeEventWithDataOfSize(sizeof(value));
value              17 chrome/test/logging/win/mof_data_parser_unittest.cc     *reinterpret_cast<T*>(event->MofData) = value;
value              20 chrome/test/logging/win/mof_data_parser_unittest.cc   EVENT_TRACE* MakeEventWithDWORD(DWORD value);
value              36 chrome/test/logging/win/mof_data_parser_unittest.cc EVENT_TRACE* MofDataParserTest::MakeEventWithDWORD(DWORD value) {
value              37 chrome/test/logging/win/mof_data_parser_unittest.cc   return MakeEventWithBlittedValue(value);
value              67 chrome/test/logging/win/mof_data_parser_unittest.cc     DWORD value = 0;
value              70 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_TRUE(parser.ReadDWORD(&value));
value              71 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_EQ(5UL, value);
value              78 chrome/test/logging/win/mof_data_parser_unittest.cc     DWORD value = 0;
value              81 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_FALSE(parser.ReadDWORD(&value));
value              82 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_EQ(0UL, value);
value             133 chrome/test/logging/win/mof_data_parser_unittest.cc     const Spam* value = NULL;
value             136 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_TRUE(parser.ReadStructure(&value));
value             137 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_EQ(canned_meat.blorf, value->blorf);
value             138 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_EQ(canned_meat.spiffy, value->spiffy);
value             145 chrome/test/logging/win/mof_data_parser_unittest.cc     const Spam* value = NULL;
value             148 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_FALSE(parser.ReadStructure(&value));
value             162 chrome/test/logging/win/mof_data_parser_unittest.cc     base::StringPiece value;
value             165 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_TRUE(parser.ReadString(&value));
value             167 chrome/test/logging/win/mof_data_parser_unittest.cc               value);
value             174 chrome/test/logging/win/mof_data_parser_unittest.cc     base::StringPiece value;
value             177 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_TRUE(parser.ReadString(&value));
value             178 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_EQ(base::StringPiece(&a_string[0], arraysize(a_string) - 1), value);
value             185 chrome/test/logging/win/mof_data_parser_unittest.cc     base::StringPiece value;
value             188 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_FALSE(parser.ReadString(&value));
value             266 chrome/test/logging/win/test_log_collector.cc       LOG(ERROR) << "Failed to delete log file " << log_file_.value();
value              38 chrome/test/mini_installer_test/installer_path_provider.cc       base::FilePath().AppendASCII(pattern).value());
value             180 chrome/test/mini_installer_test/installer_path_provider.cc       standalone_installer.value().c_str(),
value             181 chrome/test/mini_installer_test/installer_path_provider.cc       tagged_installer.value().c_str(),
value             194 chrome/test/mini_installer_test/installer_test_util.cc     LOG(ERROR) << "Could not launch process: " << exe.value();
value             261 chrome/test/mini_installer_test/installer_test_util.cc       uninstall_cmd.GetProgram().DirName().AppendASCII("chrome.7z").value();
value              53 chrome/test/mini_installer_test/run_all_unittests.cc            command_line.GetProgram().value().c_str());
value              27 chrome/test/nacl/nacl_browsertest_util.cc   scoped_ptr<base::Value> value;
value              32 chrome/test/nacl/nacl_browsertest_util.cc   value.reset(reader.ReadToValue(json));
value              33 chrome/test/nacl/nacl_browsertest_util.cc   if (!value.get())
value              38 chrome/test/nacl/nacl_browsertest_util.cc   if (!value->GetAsString(&temp))
value              41 chrome/test/nacl/nacl_browsertest_util.cc   value.reset(reader.ReadToValue(temp));
value              42 chrome/test/nacl/nacl_browsertest_util.cc   if (!value.get())
value              47 chrome/test/nacl/nacl_browsertest_util.cc   if (!value->GetAsDictionary(&msg))
value             213 chrome/test/nacl/nacl_browsertest_util.cc   ASSERT_TRUE(base::PathExists(plugin_lib)) << plugin_lib.value();
value             319 chrome/test/ppapi/ppapi_test.cc   base::FilePath::StringType pepper_plugin = plugin_lib.value();
value             406 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp     SECItem* decode_item = CERT_DecodeAVAValue(&avas[i]->value);
value             410 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       std::string value(reinterpret_cast<char*>(decode_item->data),
value             413 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp         value = x509_certificate_model::ProcessIDN(value);
value             414 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       rv += value;
value             437 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp   CERTBasicConstraints value;
value             438 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp   value.pathLenConstraint = -1;
value             439 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp   if (CERT_DecodeBasicConstraintValue(&value, extension_data) != SECSuccess)
value             443 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp   if (value.isCA)
value             448 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp   if (value.pathLenConstraint != -1) {
value             450 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp     if (value.pathLenConstraint == CERT_UNLIMITED_PATH_CONSTRAINT) {
value             454 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       depth = base::FormatNumber(value.pathLenConstraint);
value             467 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp   std::string value;
value             482 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp           value = std::string(reinterpret_cast<char*>(decoded.data),
value             485 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp           value = ProcessRawBytes(&current->name.OthName.name);
value             497 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp               &value,
value             503 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp           value = ProcessRawBytes(&current->name.OthName.name);
value             506 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp         value = ProcessRawBytes(&current->name.OthName.name);
value             512 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       value = std::string(reinterpret_cast<char*>(current->name.other.data),
value             517 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       value = std::string(reinterpret_cast<char*>(current->name.other.data),
value             519 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       value = x509_certificate_model::ProcessIDN(value);
value             523 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       value = ProcessRawBytes(&current->name.other);
value             527 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       value = ProcessName(&current->name.directoryName);
value             531 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       value = ProcessRawBytes(&current->name.other);
value             535 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       value = std::string(reinterpret_cast<char*>(current->name.other.data),
value             546 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp         value = net::IPAddressToString(ip);
value             549 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp         value = ProcessRawBytes(&current->name.other);
value             555 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       value = DumpOidString(&current->name.other);
value             560 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp                                            base::UTF8ToUTF16(value)));
value             102 chrome/tools/convert_dict/convert_dict.cc   printf("Reading %" PRFilePath " ...\n", aff_path.value().c_str());
value             111 chrome/tools/convert_dict/convert_dict.cc   printf("Reading %" PRFilePath " ...\n", dic_path.value().c_str());
value             138 chrome/tools/convert_dict/convert_dict.cc   printf("Writing %" PRFilePath " ...\n", out_path.value().c_str());
value             139 chrome/tools/convert_dict/dic_reader.cc     printf("Reading %" PRFilePath " ...\n", additional_path.value().c_str());
value             141 chrome/tools/convert_dict/dic_reader.cc     printf("%" PRFilePath " not found.\n", additional_path.value().c_str());
value              55 chrome/tools/crash_service/main.cc   settings.log_file = log_file.value().c_str();
value              25 chrome/tools/profile_reset/jtl_compiler.cc   void WriteUint8(uint8 value) { output_->push_back(static_cast<char>(value)); }
value              26 chrome/tools/profile_reset/jtl_compiler.cc   void WriteUint32(uint32 value) {
value              28 chrome/tools/profile_reset/jtl_compiler.cc       output_->push_back(static_cast<char>(value & 0xFFu));
value              29 chrome/tools/profile_reset/jtl_compiler.cc       value >>= 8;
value              37 chrome/tools/profile_reset/jtl_compiler.cc   void WriteBool(bool value) { WriteUint8(value ? 1u : 0u); }
value             109 chrome/tools/profile_reset/jtl_compiler.cc           bool value = false;
value             110 chrome/tools/profile_reset/jtl_compiler.cc           if (!arguments.GetBoolean(i, &value))
value             112 chrome/tools/profile_reset/jtl_compiler.cc           target->WriteBool(value);
value             116 chrome/tools/profile_reset/jtl_compiler.cc           std::string value;
value             117 chrome/tools/profile_reset/jtl_compiler.cc           if (!arguments.GetString(i, &value))
value             119 chrome/tools/profile_reset/jtl_compiler.cc           target->WriteHash(hasher.GetHash(value));
value             123 chrome/tools/profile_reset/jtl_compiler.cc           std::string value;
value             124 chrome/tools/profile_reset/jtl_compiler.cc           if (!arguments.GetString(i, &value))
value             126 chrome/tools/profile_reset/jtl_compiler.cc           if (value.empty() ||
value             127 chrome/tools/profile_reset/jtl_compiler.cc               value.size() > std::numeric_limits<uint32>::max())
value             129 chrome/tools/profile_reset/jtl_compiler.cc           target->WriteHash(hasher.GetHash(value));
value             130 chrome/tools/profile_reset/jtl_compiler.cc           target->WriteUint32(static_cast<uint32>(value.size()));
value             132 chrome/tools/profile_reset/jtl_compiler.cc               value.begin(), value.end(), static_cast<uint32>(0u));
value              25 chrome/tools/profile_reset/jtl_compiler_unittest.cc static std::string EncodeUint32(uint32 value) {
value              28 chrome/tools/profile_reset/jtl_compiler_unittest.cc     bytecode.push_back(static_cast<char>(value & 0xFFu));
value              29 chrome/tools/profile_reset/jtl_compiler_unittest.cc     value >>= 8;
value             241 chrome/utility/chrome_content_utility_client.cc       g_iat_patch_createdca.Patch(pdf_module_path.value().c_str(),
value             247 chrome/utility/chrome_content_utility_client.cc       g_iat_patch_get_font_data.Patch(pdf_module_path.value().c_str(),
value             775 chrome/utility/chrome_content_utility_client.cc   base::Value* value = base::JSONReader::ReadAndReturnError(
value             777 chrome/utility/chrome_content_utility_client.cc   if (value) {
value             779 chrome/utility/chrome_content_utility_client.cc     wrapper.Append(value);
value             858 chrome/utility/chrome_content_utility_client.cc         input_file.value().c_str(),
value             859 chrome/utility/chrome_content_utility_client.cc         patch_file.value().c_str(),
value             860 chrome/utility/chrome_content_utility_client.cc         output_file.value().c_str());
value              72 chrome/utility/extensions/unpacker.cc   const base::FilePath::StringType& value = path.value();
value              74 chrome/utility/extensions/unpacker.cc   for (size_t i = 0; i < value.length(); ) {
value              75 chrome/utility/extensions/unpacker.cc     i = value.find(kParentDirectory, i);
value              77 chrome/utility/extensions/unpacker.cc       if ((i == 0 || kSeparators.find(value[i-1]) == npos) &&
value              78 chrome/utility/extensions/unpacker.cc           (i+1 < value.length() || kSeparators.find(value[i+1]) == npos)) {
value             166 chrome/utility/extensions/unpacker.cc   DVLOG(1) << "Installing extension " << extension_path_.value();
value              40 chrome/utility/extensions/unpacker_unittest.cc     ASSERT_TRUE(base::PathExists(original_path)) << original_path.value();
value              48 chrome/utility/extensions/unpacker_unittest.cc         "Original path " << original_path.value() <<
value              49 chrome/utility/extensions/unpacker_unittest.cc         ", Crx path " << crx_path.value();
value              40 chrome/utility/image_writer/image_writer.cc     DLOG(ERROR) << "Unable to open file for read: " << image_path_.value();
value              49 chrome/utility/image_writer/image_writer.cc       base::File(CreateFile(device_path.value().c_str(),
value              68 chrome/utility/image_writer/image_writer.cc                    device_path_.value();
value              94 chrome/utility/image_writer/image_writer.cc     DLOG(ERROR) << "Unable to open file for read: " << image_path_.value();
value             103 chrome/utility/image_writer/image_writer.cc     DLOG(ERROR) << "Unable to open file for read: " << device_path_.value();
value             101 chrome/utility/image_writer/image_writer_handler.cc       CreateFile(device.value().c_str(),
value              28 chrome/utility/importer/bookmark_html_reader.cc                   std::string* value) {
value              49 chrome/utility/importer/bookmark_html_reader.cc   *value = attribute_list.substr(begin, end - begin);
value             284 chrome/utility/importer/bookmark_html_reader.cc   std::string value;
value             287 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kAddDateAttribute, &value)) {
value             289 chrome/utility/importer/bookmark_html_reader.cc     base::StringToInt64(value, &time);
value             295 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kToolbarFolderAttribute, &value) &&
value             296 chrome/utility/importer/bookmark_html_reader.cc       LowerCaseEqualsASCII(value, "true"))
value             342 chrome/utility/importer/bookmark_html_reader.cc   std::string value;
value             343 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kFeedURLAttribute, &value))
value             352 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kHrefAttribute, &value)) {
value             354 chrome/utility/importer/bookmark_html_reader.cc     base::CodepageToUTF16(value, charset.c_str(),
value             362 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kIconAttribute, &value))
value             363 chrome/utility/importer/bookmark_html_reader.cc     *favicon = GURL(value);
value             366 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kShortcutURLAttribute, &value)) {
value             367 chrome/utility/importer/bookmark_html_reader.cc     base::CodepageToUTF16(value, charset.c_str(),
value             373 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kAddDateAttribute, &value)) {
value             375 chrome/utility/importer/bookmark_html_reader.cc     base::StringToInt64(value, &time);
value             382 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kPostDataAttribute, &value)) {
value             383 chrome/utility/importer/bookmark_html_reader.cc     base::CodepageToUTF16(value, charset.c_str(),
value             422 chrome/utility/importer/bookmark_html_reader.cc   std::string value;
value             423 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kHrefAttributeUpper, &value) ||
value             424 chrome/utility/importer/bookmark_html_reader.cc       GetAttribute(attribute_list, kHrefAttributeLower, &value)) {
value             427 chrome/utility/importer/bookmark_html_reader.cc       base::CodepageToUTF16(value, charset.c_str(),
value             433 chrome/utility/importer/bookmark_html_reader.cc       *url = GURL(value);
value             472 chrome/utility/importer/firefox_importer.cc        !engine_path.value().empty(); engine_path = engines.Next()) {
value              49 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc   options.environ["DYLD_FALLBACK_LIBRARY_PATH"] = nss_path.value();
value             798 chrome/utility/importer/ie_importer_win.cc       favorites_path.StripTrailingSeparators().value().size();
value             801 chrome/utility/importer/ie_importer_win.cc   while (!(file = file_enumerator.Next()).value().empty() && !cancelled())
value             802 chrome/utility/importer/ie_importer_win.cc     file_list.push_back(file.value());
value             840 chrome/utility/importer/ie_importer_win.cc         shortcut.DirName().value().substr(favorites_path_len);
value             848 chrome/utility/importer/ie_importer_win.cc     entry.title = shortcut.RemoveExtension().BaseName().value();
value              35 chrome/utility/importer/nss_decryptor_system_nss.cc           db_path.value().c_str());
value              53 chrome/utility/importer/nss_decryptor_win.cc     if (!set_dll_directory(dll_path.value().c_str()))
value              64 chrome/utility/importer/nss_decryptor_win.cc     nss3_dll_ = LoadLibraryEx(path.value().c_str(), NULL,
value              80 chrome/utility/importer/nss_decryptor_win.cc     softokn3_dll_ = LoadLibraryEx(path.value().c_str(), NULL,
value             145 chrome/utility/importer/nss_decryptor_win.cc   SECStatus result = NSS_Init(base::SysWideToNativeMB(db_path.value()).c_str());
value              74 chrome/utility/media_galleries/iapps_xml_utils.cc   std::string value;
value              75 chrome/utility/media_galleries/iapps_xml_utils.cc   if (!ReadSimpleValue(reader, "integer", &value))
value              77 chrome/utility/media_galleries/iapps_xml_utils.cc   return base::StringToUint64(value, result);
value              57 chrome/utility/media_galleries/iphoto_library_parser.cc       std::string value;
value              58 chrome/utility/media_galleries/iphoto_library_parser.cc       if (!iapps::ReadString(reader, &value))
value              60 chrome/utility/media_galleries/iphoto_library_parser.cc       result->location = base::FilePath(value);
value              63 chrome/utility/media_galleries/iphoto_library_parser.cc       std::string value;
value              64 chrome/utility/media_galleries/iphoto_library_parser.cc       if (!iapps::ReadString(reader, &value))
value              66 chrome/utility/media_galleries/iphoto_library_parser.cc       result->original_location = base::FilePath(value);
value             109 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   EXPECT_EQ(a.location.value(), b.location.value());
value             110 chrome/utility/media_galleries/iphoto_library_parser_unittest.cc   EXPECT_EQ(a.original_location.value(), b.original_location.value());
value              66 chrome/utility/media_galleries/itunes_library_parser.cc       std::string value;
value              67 chrome/utility/media_galleries/itunes_library_parser.cc       if (!iapps::ReadString(reader, &value))
value              69 chrome/utility/media_galleries/itunes_library_parser.cc       GURL url(value);
value              36 chrome/utility/media_galleries/itunes_library_parser_unittest.cc   EXPECT_EQ(a.location.value(), b.location.value());
value              21 chrome/utility/media_galleries/media_metadata_parser.cc void SetStringScopedPtr(const std::string& value,
value              23 chrome/utility/media_galleries/media_metadata_parser.cc   if (!value.empty())
value              24 chrome/utility/media_galleries/media_metadata_parser.cc     destination->reset(new std::string(value));
value              27 chrome/utility/media_galleries/media_metadata_parser.cc void SetIntScopedPtr(int value, scoped_ptr<int>* destination) {
value              28 chrome/utility/media_galleries/media_metadata_parser.cc   if (value >= 0)
value              29 chrome/utility/media_galleries/media_metadata_parser.cc     destination->reset(new int(value));
value              36 chrome/utility/media_galleries/picasa_albums_indexer.cc                              const std::string& value) OVERRIDE {
value              45 chrome/utility/media_galleries/picasa_albums_indexer.cc     base::SplitString(value, ',', &containing_albums);
value              27 chrome/utility/web_resource_unpacker.cc   scoped_ptr<base::Value> value;
value              29 chrome/utility/web_resource_unpacker.cc     value.reset(base::JSONReader::Read(resource_data_));
value              30 chrome/utility/web_resource_unpacker.cc     if (!value.get()) {
value              35 chrome/utility/web_resource_unpacker.cc     if (!value->IsType(base::Value::TYPE_DICTIONARY)) {
value              39 chrome/utility/web_resource_unpacker.cc     parsed_json_.reset(static_cast<base::DictionaryValue*>(value.release()));
value             167 chrome_elf/chrome_elf_util.cc   DWORD value = 0;
value             168 chrome_elf/chrome_elf_util.cc   BYTE* value_bytes = reinterpret_cast<BYTE*>(&value);
value             169 chrome_elf/chrome_elf_util.cc   DWORD size = sizeof(value);
value             176 chrome_elf/chrome_elf_util.cc       *breakpad_enabled = value != 0;
value             179 chrome_elf/chrome_elf_util.cc     return size == sizeof(value);
value             186 chrome_elf/chrome_elf_util.cc       *breakpad_enabled = value != 0;
value             189 chrome_elf/chrome_elf_util.cc     return size == sizeof(value);
value              95 chrome_elf/chrome_elf_util_unittest.cc   void SetUsageStat(DWORD value, bool state_medium) {
value             100 chrome_elf/chrome_elf_util_unittest.cc         KEY_SET_VALUE).WriteValue(kRegValueUsageStats, value);
value             227 chrome_elf/create_file/chrome_create_file_unittest.cc       file_handle.Set(::CreateFileW(path.value().c_str(),
value             235 chrome_elf/create_file/chrome_create_file_unittest.cc       file_handle.Set(CreateFileNTDLL(path.value().c_str(),
value             258 chrome_elf/create_file/chrome_create_file_unittest.cc       file_handle.Set(::CreateFileW(path.value().c_str(),
value             266 chrome_elf/create_file/chrome_create_file_unittest.cc       file_handle.Set(CreateFileNTDLL(path.value().c_str(),
value             386 chrome_elf/create_file/chrome_create_file_unittest.cc   EXPECT_FALSE(ShouldBypass(desktop_junk_path.value().c_str()));
value             387 chrome_elf/create_file/chrome_create_file_unittest.cc   EXPECT_FALSE(ShouldBypass(desktop_prefs_path.value().c_str()));
value             390 chrome_elf/create_file/chrome_create_file_unittest.cc   EXPECT_TRUE(ShouldBypass(local_prefs_path.value().c_str()));
value             391 chrome_elf/create_file/chrome_create_file_unittest.cc   EXPECT_TRUE(ShouldBypass(local_state_path.value().c_str()));
value             392 chrome_elf/create_file/chrome_create_file_unittest.cc   EXPECT_FALSE(ShouldBypass(local_junk_path.value().c_str()));
value              57 chromeos/accelerometer/accelerometer_reader.cc bool ReadFileToUint(const base::FilePath& path, unsigned int* value) {
value              59 chromeos/accelerometer/accelerometer_reader.cc   DCHECK(value);
value              61 chromeos/accelerometer/accelerometer_reader.cc     LOG(ERROR) << "Failed to read " << path.value();
value              65 chromeos/accelerometer/accelerometer_reader.cc   if (!base::StringToUint(s, value)) {
value              66 chromeos/accelerometer/accelerometer_reader.cc     LOG(ERROR) << "Failed to parse \"" << s << "\" from " << path.value();
value              35 chromeos/app_mode/kiosk_oem_manifest_parser.cc   scoped_ptr<base::Value> value(
value              39 chromeos/app_mode/kiosk_oem_manifest_parser.cc       !value.get() ||
value              40 chromeos/app_mode/kiosk_oem_manifest_parser.cc       !value->GetAsDictionary(&dict)) {
value              29 chromeos/attestation/attestation_flow.cc                               bool value) {
value              36 chromeos/attestation/attestation_flow.cc   const base::Closure& task = value ? on_true : on_false;
value              31 chromeos/audio/audio_devices_pref_handler.h   virtual void SetVolumeGainValue(const AudioDevice& device, double value) = 0;
value              32 chromeos/audio/audio_devices_pref_handler_stub.cc                                                      double value) {
value              33 chromeos/audio/audio_devices_pref_handler_stub.cc   audio_device_volume_gain_map_[device.id] = value;
value              28 chromeos/audio/audio_devices_pref_handler_stub.h                                   double value) OVERRIDE;
value             267 chromeos/audio/cras_audio_handler.cc                                                      int value) {
value             269 chromeos/audio/cras_audio_handler.cc     SetOutputVolumePercent(value);
value             272 chromeos/audio/cras_audio_handler.cc     SetInputGainPercent(value);
value             278 chromeos/audio/cras_audio_handler.cc       value = min(max(value, 0), 100);
value             279 chromeos/audio/cras_audio_handler.cc       if (value <= kMuteThresholdPercent)
value             280 chromeos/audio/cras_audio_handler.cc         value = 0;
value             282 chromeos/audio/cras_audio_handler.cc     audio_pref_handler_->SetVolumeGainValue(*device, value);
value             156 chromeos/audio/cras_audio_handler.h   virtual void SetVolumeGainPercentForDevice(uint64 device_id, int value);
value              36 chromeos/cryptohome/cryptohome_util.cc     const std::string& name, std::string* value) {
value              45 chromeos/cryptohome/cryptohome_util.cc     value->assign(reinterpret_cast<char*>(buf.data()), buf.size() - 1);
value              51 chromeos/cryptohome/cryptohome_util.cc     const std::string& name, const std::string& value) {
value              52 chromeos/cryptohome/cryptohome_util.cc   std::vector<uint8> buf(value.c_str(), value.c_str() + value.size() + 1);
value              27 chromeos/cryptohome/cryptohome_util.h                                           std::string* value);
value              29 chromeos/cryptohome/cryptohome_util.h                                           const std::string& value);
value              35 chromeos/dbus/bluetooth_agent_service_provider.cc     VLOG(1) << "Creating Bluetooth Agent: " << object_path_.value();
value             113 chromeos/dbus/bluetooth_agent_service_provider.cc     VLOG(1) << "Cleaning up Bluetooth Agent: " << object_path_.value();
value              99 chromeos/dbus/bluetooth_device_client.cc       if (properties->adapter.value() == adapter_path)
value              23 chromeos/dbus/bluetooth_gatt_characteristic_client.cc   RegisterProperty(bluetooth_gatt_characteristic::kValueProperty, &value);
value              94 chromeos/dbus/bluetooth_gatt_characteristic_client.cc     VLOG(2) << "Remote GATT characteristic added: " << object_path.value();
value             102 chromeos/dbus/bluetooth_gatt_characteristic_client.cc     VLOG(2) << "Remote GATT characteristic removed: " << object_path.value();
value             126 chromeos/dbus/bluetooth_gatt_characteristic_client.cc             << object_path.value() << ": " << property_name;
value              33 chromeos/dbus/bluetooth_gatt_characteristic_client.h     dbus::Property<std::vector<uint8> > value;
value              48 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc     VLOG(1) << "Created Bluetooth GATT characteristic: " << object_path.value()
value              56 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc         object_path_.value(), service_path_.value() + "/", true));
value              87 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc             << object_path_.value();
value              92 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc   virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE {
value             112 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc     variant_writer.AppendArrayOfBytes(value.data(), value.size());
value             135 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc             << object_path_.value();
value             206 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc             << object_path_.value();
value             268 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc     std::vector<uint8> value(bytes, bytes + length);
value             271 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc         value,
value             285 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc             << object_path_.value();
value             335 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc                 const std::vector<uint8>& value) {
value             364 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc     variant_writer.AppendArrayOfBytes(value.data(), value.size());
value             379 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc              const std::vector<uint8>& value) {
value             387 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc     variant_writer.AppendArrayOfBytes(value.data(), value.size());
value              70 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h         const std::vector<uint8>& value,
value              79 chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h   virtual void SendValueChanged(const std::vector<uint8>& value) = 0;
value              24 chromeos/dbus/bluetooth_gatt_descriptor_client.cc   RegisterProperty(bluetooth_gatt_descriptor::kValueProperty, &value);
value              93 chromeos/dbus/bluetooth_gatt_descriptor_client.cc     VLOG(2) << "Remote GATT descriptor added: " << object_path.value();
value             101 chromeos/dbus/bluetooth_gatt_descriptor_client.cc     VLOG(2) << "Remote GATT descriptor removed: " << object_path.value();
value             125 chromeos/dbus/bluetooth_gatt_descriptor_client.cc             << object_path.value() << ": " << property_name;
value              34 chromeos/dbus/bluetooth_gatt_descriptor_client.h     dbus::Property<std::vector<uint8> > value;
value              47 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc             << object_path.value() << " UUID: " << uuid;
value              54 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc         object_path_.value(), characteristic_path_.value() + "/", true));
value              85 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc             << object_path_.value();
value              90 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc   virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE {
value             109 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc     variant_writer.AppendArrayOfBytes(value.data(), value.size());
value             132 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc             << object_path_.value();
value             203 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc             << object_path_.value();
value             265 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc     std::vector<uint8> value(bytes, bytes + length);
value             268 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc         value,
value             282 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc             << object_path_.value();
value             332 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc                 const std::vector<uint8>& value) {
value             361 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc     variant_writer.AppendArrayOfBytes(value.data(), value.size());
value             376 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc              const std::vector<uint8>& value) {
value             384 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc     variant_writer.AppendArrayOfBytes(value.data(), value.size());
value              68 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h     virtual void SetDescriptorValue(const std::vector<uint8>& value,
value              77 chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h   virtual void SendValueChanged(const std::vector<uint8>& value) = 0;
value              90 chromeos/dbus/bluetooth_gatt_service_client.cc     VLOG(2) << "Remote GATT service added: " << object_path.value();
value              98 chromeos/dbus/bluetooth_gatt_service_client.cc     VLOG(2) << "Remote GATT service removed: " << object_path.value();
value             120 chromeos/dbus/bluetooth_gatt_service_client.cc     VLOG(2) << "Remote GATT service property changed: " << object_path.value()
value              41 chromeos/dbus/bluetooth_gatt_service_service_provider.cc     VLOG(1) << "Creating Bluetooth GATT service: " << object_path_.value()
value              75 chromeos/dbus/bluetooth_gatt_service_service_provider.cc     VLOG(1) << "Cleaning up Bluetooth GATT service: " << object_path_.value();
value              90 chromeos/dbus/bluetooth_gatt_service_service_provider.cc             << object_path_.value();
value             152 chromeos/dbus/bluetooth_gatt_service_service_provider.cc             << object_path_.value();
value             169 chromeos/dbus/bluetooth_gatt_service_service_provider.cc             << object_path_.value();
value              35 chromeos/dbus/bluetooth_profile_service_provider.cc     VLOG(1) << "Creating Bluetooth Profile: " << object_path_.value();
value              73 chromeos/dbus/bluetooth_profile_service_provider.cc     VLOG(1) << "Cleaning up Bluetooth Profile: " << object_path_.value();
value             398 chromeos/dbus/cros_disks_client.cc     if (mounted_to_source_path_map_.count(mounted_path.value()) != 0) {
value             480 chromeos/dbus/cros_disks_client.cc       DLOG(ERROR) << "Failed to create directory at " << mounted_path.value();
value             492 chromeos/dbus/cros_disks_client.cc                   << dummy_file_path.value();
value             509 chromeos/dbus/cros_disks_client.cc     mounted_to_source_path_map_[mounted_path.value()] = source_path;
value             657 chromeos/dbus/cros_disks_client.cc   scoped_ptr<base::Value> value(dbus::PopDataAsValue(&reader));
value             659 chromeos/dbus/cros_disks_client.cc   if (!value || !value->GetAsDictionary(&properties))
value              19 chromeos/dbus/cros_disks_client_unittest.cc                          bool value) {
value              23 chromeos/dbus/cros_disks_client_unittest.cc   entry_writer.AppendVariantOfBool(value);
value              30 chromeos/dbus/cros_disks_client_unittest.cc                            const std::string& value) {
value              34 chromeos/dbus/cros_disks_client_unittest.cc   entry_writer.AppendVariantOfString(value);
value             351 chromeos/dbus/cryptohome_client.cc                                     std::vector<uint8>* value,
value             367 chromeos/dbus/cryptohome_client.cc     value->assign(bytes, bytes + length);
value             373 chromeos/dbus/cryptohome_client.cc                                     const std::vector<uint8>& value,
value             379 chromeos/dbus/cryptohome_client.cc     writer.AppendArrayOfBytes(value.data(), value.size());
value             245 chromeos/dbus/cryptohome_client.h                                     std::vector<uint8>* value,
value             251 chromeos/dbus/cryptohome_client.h                                     const std::vector<uint8>& value,
value             446 chromeos/dbus/debug_daemon_client.cc       std::string key, value;
value             449 chromeos/dbus/debug_daemon_client.cc           || !sub_sub_reader.PopString(&value)) {
value             453 chromeos/dbus/debug_daemon_client.cc       logs[key] = value;
value             141 chromeos/dbus/fake_bluetooth_adapter_client.cc   VLOG(1) << "StartDiscovery: " << object_path.value() << ", "
value             171 chromeos/dbus/fake_bluetooth_adapter_client.cc   VLOG(1) << "StopDiscovery: " << object_path.value() << ", "
value             200 chromeos/dbus/fake_bluetooth_adapter_client.cc   VLOG(1) << "RemoveDevice: " << object_path.value()
value             201 chromeos/dbus/fake_bluetooth_adapter_client.cc           << " " << device_path.value();
value             253 chromeos/dbus/fake_bluetooth_adapter_client.cc       !properties_->powered.value()) {
value              30 chromeos/dbus/fake_bluetooth_agent_manager_client.cc   VLOG(1) << "RegisterAgent: " << agent_path.value();
value              47 chromeos/dbus/fake_bluetooth_agent_manager_client.cc   VLOG(1) << "UnregisterAgent: " << agent_path.value();
value              63 chromeos/dbus/fake_bluetooth_agent_manager_client.cc   VLOG(1) << "RequestDefaultAgent: " << agent_path.value();
value              18 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << "Creating Bluetooth Agent: " << object_path_.value();
value              27 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << "Cleaning up Bluetooth Agent: " << object_path_.value();
value              36 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": Release";
value              43 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": RequestPinCode for "
value              44 chromeos/dbus/fake_bluetooth_agent_service_provider.cc           << device_path.value();
value              51 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": DisplayPincode " << pincode << " for "
value              52 chromeos/dbus/fake_bluetooth_agent_service_provider.cc           << device_path.value();
value              59 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": RequestPasskey for "
value              60 chromeos/dbus/fake_bluetooth_agent_service_provider.cc           << device_path.value();
value              67 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": DisplayPasskey " << passkey
value              68 chromeos/dbus/fake_bluetooth_agent_service_provider.cc           << " (" << entered << " entered) for "<< device_path.value();
value              76 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": RequestConfirmation " << passkey
value              77 chromeos/dbus/fake_bluetooth_agent_service_provider.cc           << " for "<< device_path.value();
value              84 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": RequestAuthorization for "
value              85 chromeos/dbus/fake_bluetooth_agent_service_provider.cc           << device_path.value();
value              93 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": AuthorizeService " << uuid << " for "
value              94 chromeos/dbus/fake_bluetooth_agent_service_provider.cc           << device_path.value();
value              99 chromeos/dbus/fake_bluetooth_agent_service_provider.cc   VLOG(1) << object_path_.value() << ": Cancel";
value             285 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "Connect: " << object_path.value();
value             288 chromeos/dbus/fake_bluetooth_device_client.cc   if (properties->connected.value() == true) {
value             294 chromeos/dbus/fake_bluetooth_device_client.cc   if (properties->paired.value() != true &&
value             299 chromeos/dbus/fake_bluetooth_device_client.cc   } else if (properties->paired.value() == true &&
value             327 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "Disconnect: " << object_path.value();
value             330 chromeos/dbus/fake_bluetooth_device_client.cc   if (!properties->connected.value()) {
value             352 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "ConnectProfile: " << object_path.value() << " " << uuid;
value             416 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "DisconnectProfile: " << object_path.value() << " " << uuid;
value             441 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "Pair: " << object_path.value();
value             444 chromeos/dbus/fake_bluetooth_device_client.cc   if (properties->paired.value() == true) {
value             457 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "CancelPairing: " << object_path.value();
value             632 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "removing device: " << properties->alias.value();
value             660 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(2) << "Fake Bluetooth device property changed: " << object_path.value()
value             927 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "CompleteSimulatedPairing: " << object_path.value();
value             946 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "TimeoutSimulatedPairing: " << object_path.value();
value             955 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "CancelSimulatedPairing: " << object_path.value();
value             964 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "RejectSimulatedPairing: " << object_path.value();
value             973 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "FailSimulatedPairing: " << object_path.value();
value             987 chromeos/dbus/fake_bluetooth_device_client.cc   if ((properties->bluetooth_class.value() & 0x001f03) == 0x000500)
value             996 chromeos/dbus/fake_bluetooth_device_client.cc     VLOG(2) << "Fake device does not exist: " << object_path.value();
value            1010 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "PinCodeCallback: " << object_path.value();
value            1045 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "PasskeyCallback: " << object_path.value();
value            1079 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "ConfirmationCallback: " << object_path.value();
value            1113 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "SimulateKeypress " << entered << ": " << object_path.value();
value            1152 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "ConnectionCallback: " << object_path.value();
value            1170 chromeos/dbus/fake_bluetooth_device_client.cc   VLOG(1) << "DisconnectionCallback: " << object_path.value();
value              63 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   if (property->name() != value.name()) {
value              71 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   if (uuid.value() != kHeartRateControlPointUUID) {
value             114 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   if (object_path.value() == heart_rate_measurement_path_) {
value             118 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   if (object_path.value() == body_sensor_location_path_) {
value             122 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   if (object_path.value() == heart_rate_control_point_path_) {
value             140 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc       service_path.value() + "/" + kHeartRateMeasurementPathComponent;
value             153 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   heart_rate_measurement_properties_->value.ReplaceValue(measurement_value);
value             157 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc       service_path.value() + "/" + kBodySensorLocationPathComponent;
value             171 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   body_sensor_location_properties_->value.ReplaceValue(
value             176 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc       service_path.value() + "/" + kHeartRateControlPointPathComponent;
value             192 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   heart_rate_control_point_properties_->value.ReplaceValue(
value             232 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   VLOG(2) << "Characteristic property changed: " << object_path.value()
value             240 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   if (object_path.value() != heart_rate_control_point_path_)
value             244 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc       &heart_rate_control_point_properties_->value;
value             248 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   std::vector<uint8> value = value_prop->value();
value             249 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   DCHECK(value.size() == 1);
value             250 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   if (value[0] == 0)
value             253 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   DCHECK(value[0] == 1);
value             255 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value[0] = 0;
value             256 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value_prop->ReplaceValue(value);
value             261 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   VLOG(2) << "GATT characteristic added: " << object_path.value();
value             268 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   VLOG(2) << "GATT characteristic removed: " << object_path.value();
value             279 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   heart_rate_measurement_properties_->value.ReplaceValue(measurement);
value             300 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   } value;
value             309 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value.flags = 0x0;
value             310 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value.flags |= (0x03 << 1);
value             311 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value.flags |= (0x01 << 3);
value             312 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value.flags |= (0x01 << 4);
value             315 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value.bpm = static_cast<uint8>(base::RandInt(117, 153));
value             320 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value.energy_expanded = calories_burned_++;
value             323 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   value.rr_interval = 60/value.bpm;
value             326 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   uint8* bytes = reinterpret_cast<uint8*>(&value);
value             328 chromeos/dbus/fake_bluetooth_gatt_characteristic_client.cc   return_value.assign(bytes, bytes + sizeof(value));
value              26 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc   VLOG(1) << "Creating Bluetooth GATT characteristic: " << object_path_.value();
value              33 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc       object_path_.value(), service_path_.value() + "/", true));
value              47 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc           << object_path_.value();
value              57 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc     const std::vector<uint8>& value) {
value              58 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc   VLOG(1) << "Sent characteristic value changed: " << object_path_.value()
value              65 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc   VLOG(1) << "GATT characteristic value Get request: " << object_path_.value()
value              84 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc     const std::vector<uint8>& value,
value              87 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc   VLOG(1) << "GATT characteristic value Set request: " << object_path_.value()
value             102 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc   delegate_->SetCharacteristicValue(value, callback, error_callback);
value              33 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h   virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE;
value              40 chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h   void SetValue(const std::vector<uint8>& value,
value              26 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc   VLOG(1) << "Creating Bluetooth GATT descriptor: " << object_path_.value();
value              33 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc       object_path_.value(), characteristic_path_.value() + "/", true));
value              47 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc           << object_path_.value();
value              57 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc     const std::vector<uint8>& value) {
value              58 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc   VLOG(1) << "Sent descriptor value changed: " << object_path_.value()
value              65 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc   VLOG(1) << "GATT descriptor value Get request: " << object_path_.value()
value              77 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc             << characteristic_path_.value();
value              93 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc     const std::vector<uint8>& value,
value              96 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc   VLOG(1) << "GATT descriptor value Set request: " << object_path_.value()
value             108 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc             << characteristic_path_.value();
value             120 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc   delegate_->SetDescriptorValue(value, callback, error_callback);
value              32 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h   virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE;
value              39 chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h   void SetValue(const std::vector<uint8>& value,
value              31 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc   VLOG(1) << "Register GATT service: " << service_path.value();
value              37 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc                        "GATT service doesn't exist: " + service_path.value());
value              46 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc         "GATT service already registered: " + service_path.value());
value              59 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc   VLOG(1) << "Unregister GATT service: " << service_path.value();
value              65 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc                        "GATT service doesn't exist: " + service_path.value());
value              74 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc         "GATT service not registered: " + service_path.value());
value              89 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc             << "object path: " << provider->object_path().value();
value             102 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc             << "object path: " << provider->object_path().value();
value             115 chromeos/dbus/fake_bluetooth_gatt_manager_client.cc             << "object path: " << provider->object_path().value();
value              78 chromeos/dbus/fake_bluetooth_gatt_service_client.cc   if (object_path.value() == heart_rate_service_path_)
value              92 chromeos/dbus/fake_bluetooth_gatt_service_client.cc       device_path.value() + "/" + kHeartRateServicePathComponent;
value             130 chromeos/dbus/fake_bluetooth_gatt_service_client.cc   VLOG(2) << "Fake GATT Service property changed: " << object_path.value()
value             138 chromeos/dbus/fake_bluetooth_gatt_service_client.cc   VLOG(2) << "GATT service added: " << object_path.value();
value             146 chromeos/dbus/fake_bluetooth_gatt_service_client.cc   VLOG(2) << "GATT service removed: " << object_path.value();
value              21 chromeos/dbus/fake_bluetooth_gatt_service_service_provider.cc   VLOG(1) << "Creating Bluetooth GATT service: " << object_path_.value();
value              31 chromeos/dbus/fake_bluetooth_gatt_service_service_provider.cc   VLOG(1) << "Cleaning up Bluetooth GATT service: " << object_path_.value();
value              93 chromeos/dbus/fake_bluetooth_input_client.cc   if (object_path.value() == FakeBluetoothDeviceClient::kDisplayPasskeyPath ||
value              94 chromeos/dbus/fake_bluetooth_input_client.cc       object_path.value() ==
value              41 chromeos/dbus/fake_bluetooth_profile_manager_client.cc   VLOG(1) << "RegisterProfile: " << profile_path.value() << ": " << uuid;
value              65 chromeos/dbus/fake_bluetooth_profile_manager_client.cc   VLOG(1) << "UnregisterProfile: " << profile_path.value();
value              18 chromeos/dbus/fake_bluetooth_profile_service_provider.cc   VLOG(1) << "Creating Bluetooth Profile: " << object_path_.value();
value              27 chromeos/dbus/fake_bluetooth_profile_service_provider.cc   VLOG(1) << "Cleaning up Bluetooth Profile: " << object_path_.value();
value              36 chromeos/dbus/fake_bluetooth_profile_service_provider.cc   VLOG(1) << object_path_.value() << ": Release";
value              45 chromeos/dbus/fake_bluetooth_profile_service_provider.cc   VLOG(1) << object_path_.value() << ": NewConnection for "
value              46 chromeos/dbus/fake_bluetooth_profile_service_provider.cc           << device_path.value();
value              53 chromeos/dbus/fake_bluetooth_profile_service_provider.cc   VLOG(1) << object_path_.value() << ": RequestDisconnection for "
value              54 chromeos/dbus/fake_bluetooth_profile_service_provider.cc           << device_path.value();
value              59 chromeos/dbus/fake_bluetooth_profile_service_provider.cc   VLOG(1) << object_path_.value() << ": Cancel";
value             225 chromeos/dbus/fake_cryptohome_client.cc                                                     std::vector<uint8>* value,
value             228 chromeos/dbus/fake_cryptohome_client.cc     *value = install_attrs_[name];
value             231 chromeos/dbus/fake_cryptohome_client.cc     value->clear();
value             239 chromeos/dbus/fake_cryptohome_client.cc     const std::vector<uint8>& value,
value             241 chromeos/dbus/fake_cryptohome_client.cc   install_attrs_[name] = value;
value              79 chromeos/dbus/fake_cryptohome_client.h                                     std::vector<uint8>* value,
value              82 chromeos/dbus/fake_cryptohome_client.h                                     const std::vector<uint8>& value,
value              22 chromeos/dbus/fake_introspectable_client.cc   VLOG(1) << "Introspect: " << service_name << " " << object_path.value();
value              52 chromeos/dbus/fake_nfc_adapter_client.cc   if (polling.value()) {
value              60 chromeos/dbus/fake_nfc_adapter_client.cc   if (!devices.value().empty() || !tags.value().empty()) {
value              73 chromeos/dbus/fake_nfc_adapter_client.cc   if (!reader.PopVariantOfBool(&set_value) || set_value == powered.value()) {
value             151 chromeos/dbus/fake_nfc_adapter_client.cc   if (!properties_->powered.value()) {
value             155 chromeos/dbus/fake_nfc_adapter_client.cc   if (properties_->polling.value()) {
value             159 chromeos/dbus/fake_nfc_adapter_client.cc   if (!properties_->devices.value().empty() ||
value             160 chromeos/dbus/fake_nfc_adapter_client.cc       !properties_->tags.value().empty()) {
value             194 chromeos/dbus/fake_nfc_adapter_client.cc   if (!properties_->polling.value()) {
value             237 chromeos/dbus/fake_nfc_adapter_client.cc   LOG(INFO) << "Add device path to the fake adapter: " << device_path.value();
value             238 chromeos/dbus/fake_nfc_adapter_client.cc   if (!properties_->polling.value()) {
value             242 chromeos/dbus/fake_nfc_adapter_client.cc   const ObjectPathVector& devices(properties_->devices.value());
value             259 chromeos/dbus/fake_nfc_adapter_client.cc   LOG(INFO) << "Add tag path to the fake adapter: " << tag_path.value();
value             260 chromeos/dbus/fake_nfc_adapter_client.cc   if (!properties_->polling.value()) {
value             264 chromeos/dbus/fake_nfc_adapter_client.cc   const ObjectPathVector& tags(properties_->tags.value());
value             282 chromeos/dbus/fake_nfc_adapter_client.cc             << device_path.value();
value             283 chromeos/dbus/fake_nfc_adapter_client.cc   ObjectPathVector new_devices = properties_->devices.value();
value             291 chromeos/dbus/fake_nfc_adapter_client.cc       DCHECK(!properties_->polling.value());
value             300 chromeos/dbus/fake_nfc_adapter_client.cc   LOG(INFO) << "Remove tag path from the fake adapter: " << tag_path.value();
value             301 chromeos/dbus/fake_nfc_adapter_client.cc   ObjectPathVector new_tags = properties_->tags.value();
value             309 chromeos/dbus/fake_nfc_adapter_client.cc       DCHECK(!properties_->polling.value());
value              81 chromeos/dbus/fake_nfc_device_client.cc       adapter_path.value() == FakeNfcAdapterClient::kAdapterPath0)
value             135 chromeos/dbus/fake_nfc_device_client.cc     if (!properties_->records.value().empty()) {
value              21 chromeos/dbus/fake_nfc_record_client.cc   std::string value;
value              22 chromeos/dbus/fake_nfc_record_client.cc   bool result = dictionary.GetString(key, &value);
value              26 chromeos/dbus/fake_nfc_record_client.cc   DCHECK(result || value.empty());
value              27 chromeos/dbus/fake_nfc_record_client.cc   return value;
value              34 chromeos/dbus/fake_nfc_record_client.cc   double value = 0;
value              35 chromeos/dbus/fake_nfc_record_client.cc   bool result = dictionary.GetDouble(key, &value);
value              39 chromeos/dbus/fake_nfc_record_client.cc   DCHECK(result || !value);
value              40 chromeos/dbus/fake_nfc_record_client.cc   return value;
value             147 chromeos/dbus/fake_nfc_record_client.cc   if (tag_records_visible_ && tag_path.value() == FakeNfcTagClient::kTagPath)
value             155 chromeos/dbus/fake_nfc_record_client.cc     if (object_path.value() == kDeviceSmartPosterRecordPath)
value             157 chromeos/dbus/fake_nfc_record_client.cc     if (object_path.value() == kDeviceTextRecordPath)
value             159 chromeos/dbus/fake_nfc_record_client.cc     if (object_path.value() == kDeviceUriRecordPath)
value             163 chromeos/dbus/fake_nfc_record_client.cc   if (tag_records_visible_ && object_path.value() == kTagRecordPath)
value             261 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->type.value());
value             263 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->representation.value());
value             265 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->encoding.value());
value             267 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->language.value());
value             269 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->uri.value());
value             271 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->mime_type.value());
value             273 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->size.value());
value             275 chromeos/dbus/fake_nfc_record_client.cc       tag_record_properties_->action.value());
value              79 chromeos/dbus/fake_nfc_tag_client.cc       adapter_path.value() == FakeNfcAdapterClient::kAdapterPath0)
value              98 chromeos/dbus/fake_nfc_tag_client.cc   if (!tag_visible_ || object_path.value() != kTagPath) {
value              99 chromeos/dbus/fake_nfc_tag_client.cc     LOG(ERROR) << "No such tag: " << object_path.value();
value             107 chromeos/dbus/fake_nfc_tag_client.cc     LOG(ERROR) << "Failed to tag: " << object_path.value();
value             144 chromeos/dbus/fake_nfc_tag_client.cc   if (!properties_->records.value().empty()) {
value              87 chromeos/dbus/fake_shill_device_client.cc                                         const base::Value& value,
value              91 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.GetDictionaryWithoutPathExpansion(device_path.value(),
value              96 chromeos/dbus/fake_shill_device_client.cc   device_properties->SetWithoutPathExpansion(name, value.DeepCopy());
value             109 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.GetDictionaryWithoutPathExpansion(device_path.value(),
value             133 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.HasKey(device_path.value())) {
value             144 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.HasKey(device_path.value())) {
value             156 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.HasKey(device_path.value())) {
value             168 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.HasKey(device_path.value())) {
value             179 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.HasKey(device_path.value())) {
value             190 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.HasKey(device_path.value())) {
value             200 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.HasKey(device_path.value())) {
value             213 chromeos/dbus/fake_shill_device_client.cc   if (!stub_devices_.HasKey(device_path.value())) {
value             275 chromeos/dbus/fake_shill_device_client.cc                                               const base::Value& value) {
value             277 chromeos/dbus/fake_shill_device_client.cc           << ": " << name << " = " << value;
value             278 chromeos/dbus/fake_shill_device_client.cc   SetProperty(dbus::ObjectPath(device_path), name, value,
value             288 chromeos/dbus/fake_shill_device_client.cc     if (!iter.value().GetAsDictionary(&properties))
value             305 chromeos/dbus/fake_shill_device_client.cc       device_path.value(), &device_properties)) {
value             325 chromeos/dbus/fake_shill_device_client.cc   std::string path = device_path.value();
value             330 chromeos/dbus/fake_shill_device_client.cc   base::Value* value = NULL;
value             331 chromeos/dbus/fake_shill_device_client.cc   if (!dict->GetWithoutPathExpansion(property, &value)) {
value             338 chromeos/dbus/fake_shill_device_client.cc                     OnPropertyChanged(property, *value));
value              39 chromeos/dbus/fake_shill_device_client.h                            const base::Value& value,
value              96 chromeos/dbus/fake_shill_device_client.h                                  const base::Value& value) OVERRIDE;
value              48 chromeos/dbus/fake_shill_ipconfig_client.cc   if (!ipconfigs_.GetDictionaryWithoutPathExpansion(ipconfig_path.value(),
value              61 chromeos/dbus/fake_shill_ipconfig_client.cc     const base::Value& value,
value              64 chromeos/dbus/fake_shill_ipconfig_client.cc   if (ipconfigs_.GetDictionaryWithoutPathExpansion(ipconfig_path.value(),
value              67 chromeos/dbus/fake_shill_ipconfig_client.cc     dict->SetWithoutPathExpansion(name, value.DeepCopy());
value              71 chromeos/dbus/fake_shill_ipconfig_client.cc     dvalue->SetWithoutPathExpansion(name, value.DeepCopy());
value              72 chromeos/dbus/fake_shill_ipconfig_client.cc     ipconfigs_.SetWithoutPathExpansion(ipconfig_path.value(),
value              36 chromeos/dbus/fake_shill_ipconfig_client.h                            const base::Value& value,
value             143 chromeos/dbus/fake_shill_manager_client.cc                                          const base::Value& value,
value             146 chromeos/dbus/fake_shill_manager_client.cc   stub_properties_.SetWithoutPathExpansion(name, value.DeepCopy());
value             266 chromeos/dbus/fake_shill_manager_client.cc     service_client->SetServiceProperty(service_path, iter.key(), iter.value());
value             290 chromeos/dbus/fake_shill_manager_client.cc   CHECK(profile_property == profile_path.value());
value             430 chromeos/dbus/fake_shill_manager_client.cc                                                 const base::Value& value) {
value             431 chromeos/dbus/fake_shill_manager_client.cc   SetProperty(key, value,
value             792 chromeos/dbus/fake_shill_manager_client.cc   base::Value* value = NULL;
value             793 chromeos/dbus/fake_shill_manager_client.cc   if (!stub_properties_.GetWithoutPathExpansion(property, &value)) {
value             799 chromeos/dbus/fake_shill_manager_client.cc                     OnPropertyChanged(property, *value));
value              37 chromeos/dbus/fake_shill_manager_client.h                            const base::Value& value,
value              95 chromeos/dbus/fake_shill_manager_client.h                                   const base::Value& value) OVERRIDE;
value             198 chromeos/dbus/fake_shill_profile_client.cc   ProfileMap::const_iterator found = profiles_.find(profile_path.value());
value              28 chromeos/dbus/fake_shill_service_client.cc                        base::ListValue* value) {
value              29 chromeos/dbus/fake_shill_service_client.cc   callback.Run(*value);
value              83 chromeos/dbus/fake_shill_service_client.cc   stub_services_.GetDictionaryWithoutPathExpansion(service_path.value(),
value              92 chromeos/dbus/fake_shill_service_client.cc     LOG(ERROR) << "Properties not found for: " << service_path.value();
value             107 chromeos/dbus/fake_shill_service_client.cc                                          const base::Value& value,
value             110 chromeos/dbus/fake_shill_service_client.cc   if (!SetServiceProperty(service_path.value(), name, value)) {
value             111 chromeos/dbus/fake_shill_service_client.cc     LOG(ERROR) << "Service not found: " << service_path.value();
value             125 chromeos/dbus/fake_shill_service_client.cc     if (!SetServiceProperty(service_path.value(), iter.key(), iter.value())) {
value             126 chromeos/dbus/fake_shill_service_client.cc       LOG(ERROR) << "Service not found: " << service_path.value();
value             141 chromeos/dbus/fake_shill_service_client.cc       service_path.value(), &dict)) {
value             157 chromeos/dbus/fake_shill_service_client.cc       service_path.value(), &dict)) {
value             177 chromeos/dbus/fake_shill_service_client.cc   VLOG(1) << "FakeShillServiceClient::Connect: " << service_path.value();
value             180 chromeos/dbus/fake_shill_service_client.cc           service_path.value(), &service_properties)) {
value             181 chromeos/dbus/fake_shill_service_client.cc     LOG(ERROR) << "Service not found: " << service_path.value();
value             189 chromeos/dbus/fake_shill_service_client.cc   SetOtherServicesOffline(service_path.value());
value             193 chromeos/dbus/fake_shill_service_client.cc   SetServiceProperty(service_path.value(),
value             202 chromeos/dbus/fake_shill_service_client.cc                  service_path.value()),
value             212 chromeos/dbus/fake_shill_service_client.cc   if (!stub_services_.Get(service_path.value(), &service)) {
value             243 chromeos/dbus/fake_shill_service_client.cc       GetModifiableServiceProperties(service_path.value(), false);
value             245 chromeos/dbus/fake_shill_service_client.cc     LOG(ERROR) << "Service not found: " << service_path.value();
value             248 chromeos/dbus/fake_shill_service_client.cc   SetServiceProperty(service_path.value(),
value             278 chromeos/dbus/fake_shill_service_client.cc       GetModifiableServiceProperties(service_path.value(), false);
value             284 chromeos/dbus/fake_shill_service_client.cc           profile_path, service_path.value());
value             287 chromeos/dbus/fake_shill_service_client.cc     LOG(WARNING) << "Service not in profile: " << service_path.value();
value             365 chromeos/dbus/fake_shill_service_client.cc                                                 const base::Value& value) {
value             370 chromeos/dbus/fake_shill_service_client.cc   VLOG(1) << "Service.SetProperty: " << property << " = " << value
value             382 chromeos/dbus/fake_shill_service_client.cc     provider->SetWithoutPathExpansion(property, value.DeepCopy());
value             386 chromeos/dbus/fake_shill_service_client.cc     new_properties.SetWithoutPathExpansion(property, value.DeepCopy());
value             395 chromeos/dbus/fake_shill_service_client.cc     value.GetAsString(&state);
value             440 chromeos/dbus/fake_shill_service_client.cc   std::string path = service_path.value();
value             445 chromeos/dbus/fake_shill_service_client.cc   base::Value* value = NULL;
value             446 chromeos/dbus/fake_shill_service_client.cc   if (!dict->GetWithoutPathExpansion(property, &value)) {
value             453 chromeos/dbus/fake_shill_service_client.cc                     OnPropertyChanged(property, *value));
value              40 chromeos/dbus/fake_shill_service_client.h                            const base::Value& value,
value              95 chromeos/dbus/fake_shill_service_client.h                                   const base::Value& value) OVERRIDE;
value              36 chromeos/dbus/fake_sms_client.cc   sms->SetString("Text", "FakeSMSClient: Test Message: " + object_path.value());
value             129 chromeos/dbus/gsm_sms_client.cc     scoped_ptr<base::Value> value(dbus::PopDataAsValue(&reader));
value             131 chromeos/dbus/gsm_sms_client.cc     if (!value.get() || !value->GetAsDictionary(&dictionary_value)) {
value             143 chromeos/dbus/gsm_sms_client.cc     scoped_ptr<base::Value> value(dbus::PopDataAsValue(&reader));
value             145 chromeos/dbus/gsm_sms_client.cc     if (!value.get() || !value->GetAsList(&list_value)) {
value             219 chromeos/dbus/gsm_sms_client.cc     const ProxyMap::key_type key(service_name, object_path.value());
value              82 chromeos/dbus/mock_cryptohome_client.h                     std::vector<uint8>* value,
value              86 chromeos/dbus/mock_cryptohome_client.h                     const std::vector<uint8>& value,
value              29 chromeos/dbus/mock_shill_manager_client.h                                  const base::Value& value,
value              32 chromeos/dbus/mock_shill_service_client.h                                  const base::Value& value,
value             181 chromeos/dbus/modem_messaging_client.cc     const ProxyMap::key_type key(service_name, object_path.value());
value              89 chromeos/dbus/nfc_adapter_client.cc                              "exist.", object_path.value().c_str());
value             115 chromeos/dbus/nfc_adapter_client.cc                              "exist.", object_path.value().c_str());
value             158 chromeos/dbus/nfc_adapter_client.cc         manager_properties->adapters.value();
value             188 chromeos/dbus/nfc_adapter_client.cc     VLOG(1) << "Adapter property changed; Path: " << object_path.value()
value              38 chromeos/dbus/nfc_client_helpers.cc                               const base::Value& value) {
value              39 chromeos/dbus/nfc_client_helpers.cc   switch (value.GetType()) {
value              42 chromeos/dbus/nfc_client_helpers.cc       value.GetAsDictionary(&dictionary);
value              52 chromeos/dbus/nfc_client_helpers.cc         AppendValueDataAsVariant(&entry_writer, iter.value());
value              61 chromeos/dbus/nfc_client_helpers.cc       value.GetAsList(&list);
value              68 chromeos/dbus/nfc_client_helpers.cc         const base::Value* value = *iter;
value              69 chromeos/dbus/nfc_client_helpers.cc         AppendValueDataAsVariant(&array_writer, *value);
value              79 chromeos/dbus/nfc_client_helpers.cc       dbus::AppendBasicTypeValueDataAsVariant(writer, value);
value              82 chromeos/dbus/nfc_client_helpers.cc       DLOG(ERROR) << "Unexpected type: " << value.GetType();
value             165 chromeos/dbus/nfc_client_helpers.cc   VLOG(1) << "Created proxy for object with Path: " << object_path.value()
value             187 chromeos/dbus/nfc_client_helpers.cc           << object_path.value();
value             248 chromeos/dbus/nfc_client_helpers.cc                << object_path.value();
value              52 chromeos/dbus/nfc_client_helpers.h                                               const base::Value& value);
value             838 chromeos/dbus/nfc_client_unittest.cc   EXPECT_EQ((size_t)1, tag_properties->records.value().size());
value             840 chromeos/dbus/nfc_client_unittest.cc             tag_properties->records.value()[0]);
value             843 chromeos/dbus/nfc_client_unittest.cc   EXPECT_EQ((size_t)1, device_properties->records.value().size());
value             845 chromeos/dbus/nfc_client_unittest.cc             device_properties->records.value()[0]);
value              91 chromeos/dbus/nfc_device_client.cc               object_path.value().c_str());
value             119 chromeos/dbus/nfc_device_client.cc                                                    iter.value());
value             145 chromeos/dbus/nfc_device_client.cc             << "adapter: " << object_path.value();
value             158 chromeos/dbus/nfc_device_client.cc             << "adapter: " << object_path.value();
value             178 chromeos/dbus/nfc_device_client.cc         adapter_properties->devices.value();
value             210 chromeos/dbus/nfc_device_client.cc     VLOG(1) << "Device property changed; Path: " << object_path.value()
value             111 chromeos/dbus/nfc_manager_client.cc     VLOG(1) << "Adapter added: " << object_path.value();
value             132 chromeos/dbus/nfc_manager_client.cc     VLOG(1) << "Adapter removed: " << object_path.value();
value             111 chromeos/dbus/nfc_record_client.cc             << "device: " << object_path.value();
value             124 chromeos/dbus/nfc_record_client.cc             << "device: " << object_path.value();
value             144 chromeos/dbus/nfc_record_client.cc         device_properties->records.value();
value             154 chromeos/dbus/nfc_record_client.cc             << "tag: " << object_path.value();
value             167 chromeos/dbus/nfc_record_client.cc             << "tag: " << object_path.value();
value             186 chromeos/dbus/nfc_record_client.cc         tag_properties->records.value();
value             231 chromeos/dbus/nfc_record_client.cc     VLOG(1) << "Record property changed; Path: " << object_path.value()
value             240 chromeos/dbus/nfc_record_client.cc     VLOG(1) << "All record properties received; Path: " << object_path.value();
value              93 chromeos/dbus/nfc_tag_client.cc                              object_path.value().c_str());
value             120 chromeos/dbus/nfc_tag_client.cc                                                    iter.value());
value             146 chromeos/dbus/nfc_tag_client.cc             << "adapter: " << object_path.value();
value             159 chromeos/dbus/nfc_tag_client.cc             << "adapter: " << object_path.value();
value             174 chromeos/dbus/nfc_tag_client.cc                  << object_path.value();
value             185 chromeos/dbus/nfc_tag_client.cc         adapter_properties->tags.value();
value             222 chromeos/dbus/nfc_tag_client.cc     VLOG(1) << "Tag property changed; Path: " << object_path.value()
value             231 chromeos/dbus/nfc_tag_client.cc     VLOG(1) << "All tag properties received; Path: " << object_path.value();
value             377 chromeos/dbus/session_manager_client.cc         std::string value;
value             380 chromeos/dbus/session_manager_client.cc             !dict_entry_reader.PopString(&value)) {
value             384 chromeos/dbus/session_manager_client.cc           sessions[key] = value;
value             609 chromeos/dbus/session_manager_client.cc       LOG(WARNING) << "Failed to write policy key to " << path.value();
value             140 chromeos/dbus/shill_client_helper.cc   scoped_ptr<base::Value> value(dbus::PopDataAsValue(&reader));
value             142 chromeos/dbus/shill_client_helper.cc   if (!value.get() || !value->GetAsDictionary(&result)) {
value             166 chromeos/dbus/shill_client_helper.cc   scoped_ptr<base::Value> value(dbus::PopDataAsValue(&reader));
value             168 chromeos/dbus/shill_client_helper.cc   if (!value.get() || !value->GetAsDictionary(&result)) {
value             182 chromeos/dbus/shill_client_helper.cc   scoped_ptr<base::Value> value(dbus::PopDataAsValue(&reader));
value             184 chromeos/dbus/shill_client_helper.cc   if (!value.get() || !value->GetAsList(&result)) {
value             399 chromeos/dbus/shill_client_helper.cc                                                  const base::Value& value) {
value             401 chromeos/dbus/shill_client_helper.cc   switch (value.GetType()) {
value             404 chromeos/dbus/shill_client_helper.cc       value.GetAsDictionary(&dictionary);
value             415 chromeos/dbus/shill_client_helper.cc         const base::Value& value = it.value();
value             417 chromeos/dbus/shill_client_helper.cc         DLOG_IF(ERROR, value.GetType() != base::Value::TYPE_STRING)
value             418 chromeos/dbus/shill_client_helper.cc             << "Unexpected type " << value.GetType();
value             419 chromeos/dbus/shill_client_helper.cc         value.GetAsString(&value_string);
value             429 chromeos/dbus/shill_client_helper.cc       value.GetAsList(&list);
value             436 chromeos/dbus/shill_client_helper.cc         const base::Value& value = **it;
value             437 chromeos/dbus/shill_client_helper.cc         LOG_IF(ERROR, value.GetType() != base::Value::TYPE_STRING)
value             438 chromeos/dbus/shill_client_helper.cc             << "Unexpected type " << value.GetType();
value             440 chromeos/dbus/shill_client_helper.cc         value.GetAsString(&value_string);
value             451 chromeos/dbus/shill_client_helper.cc       dbus::AppendBasicTypeValueDataAsVariant(writer, value);
value             454 chromeos/dbus/shill_client_helper.cc       DLOG(ERROR) << "Unexpected type " << value.GetType();
value             471 chromeos/dbus/shill_client_helper.cc     ShillClientHelper::AppendValueDataAsVariant(&entry_writer, it.value());
value             502 chromeos/dbus/shill_client_helper.cc   scoped_ptr<base::Value> value(dbus::PopDataAsValue(&reader));
value             503 chromeos/dbus/shill_client_helper.cc   if (!value.get())
value             507 chromeos/dbus/shill_client_helper.cc                     OnPropertyChanged(name, *value));
value              48 chromeos/dbus/shill_client_helper.h                               const base::Value& value)> PropertyChangedHandler;
value             147 chromeos/dbus/shill_client_helper.h                                        const base::Value& value);
value              36 chromeos/dbus/shill_client_unittest_base.cc     std::string value;
value              39 chromeos/dbus/shill_client_unittest_base.cc         !entry_reader.PopString(&value))
value              41 chromeos/dbus/shill_client_unittest_base.cc     result->SetWithoutPathExpansion(key, base::Value::CreateStringValue(value));
value              48 chromeos/dbus/shill_client_unittest_base.cc ValueMatcher::ValueMatcher(const base::Value& value)
value              49 chromeos/dbus/shill_client_unittest_base.cc   : expected_value_(value.DeepCopy()) {}
value              51 chromeos/dbus/shill_client_unittest_base.cc bool ValueMatcher::MatchAndExplain(const base::Value& value,
value              53 chromeos/dbus/shill_client_unittest_base.cc   return expected_value_->Equals(&value);
value             189 chromeos/dbus/shill_client_unittest_base.cc     const base::Value& value) {
value             191 chromeos/dbus/shill_client_unittest_base.cc   EXPECT_TRUE(expected_value->Equals(&value));
value             223 chromeos/dbus/shill_client_unittest_base.cc   scoped_ptr<base::Value> value(dbus::PopDataAsValue(reader));
value             224 chromeos/dbus/shill_client_unittest_base.cc   ASSERT_TRUE(value.get());
value             225 chromeos/dbus/shill_client_unittest_base.cc   EXPECT_TRUE(value->Equals(expected_value));
value             237 chromeos/dbus/shill_client_unittest_base.cc   scoped_ptr<base::Value> value(dbus::PopDataAsValue(reader));
value             238 chromeos/dbus/shill_client_unittest_base.cc   ASSERT_TRUE(value.get());
value             239 chromeos/dbus/shill_client_unittest_base.cc   EXPECT_TRUE(value->Equals(expected_value));
value             256 chromeos/dbus/shill_client_unittest_base.cc     scoped_ptr<base::Value> value;
value             261 chromeos/dbus/shill_client_unittest_base.cc         value.reset(PopStringToStringDictionary(&variant_reader));
value             266 chromeos/dbus/shill_client_unittest_base.cc         value.reset(dbus::PopDataAsValue(&variant_reader));
value             271 chromeos/dbus/shill_client_unittest_base.cc     ASSERT_TRUE(value.get());
value             275 chromeos/dbus/shill_client_unittest_base.cc     EXPECT_TRUE(value->Equals(expected_value));
value              44 chromeos/dbus/shill_client_unittest_base.h   explicit ValueMatcher(const base::Value& value);
value              47 chromeos/dbus/shill_client_unittest_base.h   virtual bool MatchAndExplain(const base::Value& value,
value              97 chromeos/dbus/shill_client_unittest_base.h                                          const base::Value& value));
value             124 chromeos/dbus/shill_client_unittest_base.h                                     const base::Value& value);
value              73 chromeos/dbus/shill_device_client.cc                            const base::Value& value,
value              80 chromeos/dbus/shill_device_client.cc     ShillClientHelper::AppendValueDataAsVariant(&writer, value);
value             223 chromeos/dbus/shill_device_client.cc     HelperMap::iterator it = helpers_.find(device_path.value());
value             235 chromeos/dbus/shill_device_client.cc     helpers_.insert(HelperMap::value_type(device_path.value(), helper));
value              54 chromeos/dbus/shill_device_client.h                                    const base::Value& value) = 0;
value              91 chromeos/dbus/shill_device_client.h                            const base::Value& value,
value              86 chromeos/dbus/shill_device_client_unittest.cc   const base::FundamentalValue value(kValue);
value              90 chromeos/dbus/shill_device_client_unittest.cc                                 ValueEq(ByRef(value)))).Times(1);
value             107 chromeos/dbus/shill_device_client_unittest.cc                                 ValueEq(ByRef(value)))).Times(0);
value             128 chromeos/dbus/shill_device_client_unittest.cc   base::DictionaryValue value;
value             129 chromeos/dbus/shill_device_client_unittest.cc   value.SetWithoutPathExpansion(shill::kCellularAllowRoamingProperty,
value             136 chromeos/dbus/shill_device_client_unittest.cc                          base::Bind(&ExpectDictionaryValueResult, &value));
value             162 chromeos/dbus/shill_device_client_unittest.cc   const base::FundamentalValue value(kValue);
value             166 chromeos/dbus/shill_device_client_unittest.cc                                   &value),
value             173 chromeos/dbus/shill_device_client_unittest.cc                        value,
value              47 chromeos/dbus/shill_ipconfig_client.cc                            const base::Value& value,
value              65 chromeos/dbus/shill_ipconfig_client.cc     HelperMap::iterator it = helpers_.find(ipconfig_path.value());
value              74 chromeos/dbus/shill_ipconfig_client.cc     helpers_.insert(HelperMap::value_type(ipconfig_path.value(), helper));
value             109 chromeos/dbus/shill_ipconfig_client.cc     const base::Value& value,
value             116 chromeos/dbus/shill_ipconfig_client.cc   switch (value.GetType()) {
value             119 chromeos/dbus/shill_ipconfig_client.cc       value.GetAsList(&list_value);
value             140 chromeos/dbus/shill_ipconfig_client.cc       dbus::AppendBasicTypeValueDataAsVariant(&writer, value);
value             143 chromeos/dbus/shill_ipconfig_client.cc       DLOG(ERROR) << "Unexpected type " << value.GetType();
value              70 chromeos/dbus/shill_ipconfig_client.h                            const base::Value& value,
value             106 chromeos/dbus/shill_ipconfig_client_unittest.cc   base::DictionaryValue value;
value             107 chromeos/dbus/shill_ipconfig_client_unittest.cc   value.SetWithoutPathExpansion(shill::kAddressProperty,
value             109 chromeos/dbus/shill_ipconfig_client_unittest.cc   value.SetWithoutPathExpansion(shill::kMtuProperty,
value             118 chromeos/dbus/shill_ipconfig_client_unittest.cc                          base::Bind(&ExpectDictionaryValueResult, &value));
value             130 chromeos/dbus/shill_ipconfig_client_unittest.cc   base::StringValue value(kAddress);
value             134 chromeos/dbus/shill_ipconfig_client_unittest.cc                                   &value),
value             139 chromeos/dbus/shill_ipconfig_client_unittest.cc                        value,
value              54 chromeos/dbus/shill_manager_client.cc                            const base::Value& value,
value              61 chromeos/dbus/shill_manager_client.cc     ShillClientHelper::AppendValueDataAsVariant(&writer, value);
value              62 chromeos/dbus/shill_manager_client.h                                     const base::Value& value) = 0;
value             151 chromeos/dbus/shill_manager_client.h                            const base::Value& value,
value             121 chromeos/dbus/shill_manager_client_unittest.cc   base::DictionaryValue value;
value             122 chromeos/dbus/shill_manager_client_unittest.cc   value.SetWithoutPathExpansion(shill::kOfflineModeProperty,
value             129 chromeos/dbus/shill_manager_client_unittest.cc   client_->GetProperties(base::Bind(&ExpectDictionaryValueResult, &value));
value             188 chromeos/dbus/shill_manager_client_unittest.cc   base::StringValue value("portal list");
value             192 chromeos/dbus/shill_manager_client_unittest.cc                                   &value),
value             198 chromeos/dbus/shill_manager_client_unittest.cc                        value,
value              83 chromeos/dbus/shill_profile_client.cc   HelperMap::iterator it = helpers_.find(profile_path.value());
value              92 chromeos/dbus/shill_profile_client.cc   helpers_.insert(HelperMap::value_type(profile_path.value(), helper));
value              68 chromeos/dbus/shill_profile_client_unittest.cc   base::ListValue value;
value              69 chromeos/dbus/shill_profile_client_unittest.cc   value.Append(base::Value::CreateStringValue(kExampleEntryPath));
value              74 chromeos/dbus/shill_profile_client_unittest.cc                   ValueEq(value))).Times(1);
value             112 chromeos/dbus/shill_profile_client_unittest.cc   base::DictionaryValue value;
value             113 chromeos/dbus/shill_profile_client_unittest.cc   value.SetWithoutPathExpansion(shill::kEntriesProperty, entries);
value             122 chromeos/dbus/shill_profile_client_unittest.cc                                     &value),
value             144 chromeos/dbus/shill_profile_client_unittest.cc   base::DictionaryValue value;
value             145 chromeos/dbus/shill_profile_client_unittest.cc   value.SetWithoutPathExpansion(
value             157 chromeos/dbus/shill_profile_client_unittest.cc                                &value),
value             169 chromeos/dbus/shill_profile_client_unittest.cc   base::DictionaryValue value;
value             170 chromeos/dbus/shill_profile_client_unittest.cc   value.SetWithoutPathExpansion(shill::kOfflineModeProperty,
value              21 chromeos/dbus/shill_property_changed_observer.h                                  const base::Value& value) = 0;
value              38 chromeos/dbus/shill_service_client.cc       " for: " + service_path.value() + ": " +
value              97 chromeos/dbus/shill_service_client.cc                            const base::Value& value,
value             104 chromeos/dbus/shill_service_client.cc     ShillClientHelper::AppendValueDataAsVariant(&writer, value);
value             232 chromeos/dbus/shill_service_client.cc     HelperMap::iterator it = helpers_.find(service_path.value());
value             237 chromeos/dbus/shill_service_client.cc     NET_LOG_DEBUG("AddShillClientHelper", service_path.value());
value             245 chromeos/dbus/shill_service_client.cc     helpers_.insert(HelperMap::value_type(service_path.value(), helper));
value             264 chromeos/dbus/shill_service_client.cc     NET_LOG_DEBUG("RemoveShillClientHelper", object_path.value());
value             267 chromeos/dbus/shill_service_client.cc     helpers_.erase(object_path.value());
value              67 chromeos/dbus/shill_service_client.h                                     const base::Value& value) = 0;
value             107 chromeos/dbus/shill_service_client.h                            const base::Value& value,
value              60 chromeos/dbus/shill_service_client_unittest.cc   const base::FundamentalValue value(kValue);
value              65 chromeos/dbus/shill_service_client_unittest.cc                   ValueEq(ByRef(value)))).Times(1);
value             101 chromeos/dbus/shill_service_client_unittest.cc   base::DictionaryValue value;
value             102 chromeos/dbus/shill_service_client_unittest.cc   value.SetWithoutPathExpansion(shill::kSignalStrengthProperty,
value             109 chromeos/dbus/shill_service_client_unittest.cc                          base::Bind(&ExpectDictionaryValueResult, &value));
value             120 chromeos/dbus/shill_service_client_unittest.cc   const base::StringValue value(kValue);
value             124 chromeos/dbus/shill_service_client_unittest.cc                                   &value),
value             131 chromeos/dbus/shill_service_client_unittest.cc                        value,
value              67 chromeos/dbus/sms_client.cc     scoped_ptr<base::Value> value(dbus::PopDataAsValue(&reader));
value              69 chromeos/dbus/sms_client.cc     if (!value.get() || !value->GetAsDictionary(&dictionary_value)) {
value              37 chromeos/ime/fake_input_method_delegate.h   void set_hardware_keyboard_layout(const std::string& value) {
value              38 chromeos/ime/fake_input_method_delegate.h     hardware_keyboard_layout_ = value;
value              41 chromeos/ime/fake_input_method_delegate.h   void set_active_locale(const std::string& value) {
value              42 chromeos/ime/fake_input_method_delegate.h     active_locale_ = value;
value              24 chromeos/network/certificate_pattern.cc bool GetAsListOfStrings(const base::Value& value,
value              27 chromeos/network/certificate_pattern.cc   if (!value.GetAsList(&list))
value              61 chromeos/network/client_cert_resolver.cc bool ContainsValue(const std::vector<T>& vector, const T& value) {
value              62 chromeos/network/client_cert_resolver.cc   return find(vector.begin(), vector.end(), value) != vector.end();
value              29 chromeos/network/device_state.cc                                   const base::Value& value) {
value              31 chromeos/network/device_state.cc   properties_.SetWithoutPathExpansion(key, value.DeepCopy());
value              33 chromeos/network/device_state.cc   if (ManagedStatePropertyChanged(key, value))
value              36 chromeos/network/device_state.cc     return GetStringValue(key, value, &mac_address_);
value              38 chromeos/network/device_state.cc     return GetBooleanValue(key, value, &scanning_);
value              40 chromeos/network/device_state.cc     return GetBooleanValue(key, value, &support_network_scan_);
value              42 chromeos/network/device_state.cc     return GetBooleanValue(key, value, &provider_requires_roaming_);
value              45 chromeos/network/device_state.cc     if (!value.GetAsDictionary(&dict))
value              67 chromeos/network/device_state.cc     return GetStringValue(key, value, &technology_family_);
value              69 chromeos/network/device_state.cc     return GetStringValue(key, value, &carrier_);
value              72 chromeos/network/device_state.cc     if (!value.GetAsList(&list))
value              81 chromeos/network/device_state.cc     if (!value.GetAsDictionary(&dict))
value             110 chromeos/network/device_state.cc     return GetStringValue(key, value, &meid_);
value             112 chromeos/network/device_state.cc     return GetStringValue(key, value, &imei_);
value             114 chromeos/network/device_state.cc     return GetStringValue(key, value, &iccid_);
value             116 chromeos/network/device_state.cc     return GetStringValue(key, value, &mdn_);
value             118 chromeos/network/device_state.cc     return GetBooleanValue(key, value, &sim_present_);
value             120 chromeos/network/device_state.cc     return GetBooleanValue(key, value, &eap_authentication_completed_);
value              25 chromeos/network/device_state.h                                const base::Value& value) OVERRIDE;
value              21 chromeos/network/fake_network_device_handler.cc     const base::Value& value,
value              31 chromeos/network/fake_network_device_handler.h       const base::Value& value,
value              27 chromeos/network/favorite_state.cc                                     const base::Value& value) {
value              32 chromeos/network/favorite_state.cc     properties_.SetWithoutPathExpansion(key, value.DeepCopy());
value              35 chromeos/network/favorite_state.cc   if (ManagedStatePropertyChanged(key, value))
value              38 chromeos/network/favorite_state.cc     return GetStringValue(key, value, &profile_path_);
value              41 chromeos/network/favorite_state.cc         shill_property_util::GetUIDataFromValue(value);
value              58 chromeos/network/favorite_state.cc     return GetStringValue(key, value, &guid_);
value              61 chromeos/network/favorite_state.cc     if (!value.GetAsString(&proxy_config_str)) {
value              32 chromeos/network/favorite_state.h                                const base::Value& value) OVERRIDE;
value              56 chromeos/network/geolocation_handler.cc                                            const base::Value& value) {
value              57 chromeos/network/geolocation_handler.cc   HandlePropertyChanged(key, value);
value              66 chromeos/network/geolocation_handler.cc   const base::Value* value = NULL;
value              67 chromeos/network/geolocation_handler.cc   if (properties.Get(shill::kEnabledTechnologiesProperty, &value) && value)
value              68 chromeos/network/geolocation_handler.cc     HandlePropertyChanged(shill::kEnabledTechnologiesProperty, *value);
value              72 chromeos/network/geolocation_handler.cc                                                const base::Value& value) {
value              76 chromeos/network/geolocation_handler.cc   if (!value.GetAsList(&technologies) || !technologies)
value             114 chromeos/network/geolocation_handler.cc     if (!iter.value().GetAsList(&entry_list)) {
value              46 chromeos/network/geolocation_handler.h                                  const base::Value& value) OVERRIDE;
value              60 chromeos/network/geolocation_handler.h   void HandlePropertyChanged(const std::string& key, const base::Value& value);
value              45 chromeos/network/managed_network_configuration_handler_unittest.cc std::string ValueToString(const base::Value* value) {
value              47 chromeos/network/managed_network_configuration_handler_unittest.cc   str << *value;
value              56 chromeos/network/managed_network_configuration_handler_unittest.cc           value,
value              58 chromeos/network/managed_network_configuration_handler_unittest.cc           ValueToString(value)) {
value              59 chromeos/network/managed_network_configuration_handler_unittest.cc   return value->Equals(&arg);
value              95 chromeos/network/managed_network_configuration_handler_unittest.cc     profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(),
value             107 chromeos/network/managed_network_configuration_handler_unittest.cc     ASSERT_TRUE(ContainsKey(profile_to_user_, profile_path.value()));
value             108 chromeos/network/managed_network_configuration_handler_unittest.cc     const std::string& userhash = profile_to_user_[profile_path.value()];
value             119 chromeos/network/managed_network_configuration_handler_unittest.cc     profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(),
value              81 chromeos/network/managed_state.cc                                                const base::Value& value) {
value              83 chromeos/network/managed_state.cc     return GetStringValue(key, value, &name_);
value              85 chromeos/network/managed_state.cc     return GetStringValue(key, value, &type_);
value              91 chromeos/network/managed_state.cc                                    const base::Value& value,
value              94 chromeos/network/managed_state.cc   if (!value.GetAsBoolean(&new_value)) {
value             105 chromeos/network/managed_state.cc                                    const base::Value& value,
value             108 chromeos/network/managed_state.cc   if (!value.GetAsInteger(&new_value)) {
value             119 chromeos/network/managed_state.cc                                   const base::Value& value,
value             122 chromeos/network/managed_state.cc   if (!value.GetAsString(&new_value)) {
value             133 chromeos/network/managed_state.cc                                   const base::Value& value,
value             140 chromeos/network/managed_state.cc   if (!value.GetAsDouble(&double_value) || double_value < 0) {
value              57 chromeos/network/managed_state.h                                const base::Value& value) = 0;
value              87 chromeos/network/managed_state.h                                    const base::Value& value);
value              92 chromeos/network/managed_state.h                        const base::Value& value,
value              95 chromeos/network/managed_state.h                        const base::Value& value,
value              98 chromeos/network/managed_state.h                       const base::Value& value,
value             101 chromeos/network/managed_state.h                       const base::Value& value,
value              96 chromeos/network/network_configuration_handler.cc       base::JSONWriter::Write(&iter.value(), &v);
value             143 chromeos/network/network_configuration_handler.cc       iter.value().GetAsString(&entry_path);
value             355 chromeos/network/network_configuration_handler.cc     callback.Run(service_path.value());
value             360 chromeos/network/network_configuration_handler.cc   network_state_handler_->RequestUpdateForNetwork(service_path.value());
value              34 chromeos/network/network_configuration_handler_unittest.cc MATCHER_P(IsEqualTo, value, "") { return arg.Equals(value); }
value              40 chromeos/network/network_configuration_handler_unittest.cc static std::string PrettyJson(const base::DictionaryValue& value) {
value              42 chromeos/network/network_configuration_handler_unittest.cc   base::JSONWriter::WriteWithOptions(&value,
value             222 chromeos/network/network_configuration_handler_unittest.cc   base::DictionaryValue value;
value             223 chromeos/network/network_configuration_handler_unittest.cc   value.Set(key, base::Value::CreateStringValue(networkName));
value             224 chromeos/network/network_configuration_handler_unittest.cc   dictionary_value_result_ = &value;
value             256 chromeos/network/network_configuration_handler_unittest.cc   base::DictionaryValue value;
value             257 chromeos/network/network_configuration_handler_unittest.cc   value.Set(key, base::Value::CreateStringValue(networkName));
value             258 chromeos/network/network_configuration_handler_unittest.cc   dictionary_value_result_ = &value;
value             265 chromeos/network/network_configuration_handler_unittest.cc       value,
value             279 chromeos/network/network_configuration_handler_unittest.cc   base::DictionaryValue value;
value             280 chromeos/network/network_configuration_handler_unittest.cc   value.Set(key, base::Value::CreateStringValue(networkName));
value             281 chromeos/network/network_configuration_handler_unittest.cc   dictionary_value_result_ = &value;
value             288 chromeos/network/network_configuration_handler_unittest.cc       value,
value             316 chromeos/network/network_configuration_handler_unittest.cc   base::DictionaryValue value;
value             317 chromeos/network/network_configuration_handler_unittest.cc   value.Set(key, base::Value::CreateStringValue(networkName));
value             318 chromeos/network/network_configuration_handler_unittest.cc   dictionary_value_result_ = &value;
value             325 chromeos/network/network_configuration_handler_unittest.cc       value,
value             351 chromeos/network/network_configuration_handler_unittest.cc   base::DictionaryValue value;
value             352 chromeos/network/network_configuration_handler_unittest.cc   shill_property_util::SetSSID(networkName, &value);
value             353 chromeos/network/network_configuration_handler_unittest.cc   value.SetWithoutPathExpansion(shill::kTypeProperty,
value             355 chromeos/network/network_configuration_handler_unittest.cc   value.SetWithoutPathExpansion(shill::kProfileProperty,
value             363 chromeos/network/network_configuration_handler_unittest.cc       value,
value              63 chromeos/network/network_device_handler.h       const base::Value& value,
value             130 chromeos/network/network_device_handler_impl.cc     const base::Value& value,
value             136 chromeos/network/network_device_handler_impl.cc       value,
value             272 chromeos/network/network_device_handler_impl.cc     const base::Value& value,
value             291 chromeos/network/network_device_handler_impl.cc       device_path, property_name, value, callback, error_callback);
value              39 chromeos/network/network_device_handler_impl.h       const base::Value& value,
value             387 chromeos/network/network_event_log.cc     filestr = base::FilePath(std::string(file)).BaseName().value();
value             407 chromeos/network/network_event_log.cc std::string ValueAsString(const base::Value& value) {
value             410 chromeos/network/network_event_log.cc       &value, base::JSONWriter::OPTIONS_OMIT_BINARY_VALUES, &vstr);
value              94 chromeos/network/network_event_log.h CHROMEOS_EXPORT std::string ValueAsString(const base::Value& value);
value              83 chromeos/network/network_handler_callbacks.cc                            const base::DictionaryValue& value) {
value              91 chromeos/network/network_handler_callbacks.cc     callback.Run(path, value);
value              84 chromeos/network/network_handler_callbacks.h     const base::DictionaryValue& value);
value              90 chromeos/network/network_profile_handler.cc                                               const base::Value& value) {
value              95 chromeos/network/network_profile_handler.cc   value.GetAsList(&profiles_value);
value              45 chromeos/network/network_profile_handler.h                                  const base::Value& value) OVERRIDE;
value             377 chromeos/network/network_sms_handler.cc                                           const base::Value& value) {
value             381 chromeos/network/network_sms_handler.cc   if (!value.GetAsList(&devices) || !devices)
value             413 chromeos/network/network_sms_handler.cc   const base::Value* value;
value             414 chromeos/network/network_sms_handler.cc   if (!properties.GetWithoutPathExpansion(shill::kDevicesProperty, &value) ||
value             415 chromeos/network/network_sms_handler.cc       value->GetType() != base::Value::TYPE_LIST) {
value             420 chromeos/network/network_sms_handler.cc   const base::ListValue* devices = static_cast<const base::ListValue*>(value);
value              52 chromeos/network/network_sms_handler.h                                  const base::Value& value) OVERRIDE;
value              75 chromeos/network/network_state.cc                                    const base::Value& value) {
value              77 chromeos/network/network_state.cc   if (ManagedStatePropertyChanged(key, value))
value              80 chromeos/network/network_state.cc     return GetIntegerValue(key, value, &signal_strength_);
value              82 chromeos/network/network_state.cc     return GetStringValue(key, value, &connection_state_);
value              84 chromeos/network/network_state.cc     return GetBooleanValue(key, value, &connectable_);
value              86 chromeos/network/network_state.cc     if (!GetStringValue(key, value, &error_))
value              94 chromeos/network/network_state.cc     return GetStringValue(key, value, &ip_address_);
value              96 chromeos/network/network_state.cc     return GetStringValue(key, value, &gateway_);
value              99 chromeos/network/network_state.cc     if (!value.GetAsList(&dns_servers))
value             105 chromeos/network/network_state.cc     return GetIntegerValue(key, value, &prefix_length_);
value             109 chromeos/network/network_state.cc     if (!GetStringValue(key, value, &url_string))
value             125 chromeos/network/network_state.cc     return GetStringValue(key, value, &activation_state_);
value             127 chromeos/network/network_state.cc     return GetStringValue(key, value, &roaming_);
value             129 chromeos/network/network_state.cc     return GetStringValue(key, value, &security_);
value             131 chromeos/network/network_state.cc     return GetStringValue(key, value, &eap_method_);
value             134 chromeos/network/network_state.cc         shill_property_util::GetUIDataFromValue(value);
value             142 chromeos/network/network_state.cc     return GetStringValue(key, value, &network_technology_);
value             144 chromeos/network/network_state.cc     return GetStringValue(key, value, &device_path_);
value             146 chromeos/network/network_state.cc     return GetStringValue(key, value, &guid_);
value             148 chromeos/network/network_state.cc     return GetStringValue(key, value, &profile_path_);
value             150 chromeos/network/network_state.cc     return GetBooleanValue(key, value, &activate_over_non_cellular_networks_);
value             152 chromeos/network/network_state.cc     return GetBooleanValue(key, value, &cellular_out_of_credits_);
value              36 chromeos/network/network_state.h                                const base::Value& value) OVERRIDE;
value             511 chromeos/network/network_state_handler.cc       managed->PropertyChanged(iter.key(), iter.value());
value             526 chromeos/network/network_state_handler.cc     if (network->PropertyChanged(iter.key(), iter.value()))
value             543 chromeos/network/network_state_handler.cc     const base::Value& value) {
value             549 chromeos/network/network_state_handler.cc     changed |= favorite->PropertyChanged(key, value);
value             557 chromeos/network/network_state_handler.cc   changed |= network->PropertyChanged(key, value);
value             570 chromeos/network/network_state_handler.cc     value.GetAsString(&value_str);
value             586 chromeos/network/network_state_handler.cc       detail += " = " + network_event_log::ValueAsString(value);
value             608 chromeos/network/network_state_handler.cc                                                const base::Value& value) {
value             612 chromeos/network/network_state_handler.cc   if (!device->PropertyChanged(key, value))
value             616 chromeos/network/network_state_handler.cc   detail += " = " + network_event_log::ValueAsString(value);
value             260 chromeos/network/network_state_handler.h       const base::Value& value) OVERRIDE;
value             266 chromeos/network/network_state_handler.h       const base::Value& value) OVERRIDE;
value              57 chromeos/network/network_state_unittest.cc   bool SetStringProperty(const std::string& key, const std::string& value) {
value              58 chromeos/network/network_state_unittest.cc     TestStringValue* string_value = new TestStringValue(value);
value             213 chromeos/network/network_ui_data.cc     if (!it.value().GetAsDictionary(&inner_object))
value              45 chromeos/network/network_util.cc     int value = remainder == 0 ? 0 :
value              47 chromeos/network/network_util.cc     netmask += base::StringPrintf("%d", value);
value              75 chromeos/network/onc/onc_mapper.cc                                                     it.value(),
value              50 chromeos/network/onc/onc_merger.cc         !it.value().GetAsDictionary(&child_policy)) {
value              92 chromeos/network/onc/onc_merger.cc         if (field.value().IsType(base::Value::TYPE_DICTIONARY)) {
value             108 chromeos/network/onc/onc_merger.cc             const base::Value* value = NULL;
value             110 chromeos/network/onc/onc_merger.cc               (*it_inner)->GetWithoutPathExpansion(key, &value);
value             111 chromeos/network/onc/onc_merger.cc             values.push_back(value);
value             102 chromeos/network/onc/onc_merger_unittest.cc   const base::Value* value = NULL;
value             103 chromeos/network/onc/onc_merger_unittest.cc   EXPECT_FALSE(merged->Get("ProxySettings", &value));
value              30 chromeos/network/onc/onc_translator_onc_to_shill.cc scoped_ptr<base::StringValue> ConvertValueToString(const base::Value& value) {
value              32 chromeos/network/onc/onc_translator_onc_to_shill.cc   if (!value.GetAsString(&str))
value              33 chromeos/network/onc/onc_translator_onc_to_shill.cc     base::JSONWriter::Write(&value, &str);
value              71 chromeos/network/onc/onc_translator_onc_to_shill.cc                                     scoped_ptr<base::Value> value);
value             137 chromeos/network/onc/onc_translator_onc_to_shill.cc       translated.reset(it.value().DeepCopy());
value             140 chromeos/network/onc/onc_translator_onc_to_shill.cc       translated = ConvertValueToString(it.value());
value             218 chromeos/network/onc/onc_translator_onc_to_shill.cc                                  make_scoped_ptr(it.value().DeepCopy()));
value             224 chromeos/network/onc/onc_translator_onc_to_shill.cc     scoped_ptr<base::Value> value) {
value             225 chromeos/network/onc/onc_translator_onc_to_shill.cc   if (!value || !field_translation_table_)
value             234 chromeos/network/onc/onc_translator_onc_to_shill.cc                                              value.release());
value             285 chromeos/network/onc/onc_translator_onc_to_shill.cc     if (!it.value().GetAsDictionary(&inner_object))
value              30 chromeos/network/onc/onc_translator_shill_to_onc.cc   base::Value* value;
value              32 chromeos/network/onc/onc_translator_shill_to_onc.cc     value = base::Value::CreateStringValue(str);
value              34 chromeos/network/onc/onc_translator_shill_to_onc.cc     value = base::JSONReader::Read(str);
value              37 chromeos/network/onc/onc_translator_shill_to_onc.cc   if (value == NULL || value->GetType() != type) {
value              38 chromeos/network/onc/onc_translator_shill_to_onc.cc     delete value;
value              39 chromeos/network/onc/onc_translator_shill_to_onc.cc     value = NULL;
value              41 chromeos/network/onc/onc_translator_shill_to_onc.cc   return make_scoped_ptr(value);
value             117 chromeos/network/onc/onc_utils_unittest.cc     it.value().GetAsDictionary(&test_case);
value             351 chromeos/network/onc/onc_validator.cc   const base::Value* value = NULL;
value             352 chromeos/network/onc/onc_validator.cc   if (!object.GetWithoutPathExpansion(field_name, &value))
value             357 chromeos/network/onc/onc_validator.cc   if (value->GetAsString(&str)) {
value             360 chromeos/network/onc/onc_validator.cc   } else if (value->GetAsList(&list)) {
value              38 chromeos/network/policy_util.cc     base::Value* value = NULL;
value              42 chromeos/network/policy_util.cc     onc_object->GetWithoutPathExpansion(field_name, &value);
value              48 chromeos/network/policy_util.cc     if (value->GetAsDictionary(&nested_object)) {
value              60 chromeos/network/policy_util.cc     if (value->GetAsString(&string_value) &&
value              31 chromeos/network/shill_property_handler.cc                                     const base::Value& value) {
value              33 chromeos/network/shill_property_handler.cc   if (!value.GetAsList(&vlist)) {
value              53 chromeos/network/shill_property_handler.cc                               const base::Value& value)> Handler;
value              86 chromeos/network/shill_property_handler.cc                                  const base::Value& value) OVERRIDE {
value              87 chromeos/network/shill_property_handler.cc     handler_.Run(type_, path_, key, value);
value             174 chromeos/network/shill_property_handler.cc   base::StringValue value(check_portal_list);
value             177 chromeos/network/shill_property_handler.cc       value,
value             226 chromeos/network/shill_property_handler.cc                                              const base::Value& value) {
value             227 chromeos/network/shill_property_handler.cc   ManagerPropertyChanged(key, value);
value             249 chromeos/network/shill_property_handler.cc       update_service_value = &iter.value();
value             251 chromeos/network/shill_property_handler.cc       update_service_complete_value = &iter.value();
value             253 chromeos/network/shill_property_handler.cc       ManagerPropertyChanged(iter.key(), iter.value());
value             289 chromeos/network/shill_property_handler.cc                                                   const base::Value& value) {
value             292 chromeos/network/shill_property_handler.cc     value.GetAsString(&service_path);
value             295 chromeos/network/shill_property_handler.cc     const base::ListValue* vlist = GetListValue(key, value);
value             306 chromeos/network/shill_property_handler.cc     const base::ListValue* vlist = GetListValue(key, value);
value             312 chromeos/network/shill_property_handler.cc     const base::ListValue* vlist = GetListValue(key, value);
value             319 chromeos/network/shill_property_handler.cc     const base::ListValue* vlist = GetListValue(key, value);
value             323 chromeos/network/shill_property_handler.cc     const base::ListValue* vlist = GetListValue(key, value);
value             327 chromeos/network/shill_property_handler.cc     const base::ListValue* vlist = GetListValue(key, value);
value             334 chromeos/network/shill_property_handler.cc     if (value.GetAsString(&check_portal_list))
value             520 chromeos/network/shill_property_handler.cc     const base::Value& value) {
value             522 chromeos/network/shill_property_handler.cc     NetworkServicePropertyChangedCallback(path, key, value);
value             524 chromeos/network/shill_property_handler.cc     NetworkDevicePropertyChangedCallback(path, key, value);
value             532 chromeos/network/shill_property_handler.cc     const base::Value& value) {
value             537 chromeos/network/shill_property_handler.cc     value.GetAsString(&ip_config_path);
value             544 chromeos/network/shill_property_handler.cc     listener_->UpdateNetworkServiceProperty(path, key, value);
value             570 chromeos/network/shill_property_handler.cc   const base::Value* value;
value             571 chromeos/network/shill_property_handler.cc   if (!properties.GetWithoutPathExpansion(property, &value)) {
value             577 chromeos/network/shill_property_handler.cc       service_path, NetworkState::IPConfigProperty(property), *value);
value             583 chromeos/network/shill_property_handler.cc     const base::Value& value) {
value             584 chromeos/network/shill_property_handler.cc   listener_->UpdateDeviceProperty(path, key, value);
value              66 chromeos/network/shill_property_handler.h         const base::Value& value) = 0;
value              72 chromeos/network/shill_property_handler.h         const base::Value& value) = 0;
value             133 chromeos/network/shill_property_handler.h                                  const base::Value& value) OVERRIDE;
value             150 chromeos/network/shill_property_handler.h                               const base::Value& value);
value             189 chromeos/network/shill_property_handler.h                                const base::Value& value);
value             192 chromeos/network/shill_property_handler.h                                              const base::Value& value);
value             206 chromeos/network/shill_property_handler.h                                             const base::Value& value);
value              61 chromeos/network/shill_property_handler_unittest.cc       const base::Value& value) OVERRIDE {
value              68 chromeos/network/shill_property_handler_unittest.cc       const base::Value& value) OVERRIDE {
value              47 chromeos/network/shill_property_util.h scoped_ptr<NetworkUIData> GetUIDataFromValue(const base::Value& value);
value              24 chromeos/settings/cros_settings_provider.cc                                const base::Value& value) {
value              33 chromeos/settings/cros_settings_provider.cc   DoSet(path, value);
value             227 chromeos/settings/timezone_settings.cc                << timezone_file.value();
value             235 chromeos/settings/timezone_settings.cc   if (symlink(timezone_file.value().c_str(),
value             236 chromeos/settings/timezone_settings.cc               timezone_symlink2.value().c_str()) == -1) {
value             238 chromeos/settings/timezone_settings.cc                << timezone_symlink2.value() << " to " << timezone_file.value();
value             245 chromeos/settings/timezone_settings.cc                << timezone_symlink2.value() << " to "
value             246 chromeos/settings/timezone_settings.cc                << timezone_symlink.value();
value              51 chromeos/system/name_value_pairs_parser.cc                                             const std::string& value) {
value              53 chromeos/system/name_value_pairs_parser.cc     (*map_)[key] = value;
value              54 chromeos/system/name_value_pairs_parser.cc     VLOG(1) << "name: " << key << ", value: " << value;
value              57 chromeos/system/name_value_pairs_parser.cc                  << ", ignoring new value: " << value;
value              94 chromeos/system/name_value_pairs_parser.cc       std::string value;
value              96 chromeos/system/name_value_pairs_parser.cc       base::TrimString(pair.substr(eq_pos + 1, value_size), kTrimChars, &value);
value              99 chromeos/system/name_value_pairs_parser.cc         AddNameValuePair(key, value);
value             131 chromeos/system/name_value_pairs_parser.cc       LOG(WARNING) << "Unable to read statistics file: " << file_path.value();
value              30 chromeos/system/name_value_pairs_parser.h   void AddNameValuePair(const std::string& key, const std::string& value);
value             285 chromeos/system/statistics_provider.cc     LOG(WARNING) << "Unable to load OEM Manifest file: " << file.value();
value             297 chromeos/system/statistics_provider.cc   VLOG(1) << "Loaded OEM Manifest statistics from " << file.value();
value              93 chromeos/tools/onc_validator/onc_validator.cc   base::Value* value = serializer.Deserialize(NULL, &json_error);
value              94 chromeos/tools/onc_validator/onc_validator.cc   if (!value) {
value             100 chromeos/tools/onc_validator/onc_validator.cc   if (!value->GetAsDictionary(&dict)) {
value             103 chromeos/tools/onc_validator/onc_validator.cc                << value->GetType();
value             152 cloud_print/common/win/install_utils.cc                  unstall_binary.DirName().value().c_str());
value             168 cloud_print/common/win/install_utils.cc   key.WriteValue(kDisplayIcon, unstall_binary.value().c_str());
value             254 cloud_print/gcp20/prototype/print_job_handler.cc   VLOG(0) << "Job saved at " << directory.value();
value              17 cloud_print/gcp20/prototype/printer_unittest.cc   scoped_ptr<base::Value> value(
value              20 cloud_print/gcp20/prototype/printer_unittest.cc   ASSERT_TRUE(!!value) << error_msg;
value              23 cloud_print/gcp20/prototype/printer_unittest.cc   EXPECT_TRUE(value->GetAsDictionary(&dictionary_value)) << "Not a dictionary";
value              77 cloud_print/service/service_state.cc                            const std::string& value) {
value              78 cloud_print/service/service_state.cc   if (!value.empty())
value              79 cloud_print/service/service_state.cc     dictionary->SetString(name, value);
value              64 cloud_print/service/service_state.h   void set_email(const std::string& value) {
value              65 cloud_print/service/service_state.h     email_ = value;
value              68 cloud_print/service/service_state.h   void set_proxy_id(const std::string& value) {
value              69 cloud_print/service/service_state.h     proxy_id_ = value;
value              72 cloud_print/service/service_state.h   void set_robot_email(const std::string& value) {
value              73 cloud_print/service/service_state.h     robot_email_ = value;
value              76 cloud_print/service/service_state.h   void set_robot_token(const std::string& value) {
value              77 cloud_print/service/service_state.h     robot_token_ = value;
value              80 cloud_print/service/service_state.h   void set_auth_token(const std::string& value) {
value              81 cloud_print/service/service_state.h     auth_token_ = value;
value              84 cloud_print/service/service_state.h   void set_xmpp_auth_token(const std::string& value) {
value              85 cloud_print/service/service_state.h     xmpp_auth_token_ = value;
value             167 cloud_print/service/win/chrome_launcher.cc     base::win::RegistryValueIterator value(HKEY_CURRENT_USER, kAutoRunKeyPath);
value             168 cloud_print/service/win/chrome_launcher.cc     for (; value.Valid(); ++value) {
value             169 cloud_print/service/win/chrome_launcher.cc       if (value.Type() == REG_SZ && value.Value()) {
value             170 cloud_print/service/win/chrome_launcher.cc         CommandLine cmd = CommandLine::FromString(value.Value());
value             177 cloud_print/service/win/chrome_launcher.cc             to_delete.push_back(value.Name());
value              44 cloud_print/service/win/cloud_print_service.cc   std::cout << " " << service_path.BaseName().value();
value             316 cloud_print/service/win/cloud_print_service.cc     std::cout << "\n  " << setup.chrome_path().value() << "\n";
value             318 cloud_print/service/win/cloud_print_service.cc     std::cout << "\n  " << setup.user_data_dir().value() << "\n";
value             341 cloud_print/service/win/cloud_print_service.cc     LOG(INFO) << file.value() << ": " << contents;
value              39 cloud_print/service/win/service_listener.cc                         chrome_launcher_support::GetAnyChromePath().value());
value              45 cloud_print/service/win/service_listener.cc                             user_data_dir.value());
value              53 cloud_print/service/win/setup_listener.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(json_string));
value              55 cloud_print/service/win/setup_listener.cc   if (!value || !value->GetAsDictionary(&dictionary) || !dictionary) {
value             115 cloud_print/virtual_driver/win/install/setup.cc           source_path.value() << " to " << target_path.value();
value             165 cloud_print/virtual_driver/win/install/setup.cc         LOG(ERROR) << "Unable to delete " << target_path.value();
value             200 cloud_print/virtual_driver/win/install/setup.cc       if (base::FilePath::CompareEqualIgnoreCase(base_name.value().c_str(),
value             203 cloud_print/virtual_driver/win/install/setup.cc                       temp_path->Append(kDependencyList[i]).value().c_str());
value             231 cloud_print/virtual_driver/win/install/setup.cc     SetupIterateCabinet(package_path.value().c_str(), 0, &CabinetCallback,
value             261 cloud_print/virtual_driver/win/install/setup.cc       dependent_array.push_back(file_path.value());
value             263 cloud_print/virtual_driver/win/install/setup.cc       LOG(WARNING) << "File is missing: " << file_path.BaseName().value();
value             282 cloud_print/virtual_driver/win/install/setup.cc   driver_info.pDataFile = const_cast<LPWSTR>(data_file.value().c_str());
value             283 cloud_print/virtual_driver/win/install/setup.cc   driver_info.pHelpFile = const_cast<LPWSTR>(ui_help_path.value().c_str());
value             284 cloud_print/virtual_driver/win/install/setup.cc   driver_info.pDriverPath = const_cast<LPWSTR>(xps_path.value().c_str());
value             285 cloud_print/virtual_driver/win/install/setup.cc   driver_info.pConfigFile = const_cast<LPWSTR>(ui_path.value().c_str());
value             476 cloud_print/virtual_driver/win/install/setup.cc   if (install_path.value().empty())
value             491 cloud_print/virtual_driver/win/install/setup.cc   if (!old_install_path.value().empty() &&
value             428 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc     LOG(ERROR) << "Can't create temporary file in " << app_data_dir.value();
value             433 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc     LOG(ERROR) << "Error opening file " << file_path.value() << ".";
value             566 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc     dll_path_len = static_cast<DWORD>(dll_path.value().length());
value             575 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc                                dll_path.value().c_str());
value              84 cloud_print/virtual_driver/win/port_monitor/port_monitor_dll.cc   monitor_info.pDLLName = const_cast<LPWSTR>(dll_path.value().c_str());
value              85 cloud_print/virtual_driver/win/port_monitor/port_monitor_dll.cc   monitor_info.pName = const_cast<LPWSTR>(dll_path.value().c_str());
value             100 cloud_print/virtual_driver/win/port_monitor/port_monitor_dll.cc                     const_cast<LPWSTR>(dll_path.value().c_str()))) {
value              47 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc                              path.value().c_str()));
value              53 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc                              temp.value().c_str()));
value             101 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc       chrome_path.value().rfind(kAlternateChromeExePath) != std::string::npos);
value             107 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc               chrome_path.value().rfind(kChromeExePath) == std::string::npos);
value             128 components/autofill/content/browser/content_autofill_driver.cc     const base::string16& value) {
value             133 components/autofill/content/browser/content_autofill_driver.cc       new AutofillMsg_AcceptDataListSuggestion(host->GetRoutingID(), value));
value             160 components/autofill/content/browser/content_autofill_driver.cc     const base::string16& value) {
value             164 components/autofill/content/browser/content_autofill_driver.cc   host->Send(new AutofillMsg_FillFieldWithValue(host->GetRoutingID(), value));
value             167 components/autofill/content/browser/content_autofill_driver.cc     const base::string16& value) {
value             172 components/autofill/content/browser/content_autofill_driver.cc                                                    value));
value              56 components/autofill/content/browser/content_autofill_driver.h       const base::string16& value) OVERRIDE;
value              62 components/autofill/content/browser/content_autofill_driver.h       const base::string16& value) OVERRIDE;
value              64 components/autofill/content/browser/content_autofill_driver.h       const base::string16& value) OVERRIDE;
value             153 components/autofill/content/browser/content_autofill_driver_unittest.cc   bool GetString16FromMessageWithID(uint32 messageID, base::string16* value) {
value             181 components/autofill/content/browser/content_autofill_driver_unittest.cc     if (value)
value             182 components/autofill/content/browser/content_autofill_driver_unittest.cc       *value = autofill_param.a;
value             364 components/autofill/content/browser/wallet/full_wallet_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value             365 components/autofill/content/browser/wallet/full_wallet_unittest.cc     ASSERT_TRUE(value.get());
value             366 components/autofill/content/browser/wallet/full_wallet_unittest.cc     ASSERT_TRUE(value->IsType(base::Value::TYPE_DICTIONARY));
value             367 components/autofill/content/browser/wallet/full_wallet_unittest.cc     dict.reset(static_cast<base::DictionaryValue*>(value.release()));
value             182 components/autofill/content/browser/wallet/wallet_address_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value             183 components/autofill/content/browser/wallet/wallet_address_unittest.cc     DCHECK(value.get());
value             184 components/autofill/content/browser/wallet/wallet_address_unittest.cc     DCHECK(value->IsType(base::Value::TYPE_DICTIONARY));
value             185 components/autofill/content/browser/wallet/wallet_address_unittest.cc     dict_.reset(static_cast<base::DictionaryValue*>(value.release()));
value             770 components/autofill/content/browser/wallet/wallet_client_unittest.cc       const std::string& value = tokens[i].second;
value             773 components/autofill/content/browser/wallet/wallet_client_unittest.cc         EXPECT_EQ("application/json", value);
value             781 components/autofill/content/browser/wallet/wallet_client_unittest.cc                           value, net::UnescapeRule::URL_SPECIAL_CHARS |
value             787 components/autofill/content/browser/wallet/wallet_client_unittest.cc         EXPECT_EQ("123", value);
value             792 components/autofill/content/browser/wallet/wallet_client_unittest.cc         EXPECT_EQ("4444444444444448", value);
value             797 components/autofill/content/browser/wallet/wallet_client_unittest.cc         EXPECT_FALSE(value.empty());
value             377 components/autofill/content/browser/wallet/wallet_items_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value             378 components/autofill/content/browser/wallet/wallet_items_unittest.cc     ASSERT_TRUE(value.get());
value             379 components/autofill/content/browser/wallet/wallet_items_unittest.cc     ASSERT_TRUE(value->IsType(base::Value::TYPE_DICTIONARY));
value             380 components/autofill/content/browser/wallet/wallet_items_unittest.cc     dict.reset(static_cast<base::DictionaryValue*>(value.release()));
value             184 components/autofill/content/browser/wallet/wallet_service_url.cc   url_parse::Component key, value;
value             187 components/autofill/content/browser/wallet/wallet_service_url.cc                                          &value)) {
value             190 components/autofill/content/browser/wallet/wallet_service_url.cc       base::StringToSizeT(query_str.substr(value.begin, value.len), user_index);
value              44 components/autofill/content/common/autofill_messages.h   IPC_STRUCT_TRAITS_MEMBER(value)
value              92 components/autofill/content/renderer/autofill_agent.cc     if (!StartsWith(option.value(), prefix, false) ||
value              93 components/autofill/content/renderer/autofill_agent.cc         option.value() == prefix ||
value              94 components/autofill/content/renderer/autofill_agent.cc         !element.isValidValue(option.value()))
value              97 components/autofill/content/renderer/autofill_agent.cc     values->push_back(option.value());
value              98 components/autofill/content/renderer/autofill_agent.cc     if (option.value() != option.label())
value             470 components/autofill/content/renderer/autofill_agent.cc void AutofillAgent::OnFillFieldWithValue(const base::string16& value) {
value             473 components/autofill/content/renderer/autofill_agent.cc     FillFieldWithValue(value, input_element);
value             476 components/autofill/content/renderer/autofill_agent.cc void AutofillAgent::OnPreviewFieldWithValue(const base::string16& value) {
value             479 components/autofill/content/renderer/autofill_agent.cc     PreviewFieldWithValue(value, input_element);
value             482 components/autofill/content/renderer/autofill_agent.cc void AutofillAgent::OnAcceptDataListSuggestion(const base::string16& value) {
value             483 components/autofill/content/renderer/autofill_agent.cc   AcceptDataListSuggestion(value);
value             535 components/autofill/content/renderer/autofill_agent.cc   WebString value = element.editingValue();
value             537 components/autofill/content/renderer/autofill_agent.cc       (value.length() > kMaxDataLength ||
value             538 components/autofill/content/renderer/autofill_agent.cc        (!autofill_on_empty_values && value.isEmpty()) ||
value             541 components/autofill/content/renderer/autofill_agent.cc          element.selectionEnd() != static_cast<int>(value.length()))))) {
value             630 components/autofill/content/renderer/autofill_agent.cc void AutofillAgent::FillFieldWithValue(const base::string16& value,
value             633 components/autofill/content/renderer/autofill_agent.cc   node->setEditingValue(value.substr(0, node->maxLength()));
value             637 components/autofill/content/renderer/autofill_agent.cc void AutofillAgent::PreviewFieldWithValue(const base::string16& value,
value             640 components/autofill/content/renderer/autofill_agent.cc   node->setSuggestedValue(value.substr(0, node->maxLength()));
value             642 components/autofill/content/renderer/autofill_agent.cc   node->setSelectionRange(node->value().length(),
value             101 components/autofill/content/renderer/autofill_agent.h   void OnFillFieldWithValue(const base::string16& value);
value             102 components/autofill/content/renderer/autofill_agent.h   void OnPreviewFieldWithValue(const base::string16& value);
value             103 components/autofill/content/renderer/autofill_agent.h   void OnAcceptDataListSuggestion(const base::string16& value);
value             156 components/autofill/content/renderer/autofill_agent.h   void FillFieldWithValue(const base::string16& value,
value             162 components/autofill/content/renderer/autofill_agent.h   void PreviewFieldWithValue(const base::string16& value,
value             234 components/autofill/content/renderer/form_autofill_util.cc       base::string16 value = FindChildText(previous);
value             236 components/autofill/content/renderer/form_autofill_util.cc       bool add_space = previous.isTextNode() && value.empty();
value             238 components/autofill/content/renderer/form_autofill_util.cc           CombineAndCollapseWhitespace(value, inferred_label, add_space);
value             456 components/autofill/content/renderer/form_autofill_util.cc       option_values->push_back(option.value());
value             512 components/autofill/content/renderer/form_autofill_util.cc          !element->value().isEmpty()))
value             530 components/autofill/content/renderer/form_autofill_util.cc   if (data.value.empty())
value             539 components/autofill/content/renderer/form_autofill_util.cc     base::string16 value = data.value;
value             543 components/autofill/content/renderer/form_autofill_util.cc       value = value.substr(0, input_element->maxLength());
value             545 components/autofill/content/renderer/form_autofill_util.cc     field->setValue(value, true);
value             551 components/autofill/content/renderer/form_autofill_util.cc     int length = field->value().length();
value             564 components/autofill/content/renderer/form_autofill_util.cc   if (data.value.empty())
value             575 components/autofill/content/renderer/form_autofill_util.cc       data.value.substr(0, input_element->maxLength()));
value             578 components/autofill/content/renderer/form_autofill_util.cc     field->setSuggestedValue(data.value);
value             585 components/autofill/content/renderer/form_autofill_util.cc     int start = field->value().length();
value             797 components/autofill/content/renderer/form_autofill_util.cc   base::string16 value = element.value();
value             808 components/autofill/content/renderer/form_autofill_util.cc           if (option_element.value() == value) {
value             809 components/autofill/content/renderer/form_autofill_util.cc             value = option_element.text();
value             819 components/autofill/content/renderer/form_autofill_util.cc   if (value.size() > kMaxDataLength)
value             820 components/autofill/content/renderer/form_autofill_util.cc     value = value.substr(0, kMaxDataLength);
value             822 components/autofill/content/renderer/form_autofill_util.cc   field->value = value;
value            1087 components/autofill/content/renderer/form_autofill_util.cc         int length = control_element.value().length();
value             112 components/autofill/content/renderer/form_cache.cc                                                      select_element.value()));
value             205 components/autofill/content/renderer/form_cache.cc         int length = input_element->value().length();
value             216 components/autofill/content/renderer/form_cache.cc           select_element.value() != initial_value_iter->second) {
value             322 components/autofill/content/renderer/password_autofill_agent.cc   if (element.value().length() > kMaximumTextSizeForAutocomplete)
value             650 components/autofill/content/renderer/password_autofill_agent.cc   if (StartsWith(fill_data.basic_data.fields[0].value, input, false)) {
value             651 components/autofill/content/renderer/password_autofill_agent.cc     suggestions->push_back(fill_data.basic_data.fields[0].value);
value             690 components/autofill/content/renderer/password_autofill_agent.cc   GetSuggestions(fill_data, user_input.value(), &suggestions, &realms);
value             734 components/autofill/content/renderer/password_autofill_agent.cc       username_element.value().isEmpty()) {
value             736 components/autofill/content/renderer/password_autofill_agent.cc     username_element.setValue(fill_data.basic_data.fields[0].value, true);
value             752 components/autofill/content/renderer/password_autofill_agent.cc   base::string16 current_username = username_element->value();
value             758 components/autofill/content/renderer/password_autofill_agent.cc   if (DoUsernamesMatch(fill_data.basic_data.fields[0].value, current_username,
value             760 components/autofill/content/renderer/password_autofill_agent.cc     username = fill_data.basic_data.fields[0].value;
value             761 components/autofill/content/renderer/password_autofill_agent.cc     password = fill_data.basic_data.fields[1].value;
value             849 components/autofill/content/renderer/password_autofill_agent.cc       username.selectionEnd() != static_cast<int>(username.value().length())) {
value             291 components/autofill/content/renderer/password_generation_agent.cc       element->value().isEmpty()) {
value             301 components/autofill/content/renderer/password_generation_agent.cc   if (element.value().isEmpty()) {
value             324 components/autofill/content/renderer/password_generation_agent.cc       it->setValue(element.value());
value              79 components/autofill/core/browser/address.cc void Address::SetRawInfo(ServerFieldType type, const base::string16& value) {
value              85 components/autofill/core/browser/address.cc       street_address_[0] = value;
value              92 components/autofill/core/browser/address.cc       street_address_[1] = value;
value              97 components/autofill/core/browser/address.cc       dependent_locality_ = value;
value             101 components/autofill/core/browser/address.cc       city_ = value;
value             105 components/autofill/core/browser/address.cc       state_ = value;
value             109 components/autofill/core/browser/address.cc       DCHECK(value.empty() ||
value             110 components/autofill/core/browser/address.cc              (value.length() == 2u && IsStringASCII(value)));
value             111 components/autofill/core/browser/address.cc       country_code_ = base::UTF16ToASCII(value);
value             115 components/autofill/core/browser/address.cc       zip_code_ = value;
value             119 components/autofill/core/browser/address.cc       sorting_code_ = value;
value             123 components/autofill/core/browser/address.cc       base::SplitString(value, base::char16('\n'), &street_address_);
value             144 components/autofill/core/browser/address.cc                       const base::string16& value,
value             147 components/autofill/core/browser/address.cc     if (!value.empty() && (value.size() != 2u || !IsStringASCII(value))) {
value             152 components/autofill/core/browser/address.cc     country_code_ = StringToUpperASCII(base::UTF16ToASCII(value));
value             157 components/autofill/core/browser/address.cc   if (storable_type == ADDRESS_HOME_COUNTRY && !value.empty()) {
value             158 components/autofill/core/browser/address.cc     country_code_ = AutofillCountry::GetCountryCode(value, app_locale);
value             166 components/autofill/core/browser/address.cc   if (storable_type == ADDRESS_HOME_STREET_ADDRESS && !value.empty() &&
value             167 components/autofill/core/browser/address.cc       value.find(base::char16('\n')) == base::string16::npos) {
value             172 components/autofill/core/browser/address.cc   SetRawInfo(storable_type, value);
value              29 components/autofill/core/browser/address.h                           const base::string16& value) OVERRIDE;
value              33 components/autofill/core/browser/address.h                        const base::string16& value,
value             129 components/autofill/core/browser/autocomplete_history_manager.cc     if (!iter->value.empty() &&
value             132 components/autofill/core/browser/autocomplete_history_manager.cc         !autofill::IsValidCreditCardNumber(iter->value) &&
value             133 components/autofill/core/browser/autocomplete_history_manager.cc         !autofill::IsSSN(iter->value)) {
value             143 components/autofill/core/browser/autocomplete_history_manager.cc     const base::string16& name, const base::string16& value) {
value             145 components/autofill/core/browser/autocomplete_history_manager.cc     database_->RemoveFormValueForElementName(name, value);
value              51 components/autofill/core/browser/autocomplete_history_manager.h                                  const base::string16& value);
value             105 components/autofill/core/browser/autocomplete_history_manager_unittest.cc   valid_cc.value = ASCIIToUTF16("4012888888881881");
value             128 components/autofill/core/browser/autocomplete_history_manager_unittest.cc   invalid_cc.value = ASCIIToUTF16("4580123456789012");
value             148 components/autofill/core/browser/autocomplete_history_manager_unittest.cc   ssn.value = ASCIIToUTF16("078-05-1120");
value             169 components/autofill/core/browser/autocomplete_history_manager_unittest.cc   search_field.value = ASCIIToUTF16("my favorite query");
value             262 components/autofill/core/browser/autocomplete_history_manager_unittest.cc       field.value,
value              26 components/autofill/core/browser/autofill_data_model_unittest.cc                           const base::string16& value) OVERRIDE {}
value              69 components/autofill/core/browser/autofill_driver.h       const base::string16& value) = 0;
value              84 components/autofill/core/browser/autofill_driver.h       const base::string16& value) = 0;
value              88 components/autofill/core/browser/autofill_driver.h       const base::string16& value) = 0;
value             166 components/autofill/core/browser/autofill_external_delegate.cc     const base::string16& value,
value             174 components/autofill/core/browser/autofill_external_delegate.cc     driver_->RendererShouldPreviewFieldWithValue(value);
value             177 components/autofill/core/browser/autofill_external_delegate.cc void AutofillExternalDelegate::DidAcceptSuggestion(const base::string16& value,
value             187 components/autofill/core/browser/autofill_external_delegate.cc         query_field_, value);
value             190 components/autofill/core/browser/autofill_external_delegate.cc     driver_->RendererShouldAcceptDataListSuggestion(value);
value             193 components/autofill/core/browser/autofill_external_delegate.cc     driver_->RendererShouldFillFieldWithValue(value);
value             201 components/autofill/core/browser/autofill_external_delegate.cc void AutofillExternalDelegate::RemoveSuggestion(const base::string16& value,
value             206 components/autofill/core/browser/autofill_external_delegate.cc     manager_->RemoveAutocompleteEntry(query_field_.name, value);
value              47 components/autofill/core/browser/autofill_external_delegate.h   virtual void DidSelectSuggestion(const base::string16& value,
value              49 components/autofill/core/browser/autofill_external_delegate.h   virtual void DidAcceptSuggestion(const base::string16& value,
value              51 components/autofill/core/browser/autofill_external_delegate.h   virtual void RemoveSuggestion(const base::string16& value,
value             416 components/autofill/core/browser/autofill_external_delegate_unittest.cc   username_field_data.value = kUsername;
value              40 components/autofill/core/browser/autofill_field.cc bool SetSelectControlValue(const base::string16& value,
value              42 components/autofill/core/browser/autofill_field.cc   base::string16 value_lowercase = StringToLowerASCII(value);
value              47 components/autofill/core/browser/autofill_field.cc     if (value == field->option_values[i] ||
value              48 components/autofill/core/browser/autofill_field.cc         value == field->option_contents[i]) {
value              65 components/autofill/core/browser/autofill_field.cc   field->value = best_match;
value              71 components/autofill/core/browser/autofill_field.cc bool FillNumericSelectControl(int value,
value              76 components/autofill/core/browser/autofill_field.cc     if ((StringToInt(field->option_values[i], &option) && option == value) ||
value              77 components/autofill/core/browser/autofill_field.cc         (StringToInt(field->option_contents[i], &option) && option == value)) {
value              78 components/autofill/core/browser/autofill_field.cc       field->value = field->option_values[i];
value              86 components/autofill/core/browser/autofill_field.cc bool FillStateSelectControl(const base::string16& value,
value              89 components/autofill/core/browser/autofill_field.cc   state_names::GetNameAndAbbreviation(value, &full, &abbreviation);
value              98 components/autofill/core/browser/autofill_field.cc bool FillCountrySelectControl(const base::string16& value,
value             101 components/autofill/core/browser/autofill_field.cc   std::string country_code = AutofillCountry::GetCountryCode(value, app_locale);
value             110 components/autofill/core/browser/autofill_field.cc     base::string16 value = field_data->option_values[i];
value             112 components/autofill/core/browser/autofill_field.cc     if (country_code == AutofillCountry::GetCountryCode(value, app_locale) ||
value             114 components/autofill/core/browser/autofill_field.cc       field_data->value = value;
value             122 components/autofill/core/browser/autofill_field.cc bool FillExpirationMonthSelectControl(const base::string16& value,
value             125 components/autofill/core/browser/autofill_field.cc   if (!StringToInt(value, &index) ||
value             150 components/autofill/core/browser/autofill_field.cc bool FillYearSelectControl(const base::string16& value,
value             152 components/autofill/core/browser/autofill_field.cc   if (value.size() != 2U && value.size() != 4U)
value             157 components/autofill/core/browser/autofill_field.cc     if (LastTwoDigitsMatch(value, field->option_values[i]) ||
value             158 components/autofill/core/browser/autofill_field.cc         LastTwoDigitsMatch(value, field->option_contents[i])) {
value             159 components/autofill/core/browser/autofill_field.cc       field->value = field->option_values[i];
value             169 components/autofill/core/browser/autofill_field.cc bool FillCreditCardTypeSelectControl(const base::string16& value,
value             173 components/autofill/core/browser/autofill_field.cc   base::RemoveChars(StringToLowerASCII(value), base::kWhitespaceUTF16,
value             188 components/autofill/core/browser/autofill_field.cc       field->value = field->option_values[i];
value             194 components/autofill/core/browser/autofill_field.cc   if (value == l10n_util::GetStringUTF16(IDS_AUTOFILL_CC_AMEX))
value             208 components/autofill/core/browser/autofill_field.cc   base::string16 value = number;
value             213 components/autofill/core/browser/autofill_field.cc       value = number.substr(PhoneNumber::kPrefixOffset,
value             217 components/autofill/core/browser/autofill_field.cc       value = number.substr(PhoneNumber::kSuffixOffset,
value             222 components/autofill/core/browser/autofill_field.cc   field_data->value = value;
value             228 components/autofill/core/browser/autofill_field.cc                        const base::string16& value,
value             237 components/autofill/core/browser/autofill_field.cc   if (value.empty())
value             241 components/autofill/core/browser/autofill_field.cc   if (SetSelectControlValue(value, field))
value             247 components/autofill/core/browser/autofill_field.cc     return FillStateSelectControl(value, field);
value             249 components/autofill/core/browser/autofill_field.cc     return FillCountrySelectControl(value, app_locale, field);
value             251 components/autofill/core/browser/autofill_field.cc     return FillExpirationMonthSelectControl(value, field);
value             254 components/autofill/core/browser/autofill_field.cc     return FillYearSelectControl(value, field);
value             256 components/autofill/core/browser/autofill_field.cc     return FillCreditCardTypeSelectControl(value, field);
value             264 components/autofill/core/browser/autofill_field.cc bool FillMonthControl(const base::string16& value, FormFieldData* field) {
value             267 components/autofill/core/browser/autofill_field.cc   base::SplitString(value, base::char16('/'), &pieces);
value             281 components/autofill/core/browser/autofill_field.cc   field->value = year + ASCIIToUTF16("-") + month;
value             287 components/autofill/core/browser/autofill_field.cc void FillStreetAddress(const base::string16& value,
value             290 components/autofill/core/browser/autofill_field.cc     field->value = value;
value             298 components/autofill/core/browser/autofill_field.cc   base::ReplaceChars(value, kNewline, separator, &one_line_value);
value             299 components/autofill/core/browser/autofill_field.cc   field->value = one_line_value;
value             380 components/autofill/core/browser/autofill_field.cc   return value.empty();
value             395 components/autofill/core/browser/autofill_field.cc                                   const base::string16& value,
value             401 components/autofill/core/browser/autofill_field.cc     FillPhoneNumberField(field, value, field_data);
value             404 components/autofill/core/browser/autofill_field.cc     return FillSelectControl(type, value, app_locale, field_data);
value             406 components/autofill/core/browser/autofill_field.cc     return FillMonthControl(value, field_data);
value             408 components/autofill/core/browser/autofill_field.cc     FillStreetAddress(value, field_data);
value             412 components/autofill/core/browser/autofill_field.cc   field_data->value = value;
value              65 components/autofill/core/browser/autofill_field.h   void set_default_value(const std::string& value) { default_value_ = value; }
value              72 components/autofill/core/browser/autofill_field.h                             const base::string16& value,
value              61 components/autofill/core/browser/autofill_field_unittest.cc   ASSERT_EQ(base::string16(), field.value);
value              67 components/autofill/core/browser/autofill_field_unittest.cc   field.value = ASCIIToUTF16("Value");
value             128 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Oh hai"), field.value);
value             132 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("555"), field.value);
value             141 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("1234"), field.value);
value             160 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Meenie"), field.value);
value             179 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("2"), field.value);  // Corresponds to "Miney".
value             192 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Canada"), field.value);
value             205 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("CA"), field.value);
value             218 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("California"), field.value);
value             232 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("CA"), field.value);
value             246 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("03"), field.value);
value             250 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("04"), field.value);
value             254 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("11"), field.value);
value             269 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Apr"), field.value);
value             283 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("April"), field.value);
value             296 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("4"), field.value);
value             308 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("17"), field.value);
value             323 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Visa"), field.value);
value             328 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Master Card"), field.value);
value             333 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("AmEx"), field.value);
value             338 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("discover"), field.value);
value             347 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("2017-12"), field.value);
value             351 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("2019-03"), field.value);
value             355 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("2018-04"), field.value);
value             362 components/autofill/core/browser/autofill_field_unittest.cc   base::string16 value = ASCIIToUTF16("123 Fake St.\n"
value             364 components/autofill/core/browser/autofill_field_unittest.cc   AutofillField::FillFormField(field, value, "en-US", &field);
value             365 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(value, field.value);
value             373 components/autofill/core/browser/autofill_field_unittest.cc   base::string16 value = ASCIIToUTF16("123 Fake St.\n"
value             375 components/autofill/core/browser/autofill_field_unittest.cc   AutofillField::FillFormField(field, value, "en-US", &field);
value             376 components/autofill/core/browser/autofill_field_unittest.cc   EXPECT_EQ(ASCIIToUTF16("123 Fake St., Apt. 42"), field.value);
value              40 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   wchar_t const* const value;
value              88 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc void EncryptAndWrite(RegKey* key, const ValueDescription* value) {
value              90 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   size_t data_size = (lstrlen(value->value) + 1) * sizeof(wchar_t);
value              92 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   memcpy(&data[0], value->value, data_size);
value              96 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key->WriteValue(value->value_name,
value             167 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile1[0].value, profiles[1].GetRawInfo(NAME_FIRST));
value             168 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile1[1].value, profiles[1].GetRawInfo(NAME_MIDDLE));
value             169 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile1[2].value, profiles[1].GetRawInfo(NAME_LAST));
value             170 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile1[3].value, profiles[1].GetRawInfo(EMAIL_ADDRESS));
value             171 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile1[4].value, profiles[1].GetRawInfo(COMPANY_NAME));
value             172 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile1[7].value,
value             174 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile1[6].value,
value             181 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile2[0].value, profiles[0].GetRawInfo(NAME_FIRST));
value             182 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile2[1].value, profiles[0].GetRawInfo(NAME_LAST));
value             183 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile2[2].value, profiles[0].GetRawInfo(EMAIL_ADDRESS));
value             184 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(profile2[3].value, profiles[0].GetRawInfo(COMPANY_NAME));
value             187 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(credit_card[0].value, credit_cards[0].GetRawInfo(CREDIT_CARD_NAME));
value             190 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(credit_card[2].value,
value             192 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   EXPECT_EQ(credit_card[3].value,
value             145 components/autofill/core/browser/autofill_manager.cc       base::string16 value;
value             146 components/autofill/core/browser/autofill_manager.cc       base::TrimWhitespace(field->value, base::TRIM_ALL, &value);
value             149 components/autofill/core/browser/autofill_manager.cc         it->GetMatchingTypes(value, app_locale, &matching_types);
value             153 components/autofill/core/browser/autofill_manager.cc         it->GetMatchingTypes(value, app_locale, &matching_types);
value             459 components/autofill/core/browser/autofill_manager.cc       query_id, field.name, field.value, field.form_control_type, values,
value             504 components/autofill/core/browser/autofill_manager.cc         base::string16 value = data_model->GetInfoForVariant(
value             507 components/autofill/core/browser/autofill_manager.cc             *autofill_field, value, app_locale_, &(*iter))) {
value             512 components/autofill/core/browser/autofill_manager.cc           if (!is_credit_card && !value.empty())
value             513 components/autofill/core/browser/autofill_manager.cc             manager_delegate_->DidFillOrPreviewField(value, profile_full_name);
value             545 components/autofill/core/browser/autofill_manager.cc       base::string16 value = data_model->GetInfoForVariant(
value             554 components/autofill/core/browser/autofill_manager.cc           !value.empty() &&
value             557 components/autofill/core/browser/autofill_manager.cc            result.fields[i].value.empty());
value             559 components/autofill/core/browser/autofill_manager.cc           *cached_field, value, app_locale_, &result.fields[i])) {
value             565 components/autofill/core/browser/autofill_manager.cc           manager_delegate_->DidFillOrPreviewField(value, profile_full_name);
value             640 components/autofill/core/browser/autofill_manager.cc                                               const base::string16& value) {
value             641 components/autofill/core/browser/autofill_manager.cc   autocomplete_history_manager_->OnRemoveAutocompleteEntry(name, value);
value            1033 components/autofill/core/browser/autofill_manager.cc       type, field.value, field.is_autofilled, field_types,
value            1052 components/autofill/core/browser/autofill_manager.cc       type, field.value, values, labels, icons, &guid_pairs);
value             104 components/autofill/core/browser/autofill_manager.h                                const base::string16& value);
value             227 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(UTF8ToUTF16(expected_value), field.value);
value             422 components/autofill/core/browser/autofill_manager_unittest.cc                 base::UTF16ToUTF8(submitted_form->field(i)->value).c_str()));
value            1370 components/autofill/core/browser/autofill_manager_unittest.cc   field.value = ASCIIToUTF16("Elvis");
value            1412 components/autofill/core/browser/autofill_manager_unittest.cc     field.value = ASCIIToUTF16("E");
value            1439 components/autofill/core/browser/autofill_manager_unittest.cc     field.value = ASCIIToUTF16("Ele");
value            1479 components/autofill/core/browser/autofill_manager_unittest.cc   field.value = ASCIIToUTF16("Travis");
value            1757 components/autofill/core/browser/autofill_manager_unittest.cc       EXPECT_EQ(base::string16(), response_data.fields[i].value);
value            1782 components/autofill/core/browser/autofill_manager_unittest.cc       EXPECT_EQ(base::string16(), response_data.fields[i].value);
value            1982 components/autofill/core/browser/autofill_manager_unittest.cc             response_data.fields.back().value);
value            2158 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("1"), response_data1.fields[0].value);
value            2159 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("650"), response_data1.fields[1].value);
value            2160 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("555"), response_data1.fields[2].value);
value            2161 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("4567"), response_data1.fields[3].value);
value            2162 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(base::string16(), response_data1.fields[4].value);
value            2173 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("1"), response_data2.fields[0].value);
value            2174 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("650"), response_data2.fields[1].value);
value            2175 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("555"), response_data2.fields[2].value);
value            2176 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("4567"), response_data2.fields[3].value);
value            2177 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(base::string16(), response_data2.fields[4].value);
value            2193 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("44"), response_data3.fields[0].value);
value            2194 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("7700"), response_data3.fields[1].value);
value            2195 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("954321"), response_data3.fields[2].value);
value            2196 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("954321"), response_data3.fields[3].value);
value            2197 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(base::string16(), response_data3.fields[4].value);
value            2208 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("44"), response_data4.fields[0].value);
value            2209 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("7700"), response_data4.fields[1].value);
value            2210 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("954321"), response_data4.fields[2].value);
value            2211 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("954321"), response_data4.fields[3].value);
value            2212 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(base::string16(), response_data4.fields[4].value);
value            2231 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("1"), response_data5.fields[0].value);
value            2232 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("888"), response_data5.fields[1].value);
value            2233 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("777"), response_data5.fields[2].value);
value            2234 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(ASCIIToUTF16("1234"), response_data5.fields[3].value);
value            2235 components/autofill/core/browser/autofill_manager_unittest.cc   EXPECT_EQ(base::string16(), response_data5.fields[4].value);
value            2455 components/autofill/core/browser/autofill_manager_unittest.cc   form.fields[3].value = ASCIIToUTF16("Enter your address");
value            2461 components/autofill/core/browser/autofill_manager_unittest.cc   form.fields[6].value = ASCIIToUTF16("Tennessee");
value            2480 components/autofill/core/browser/autofill_manager_unittest.cc   response_data.fields[3].value = ASCIIToUTF16("Enter your address");
value             205 components/autofill/core/browser/autofill_merge_unittest.cc       base::string16 value =
value             211 components/autofill/core/browser/autofill_merge_unittest.cc       field.value = value;
value             193 components/autofill/core/browser/autofill_metrics_unittest.cc       empty_form.fields[i].value = base::string16();
value             767 components/autofill/core/browser/autofill_metrics_unittest.cc   form.fields[0].value = ASCIIToUTF16("Elvis Aaron Presley");
value             768 components/autofill/core/browser/autofill_metrics_unittest.cc   form.fields[1].value = ASCIIToUTF16("theking@gmail.com");
value             780 components/autofill/core/browser/autofill_metrics_unittest.cc   form.fields[2].value = ASCIIToUTF16("12345678901");
value             818 components/autofill/core/browser/autofill_metrics_unittest.cc   form.fields[2].value = base::string16();
value             960 components/autofill/core/browser/autofill_metrics_unittest.cc   form.fields[0].value = ASCIIToUTF16("Elvis Aaron Presley");
value             961 components/autofill/core/browser/autofill_metrics_unittest.cc   form.fields[1].value = ASCIIToUTF16("theking@gmail.com");
value             962 components/autofill/core/browser/autofill_metrics_unittest.cc   form.fields[2].value = ASCIIToUTF16("12345678901");
value              32 components/autofill/core/browser/autofill_popup_delegate.h   virtual void DidSelectSuggestion(const base::string16& value,
value              36 components/autofill/core/browser/autofill_popup_delegate.h   virtual void DidAcceptSuggestion(const base::string16& value,
value              40 components/autofill/core/browser/autofill_popup_delegate.h   virtual void RemoveSuggestion(const base::string16& value,
value             287 components/autofill/core/browser/autofill_profile.cc                                  const base::string16& value) {
value             290 components/autofill/core/browser/autofill_profile.cc     form_group->SetRawInfo(type, value);
value             303 components/autofill/core/browser/autofill_profile.cc                               const base::string16& value,
value             310 components/autofill/core/browser/autofill_profile.cc   base::TrimWhitespace(value, base::TRIM_ALL, &trimmed_value);
value              49 components/autofill/core/browser/autofill_profile.h                           const base::string16& value) OVERRIDE;
value              53 components/autofill/core/browser/autofill_profile.h                        const base::string16& value,
value              44 components/autofill/core/browser/autofill_test_utils.cc                          const char* value,
value              49 components/autofill/core/browser/autofill_test_utils.cc   field->value = ASCIIToUTF16(value);
value              86 components/autofill/core/browser/autofill_test_utils.cc     FormGroup* profile, ServerFieldType type, const char* value) {
value              87 components/autofill/core/browser/autofill_test_utils.cc   if (value)
value              88 components/autofill/core/browser/autofill_test_utils.cc     profile->SetRawInfo(type, base::UTF8ToUTF16(value));
value              32 components/autofill/core/browser/autofill_test_utils.h                          const char* value,
value              86 components/autofill/core/browser/autofill_xml_parser.cc         int value = GetIntValue(context, *attrs);
value              87 components/autofill/core/browser/autofill_xml_parser.cc         if (value >= 0 && value < MAX_VALID_FIELD_TYPE)
value              88 components/autofill/core/browser/autofill_xml_parser.cc           field_info.field_type = static_cast<ServerFieldType>(value);
value             134 components/autofill/core/browser/autofill_xml_parser.cc   int value = strtol(attribute, &attr_end, 10);
value             139 components/autofill/core/browser/autofill_xml_parser.cc   return value;
value             174 components/autofill/core/browser/autofill_xml_parser.cc   double value = strtod(attribute, &attr_end);
value             179 components/autofill/core/browser/autofill_xml_parser.cc   return value;
value              68 components/autofill/core/browser/contact_info.cc void NameInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
value              72 components/autofill/core/browser/contact_info.cc       first_ = value;
value              77 components/autofill/core/browser/contact_info.cc       middle_ = value;
value              81 components/autofill/core/browser/contact_info.cc       last_ = value;
value              85 components/autofill/core/browser/contact_info.cc       SetFullName(value);
value             168 components/autofill/core/browser/contact_info.cc void EmailInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
value             170 components/autofill/core/browser/contact_info.cc   email_ = value;
value             201 components/autofill/core/browser/contact_info.cc                              const base::string16& value) {
value             203 components/autofill/core/browser/contact_info.cc   company_name_ = value;
value              29 components/autofill/core/browser/contact_info.h                           const base::string16& value) OVERRIDE;
value              68 components/autofill/core/browser/contact_info.h                           const base::string16& value) OVERRIDE;
value              89 components/autofill/core/browser/contact_info.h                           const base::string16& value) OVERRIDE;
value             327 components/autofill/core/browser/credit_card.cc                             const base::string16& value) {
value             331 components/autofill/core/browser/credit_card.cc       name_on_card_ = value;
value             335 components/autofill/core/browser/credit_card.cc       SetExpirationMonthFromString(value, std::string());
value             343 components/autofill/core/browser/credit_card.cc       SetExpirationYearFromString(value);
value             360 components/autofill/core/browser/credit_card.cc       if (value.size() > 0 && value[0] != kCreditCardObfuscationSymbol)
value             361 components/autofill/core/browser/credit_card.cc         SetNumber(value);
value             385 components/autofill/core/browser/credit_card.cc                          const base::string16& value,
value             389 components/autofill/core/browser/credit_card.cc     SetRawInfo(storable_type, StripSeparators(value));
value             391 components/autofill/core/browser/credit_card.cc     SetExpirationMonthFromString(value, app_locale);
value             393 components/autofill/core/browser/credit_card.cc     SetRawInfo(storable_type, value);
value             435 components/autofill/core/browser/credit_card.cc void CreditCard::SetInfoForMonthInputType(const base::string16& value) {
value             437 components/autofill/core/browser/credit_card.cc   if (!autofill::MatchesPattern(value,
value             443 components/autofill/core/browser/credit_card.cc   base::SplitString(value, L'-', &year_month);
value              55 components/autofill/core/browser/credit_card.h                           const base::string16& value) OVERRIDE;
value              59 components/autofill/core/browser/credit_card.h                        const base::string16& value,
value              66 components/autofill/core/browser/credit_card.h   void SetInfoForMonthInputType(const base::string16& value);
value              48 components/autofill/core/browser/data_driven_test.cc     SCOPED_TRACE(input_file.BaseName().value());
value             141 components/autofill/core/browser/form_field.cc       autofill::MatchesPattern(field->value, pattern)) {
value              45 components/autofill/core/browser/form_group.cc                         const base::string16& value,
value              47 components/autofill/core/browser/form_group.cc   SetRawInfo(type.GetStorableType(), value);
value              43 components/autofill/core/browser/form_group.h                           const base::string16& value) = 0;
value              53 components/autofill/core/browser/form_group.h                        const base::string16& value,
value             716 components/autofill/core/browser/form_structure.cc           field->value == cached_field->second->value) {
value             719 components/autofill/core/browser/form_structure.cc         field->value = base::string16();
value             801 components/autofill/core/browser/form_structure_unittest.cc   field.value = ASCIIToUTF16("continue");
value              55 components/autofill/core/browser/password_autofill_manager.cc   if (fill_data.basic_data.fields[0].value == current_username)
value              45 components/autofill/core/browser/password_autofill_manager_unittest.cc     username_field_.value = username1;
value              50 components/autofill/core/browser/password_autofill_manager_unittest.cc     password_field.value = password1;
value             115 components/autofill/core/browser/personal_data_manager.cc                               const base::string16& value) {
value             128 components/autofill/core/browser/personal_data_manager.cc   if (field_type != EMAIL_ADDRESS && IsValidEmailAddress(value))
value             251 components/autofill/core/browser/personal_data_manager.cc     base::string16 value;
value             252 components/autofill/core/browser/personal_data_manager.cc     base::TrimWhitespace(field->value, base::TRIM_ALL, &value);
value             256 components/autofill/core/browser/personal_data_manager.cc     if (!field->IsFieldFillable() || value.empty())
value             268 components/autofill/core/browser/personal_data_manager.cc           imported_profile->GetRawInfo(EMAIL_ADDRESS) != value) {
value             276 components/autofill/core/browser/personal_data_manager.cc     if (!IsValidFieldTypeAndValue(types_seen, server_field_type, value)) {
value             287 components/autofill/core/browser/personal_data_manager.cc         local_imported_credit_card->SetInfoForMonthInputType(value);
value             289 components/autofill/core/browser/personal_data_manager.cc         local_imported_credit_card->SetInfo(field_type, value, app_locale_);
value             297 components/autofill/core/browser/personal_data_manager.cc       if (!home.SetInfo(field_type, value))
value             298 components/autofill/core/browser/personal_data_manager.cc         imported_profile->SetInfo(field_type, value, app_locale_);
value             302 components/autofill/core/browser/personal_data_manager.cc           !value.empty() &&
value              82 components/autofill/core/browser/phone_number.cc                              const base::string16& value) {
value              90 components/autofill/core/browser/phone_number.cc   number_ = value;
value             136 components/autofill/core/browser/phone_number.cc                           const base::string16& value,
value             138 components/autofill/core/browser/phone_number.cc   SetRawInfo(type.GetStorableType(), value);
value             190 components/autofill/core/browser/phone_number.cc                                               const base::string16& value) {
value             193 components/autofill/core/browser/phone_number.cc     country_ = value;
value             198 components/autofill/core/browser/phone_number.cc     city_ = value;
value             203 components/autofill/core/browser/phone_number.cc     phone_ = value;
value             208 components/autofill/core/browser/phone_number.cc     whole_number_ = value;
value             213 components/autofill/core/browser/phone_number.cc     phone_.append(value);
value             223 components/autofill/core/browser/phone_number.cc     base::string16* value) {
value             228 components/autofill/core/browser/phone_number.cc     *value = whole_number_;
value             233 components/autofill/core/browser/phone_number.cc       country_, city_, phone_, GetRegion(profile, app_locale), value);
value              38 components/autofill/core/browser/phone_number.h                           const base::string16& value) OVERRIDE;
value              42 components/autofill/core/browser/phone_number.h                        const base::string16& value,
value              59 components/autofill/core/browser/phone_number.h     bool SetInfo(const AutofillType& type, const base::string16& value);
value              67 components/autofill/core/browser/phone_number.h                      base::string16* value);
value              84 components/autofill/core/browser/phone_number_i18n.cc bool ParsePhoneNumber(const base::string16& value,
value              96 components/autofill/core/browser/phone_number_i18n.cc   std::string number_text(base::UTF16ToUTF8(value));
value             157 components/autofill/core/browser/phone_number_i18n.cc base::string16 NormalizePhoneNumber(const base::string16& value,
value             163 components/autofill/core/browser/phone_number_i18n.cc   if (!ParsePhoneNumber(value, region, &country_code, &unused_city_code,
value              37 components/autofill/core/browser/phone_number_i18n.h     const base::string16& value,
value              47 components/autofill/core/browser/phone_number_i18n.h base::string16 NormalizePhoneNumber(const base::string16& value,
value              98 components/autofill/core/browser/state_names.cc void GetNameAndAbbreviation(const base::string16& value,
value             101 components/autofill/core/browser/state_names.cc   base::string16 full = GetNameForAbbreviation(value);
value             102 components/autofill/core/browser/state_names.cc   base::string16 abbr = value;
value             104 components/autofill/core/browser/state_names.cc     abbr = GetAbbreviationForName(value);
value             105 components/autofill/core/browser/state_names.cc     full = value;
value              24 components/autofill/core/browser/state_names.h void GetNameAndAbbreviation(const base::string16& value,
value              47 components/autofill/core/browser/test_autofill_driver.cc     const base::string16& value) {
value              66 components/autofill/core/browser/test_autofill_driver.cc     const base::string16& value) {
value              70 components/autofill/core/browser/test_autofill_driver.cc     const base::string16& value) {
value              38 components/autofill/core/browser/test_autofill_driver.h       const base::string16& value) OVERRIDE;
value              44 components/autofill/core/browser/test_autofill_driver.h       const base::string16& value) OVERRIDE;
value              46 components/autofill/core/browser/test_autofill_driver.h       const base::string16& value) OVERRIDE;
value              14 components/autofill/core/browser/webdata/autofill_entry.cc                          const base::string16& value)
value              16 components/autofill/core/browser/webdata/autofill_entry.cc       value_(value) {
value              19 components/autofill/core/browser/webdata/autofill_entry.cc AutofillKey::AutofillKey(const char* name, const char* value)
value              21 components/autofill/core/browser/webdata/autofill_entry.cc       value_(base::UTF8ToUTF16(value)) {
value              26 components/autofill/core/browser/webdata/autofill_entry.cc       value_(key.value()) {
value              32 components/autofill/core/browser/webdata/autofill_entry.cc   return name_ == key.name() && value_ == key.value();
value              41 components/autofill/core/browser/webdata/autofill_entry.cc     return value_.compare(key.value()) < 0;
value              16 components/autofill/core/browser/webdata/autofill_entry.h   AutofillKey(const base::string16& name, const base::string16& value);
value              17 components/autofill/core/browser/webdata/autofill_entry.h   AutofillKey(const char* name, const char* value);
value              22 components/autofill/core/browser/webdata/autofill_entry.h   const base::string16& value() const { return value_; }
value              55 components/autofill/core/browser/webdata/autofill_table.cc   base::string16 value;
value             531 components/autofill/core/browser/webdata/autofill_table.cc     base::string16 value = s.ColumnString16(1);
value             564 components/autofill/core/browser/webdata/autofill_table.cc       updated_entry.value = value;
value             582 components/autofill/core/browser/webdata/autofill_table.cc         AutofillChange(change_type, AutofillKey(name, value)));
value             605 components/autofill/core/browser/webdata/autofill_table.cc     s_update.BindString16(4, updates[i].value);
value             629 components/autofill/core/browser/webdata/autofill_table.cc     base::string16 value = select_for_delete.ColumnString16(1);
value             631 components/autofill/core/browser/webdata/autofill_table.cc         AutofillChange(AutofillChange::REMOVE, AutofillKey(name, value)));
value             674 components/autofill/core/browser/webdata/autofill_table.cc     base::string16 value = s.ColumnString16(1);
value             678 components/autofill/core/browser/webdata/autofill_table.cc         AutofillEntry(AutofillKey(name, value), date_created, date_last_used));
value             685 components/autofill/core/browser/webdata/autofill_table.cc                                           const base::string16& value,
value             692 components/autofill/core/browser/webdata/autofill_table.cc   s.BindString16(1, value);
value             713 components/autofill/core/browser/webdata/autofill_table.cc     s.BindString16(1, entries[i].key().value());
value             734 components/autofill/core/browser/webdata/autofill_table.cc   s.BindString16(1, entry.key().value());
value             735 components/autofill/core/browser/webdata/autofill_table.cc   s.BindString16(2, base::i18n::ToLower(entry.key().value()));
value             752 components/autofill/core/browser/webdata/autofill_table.cc   s_exists.BindString16(1, element.value);
value             763 components/autofill/core/browser/webdata/autofill_table.cc     s.BindString16(2, element.value);
value             773 components/autofill/core/browser/webdata/autofill_table.cc     s.BindString16(1, element.value);
value             774 components/autofill/core/browser/webdata/autofill_table.cc     s.BindString16(2, base::i18n::ToLower(element.value));
value             785 components/autofill/core/browser/webdata/autofill_table.cc       AutofillChange(change_type, AutofillKey(element.name, element.value)));
value             791 components/autofill/core/browser/webdata/autofill_table.cc                                       const base::string16& value) {
value             795 components/autofill/core/browser/webdata/autofill_table.cc   s.BindString16(1, value);
value             177 components/autofill/core/browser/webdata/autofill_table.h                                  const base::string16& value);
value             184 components/autofill/core/browser/webdata/autofill_table.h                                      const base::string16& value,
value              36 components/autofill/core/browser/webdata/autofill_table_unittest.cc             << base::UTF16ToASCII(key.value());
value              69 components/autofill/core/browser/webdata/autofill_table_unittest.cc   compVal = a.key().value().compare(b.key().value());
value              80 components/autofill/core/browser/webdata/autofill_table_unittest.cc                                 const char* value,
value              85 components/autofill/core/browser/webdata/autofill_table_unittest.cc   return AutofillEntry(AutofillKey(ASCIIToUTF16(name), ASCIIToUTF16(value)),
value             103 components/autofill/core/browser/webdata/autofill_table_unittest.cc                           const base::string16& value,
value             108 components/autofill/core/browser/webdata/autofill_table_unittest.cc   s.BindString16(1, value);
value             151 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             159 components/autofill/core/browser/webdata/autofill_table_unittest.cc     field.value = ASCIIToUTF16("Clark Kent");
value             164 components/autofill/core/browser/webdata/autofill_table_unittest.cc     field.value = ASCIIToUTF16("Clark Sutter");
value             170 components/autofill/core/browser/webdata/autofill_table_unittest.cc     field.value = ASCIIToUTF16("Green");
value             253 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = base::string16();
value             256 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16(" ");
value             259 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("      ");
value             262 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = kValue;
value             281 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             311 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             393 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             416 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = existing.key().value();
value             442 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Joe");
value             446 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Jane");
value             450 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Smith");
value             454 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Jones");
value             479 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             491 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(5, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             498 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(5, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             507 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             519 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(5, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             526 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(5, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             535 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             547 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(5, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             555 components/autofill/core/browser/webdata/autofill_table_unittest.cc                            AutofillKey(field.name, field.value)),
value             557 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(0, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             566 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             578 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(5, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             586 components/autofill/core/browser/webdata/autofill_table_unittest.cc                            AutofillKey(field.name, field.value)),
value             588 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(4, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             591 components/autofill/core/browser/webdata/autofill_table_unittest.cc       table_->GetAutofillTimestamps(field.name, field.value,
value             603 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value             615 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(5, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             623 components/autofill/core/browser/webdata/autofill_table_unittest.cc                            AutofillKey(field.name, field.value)),
value             625 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(2, GetAutofillEntryCount(field.name, field.value, db_.get()));
value             628 components/autofill/core/browser/webdata/autofill_table_unittest.cc       table_->GetAutofillTimestamps(field.name, field.value,
value            1507 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value            1537 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Superman");
value            1548 components/autofill/core/browser/webdata/autofill_table_unittest.cc   field.value = ASCIIToUTF16("Clark Kent");
value            1582 components/autofill/core/browser/webdata/autofill_table_unittest.cc     field.value = ASCIIToUTF16("Superman");
value              59 components/autofill/core/browser/webdata/autofill_webdata.h                                              const base::string16& value) = 0;
value             119 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   bool value = AutofillTable::FromWebDatabase(db)->HasFormElements();
value             121 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       new WDResult<bool>(AUTOFILL_VALUE_RESULT, value));
value             147 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc     const base::string16& name, const base::string16& value, WebDatabase* db) {
value             150 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (AutofillTable::FromWebDatabase(db)->RemoveFormElement(name, value)) {
value             153 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc         AutofillChange(AutofillChange::REMOVE, AutofillKey(name, value)));
value              98 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h                                                    const base::string16& value,
value              98 components/autofill/core/browser/webdata/autofill_webdata_service.cc     const base::string16& name, const base::string16& value) {
value             101 components/autofill/core/browser/webdata/autofill_webdata_service.cc            autofill_backend_, name, value));
value              66 components/autofill/core/browser/webdata/autofill_webdata_service.h       const base::string16& value) OVERRIDE;
value             185 components/autofill/core/browser/webdata/web_data_service_unittest.cc                        const base::string16& value,
value             189 components/autofill/core/browser/webdata/web_data_service_unittest.cc     field.value = value;
value              36 components/autofill/core/common/autofill_data_validation.cc       IsValidString16(field.value) &&
value              24 components/autofill/core/common/form_data_unittest.cc   field_data.value = base::ASCIIToUTF16("value");
value             101 components/autofill/core/common/form_field_data.cc   pickle->WriteString16(field_data.value);
value             127 components/autofill/core/common/form_field_data.cc           !iter->ReadString16(&field_data->value) ||
value             158 components/autofill/core/common/form_field_data.cc       << base::UTF16ToUTF8(field.value)
value              34 components/autofill/core/common/form_field_data.h   base::string16 value;
value              67 components/autofill/core/common/form_field_data.h     EXPECT_EQ(expected.value, actual.value); \
value              18 components/autofill/core/common/form_field_data_unittest.cc   data.value = base::ASCIIToUTF16("value");
value              44 components/autofill/core/common/password_form_fill_data.cc   username_field.value = preferred_match->username_value;
value              47 components/autofill/core/common/password_form_fill_data.cc   password_field.value = preferred_match->password_value;
value              63 components/autofill/core/common/password_form_fill_data.cc       PasswordAndRealm value;
value              64 components/autofill/core/common/password_form_fill_data.cc       value.password = iter->second->password_value;
value              65 components/autofill/core/common/password_form_fill_data.cc       value.realm = iter->second->original_signon_realm;
value              66 components/autofill/core/common/password_form_fill_data.cc       result->additional_logins[iter->first] = value;
value             642 components/breakpad/app/breakpad_linux.cc     std::string logfile_str = logfile.value();
value             648 components/breakpad/app/breakpad_linux.cc   MinidumpDescriptor minidump_descriptor(dumps_path.value());
value             859 components/breakpad/app/breakpad_linux.cc                       const base::StringPiece& value) {
value             860 components/breakpad/app/breakpad_linux.cc   g_crash_keys->SetKeyValue(key.data(), value.data());
value            1306 components/breakpad/app/breakpad_linux.cc       writer.AddPairString(entry->key, entry->value);
value             171 components/breakpad/app/breakpad_win.cc static void SetIntegerValue(size_t offset, int value) {
value             175 components/breakpad/app/breakpad_win.cc   base::wcslcpy((*g_custom_entries)[offset].value,
value             176 components/breakpad/app/breakpad_win.cc                 base::StringPrintf(L"%d", value).c_str(),
value             216 components/breakpad/app/breakpad_win.cc         L"breakpad-dump-location", crash_dumps_dir_path.value().c_str()));
value             424 components/breakpad/app/breakpad_win.cc     const wchar_t* key, const wchar_t* value) {
value             433 components/breakpad/app/breakpad_win.cc   std::wstring safe_value(std::wstring(value).substr(
value              89 components/breakpad/browser/crash_dump_manager_android.cc             << minidump_path.value();
value              95 components/breakpad/browser/crash_dump_manager_android.cc               << minidump_path.value();
value             112 components/breakpad/browser/crash_dump_manager_android.cc     LOG(ERROR) << "Failed to move crash dump from " << minidump_path.value()
value             113 components/breakpad/browser/crash_dump_manager_android.cc                << " to " << dest_path.value();
value             118 components/breakpad/browser/crash_dump_manager_android.cc       instance_->crash_dump_dir_.Append(filename).value();
value             383 components/breakpad/browser/crash_handler_host_linux.cc                          dumps_path.value().c_str(),
value             399 components/breakpad/browser/crash_handler_host_linux.cc                          dumps_path.value().c_str(),
value              37 components/breakpad/tools/crash_service.cc     (*map)[info.entries[i].name] = info.entries[i].value;
value             204 components/breakpad/tools/crash_service.cc     sender_ = new CrashReportSender(checkpoint_path.value());
value             230 components/breakpad/tools/crash_service.cc                                       true, &dumps_path_to_use.value());
value             253 components/breakpad/tools/crash_service.cc           << "\ndumps at " << dumps_path_to_use.value();
value             256 components/breakpad/tools/crash_service.cc     VLOG(1) << "checkpoint is " << checkpoint_path.value()
value             359 components/breakpad/tools/crash_service.cc   VLOG(1) << "dump for pid = " << pid << " is " << dump_location.value();
value             361 components/breakpad/tools/crash_service.cc   if (!WriteCustomInfoToFile(dump_location.value(), map)) {
value             371 components/breakpad/tools/crash_service.cc                                           dump_location.value());
value              57 components/cloud_devices/cloud_device_description.cc   const base::DictionaryValue* value = NULL;
value              58 components/cloud_devices/cloud_device_description.cc   root_->GetDictionary(path, &value);
value              59 components/cloud_devices/cloud_device_description.cc   return value;
value              64 components/cloud_devices/cloud_device_description.cc   base::DictionaryValue* value = new base::DictionaryValue;
value              65 components/cloud_devices/cloud_device_description.cc   root_->Set(path, value);
value              66 components/cloud_devices/cloud_device_description.cc   return value;
value              71 components/cloud_devices/cloud_device_description.cc   const base::ListValue* value = NULL;
value              72 components/cloud_devices/cloud_device_description.cc   root_->GetList(path, &value);
value              73 components/cloud_devices/cloud_device_description.cc   return value;
value              78 components/cloud_devices/cloud_device_description.cc   base::ListValue* value = new base::ListValue;
value              79 components/cloud_devices/cloud_device_description.cc   root_->Set(path, value);
value              80 components/cloud_devices/cloud_device_description.cc   return value;
value             166 components/cloud_devices/description_items.h   void set_default_value(bool value) {
value             167 components/cloud_devices/description_items.h     default_value_ = value;
value             213 components/cloud_devices/description_items.h   const Option& value() const { return value_; }
value             215 components/cloud_devices/description_items.h   void set_value(const Option& value) { value_ = value; }
value             242 components/cloud_devices/description_items.h   const Option& value() const {
value             246 components/cloud_devices/description_items.h   void set_value(const Option& value) {
value             247 components/cloud_devices/description_items.h     value_ = value;
value             186 components/cloud_devices/description_items_inl.h   return Traits::IsValid(value());
value             208 components/cloud_devices/description_items_inl.h   Traits::Save(value(), description->CreateItem(Traits::GetCapabilityPath()));
value             221 components/cloud_devices/description_items_inl.h   return Traits::IsValid(value());
value             243 components/cloud_devices/description_items_inl.h   Traits::Save(value(), description->CreateItem(Traits::GetTicketItemPath()));
value              23 components/cloud_devices/printer_description_unittest.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(result));
value              24 components/cloud_devices/printer_description_unittest.cc   DCHECK(value);
value              25 components/cloud_devices/printer_description_unittest.cc   base::JSONWriter::Write(value.get(), &result);
value             426 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(MANUAL_TUMBLE, pwg_raster_config.value().document_sheet_back);
value             427 components/cloud_devices/printer_description_unittest.cc   EXPECT_TRUE(pwg_raster_config.value().reverse_order_streaming);
value             428 components/cloud_devices/printer_description_unittest.cc   EXPECT_FALSE(pwg_raster_config.value().rotate_all_pages);
value             596 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(MANUAL_TUMBLE, pwg_raster_config.value().document_sheet_back);
value             597 components/cloud_devices/printer_description_unittest.cc   EXPECT_TRUE(pwg_raster_config.value().reverse_order_streaming);
value             598 components/cloud_devices/printer_description_unittest.cc   EXPECT_FALSE(pwg_raster_config.value().rotate_all_pages);
value             599 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(color.value(), Color(STANDARD_MONOCHROME));
value             600 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(duplex.value(), NO_DUPLEX);
value             601 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(orientation.value(), LANDSCAPE);
value             602 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(copies.value(), 123);
value             603 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(margins.value(), Margins(CUSTOM_MARGINS, 7, 6, 3, 1));
value             604 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(dpi.value(), Dpi(562, 125));
value             605 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(fit_to_page.value(), SHRINK_TO_PAGE);
value             609 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(page_range.value(), page_ranges);
value             610 components/cloud_devices/printer_description_unittest.cc   EXPECT_EQ(media.value(), Media(ISO_C7C6, 4261, 334));
value             611 components/cloud_devices/printer_description_unittest.cc   EXPECT_FALSE(collate.value());
value             612 components/cloud_devices/printer_description_unittest.cc   EXPECT_TRUE(reverse.value());
value              49 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc                                        const base::Value* value) OVERRIDE {
value              50 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc     value_ = value->DeepCopy();
value              58 components/dom_distiller/core/distiller_page.cc                                             const base::Value* value) {
value              62 components/dom_distiller/core/distiller_page.cc   delegate_->OnExecuteJavaScriptDone(page_url, value);
value              27 components/dom_distiller/core/distiller_page.h                                          const base::Value* value) {}
value              54 components/dom_distiller/core/distiller_page.h                                        const base::Value* value);
value              54 components/dom_distiller/core/dom_distiller_database.cc   LOG(WARNING) << "Unable to open " << database_dir.value() << ": "
value              93 components/dom_distiller/core/dom_distiller_database.cc     leveldb::Slice value_slice = db_iterator->value();
value              59 components/dom_distiller/core/page_distiller.cc                                             const base::Value* value) {
value              67 components/dom_distiller/core/page_distiller.cc   if (!value->GetAsList(&result_list)) {
value              55 components/dom_distiller/core/page_distiller.h                                        const base::Value* value) OVERRIDE;
value              41 components/dom_distiller/core/url_utils.cc   std::string value;
value              42 components/dom_distiller/core/url_utils.cc   net::GetValueForKeyInQuery(dummy_url, key, &value);
value              43 components/dom_distiller/core/url_utils.cc   return value;
value              73 components/domain_reliability/config.cc   base::Value* value = base::JSONReader::Read(json);
value              74 components/domain_reliability/config.cc   if (!value)
value              79 components/domain_reliability/config.cc   if (!converter.Convert(*value, config)) {
value              33 components/domain_reliability/scheduler.cc   int value;
value              34 components/domain_reliability/scheduler.cc   if (!base::StringToInt(group_name, &value)) {
value              40 components/domain_reliability/scheduler.cc   return value;
value              26 components/json_schema/json_schema_validator.cc double GetNumberValue(const base::Value* value) {
value              28 components/json_schema/json_schema_validator.cc   CHECK(value->GetAsDouble(&result))
value              29 components/json_schema/json_schema_validator.cc       << "Unexpected value type: " << value->GetType();
value              61 components/json_schema/json_schema_validator.cc const base::Value* ExtractNameFromDictionary(const base::Value* value) {
value              64 components/json_schema/json_schema_validator.cc   if (value->GetAsDictionary(&value_dict)) {
value              68 components/json_schema/json_schema_validator.cc   return value;
value             107 components/json_schema/json_schema_validator.cc       switch (it.value().GetType()) {
value             109 components/json_schema/json_schema_validator.cc           it.value().GetAsString(&string_value);
value             116 components/json_schema/json_schema_validator.cc           it.value().GetAsList(&list_value);
value             135 components/json_schema/json_schema_validator.cc       if (it.value().GetAsDictionary(&dictionary_value)) {
value             140 components/json_schema/json_schema_validator.cc       } else if (it.value().GetAsList(&list_value)) {
value             172 components/json_schema/json_schema_validator.cc     if (!(it.value().IsType(entry->type) ||
value             173 components/json_schema/json_schema_validator.cc           (it.value().IsType(base::Value::TYPE_INTEGER) &&
value             182 components/json_schema/json_schema_validator.cc     if (it.value().IsType(base::Value::TYPE_INTEGER)) {
value             184 components/json_schema/json_schema_validator.cc       it.value().GetAsInteger(&integer_value);
value             194 components/json_schema/json_schema_validator.cc       it.value().GetAsDictionary(&dictionary_value);
value             197 components/json_schema/json_schema_validator.cc         if (!iter.value().GetAsDictionary(&dictionary_value)) {
value             213 components/json_schema/json_schema_validator.cc       it.value().GetAsDictionary(&dictionary_value);
value             216 components/json_schema/json_schema_validator.cc         if (!iter.value().GetAsDictionary(&dictionary_value)) {
value             229 components/json_schema/json_schema_validator.cc       it.value().GetAsDictionary(&dictionary_value);
value             238 components/json_schema/json_schema_validator.cc       it.value().GetAsList(&list_value);
value             240 components/json_schema/json_schema_validator.cc         const base::Value* value = NULL;
value             241 components/json_schema/json_schema_validator.cc         list_value->Get(i, &value);
value             244 components/json_schema/json_schema_validator.cc         value = ExtractNameFromDictionary(value);
value             245 components/json_schema/json_schema_validator.cc         if (!value) {
value             249 components/json_schema/json_schema_validator.cc         switch (value->GetType()) {
value             265 components/json_schema/json_schema_validator.cc       it.value().GetAsList(&list_value);
value             341 components/json_schema/json_schema_validator.cc std::string JSONSchemaValidator::GetJSONSchemaType(const base::Value* value) {
value             342 components/json_schema/json_schema_validator.cc   switch (value->GetType()) {
value             351 components/json_schema/json_schema_validator.cc       value->GetAsDouble(&double_value);
value             366 components/json_schema/json_schema_validator.cc       NOTREACHED() << "Unexpected value type: " << value->GetType();
value             586 components/json_schema/json_schema_validator.cc       CHECK(it.value().GetAsDictionary(&prop_schema));
value             625 components/json_schema/json_schema_validator.cc       CHECK(it.value().GetAsDictionary(&prop_schema));
value             641 components/json_schema/json_schema_validator.cc         Validate(&it.value(), pattern_properties_schema[index], prop_path);
value             653 components/json_schema/json_schema_validator.cc       Validate(&it.value(), additional_properties_schema, prop_path);
value             751 components/json_schema/json_schema_validator.cc   std::string value;
value             752 components/json_schema/json_schema_validator.cc   CHECK(instance->GetAsString(&value));
value             757 components/json_schema/json_schema_validator.cc     if (value.size() < static_cast<size_t>(min_length)) {
value             766 components/json_schema/json_schema_validator.cc     if (value.size() > static_cast<size_t>(max_length)) {
value             781 components/json_schema/json_schema_validator.cc     } else if (!re2::RE2::PartialMatch(value, compiled_regex)) {
value             791 components/json_schema/json_schema_validator.cc   double value = GetNumberValue(instance);
value             798 components/json_schema/json_schema_validator.cc     if (value < minimum)
value             805 components/json_schema/json_schema_validator.cc     if (value > maximum)
value              99 components/json_schema/json_schema_validator.h   static std::string GetJSONSchemaType(const base::Value* value);
value              17 components/metrics/metrics_hashes.cc   uint64 value;
value              18 components/metrics/metrics_hashes.cc   DCHECK_GE(hash.size(), sizeof(value));
value              19 components/metrics/metrics_hashes.cc   memcpy(&value, hash.data(), sizeof(value));
value              20 components/metrics/metrics_hashes.cc   return base::HostToNet64(value);
value             517 components/nacl/browser/nacl_process_host.cc       NaClBrowser::GetInstance()->GetIrtFilePath().value());
value             525 components/nacl/browser/nacl_process_host.cc     base::FilePath::StringType manifest_path_value(manifest_path_.value());
value             537 components/nacl/browser/nacl_process_host.cc     cmd_line.AppendArgNative(script.value());
value             593 components/nacl/browser/nacl_process_host.cc         base::WideToUTF8(module_path.DirName().Append(L"x64").value());
value             896 components/nacl/browser/nacl_process_host.cc       std::string value = cmdline->GetSwitchValueASCII(flag_whitelist[i]);
value             897 components/nacl/browser/nacl_process_host.cc       if (!value.empty()) {
value             899 components/nacl/browser/nacl_process_host.cc         args.switch_values.push_back(value);
value              81 components/nacl/loader/nacl_ipc_adapter_unittest.cc   int value = 0x12345678;
value              82 components/nacl/loader/nacl_ipc_adapter_unittest.cc   input.WriteInt(value);
value             103 components/nacl/loader/nacl_ipc_adapter_unittest.cc   EXPECT_EQ(value,
value             112 components/nacl/loader/nacl_ipc_adapter_unittest.cc   int value = 0x12345678;
value             126 components/nacl/loader/nacl_ipc_adapter_unittest.cc       &buf[sizeof(NaClIPCAdapter::NaClMessageHeader)]) = value;
value             228 components/nacl/loader/nacl_ipc_adapter_unittest.cc   int value = 0x12345678;
value             244 components/nacl/loader/nacl_ipc_adapter_unittest.cc       &buf[sizeof(NaClIPCAdapter::NaClMessageHeader)]) = value;
value              59 components/nacl/loader/nonsfi/irt_basic.cc int IrtSysconf(int name, int* value) {
value              77 components/nacl/loader/nonsfi/irt_basic.cc   *value = result;
value              35 components/nacl/loader/nonsfi/irt_futex.cc int IrtFutexWaitAbs(volatile int* addr, int value,
value              57 components/nacl/loader/nonsfi/irt_futex.cc       syscall(SYS_futex, addr, FUTEX_WAIT_PRIVATE, value, timeout_ptr, 0, 0));
value              23 components/nacl/loader/nonsfi/irt_interfaces.cc #define NACL_INTERFACE_TABLE(name, value) { name, &value, sizeof(value) }
value             374 components/nacl/renderer/nexe_load_manager.cc void NexeLoadManager::SetReadOnlyProperty(PP_Var key, PP_Var value) {
value             375 components/nacl/renderer/nexe_load_manager.cc   plugin_instance_->SetEmbedProperty(key, value);
value              75 components/nacl/renderer/nexe_load_manager.h   void SetReadOnlyProperty(PP_Var key, PP_Var value);
value             519 components/nacl/renderer/ppb_nacl_private_impl.cc   GURL gurl(url_string->value());
value             184 components/nacl/zygote/nacl_fork_delegate_linux.cc       bootstrap_prepend.push_back(helper_exe.value());
value             127 components/plugins/renderer/webview_plugin.cc bool WebViewPlugin::getFormValue(WebString& value) { return false; }
value              77 components/plugins/renderer/webview_plugin.h   virtual bool getFormValue(blink::WebString& value);
value              24 components/policy/core/browser/autofill_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value              26 components/policy/core/browser/autofill_policy_handler.cc   if (value && value->GetAsBoolean(&auto_fill_enabled) && !auto_fill_enabled) {
value              53 components/policy/core/browser/autofill_policy_handler_unittest.cc   const base::Value* value = NULL;
value              54 components/policy/core/browser/autofill_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(autofill::prefs::kAutofillEnabled, &value));
value              55 components/policy/core/browser/autofill_policy_handler_unittest.cc   ASSERT_TRUE(value);
value              57 components/policy/core/browser/autofill_policy_handler_unittest.cc   bool result = value->GetAsBoolean(&autofill_enabled);
value              82 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value = NULL;
value              83 components/policy/core/browser/configuration_policy_handler.cc   return CheckAndGetValue(policies, errors, &value);
value              88 components/policy/core/browser/configuration_policy_handler.cc                                                  const base::Value** value) {
value              89 components/policy/core/browser/configuration_policy_handler.cc   *value = policies.GetValue(policy_name_);
value              90 components/policy/core/browser/configuration_policy_handler.cc   if (*value && !(*value)->IsType(value_type_)) {
value             115 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value;
value             116 components/policy/core/browser/configuration_policy_handler.cc   return CheckAndGetValue(policies, errors, &value) &&
value             117 components/policy/core/browser/configuration_policy_handler.cc       EnsureInRange(value, NULL, errors);
value             129 components/policy/core/browser/configuration_policy_handler.cc   int value;
value             130 components/policy/core/browser/configuration_policy_handler.cc   if (!input->GetAsInteger(&value)) {
value             135 components/policy/core/browser/configuration_policy_handler.cc   if (value < min_ || value > max_) {
value             139 components/policy/core/browser/configuration_policy_handler.cc                        base::IntToString(value));
value             145 components/policy/core/browser/configuration_policy_handler.cc     value = std::min(std::max(value, min_), max_);
value             149 components/policy/core/browser/configuration_policy_handler.cc     *output = value;
value             169 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value;
value             170 components/policy/core/browser/configuration_policy_handler.cc   return CheckAndGetValue(policies, errors, &value) &&
value             171 components/policy/core/browser/configuration_policy_handler.cc       Convert(value, NULL, errors);
value             179 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value             181 components/policy/core/browser/configuration_policy_handler.cc   if (value && Convert(value, list.get(), NULL))
value             250 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value             252 components/policy/core/browser/configuration_policy_handler.cc   if (value && EnsureInRange(value, &value_in_range, NULL)) {
value             279 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value             281 components/policy/core/browser/configuration_policy_handler.cc   if (value && EnsureInRange(value, &percentage, NULL)) {
value             305 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value             306 components/policy/core/browser/configuration_policy_handler.cc   if (value)
value             307 components/policy/core/browser/configuration_policy_handler.cc     prefs->SetValue(pref_path_, value->DeepCopy());
value             331 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value             332 components/policy/core/browser/configuration_policy_handler.cc   if (!value)
value             337 components/policy/core/browser/configuration_policy_handler.cc   bool result = schema_.Validate(*value, strategy_, &error_path, &error);
value             352 components/policy/core/browser/configuration_policy_handler.cc   const base::Value* value = policies.GetValue(policy_name());
value             353 components/policy/core/browser/configuration_policy_handler.cc   if (!value)
value             356 components/policy/core/browser/configuration_policy_handler.cc   output->reset(value->DeepCopy());
value              92 components/policy/core/browser/configuration_policy_handler.h                         const base::Value** value);
value              41 components/policy/core/browser/configuration_policy_handler_unittest.cc                                scoped_ptr<base::Value>* value) {
value              43 components/policy/core/browser/configuration_policy_handler_unittest.cc         policies, NULL, value);
value              94 components/policy/core/browser/configuration_policy_handler_unittest.cc   base::Value* value;
value             104 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             105 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             112 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             113 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             119 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             120 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(&expected, value));
value             228 components/policy/core/browser/configuration_policy_handler_unittest.cc   const base::Value* value;
value             240 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             241 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             248 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             249 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             256 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             257 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             266 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             267 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             274 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             275 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             282 components/policy/core/browser/configuration_policy_handler_unittest.cc   const base::Value* value;
value             294 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             295 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             302 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             303 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             310 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             311 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             420 components/policy/core/browser/configuration_policy_handler_unittest.cc   const base::Value* value;
value             433 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             434 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             441 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             442 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             449 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             450 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             459 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             460 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             467 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             468 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             475 components/policy/core/browser/configuration_policy_handler_unittest.cc   const base::Value* value;
value             488 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             489 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             496 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             497 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value             504 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
value             505 components/policy/core/browser/configuration_policy_handler_unittest.cc   EXPECT_TRUE(base::Value::Equals(expected.get(), value));
value              66 components/policy/core/browser/configuration_policy_pref_store.cc                                             const base::Value** value) const {
value              71 components/policy/core/browser/configuration_policy_pref_store.cc   if (value)
value              72 components/policy/core/browser/configuration_policy_pref_store.cc     *value = stored_value;
value              61 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   const base::Value* value = NULL;
value              62 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(store_->GetValue(kTestPref, &value));
value              63 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   ASSERT_TRUE(value);
value              64 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(in_value->Equals(value));
value              87 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   const base::Value* value = NULL;
value              88 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(store_->GetValue(kTestPref, &value));
value              89 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   ASSERT_TRUE(value);
value              90 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(base::StringValue("http://chromium.org").Equals(value));
value             112 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   const base::Value* value = NULL;
value             113 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(store_->GetValue(kTestPref, &value));
value             114 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   ASSERT_TRUE(value);
value             116 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   bool result = value->GetAsBoolean(&boolean_value);
value             123 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   value = NULL;
value             124 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(store_->GetValue(kTestPref, &value));
value             126 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   result = value->GetAsBoolean(&boolean_value);
value             150 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   const base::Value* value = NULL;
value             151 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(store_->GetValue(kTestPref, &value));
value             152 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(base::FundamentalValue(2).Equals(value));
value             176 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   const base::Value* value = NULL;
value             187 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(store_->GetValue(kTestPref, &value));
value             188 components/policy/core/browser/configuration_policy_pref_store_unittest.cc   EXPECT_TRUE(base::StringValue("http://www.chromium.org").Equals(value));
value              31 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc   void SetPolicy(const std::string& key, base::Value* value) {
value              32 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc     policies_.Set(key, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, value, NULL);
value              34 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc   bool CheckPolicy(const std::string& key, base::Value* value) {
value              35 components/policy/core/browser/url_blacklist_policy_handler_unittest.cc     SetPolicy(key, value);
value              31 components/policy/core/common/async_policy_provider_unittest.cc                const std::string& value) {
value              36 components/policy/core/common/async_policy_provider_unittest.cc            base::Value::CreateStringValue(value),
value             342 components/policy/core/common/cloud/component_cloud_policy_store.cc     scoped_ptr<base::Value> value;
value             343 components/policy/core/common/cloud/component_cloud_policy_store.cc     if (!description->RemoveWithoutPathExpansion(kValue, &value))
value             356 components/policy/core/common/cloud/component_cloud_policy_store.cc     policy->Set(it.key(), level, POLICY_SCOPE_USER, value.release(), NULL);
value             401 components/policy/core/common/cloud/device_management_service.cc                                               const std::string& value) {
value             402 components/policy/core/common/cloud/device_management_service.cc   query_params_.push_back(std::make_pair(name, value));
value              82 components/policy/core/common/cloud/device_management_service.h   void AddParameter(const std::string& name, const std::string& value);
value              65 components/policy/core/common/cloud/policy_header_service.cc   base::DictionaryValue value;
value              66 components/policy/core/common/cloud/policy_header_service.cc   value.SetString(kUserDMTokenKey, user_dm_token);
value              68 components/policy/core/common/cloud/policy_header_service.cc     value.SetString(kUserPolicyTokenKey,
value              72 components/policy/core/common/cloud/policy_header_service.cc     value.SetString(kVerificationKeyHashKey, verification_key_hash_);
value              77 components/policy/core/common/cloud/policy_header_service.cc   base::JSONWriter::Write(&value, &json);
value              68 components/policy/core/common/cloud/policy_header_service_unittest.cc       scoped_ptr<base::Value> value(base::JSONReader::Read(decoded));
value              69 components/policy/core/common/cloud/policy_header_service_unittest.cc       ASSERT_TRUE(value);
value              71 components/policy/core/common/cloud/policy_header_service_unittest.cc       EXPECT_TRUE(value->GetAsDictionary(&dict));
value              22 components/policy/core/common/cloud/resource_cache.cc bool Base64Encode(const std::string& value, std::string* encoded) {
value              23 components/policy/core/common/cloud/resource_cache.cc   DCHECK(!value.empty());
value              24 components/policy/core/common/cloud/resource_cache.cc   if (value.empty())
value              26 components/policy/core/common/cloud/resource_cache.cc   base::Base64Encode(value, encoded);
value              51 components/policy/core/common/cloud/resource_cache.cc bool Base64Decode(const std::string& encoded, std::string* value) {
value              55 components/policy/core/common/cloud/resource_cache.cc   return base::Base64Decode(buffer, value) && !value->empty();
value              78 components/policy/core/common/cloud/user_cloud_policy_store.cc                  << policy_path.value();
value              89 components/policy/core/common/cloud/user_cloud_policy_store.cc     LOG(ERROR) << "Failed to read or parse key data from " << key_path.value();
value             105 components/policy/core/common/cloud/user_cloud_policy_store.cc     DLOG(WARNING) << "Failed to create directory " << path.DirName().value();
value             111 components/policy/core/common/cloud/user_cloud_policy_store.cc     DLOG(WARNING) << "Failed to write " << path.value();
value             125 components/policy/core/common/cloud/user_cloud_policy_store.cc   DVLOG(1) << "Storing policy to " << policy_path.value();
value              39 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc     DLOG(WARNING) << "Failed to create directory " << path.DirName().value();
value              45 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc     DLOG(WARNING) << "Failed to write " << path.value();
value             107 components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc     EXPECT_TRUE(base::FundamentalValue(true).Equals(entry->value));
value             146 components/policy/core/common/config_dir_policy_loader.cc     scoped_ptr<base::Value> value(
value             148 components/policy/core/common/config_dir_policy_loader.cc     if (!value.get()) {
value             150 components/policy/core/common/config_dir_policy_loader.cc                    << config_file_iter->value() << ": " << error_msg;
value             155 components/policy/core/common/config_dir_policy_loader.cc     if (!value->GetAsDictionary(&dictionary_value)) {
value             157 components/policy/core/common/config_dir_policy_loader.cc                    << config_file_iter->value();
value             202 components/policy/core/common/config_dir_policy_loader.cc     if (!domains_it.value().GetAsDictionary(&components_dictionary)) {
value             212 components/policy/core/common/config_dir_policy_loader.cc       if (!components_it.value().GetAsDictionary(&policy_dictionary)) {
value              22 components/policy/core/common/mac_util.cc void DictionaryEntryToValue(const void* key, const void* value, void* context) {
value              25 components/policy/core/common/mac_util.cc         PropertyToValue(static_cast<CFPropertyListRef>(value));
value              37 components/policy/core/common/mac_util.cc void ArrayEntryToValue(const void* value, void* context) {
value              39 components/policy/core/common/mac_util.cc       PropertyToValue(static_cast<CFPropertyListRef>(value));
value              42 components/policy/core/common/mac_util_unittest.cc     list.Append(it.value().DeepCopy());
value              55 components/policy/core/common/mac_util_unittest.cc   scoped_ptr<base::Value> value = PropertyToValue(property);
value              56 components/policy/core/common/mac_util_unittest.cc   ASSERT_TRUE(value);
value              57 components/policy/core/common/mac_util_unittest.cc   EXPECT_TRUE(root.Equals(value.get()));
value              50 components/policy/core/common/policy_bundle_unittest.cc                                int value,
value              54 components/policy/core/common/policy_bundle_unittest.cc               base::Value::CreateIntegerValue(value), NULL);
value              56 components/policy/core/common/policy_bundle_unittest.cc               base::Value::CreateIntegerValue(value), NULL);
value              58 components/policy/core/common/policy_bundle_unittest.cc               base::Value::CreateIntegerValue(value), NULL);
value              65 components/policy/core/common/policy_loader_mac.cc     base::ScopedCFTypeRef<CFPropertyListRef> value(
value              67 components/policy/core/common/policy_loader_mac.cc     if (!value.get())
value              75 components/policy/core/common/policy_loader_mac.cc     scoped_ptr<base::Value> policy = PropertyToValue(value);
value             141 components/policy/core/common/policy_loader_mac.cc     base::ScopedCFTypeRef<CFPropertyListRef> value(
value             143 components/policy/core/common/policy_loader_mac.cc     if (!value.get())
value             149 components/policy/core/common/policy_loader_mac.cc     scoped_ptr<base::Value> policy_value = PropertyToValue(value);
value              83 components/policy/core/common/policy_loader_mac_unittest.cc   ScopedCFTypeRef<CFStringRef> value(base::SysUTF8ToCFStringRef(policy_value));
value              84 components/policy/core/common/policy_loader_mac_unittest.cc   prefs_->AddTestItem(name, value, true);
value              90 components/policy/core/common/policy_loader_mac_unittest.cc   ScopedCFTypeRef<CFNumberRef> value(
value              92 components/policy/core/common/policy_loader_mac_unittest.cc   prefs_->AddTestItem(name, value, true);
value             127 components/policy/core/common/policy_loader_win.cc   if (map_entry && map_entry->value) {
value             130 components/policy/core/common/policy_loader_win.cc     if (!map_entry->value->GetAsList(&policy_list_value))
value             475 components/policy/core/common/policy_loader_win.cc   LOG(ERROR) << "PReg file doesn't exist: " << preg_file.value();
value             605 components/policy/core/common/policy_loader_win.cc         const base::Value* value = component->second->GetValue(kKeySchema);
value             606 components/policy/core/common/policy_loader_win.cc         if (value && value->GetAsString(&schema_json)) {
value              62 components/policy/core/common/policy_loader_win_unittest.cc bool InstallValue(const base::Value& value,
value              69 components/policy/core/common/policy_loader_win_unittest.cc   switch (value.GetType()) {
value              75 components/policy/core/common/policy_loader_win_unittest.cc       if (!value.GetAsBoolean(&bool_value))
value              82 components/policy/core/common/policy_loader_win_unittest.cc       if (!value.GetAsInteger(&int_value))
value              89 components/policy/core/common/policy_loader_win_unittest.cc       if (!value.GetAsDouble(&double_value))
value              98 components/policy/core/common/policy_loader_win_unittest.cc       if (!value.GetAsString(&str_value))
value             105 components/policy/core/common/policy_loader_win_unittest.cc       if (!value.GetAsDictionary(&sub_dict))
value             109 components/policy/core/common/policy_loader_win_unittest.cc         if (!InstallValue(it.value(), hive, path + kPathSep + name,
value             119 components/policy/core/common/policy_loader_win_unittest.cc       if (!value.GetAsList(&list))
value             275 components/policy/core/common/policy_loader_win_unittest.cc                              DWORD value);
value             280 components/policy/core/common/policy_loader_win_unittest.cc                               const std::string& value);
value             286 components/policy/core/common/policy_loader_win_unittest.cc                               const base::Value* value);
value             426 components/policy/core/common/policy_loader_win_unittest.cc     if (!domain.value().GetAsDictionary(&components)) {
value             434 components/policy/core/common/policy_loader_win_unittest.cc       InstallValue(component.value(), hive_, path, kMandatory);
value             476 components/policy/core/common/policy_loader_win_unittest.cc   gpo_.lpFileSysPath = const_cast<wchar_t*>(temp_dir_.path().value().c_str());
value             527 components/policy/core/common/policy_loader_win_unittest.cc     if (!domain.value().GetAsDictionary(&components)) {
value             537 components/policy/core/common/policy_loader_win_unittest.cc                              &component.value());
value             600 components/policy/core/common/policy_loader_win_unittest.cc                                             DWORD value) {
value             601 components/policy/core/common/policy_loader_win_unittest.cc   value = base::ByteSwapToLE32(value);
value             603 components/policy/core/common/policy_loader_win_unittest.cc                          reinterpret_cast<uint8*>(&value));
value             608 components/policy/core/common/policy_loader_win_unittest.cc                                              const std::string& value) {
value             609 components/policy/core/common/policy_loader_win_unittest.cc   base::string16 string16_value(UTF8ToUTF16(value));
value             621 components/policy/core/common/policy_loader_win_unittest.cc                                              const base::Value* value) {
value             622 components/policy/core/common/policy_loader_win_unittest.cc   switch (value->GetType()) {
value             625 components/policy/core/common/policy_loader_win_unittest.cc       ASSERT_TRUE(value->GetAsBoolean(&boolean_value));
value             631 components/policy/core/common/policy_loader_win_unittest.cc       ASSERT_TRUE(value->GetAsInteger(&int_value));
value             637 components/policy/core/common/policy_loader_win_unittest.cc       ASSERT_TRUE(value->GetAsDouble(&double_value));
value             643 components/policy/core/common/policy_loader_win_unittest.cc       ASSERT_TRUE(value->GetAsString(&string_value));
value             650 components/policy/core/common/policy_loader_win_unittest.cc       ASSERT_TRUE(value->GetAsDictionary(&dict));
value             653 components/policy/core/common/policy_loader_win_unittest.cc         AppendPolicyToPRegFile(subpath, entry.key(), &entry.value());
value             660 components/policy/core/common/policy_loader_win_unittest.cc       ASSERT_TRUE(value->GetAsList(&list));
value             739 components/policy/core/common/policy_loader_win_unittest.cc     gpo->lpFileSysPath = const_cast<wchar_t*>(path.value().c_str());
value              17 components/policy/core/common/policy_map.cc       value(NULL),
value              21 components/policy/core/common/policy_map.cc   delete value;
value              22 components/policy/core/common/policy_map.cc   value = NULL;
value              31 components/policy/core/common/policy_map.cc   if (value)
value              32 components/policy/core/common/policy_map.cc     copy->value = value->DeepCopy();
value              51 components/policy/core/common/policy_map.cc          base::Value::Equals(value, other.value) &&
value              70 components/policy/core/common/policy_map.cc   return entry == map_.end() ? NULL : entry->second.value;
value              76 components/policy/core/common/policy_map.cc                     base::Value* value,
value              82 components/policy/core/common/policy_map.cc   entry.value = value;
value             103 components/policy/core/common/policy_map.cc         entry.value->DeepCopy(), entry.external_data_fetcher ?
value             119 components/policy/core/common/policy_map.cc           it->second.value->DeepCopy(), it->second.external_data_fetcher ?
value             132 components/policy/core/common/policy_map.cc     Set(it.key(), level, scope, it.value().DeepCopy(), NULL);
value              28 components/policy/core/common/policy_map.h     base::Value* value;
value              66 components/policy/core/common/policy_map.h            base::Value* value,
value              27 components/policy/core/common/policy_map_unittest.cc void SetPolicy(PolicyMap* map, const char* name, base::Value* value) {
value              28 components/policy/core/common/policy_map_unittest.cc   map->Set(name, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, value, NULL);
value              18 components/policy/core/common/policy_provider_android_unittest.cc                const std::string& value) {
value              23 components/policy/core/common/policy_provider_android_unittest.cc            base::Value::CreateStringValue(value),
value              52 components/policy/core/common/policy_service_impl.cc         proxy_settings->Set(kProxyPolicies[i], entry->value->DeepCopy());
value              47 components/policy/core/common/policy_service_impl_unittest.cc                      const char* value,
value              53 components/policy/core/common/policy_service_impl_unittest.cc                   base::Value::CreateStringValue(value), NULL);
value              55 components/policy/core/common/policy_service_impl_unittest.cc                   base::Value::CreateStringValue(value), NULL);
value              59 components/policy/core/common/policy_service_impl_unittest.cc                   POLICY_SCOPE_USER, base::Value::CreateStringValue(value),
value              62 components/policy/core/common/policy_service_impl_unittest.cc                   base::Value::CreateStringValue(value), NULL);
value              50 components/policy/core/common/policy_test_utils.cc       dict.SetWithoutPathExpansion(it->first, it->second.value->DeepCopy());
value              57 components/policy/core/common/policy_test_utils.cc CFPropertyListRef ValueToProperty(const base::Value* value) {
value              58 components/policy/core/common/policy_test_utils.cc   switch (value->GetType()) {
value              64 components/policy/core/common/policy_test_utils.cc       if (value->GetAsBoolean(&bool_value))
value              71 components/policy/core/common/policy_test_utils.cc       if (value->GetAsInteger(&int_value)) {
value              80 components/policy/core/common/policy_test_utils.cc       if (value->GetAsDouble(&double_value)) {
value              89 components/policy/core/common/policy_test_utils.cc       if (value->GetAsString(&string_value))
value              96 components/policy/core/common/policy_test_utils.cc       if (value->GetAsDictionary(&dict_value)) {
value             110 components/policy/core/common/policy_test_utils.cc               ValueToProperty(&iterator.value()));
value             121 components/policy/core/common/policy_test_utils.cc       if (value->GetAsList(&list)) {
value             224 components/policy/core/common/policy_test_utils.cc   std::string value;
value             225 components/policy/core/common/policy_test_utils.cc   base::JSONWriter::WriteWithOptions(e.value,
value             227 components/policy/core/common/policy_test_utils.cc                                      &value);
value             231 components/policy/core/common/policy_test_utils.cc      << "  \"value\": " << value
value              54 components/policy/core/common/policy_test_utils.h CFPropertyListRef ValueToProperty(const base::Value* value);
value              26 components/policy/core/common/preferences_mock_mac.cc   CFPropertyListRef value;
value              29 components/policy/core/common/preferences_mock_mac.cc                                                 &value);
value              30 components/policy/core/common/preferences_mock_mac.cc   if (!found || !value)
value              32 components/policy/core/common/preferences_mock_mac.cc   CFRetain(value);
value              33 components/policy/core/common/preferences_mock_mac.cc   return value;
value              42 components/policy/core/common/preferences_mock_mac.cc                                   CFPropertyListRef value,
value              44 components/policy/core/common/preferences_mock_mac.cc   CFDictionarySetValue(values_, key, value);
value              27 components/policy/core/common/preferences_mock_mac.h   void AddTestItem(CFStringRef key, CFPropertyListRef value, bool is_forced);
value              81 components/policy/core/common/preg_parser_win.cc   uint32 value = 0;
value              83 components/policy/core/common/preg_parser_win.cc                        reinterpret_cast<uint8*>(&value))) {
value              86 components/policy/core/common/preg_parser_win.cc   *data = base::ByteSwapToLE32(value);
value             117 components/policy/core/common/preg_parser_win.cc                      scoped_ptr<base::Value>* value) {
value             121 components/policy/core/common/preg_parser_win.cc       value->reset(base::Value::CreateStringValue(DecodePRegStringValue(data)));
value             131 components/policy/core/common/preg_parser_win.cc         value->reset(base::Value::CreateIntegerValue(static_cast<int>(val)));
value             154 components/policy/core/common/preg_parser_win.cc                   const base::string16& value,
value             175 components/policy/core/common/preg_parser_win.cc   if (value.empty())
value             178 components/policy/core/common/preg_parser_win.cc   std::string value_name(base::UTF16ToUTF8(value));
value             180 components/policy/core/common/preg_parser_win.cc     scoped_ptr<base::Value> value;
value             181 components/policy/core/common/preg_parser_win.cc     if (DecodePRegValue(type, data, &value))
value             182 components/policy/core/common/preg_parser_win.cc       dict->SetValue(value_name, value.Pass());
value             191 components/policy/core/common/preg_parser_win.cc     for (std::vector<std::string>::const_iterator value(values.begin());
value             192 components/policy/core/common/preg_parser_win.cc          value != values.end(); ++value) {
value             193 components/policy/core/common/preg_parser_win.cc       dict->RemoveValue(*value);
value             223 components/policy/core/common/preg_parser_win.cc     PLOG(ERROR) << "Failed to map " << file_path.value();
value             229 components/policy/core/common/preg_parser_win.cc     LOG(ERROR) << "PReg file " << file_path.value() << " too large: "
value             239 components/policy/core/common/preg_parser_win.cc     LOG(ERROR) << "Bad policy file " << file_path.value();
value             258 components/policy/core/common/preg_parser_win.cc     base::string16 value;
value             268 components/policy/core/common/preg_parser_win.cc       if (!ReadFieldString(&cursor, end, &value))
value             299 components/policy/core/common/preg_parser_win.cc       HandleRecord(key_name.substr(root.size()), value, type, data, dict);
value             302 components/policy/core/common/preg_parser_win.cc   LOG(ERROR) << "Error parsing " << file_path.value() << " at offset "
value              57 components/policy/core/common/preg_parser_win_unittest.cc                 int value) {
value              60 components/policy/core/common/preg_parser_win_unittest.cc       make_scoped_ptr<base::Value>(new base::FundamentalValue(value)));
value              65 components/policy/core/common/preg_parser_win_unittest.cc                const std::string&  value) {
value              68 components/policy/core/common/preg_parser_win_unittest.cc       make_scoped_ptr<base::Value>(new base::StringValue(value)));
value              27 components/policy/core/common/registry_dict_win.cc scoped_ptr<base::Value> ConvertValue(const base::Value& value,
value              30 components/policy/core/common/registry_dict_win.cc     return make_scoped_ptr(value.DeepCopy());
value              33 components/policy/core/common/registry_dict_win.cc   if (value.IsType(schema.type())) {
value              37 components/policy/core/common/registry_dict_win.cc     if (value.GetAsDictionary(&dict)) {
value              42 components/policy/core/common/registry_dict_win.cc             ConvertValue(entry.value(), schema.GetProperty(entry.key()));
value              47 components/policy/core/common/registry_dict_win.cc     } else if (value.GetAsList(&list)) {
value              58 components/policy/core/common/registry_dict_win.cc     return make_scoped_ptr(value.DeepCopy());
value              70 components/policy/core/common/registry_dict_win.cc       if (value.GetAsInteger(&int_value) ||
value              71 components/policy/core/common/registry_dict_win.cc           (value.GetAsString(&string_value) &&
value              79 components/policy/core/common/registry_dict_win.cc       if (value.GetAsString(&string_value) &&
value              88 components/policy/core/common/registry_dict_win.cc       if (value.GetAsInteger(&int_value)) {
value              90 components/policy/core/common/registry_dict_win.cc       } else if (value.GetAsString(&string_value) &&
value              99 components/policy/core/common/registry_dict_win.cc       if (value.GetAsDictionary(&dict)) {
value             116 components/policy/core/common/registry_dict_win.cc       if (value.GetAsString(&string_value)) {
value             129 components/policy/core/common/registry_dict_win.cc   LOG(WARNING) << "Failed to convert " << value.GetType()
value             332 components/policy/core/common/registry_dict_win.cc         const base::Value* value = GetValue(name);
value             333 components/policy/core/common/registry_dict_win.cc         if (value) {
value             334 components/policy/core/common/registry_dict_win.cc           scoped_ptr<base::Value> converted = ConvertValue(*value, item_schema);
value              58 components/policy/core/common/registry_dict_win.h   void SetValue(const std::string& name, scoped_ptr<base::Value> value);
value             363 components/policy/core/common/schema.cc         CHECK(it.value().GetAsDictionary(&dict));
value             483 components/policy/core/common/schema.cc       CHECK(it.value().GetAsDictionary(&dict));
value             529 components/policy/core/common/schema.cc     int value;
value             532 components/policy/core/common/schema.cc       if (!(*it)->GetAsInteger(&value)) {
value             536 components/policy/core/common/schema.cc       int_enums_.push_back(value);
value             541 components/policy/core/common/schema.cc     std::string value;
value             544 components/policy/core/common/schema.cc       if (!(*it)->GetAsString(&value)) {
value             548 components/policy/core/common/schema.cc       strings_.push_back(value);
value             569 components/policy/core/common/schema.cc   int value;
value             570 components/policy/core/common/schema.cc   if (schema.GetInteger(schema::kMinimum, &value))
value             571 components/policy/core/common/schema.cc     min_value = value;
value             572 components/policy/core/common/schema.cc   if (schema.GetInteger(schema::kMaximum, &value))
value             573 components/policy/core/common/schema.cc     max_value = value;
value             661 components/policy/core/common/schema.cc bool Schema::Validate(const base::Value& value,
value             670 components/policy/core/common/schema.cc   if (!value.IsType(type())) {
value             673 components/policy/core/common/schema.cc     if (value.IsType(base::Value::TYPE_INTEGER) &&
value             687 components/policy/core/common/schema.cc   if (value.GetAsDictionary(&dict)) {
value             696 components/policy/core/common/schema.cc       } else if (!subschema.Validate(it.value(),
value             706 components/policy/core/common/schema.cc   } else if (value.GetAsList(&list)) {
value             720 components/policy/core/common/schema.cc   } else if (value.GetAsInteger(&int_value)) {
value             726 components/policy/core/common/schema.cc   } else if (value.GetAsString(&str_value)) {
value             737 components/policy/core/common/schema.cc bool Schema::Normalize(base::Value* value,
value             747 components/policy/core/common/schema.cc   if (!value->IsType(type())) {
value             750 components/policy/core/common/schema.cc     if (value->IsType(base::Value::TYPE_INTEGER) &&
value             762 components/policy/core/common/schema.cc   if (value->GetAsDictionary(&dict)) {
value             799 components/policy/core/common/schema.cc   } else if (value->GetAsList(&list)) {
value             826 components/policy/core/common/schema.cc   return Validate(*value, strategy, error_path, error);
value             915 components/policy/core/common/schema.cc bool Schema::ValidateIntegerRestriction(int index, int value) const {
value             919 components/policy/core/common/schema.cc     return rnode->ranged_restriction.min_value <= value &&
value             920 components/policy/core/common/schema.cc            rnode->ranged_restriction.max_value >= value;
value             924 components/policy/core/common/schema.cc       if (*storage_->int_enums(i) == value)
value              94 components/policy/core/common/schema.h   bool Validate(const base::Value& value,
value             106 components/policy/core/common/schema.h   bool Normalize(base::Value* value,
value             170 components/policy/core/common/schema.h   bool ValidateIntegerRestriction(int index, int value) const;
value              64 components/policy/core/common/schema_map.cc       const base::Value* policy_value = it_map->second.value;
value             116 components/policy/core/common/schema_unittest.cc                           const base::Value& value,
value             124 components/policy/core/common/schema_unittest.cc   bool returned = schema.Validate(value, strategy, NULL, &error);
value             130 components/policy/core/common/schema_unittest.cc   scoped_ptr<base::Value> cloned_value(value.DeepCopy());
value             136 components/policy/core/common/schema_unittest.cc   bool strictly_valid = schema.Validate(value, SCHEMA_STRICT, NULL, &error);
value             150 components/policy/core/common/schema_unittest.cc                                   const base::Value& value,
value             155 components/policy/core/common/schema_unittest.cc   bool returned = schema.Validate(value, SCHEMA_STRICT, &error_path, &error);
value              24 components/rappor/byte_vector_utils.cc std::string Concat(const ByteVector& value, char c, const std::string& data) {
value              25 components/rappor/byte_vector_utils.cc   return std::string(value.begin(), value.end()) + c + data;
value              45 components/rappor/byte_vector_utils.cc bool HMAC_Rehash(const crypto::HMAC& hmac, ByteVector* value) {
value              46 components/rappor/byte_vector_utils.cc   return hmac.Sign(ByteVectorAsStringPiece(*value),
value              47 components/rappor/byte_vector_utils.cc                    &(*value)[0], value->size());
value              58 components/rappor/byte_vector_utils.cc                       ByteVector* value,
value              64 components/rappor/byte_vector_utils.cc   if (!HMAC_Rotate(hmac1, Concat(*value, 0x00, provided_data), hmac2))
value              67 components/rappor/byte_vector_utils.cc   if (!HMAC_Rehash(*hmac2, value))
value              73 components/rappor/byte_vector_utils.cc   if (!HMAC_Rotate(*hmac2, Concat(*value, 0x01, provided_data), out_hmac))
value              76 components/rappor/byte_vector_utils.cc   return HMAC_Rehash(*out_hmac, value);
value             112 components/signin/core/browser/about_signin_internals.cc     const std::string& value) {
value             117 components/signin/core/browser/about_signin_internals.cc   signin_status_.untimed_signin_fields[field_index] = value;
value             121 components/signin/core/browser/about_signin_internals.cc   client_->GetPrefs()->SetString(pref_path.c_str(), value);
value             128 components/signin/core/browser/about_signin_internals.cc     const std::string& value) {
value             136 components/signin/core/browser/about_signin_internals.cc   TimedSigninStatusValue timed_value(value, time_as_str);
value             143 components/signin/core/browser/about_signin_internals.cc   client_->GetPrefs()->SetString(value_pref.c_str(), value);
value             170 components/signin/core/browser/about_signin_internals.cc     TimedSigninStatusValue value(pref_service->GetString(value_pref.c_str()),
value             172 components/signin/core/browser/about_signin_internals.cc     signin_status_.timed_signin_fields[i - TIMED_FIELDS_BEGIN] = value;
value              57 components/signin/core/browser/about_signin_internals.h       const std::string& value) OVERRIDE;
value              61 components/signin/core/browser/about_signin_internals.h       const std::string& value) OVERRIDE;
value              59 components/signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc                             const std::string& value) {
value              62 components/signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc       token_web_data->SetTokenForService(service, value);
value              69 components/signin/core/browser/signin_internals_util.h                                         const std::string& value) {}
value              71 components/signin/core/browser/signin_internals_util.h                                         const std::string& value) {}
value             126 components/signin/core/browser/signin_manager_base.cc     const std::string& value) {
value             129 components/signin/core/browser/signin_manager_base.cc                     NotifySigninValueChanged(field, value));
value             134 components/signin/core/browser/signin_manager_base.cc     const std::string& value) {
value             137 components/signin/core/browser/signin_manager_base.cc                     NotifySigninValueChanged(field, value));
value             132 components/signin/core/browser/signin_manager_base.h       const std::string& value);
value             135 components/signin/core/browser/signin_manager_base.h       const std::string& value);
value              47 components/storage_monitor/mtab_watcher_linux.cc     LOG(ERROR) << "Adding watch for " << mtab_path_.value() << " failed";
value              61 components/storage_monitor/mtab_watcher_linux.cc   FILE* fp = setmntent(mtab_path_.value().c_str(), "r");
value              99 components/storage_monitor/mtab_watcher_linux.cc     LOG(ERROR) << "Error watching " << mtab_path_.value();
value             197 components/storage_monitor/portable_device_watcher_win.cc                             base::string16* value) {
value             199 components/storage_monitor/portable_device_watcher_win.cc   DCHECK(value);
value             204 components/storage_monitor/portable_device_watcher_win.cc   *value = static_cast<const base::char16*>(buffer);
value             212 components/storage_monitor/storage_monitor_chromeos.cc   while (!ContainsKey(mount_map_, current.value()) &&
value             217 components/storage_monitor/storage_monitor_chromeos.cc   MountMap::const_iterator info_it = mount_map_.find(current.value());
value             267 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path1.value(),
value             282 components/storage_monitor/storage_monitor_chromeos_unittest.cc   EXPECT_EQ(mount_path1.value(), observer().last_attached().location());
value             294 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path2.value(),
value             309 components/storage_monitor/storage_monitor_chromeos_unittest.cc   EXPECT_EQ(mount_path2.value(), observer().last_attached().location());
value             326 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path.value(),
value             343 components/storage_monitor/storage_monitor_chromeos_unittest.cc   EXPECT_EQ(mount_path.value(), observer().last_attached().location());
value             356 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path.value(),
value             404 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path1.value(),
value             419 components/storage_monitor/storage_monitor_chromeos_unittest.cc   EXPECT_EQ(mount_path1.value(), observer().last_attached().location());
value             431 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path2.value(),
value             446 components/storage_monitor/storage_monitor_chromeos_unittest.cc   EXPECT_EQ(mount_path2.value(), observer().last_attached().location());
value             460 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path1.value(),
value             475 components/storage_monitor/storage_monitor_chromeos_unittest.cc   EXPECT_EQ(mount_path1.value(), observer().last_attached().location());
value             489 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path1.value(),
value             504 components/storage_monitor/storage_monitor_chromeos_unittest.cc   EXPECT_EQ(mount_path1.value(), observer().last_attached().location());
value             506 components/storage_monitor/storage_monitor_chromeos_unittest.cc   EXPECT_EQ(kDevice1SizeInBytes, GetDeviceStorageSize(mount_path1.value()));
value             525 components/storage_monitor/storage_monitor_chromeos_unittest.cc       mount_path1.value(),
value             132 components/storage_monitor/storage_monitor_linux.cc   if (stat(device_path.value().c_str(), &device_stat) < 0)
value             161 components/storage_monitor/storage_monitor_linux.cc   const char* value =
value             163 components/storage_monitor/storage_monitor_linux.cc   if (!value) {
value             170 components/storage_monitor/storage_monitor_linux.cc     value = udev_device_get_sysattr_value(parent_device, kRemovableSysAttr);
value             172 components/storage_monitor/storage_monitor_linux.cc   const bool is_removable = (value && atoi(value) == 1);
value             186 components/storage_monitor/storage_monitor_linux.cc       mount_point.value(),
value             211 components/storage_monitor/storage_monitor_linux.cc   command.push_back(path.value());
value              76 components/storage_monitor/storage_monitor_linux_unittest.cc     if (device_path.value() == kTestDeviceData[i].device_path) {
value              91 components/storage_monitor/storage_monitor_linux_unittest.cc       mount_point.value(),
value             275 components/storage_monitor/storage_monitor_linux_unittest.cc     FILE* file = setmntent(mtab_file_.value().c_str(), overwrite ? "w" : "a");
value             320 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM2, test_path.value(), kValidFS),
value             330 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_EQ(test_path.value(), observer().last_attached().location());
value             344 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             352 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_EQ(test_path_a.value(), observer().last_attached().location());
value             358 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceFixed, test_path_b.value(), kValidFS),
value             372 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceNoDCIM, test_path_b.value(), kValidFS),
value             378 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_EQ(test_path_b.value(), observer().last_attached().location());
value             399 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             400 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM2, test_path_b.value(), kValidFS),
value             411 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_b.value(), kValidFS),
value             412 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM2, test_path_a.value(), kValidFS),
value             436 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             437 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM2, test_path_b.value(), kValidFS),
value             450 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_b.value(), kValidFS),
value             461 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM2, test_path_b.value(), kValidFS),
value             462 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_b.value(), kValidFS),
value             473 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             502 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             512 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_b.value(), kValidFS),
value             523 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceFixed, test_path_a.value(), kValidFS),
value             534 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             535 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_b.value(), kValidFS),
value             547 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceNoDCIM, test_path_b.value(), kValidFS),
value             558 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             559 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_b.value(), kValidFS),
value             592 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             593 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceNoDCIM, test_path_b.value(), kValidFS),
value             594 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceFixed, test_path_c.value(), kValidFS),
value             603 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_EQ(test_path_a.value(), device_info.location());
value             611 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_EQ(test_path_b.value(), device_info.location());
value             615 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_EQ(test_path_c.value(), device_info.location());
value             626 components/storage_monitor/storage_monitor_linux_unittest.cc   EXPECT_EQ(test_path_a.value(), device_info.location());
value             633 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             634 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceFixed, test_path_b.value(), kValidFS),
value             635 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceFixed, test_path_c.value(), kValidFS),
value             659 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceDCIM1, test_path_a.value(), kValidFS),
value             660 components/storage_monitor/storage_monitor_linux_unittest.cc     MtabTestData(kDeviceNoDCIM, test_path_b.value(), kValidFS),
value              93 components/storage_monitor/storage_monitor_unittest.cc   StorageInfo info1(kDeviceId1, kDevicePath1.value(), base::string16(),
value             100 components/storage_monitor/storage_monitor_unittest.cc   EXPECT_EQ(kDevicePath1.value(), devices[0].location());
value             104 components/storage_monitor/storage_monitor_unittest.cc   StorageInfo info2(kDeviceId2, kDevicePath2.value(), base::string16(),
value             111 components/storage_monitor/storage_monitor_unittest.cc   EXPECT_EQ(kDevicePath1.value(), devices[0].location());
value             113 components/storage_monitor/storage_monitor_unittest.cc   EXPECT_EQ(kDevicePath2.value(), devices[1].location());
value             120 components/storage_monitor/storage_monitor_unittest.cc   EXPECT_EQ(kDevicePath2.value(), devices[0].location());
value              83 components/storage_monitor/storage_monitor_win.cc       if (relative.value().size() < best_length) {
value              85 components/storage_monitor/storage_monitor_win.cc         best_length = relative.value().size();
value             519 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_EQ(L"A:\\", VolumeMountWatcherWin::DriveNumberToFilePath(0).value());
value             520 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_EQ(L"Y:\\", VolumeMountWatcherWin::DriveNumberToFilePath(24).value());
value             521 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_EQ(L"", VolumeMountWatcherWin::DriveNumberToFilePath(-1).value());
value             522 components/storage_monitor/storage_monitor_win_unittest.cc   EXPECT_EQ(L"", VolumeMountWatcherWin::DriveNumberToFilePath(199).value());
value              90 components/storage_monitor/test_storage_monitor.cc       StorageInfo(device_id, path.value(), base::string16(), base::string16(),
value              63 components/storage_monitor/test_volume_mount_watcher_win.cc   if (device_path.value().length() > 3)
value              64 components/storage_monitor/test_volume_mount_watcher_win.cc     path = base::FilePath(device_path.value().substr(0, 3));
value              65 components/storage_monitor/test_volume_mount_watcher_win.cc   if (path.value()[0] < L'A' || path.value()[0] > L'Z')
value              69 components/storage_monitor/test_volume_mount_watcher_win.cc   if (path.value() != base::ASCIIToUTF16("N:\\") &&
value              70 components/storage_monitor/test_volume_mount_watcher_win.cc       path.value() != base::ASCIIToUTF16("C:\\") &&
value              71 components/storage_monitor/test_volume_mount_watcher_win.cc       path.value() != GetTempRoot().value()) {
value              76 components/storage_monitor/test_volume_mount_watcher_win.cc   unique_id[11] = device_path.value()[0];
value              79 components/storage_monitor/test_volume_mount_watcher_win.cc   *info = StorageInfo(device_id, path.value(), storage_label, base::string16(),
value             100 components/storage_monitor/test_volume_mount_watcher_win.cc   StorageInfo info(device_id, device_path.value(), storage_label,
value              21 components/storage_monitor/udev_util_linux.cc   const char* value = udev_device_get_property_value(udev_device, key);
value              22 components/storage_monitor/udev_util_linux.cc   return value ? value : std::string();
value              32 components/storage_monitor/udev_util_linux.cc       udev.get(), device_path.value().c_str()));
value             125 components/storage_monitor/volume_mount_watcher_win.cc   if (!GetVolumePathName(device_path.value().c_str(),
value             167 components/storage_monitor/volume_mount_watcher_win.cc   GetVolumeInformationW(device_path.value().c_str(),
value             224 components/storage_monitor/volume_mount_watcher_win.cc   base::FilePath::CharType drive_letter = device.value()[0];
value             466 components/storage_monitor/volume_mount_watcher_win.cc           HandleDeviceDetachEventOnUIThread(DriveNumberToFilePath(i).value());
value             363 components/sync_driver/sync_prefs.cc   scoped_ptr<base::ListValue> value(
value             365 components/sync_driver/sync_prefs.cc   pref_service_->Set(prefs::kSyncAcknowledgedSyncTypes, *value);
value              90 components/translate/core/browser/language_state.cc void LanguageState::SetTranslateEnabled(bool value) {
value              91 components/translate/core/browser/language_state.cc   if (translate_enabled_ == value)
value              94 components/translate/core/browser/language_state.cc   translate_enabled_ = value;
value             102 components/translate/core/browser/language_state.cc void LanguageState::SetIsPageTranslated(bool value) {
value             103 components/translate/core/browser/language_state.cc   if (is_page_translated_ == value)
value             106 components/translate/core/browser/language_state.cc   is_page_translated_ = value;
value              58 components/translate/core/browser/language_state.h   void set_translation_pending(bool value) { translation_pending_ = value; }
value              62 components/translate/core/browser/language_state.h   void set_translation_declined(bool value) { translation_declined_ = value; }
value              70 components/translate/core/browser/language_state.h   void SetTranslateEnabled(bool value);
value              77 components/translate/core/browser/language_state.h   void SetIsPageTranslated(bool value);
value              78 components/translate/core/browser/translate_browser_metrics_unittest.cc   HistogramBase::Count GetCount(HistogramBase::Sample value) {
value              80 components/translate/core/browser/translate_browser_metrics_unittest.cc     return GetCountWithoutSnapshot(value);
value              91 components/translate/core/browser/translate_browser_metrics_unittest.cc   HistogramBase::Count GetCountWithoutSnapshot(HistogramBase::Sample value) {
value              94 components/translate/core/browser/translate_browser_metrics_unittest.cc     HistogramBase::Count count = samples_->GetCount(value);
value              97 components/translate/core/browser/translate_browser_metrics_unittest.cc     return count - base_samples_->GetCount(value);
value             365 components/translate/core/browser/translate_prefs.cc       if (!iter.value().GetAsList(&list) || !list)
value             494 components/translate/core/browser/translate_prefs.cc     std::string value;
value             495 components/translate/core/browser/translate_prefs.cc     if (list->GetString(i, &value) && value == in_value)
value             502 components/translate/core/browser/translate_prefs.cc                                         const std::string& value) const {
value             504 components/translate/core/browser/translate_prefs.cc   return (blacklist && !blacklist->empty() && IsValueInList(blacklist, value));
value             508 components/translate/core/browser/translate_prefs.cc                                     const std::string& value) {
value             516 components/translate/core/browser/translate_prefs.cc     blacklist->Append(new base::StringValue(value));
value             521 components/translate/core/browser/translate_prefs.cc                                               const std::string& value) {
value             528 components/translate/core/browser/translate_prefs.cc   base::StringValue string_value(value);
value             125 components/translate/core/browser/translate_prefs.h   bool IsValueBlacklisted(const char* pref_id, const std::string& value) const;
value             126 components/translate/core/browser/translate_prefs.h   void BlacklistValue(const char* pref_id, const std::string& value);
value             127 components/translate/core/browser/translate_prefs.h   void RemoveValueFromBlacklist(const char* pref_id, const std::string& value);
value             129 components/translate/core/browser/translate_prefs.h                      const std::string& value) const;
value             103 components/translate/core/common/translate_metrics_unittest.cc   void CheckValueInLogs(double value) {
value             112 components/translate/core/common/translate_metrics_unittest.cc       if (min <= value && value <= max && count >= 1)
value             118 components/translate/core/common/translate_metrics_unittest.cc   HistogramBase::Count GetCount(HistogramBase::Sample value) {
value             120 components/translate/core/common/translate_metrics_unittest.cc     return GetCountWithoutSnapshot(value);
value             131 components/translate/core/common/translate_metrics_unittest.cc   HistogramBase::Count GetCountWithoutSnapshot(HistogramBase::Sample value) {
value             134 components/translate/core/common/translate_metrics_unittest.cc     HistogramBase::Count count = samples_->GetCount(value);
value             137 components/translate/core/common/translate_metrics_unittest.cc     return count - base_samples_->GetCount(value);
value             117 components/url_matcher/url_matcher_factory.cc     const base::Value& condition_attribute_value = iter.value();
value             185 components/url_matcher/url_matcher_factory.cc     const base::Value* value,
value             188 components/url_matcher/url_matcher_factory.cc   if (!value->GetAsString(&str_value)) {
value             219 components/url_matcher/url_matcher_factory.cc     const base::Value* value,
value             222 components/url_matcher/url_matcher_factory.cc   if (!helpers::GetAsStringVector(value, &schemas)) {
value             239 components/url_matcher/url_matcher_factory.cc     const base::Value* value,
value             243 components/url_matcher/url_matcher_factory.cc   if (!value->GetAsList(&value_list)) {
value              49 components/url_matcher/url_matcher_factory.h       const base::Value* value,
value              53 components/url_matcher/url_matcher_factory.h       const base::Value* value, std::string* error);
value              56 components/url_matcher/url_matcher_factory.h       const base::Value* value, std::string* error);
value             208 components/url_matcher/url_matcher_factory_unittest.cc   void CheckCondition(const std::string& value,
value             228 components/url_matcher/url_matcher_factory_unittest.cc     const std::string& value,
value             233 components/url_matcher/url_matcher_factory_unittest.cc     list->Append(base::Value::CreateStringValue(value));
value             236 components/url_matcher/url_matcher_factory_unittest.cc     condition.SetStringWithoutPathExpansion(condition_key_, value);
value             258 components/url_matcher/url_matcher_factory_unittest.cc       << value  << " against url " << url_;
value              14 components/url_matcher/url_matcher_helpers.cc bool GetAsStringVector(const base::Value* value,
value              17 components/url_matcher/url_matcher_helpers.cc   if (!value->GetAsList(&value_as_list))
value              22 components/url_matcher/url_matcher_helpers.h bool GetAsStringVector(const base::Value* value, std::vector<std::string>* out);
value             115 components/user_prefs/pref_registry_syncable.cc                                  default_value.value()),
value              39 components/variations/entropy_provider.cc   uint32 value;
value              41 components/variations/entropy_provider.cc     value = mersenne_twister_.genrand_int32();
value              42 components/variations/entropy_provider.cc   } while (value > max_acceptable_value);
value              44 components/variations/entropy_provider.cc   return value % range;
value             349 components/variations/entropy_provider_unittest.cc       uint32 value = rand_generator(kTopOfRange);
value             350 components/variations/entropy_provider_unittest.cc       cumulative_average = (count * cumulative_average + value) / (count + 1);
value              53 components/variations/variations_seed_processor.cc       params[experiment.param(i).name()] = experiment.param(i).value();
value              84 components/variations/variations_seed_simulator.cc     if (it == params.end() || it->second != experiment.param(i).value())
value              70 components/visitedlink/browser/visitedlink_master.cc   DLOG_IF(ERROR, !(*file)) << "Failed to open file " << filename.value();
value             142 components/webdata/common/web_database_migration_unittest.cc   std::string value;
value             144 components/webdata/common/web_database_migration_unittest.cc       "Default Search Provider ID Backup", &value));
value             146 components/webdata/common/web_database_migration_unittest.cc       "Default Search Provider ID Backup Signature", &value));
value             151 components/webdata/common/web_database_migration_unittest.cc   std::string value;
value             153 components/webdata/common/web_database_migration_unittest.cc       "Default Search Provider ID Backup", &value));
value             155 components/webdata/common/web_database_migration_unittest.cc       "Default Search Provider ID Backup Signature", &value));
value             284 components/webdata/common/web_database_migration_unittest.cc     ASSERT_NO_FATAL_FAILURE(LoadDatabase(file_name.value()))
value              25 components/wifi/wifi_service.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              27 components/wifi/wifi_service.cc   value->SetString(onc::network_config::kGUID, guid);
value              28 components/wifi/wifi_service.cc   value->SetString(onc::network_config::kName, name);
value              29 components/wifi/wifi_service.cc   value->SetString(onc::network_config::kConnectionState, connection_state);
value              30 components/wifi/wifi_service.cc   value->SetString(onc::network_config::kType, type);
value              53 components/wifi/wifi_service.cc     value->Set(onc::network_type::kWiFi, wifi.release());
value              58 components/wifi/wifi_service.cc       value->Set(type, value_extra);
value              61 components/wifi/wifi_service.cc   return value.Pass();
value              65 components/wifi/wifi_service.cc     const base::DictionaryValue& value) {
value              69 components/wifi/wifi_service.cc   if (value.GetString(onc::network_config::kType, &network_type)) {
value              74 components/wifi/wifi_service.cc   if (value.GetDictionary(onc::network_type::kWiFi, &wifi)) {
value             161 components/wifi/wifi_service.h     bool UpdateFromValue(const base::DictionaryValue& value);
value             953 components/wifi/wifi_service_win.cc   wlan_api_library_ = ::LoadLibraryEx(path.Append(kWlanApiDll).value().c_str(),
value             143 components/wifi/wifi_test.cc     int value = 0;
value             144 components/wifi/wifi_test.cc     if (base::StringToInt(frequency, &value)) {
value             145 components/wifi/wifi_test.cc       properties->SetInteger("WiFi.Frequency", value);
value             165 content/browser/accessibility/accessibility_tree_formatter.cc     const base::DictionaryValue& value) {
value             167 content/browser/accessibility/accessibility_tree_formatter.cc   value.GetInteger(x_name, &x);
value             168 content/browser/accessibility/accessibility_tree_formatter.cc   value.GetInteger(y_name, &y);
value             119 content/browser/accessibility/accessibility_tree_formatter.h                                    const base::DictionaryValue& value);
value             128 content/browser/accessibility/accessibility_tree_formatter_android.cc     bool value;
value             129 content/browser/accessibility/accessibility_tree_formatter_android.cc     if (dict.GetBoolean(attribute_name, &value) && value)
value             135 content/browser/accessibility/accessibility_tree_formatter_android.cc     std::string value;
value             136 content/browser/accessibility/accessibility_tree_formatter_android.cc     if (!dict.GetString(attribute_name, &value) || value.empty())
value             139 content/browser/accessibility/accessibility_tree_formatter_android.cc                    StringPrintf("%s='%s'", attribute_name, value.c_str()),
value             145 content/browser/accessibility/accessibility_tree_formatter_android.cc     int value;
value             146 content/browser/accessibility/accessibility_tree_formatter_android.cc     if (!dict.GetInteger(attribute_name, &value) || value == 0)
value             149 content/browser/accessibility/accessibility_tree_formatter_android.cc                    StringPrintf("%s=%d", attribute_name, value),
value             217 content/browser/accessibility/accessibility_tree_formatter_win.cc     const base::Value* value;
value             218 content/browser/accessibility/accessibility_tree_formatter_win.cc     if (!dict.Get(attribute_name, &value))
value             221 content/browser/accessibility/accessibility_tree_formatter_win.cc     switch (value->GetType()) {
value             224 content/browser/accessibility/accessibility_tree_formatter_win.cc         value->GetAsString(&string_value);
value             234 content/browser/accessibility/accessibility_tree_formatter_win.cc         value->GetAsInteger(&int_value);
value             245 content/browser/accessibility/accessibility_tree_formatter_win.cc         value->GetAsDouble(&double_value);
value             258 content/browser/accessibility/accessibility_tree_formatter_win.cc         value->GetAsList(&list_value);
value             272 content/browser/accessibility/accessibility_tree_formatter_win.cc         value->GetAsDictionary(&dict_value);
value             355 content/browser/accessibility/accessibility_win_browsertest.cc   base::win::ScopedBstr value;
value             356 content/browser/accessibility/accessibility_win_browsertest.cc   hr = accessible->get_accValue(childid_self, value.Receive());
value             360 content/browser/accessibility/accessibility_win_browsertest.cc   EXPECT_EQ(value_, std::wstring(value, value.Length()));
value             406 content/browser/accessibility/browser_accessibility.cc     ui::AXBoolAttribute attribute, bool* value) const {
value             409 content/browser/accessibility/browser_accessibility.cc       *value = bool_attributes_[i].second;
value             438 content/browser/accessibility/browser_accessibility.cc     ui::AXFloatAttribute attribute, float* value) const {
value             441 content/browser/accessibility/browser_accessibility.cc       *value = float_attributes_[i].second;
value             469 content/browser/accessibility/browser_accessibility.cc     ui::AXIntAttribute attribute, int* value) const {
value             472 content/browser/accessibility/browser_accessibility.cc       *value = int_attributes_[i].second;
value             502 content/browser/accessibility/browser_accessibility.cc     ui::AXStringAttribute attribute, std::string* value) const {
value             505 content/browser/accessibility/browser_accessibility.cc       *value = string_attributes_[i].second;
value             523 content/browser/accessibility/browser_accessibility.cc     base::string16* value) const {
value             527 content/browser/accessibility/browser_accessibility.cc   *value = base::UTF8ToUTF16(value_utf8);
value             532 content/browser/accessibility/browser_accessibility.cc     ui::AXStringAttribute attribute, const std::string& value) {
value             535 content/browser/accessibility/browser_accessibility.cc       string_attributes_[i].second = value;
value             539 content/browser/accessibility/browser_accessibility.cc   if (!value.empty())
value             540 content/browser/accessibility/browser_accessibility.cc     string_attributes_.push_back(std::make_pair(attribute, value));
value             566 content/browser/accessibility/browser_accessibility.cc     std::vector<int32>* value) const {
value             569 content/browser/accessibility/browser_accessibility.cc       *value = intlist_attributes_[i].second;
value             578 content/browser/accessibility/browser_accessibility.cc     const char* html_attr, std::string* value) const {
value             582 content/browser/accessibility/browser_accessibility.cc       *value = html_attributes_[i].second;
value             591 content/browser/accessibility/browser_accessibility.cc     const char* html_attr, base::string16* value) const {
value             595 content/browser/accessibility/browser_accessibility.cc   *value = base::UTF8ToUTF16(value_utf8);
value             606 content/browser/accessibility/browser_accessibility.cc   base::string16 value;
value             607 content/browser/accessibility/browser_accessibility.cc   if (!GetHtmlAttribute(html_attr, &value) ||
value             608 content/browser/accessibility/browser_accessibility.cc       value.empty() ||
value             609 content/browser/accessibility/browser_accessibility.cc       EqualsASCII(value, "undefined")) {
value             615 content/browser/accessibility/browser_accessibility.cc   if (EqualsASCII(value, "true"))
value             618 content/browser/accessibility/browser_accessibility.cc   if (EqualsASCII(value, "mixed"))
value             168 content/browser/accessibility/browser_accessibility.h   const std::string& value() const { return value_; }
value             175 content/browser/accessibility/browser_accessibility.h   void set_value(const std::string& value) { value_ = value; }
value             202 content/browser/accessibility/browser_accessibility.h   bool GetBoolAttribute(ui::AXBoolAttribute attr, bool* value) const;
value             206 content/browser/accessibility/browser_accessibility.h   bool GetFloatAttribute(ui::AXFloatAttribute attr, float* value) const;
value             210 content/browser/accessibility/browser_accessibility.h   bool GetIntAttribute(ui::AXIntAttribute attribute, int* value) const;
value             216 content/browser/accessibility/browser_accessibility.h                           std::string* value) const;
value             219 content/browser/accessibility/browser_accessibility.h                             base::string16* value) const;
value             227 content/browser/accessibility/browser_accessibility.h                            std::vector<int32>* value) const;
value             230 content/browser/accessibility/browser_accessibility.h                           const std::string& value);
value             234 content/browser/accessibility/browser_accessibility.h   bool GetHtmlAttribute(const char* attr, base::string16* value) const;
value             235 content/browser/accessibility/browser_accessibility.h   bool GetHtmlAttribute(const char* attr, std::string* value) const;
value             277 content/browser/accessibility/browser_accessibility_android.cc   else if (!value().empty())
value             278 content/browser/accessibility/browser_accessibility_android.cc     text = base::UTF8ToUTF16(value());
value             342 content/browser/accessibility/browser_accessibility_android.cc   int value = 0;
value             343 content/browser/accessibility/browser_accessibility_android.cc   GetIntAttribute(ui::AX_ATTR_SCROLL_X, &value);
value             344 content/browser/accessibility/browser_accessibility_android.cc   return value;
value             348 content/browser/accessibility/browser_accessibility_android.cc   int value = 0;
value             349 content/browser/accessibility/browser_accessibility_android.cc   GetIntAttribute(ui::AX_ATTR_SCROLL_Y, &value);
value             350 content/browser/accessibility/browser_accessibility_android.cc   return value;
value             354 content/browser/accessibility/browser_accessibility_android.cc   int value = 0;
value             355 content/browser/accessibility/browser_accessibility_android.cc   GetIntAttribute(ui::AX_ATTR_SCROLL_X_MAX, &value);
value             356 content/browser/accessibility/browser_accessibility_android.cc   return value;
value             360 content/browser/accessibility/browser_accessibility_android.cc   int value = 0;
value             361 content/browser/accessibility/browser_accessibility_android.cc   GetIntAttribute(ui::AX_ATTR_SCROLL_Y_MAX, &value);
value             362 content/browser/accessibility/browser_accessibility_android.cc   return value;
value             428 content/browser/accessibility/browser_accessibility_android.cc   return value().length();
value             572 content/browser/accessibility/browser_accessibility_android.cc     if (base::UTF8ToUTF16(value()) != new_value_) {
value             574 content/browser/accessibility/browser_accessibility_android.cc       new_value_ = base::UTF8ToUTF16(value());
value             101 content/browser/accessibility/browser_accessibility_cocoa.h @property(nonatomic, readonly) NSString* value;
value             102 content/browser/accessibility/browser_accessibility_gtk.cc     AtkValue* atk_object, GValue* value) {
value             110 content/browser/accessibility/browser_accessibility_gtk.cc     memset(value, 0, sizeof(*value));
value             111 content/browser/accessibility/browser_accessibility_gtk.cc     g_value_init(value, G_TYPE_FLOAT);
value             112 content/browser/accessibility/browser_accessibility_gtk.cc     g_value_set_float(value, float_val);
value             117 content/browser/accessibility/browser_accessibility_gtk.cc     AtkValue* atk_object, GValue* value) {
value             125 content/browser/accessibility/browser_accessibility_gtk.cc     memset(value, 0, sizeof(*value));
value             126 content/browser/accessibility/browser_accessibility_gtk.cc     g_value_init(value, G_TYPE_FLOAT);
value             127 content/browser/accessibility/browser_accessibility_gtk.cc     g_value_set_float(value, float_val);
value             132 content/browser/accessibility/browser_accessibility_gtk.cc     AtkValue* atk_object, GValue* value) {
value             140 content/browser/accessibility/browser_accessibility_gtk.cc     memset(value, 0, sizeof(*value));
value             141 content/browser/accessibility/browser_accessibility_gtk.cc     g_value_init(value, G_TYPE_FLOAT);
value             142 content/browser/accessibility/browser_accessibility_gtk.cc     g_value_set_float(value, float_val);
value             147 content/browser/accessibility/browser_accessibility_gtk.cc     AtkValue* atk_object, GValue* value) {
value             149 content/browser/accessibility/browser_accessibility_gtk.cc   memset(value, 0, sizeof(*value));
value             150 content/browser/accessibility/browser_accessibility_gtk.cc   g_value_init(value, G_TYPE_FLOAT);
value             151 content/browser/accessibility/browser_accessibility_gtk.cc   g_value_set_float(value, 1.0);
value              60 content/browser/accessibility/browser_accessibility_state_impl_win.cc     base::string16 module_name(base::FilePath(filename).BaseName().value());
value             562 content/browser/accessibility/browser_accessibility_win.cc                                                    BSTR* value) {
value             566 content/browser/accessibility/browser_accessibility_win.cc   if (!value)
value             577 content/browser/accessibility/browser_accessibility_win.cc     *value = SysAllocString(value_text.c_str());
value             578 content/browser/accessibility/browser_accessibility_win.cc     DCHECK(*value);
value             594 content/browser/accessibility/browser_accessibility_win.cc     *value = SysAllocString(value_text.c_str());
value             595 content/browser/accessibility/browser_accessibility_win.cc     DCHECK(*value);
value             599 content/browser/accessibility/browser_accessibility_win.cc   *value = SysAllocString(base::UTF8ToUTF16(target->value()).c_str());
value             600 content/browser/accessibility/browser_accessibility_win.cc   DCHECK(*value);
value            2310 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_currentValue(VARIANT* value) {
value            2314 content/browser/accessibility/browser_accessibility_win.cc   if (!value)
value            2320 content/browser/accessibility/browser_accessibility_win.cc     value->vt = VT_R8;
value            2321 content/browser/accessibility/browser_accessibility_win.cc     value->dblVal = float_val;
value            2325 content/browser/accessibility/browser_accessibility_win.cc   value->vt = VT_EMPTY;
value            2329 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_minimumValue(VARIANT* value) {
value            2333 content/browser/accessibility/browser_accessibility_win.cc   if (!value)
value            2339 content/browser/accessibility/browser_accessibility_win.cc     value->vt = VT_R8;
value            2340 content/browser/accessibility/browser_accessibility_win.cc     value->dblVal = float_val;
value            2344 content/browser/accessibility/browser_accessibility_win.cc   value->vt = VT_EMPTY;
value            2348 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_maximumValue(VARIANT* value) {
value            2352 content/browser/accessibility/browser_accessibility_win.cc   if (!value)
value            2358 content/browser/accessibility/browser_accessibility_win.cc     value->vt = VT_R8;
value            2359 content/browser/accessibility/browser_accessibility_win.cc     value->dblVal = float_val;
value            2363 content/browser/accessibility/browser_accessibility_win.cc   value->vt = VT_EMPTY;
value            2444 content/browser/accessibility/browser_accessibility_win.cc   *node_value = SysAllocString(base::UTF8ToUTF16(value()).c_str());
value            3051 content/browser/accessibility/browser_accessibility_win.cc     std::string tmp = value();
value            3058 content/browser/accessibility/browser_accessibility_win.cc   if (value().empty() && (ia_state_ & STATE_SYSTEM_LINKED))
value            3223 content/browser/accessibility/browser_accessibility_win.cc   base::string16 value;
value            3224 content/browser/accessibility/browser_accessibility_win.cc   if (GetString16Attribute(attribute, &value))
value            3225 content/browser/accessibility/browser_accessibility_win.cc     ia2_attributes_.push_back(base::ASCIIToUTF16(ia2_attr) + L":" + value);
value            3231 content/browser/accessibility/browser_accessibility_win.cc   bool value;
value            3232 content/browser/accessibility/browser_accessibility_win.cc   if (GetBoolAttribute(attribute, &value)) {
value            3234 content/browser/accessibility/browser_accessibility_win.cc                               (value ? L"true" : L"false"));
value            3241 content/browser/accessibility/browser_accessibility_win.cc   int value;
value            3242 content/browser/accessibility/browser_accessibility_win.cc   if (GetIntAttribute(attribute, &value)) {
value            3244 content/browser/accessibility/browser_accessibility_win.cc                               base::IntToString16(value));
value            3250 content/browser/accessibility/browser_accessibility_win.cc   base::string16 value = base::UTF8ToUTF16(this->value());
value            3252 content/browser/accessibility/browser_accessibility_win.cc   if (value.empty() &&
value            3254 content/browser/accessibility/browser_accessibility_win.cc     value = base::UTF8ToUTF16(base::DoubleToString(fval));
value            3256 content/browser/accessibility/browser_accessibility_win.cc   return value;
value            3261 content/browser/accessibility/browser_accessibility_win.cc     return base::UTF8ToUTF16(value());
value             170 content/browser/accessibility/browser_accessibility_win.h   CONTENT_EXPORT STDMETHODIMP get_accValue(VARIANT var_id, BSTR* value);
value             584 content/browser/accessibility/browser_accessibility_win.h   CONTENT_EXPORT STDMETHODIMP get_currentValue(VARIANT* value);
value             586 content/browser/accessibility/browser_accessibility_win.h   CONTENT_EXPORT STDMETHODIMP get_minimumValue(VARIANT* value);
value             588 content/browser/accessibility/browser_accessibility_win.h   CONTENT_EXPORT STDMETHODIMP get_maximumValue(VARIANT* value);
value             159 content/browser/accessibility/dump_accessibility_tree_browsertest.cc     base::FilePath(html_file.RemoveExtension().value() +
value             233 content/browser/accessibility/dump_accessibility_tree_browsertest.cc         base::FilePath(html_file.RemoveExtension().value() +
value              35 content/browser/android/content_startup_flags.cc     int value;
value              36 content/browser/android/content_startup_flags.cc     if (base::StringToInt(limit, &value)) {
value              37 content/browser/android/content_startup_flags.cc       command_line_renderer_limit = value;
value              38 content/browser/android/content_startup_flags.cc       if (value <= 0)
value              81 content/browser/android/content_view_core_impl.cc #define DEFINE_POPUP_ITEM_TYPE(name, value) POPUP_ITEM_TYPE_##name = value,
value             543 content/browser/android/content_view_core_impl.cc     jint value = selected_item;
value             544 content/browser/android/content_view_core_impl.cc     env->SetIntArrayRegion(selected_array.obj(), 0, 1, &value);
value              67 content/browser/android/date_time_chooser_android.cc                                              jdouble value) {
value              68 content/browser/android/date_time_chooser_android.cc   host_->Send(new ViewMsg_ReplaceDateTime(host_->GetRoutingID(), value));
value             101 content/browser/android/date_time_chooser_android.cc           suggestion.value, localized_value.obj(), label.obj());
value              40 content/browser/android/date_time_chooser_android.h   void ReplaceDateTime(JNIEnv* env, jobject, jdouble value);
value             257 content/browser/android/download_controller_android_impl.cc       env, download_item->GetTargetFilePath().BaseName().value());
value             274 content/browser/android/download_controller_android_impl.cc       ConvertUTF8ToJavaString(env, item->GetTargetFilePath().value());
value             276 content/browser/android/download_controller_android_impl.cc       env, item->GetTargetFilePath().BaseName().value());
value             321 content/browser/android/download_controller_android_impl.cc       env, item->GetTargetFilePath().BaseName().value());
value              63 content/browser/android/edge_effect.cc T Clamp(T value, T low, T high) {
value              64 content/browser/android/edge_effect.cc    return value < low ? low : (value > high ? high : value);
value              11 content/browser/android/gesture_event_type.h #define DEFINE_GESTURE_EVENT_TYPE(name, value) name = value,
value              70 content/browser/android/overscroll_glow.cc bool IsApproxZero(float value) {
value              71 content/browser/android/overscroll_glow.cc   return std::abs(value) < kEpsilon;
value              42 content/browser/android/tracing_controller_android.cc   LOG(WARNING) << "Logging performance trace to file: " << file_path_.value();
value             271 content/browser/appcache/view_appcache_internals_job.cc   std::string name, value;
value             272 content/browser/appcache/view_appcache_internals_job.cc   while (headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             275 content/browser/appcache/view_appcache_internals_job.cc     out->append(net::EscapeForHTML(value));
value             299 content/browser/appcache/view_appcache_internals_job.cc                 std::string* command, std::string* value) {
value             304 content/browser/appcache/view_appcache_internals_job.cc   *value = query.substr(position + 1);
value             305 content/browser/appcache/view_appcache_internals_job.cc   return !command->empty() && !value->empty();
value             183 content/browser/browser_main_loop.cc   RenderSandboxHostLinux::GetInstance()->Init(sandbox_binary.value());
value             184 content/browser/browser_main_loop.cc   ZygoteHostImpl::GetInstance()->Init(sandbox_binary.value());
value             274 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     scoped_ptr<base::Value> value =
value             587 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   scoped_ptr<base::Value> value =
value             589 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   ASSERT_TRUE(value->GetAsList(&start) && start->GetSize() == 2);
value             594 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   value = content::ExecuteScriptAndGetValue(rfh, "dropLocation()");
value             595 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   ASSERT_TRUE(value->GetAsList(&end) && end->GetSize() == 2);
value             727 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   scoped_ptr<base::Value> value =
value             730 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   ASSERT_TRUE(value->GetAsBoolean(&result));
value            1031 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     scoped_ptr<base::Value> value =
value            1035 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     ASSERT_TRUE(value->GetAsString(&result));
value            1057 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     scoped_ptr<base::Value> value =
value            1061 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     ASSERT_TRUE(value->GetAsString(&actual_value));
value              43 content/browser/browser_shutdown_profile_dumper.cc         file_name.value();
value             106 content/browser/child_process_security_policy_impl.cc                          stripped.value().size());
value             201 content/browser/child_process_security_policy_impl.cc       if (base_name.value() == base::FilePath::kParentDirectory) {
value             204 content/browser/child_process_security_policy_impl.cc         if (base_name.value() != base::FilePath::kCurrentDirectory)
value              77 content/browser/device_orientation/data_fetcher_shared_memory_win.cc       double* value, bool* has_value) {
value              81 content/browser/device_orientation/data_fetcher_shared_memory_win.cc         *value = variant_value.dblVal;
value              83 content/browser/device_orientation/data_fetcher_shared_memory_win.cc         *value = variant_value.fltVal;
value              86 content/browser/device_orientation/data_fetcher_shared_memory_win.cc       *value = 0;
value              19 content/browser/device_orientation/sensor_manager_android.cc static void updateRotationVectorHistogram(bool value) {
value              20 content/browser/device_orientation/sensor_manager_android.cc   UMA_HISTOGRAM_BOOLEAN("InertialSensor.RotationVectorAndroidAvailable", value);
value             145 content/browser/devtools/devtools_http_handler_impl.cc       return kDevtoolsResources[i].value;
value             677 content/browser/devtools/devtools_http_handler_impl.cc                                        base::Value* value,
value             684 content/browser/devtools/devtools_http_handler_impl.cc   if (value) {
value             685 content/browser/devtools/devtools_http_handler_impl.cc     base::JSONWriter::WriteWithOptions(value,
value              95 content/browser/devtools/devtools_http_handler_impl.h                 base::Value* value,
value             104 content/browser/devtools/devtools_netlog_observer.cc         info->request_headers.push_back(std::make_pair(it.name(), it.value()));
value             141 content/browser/devtools/devtools_netlog_observer.cc       std::string name, value;
value             148 content/browser/devtools/devtools_netlog_observer.cc            response_headers->EnumerateHeaderLines(&it, &name, &value); ) {
value             149 content/browser/devtools/devtools_netlog_observer.cc         info->response_headers.push_back(std::make_pair(name, value));
value              43 content/browser/devtools/devtools_power_handler.cc     event_body->SetDouble("value", iter->value);
value              36 content/browser/devtools/devtools_system_info_handler.cc   virtual void AddInt64(const char* name, int64 value) OVERRIDE {
value              38 content/browser/devtools/devtools_system_info_handler.cc       dictionary_->SetDouble(name, value);
value              41 content/browser/devtools/devtools_system_info_handler.cc   virtual void AddInt(const char* name, int value) OVERRIDE {
value              43 content/browser/devtools/devtools_system_info_handler.cc       dictionary_->SetInteger(name, value);
value              46 content/browser/devtools/devtools_system_info_handler.cc   virtual void AddString(const char* name, const std::string& value) OVERRIDE {
value              48 content/browser/devtools/devtools_system_info_handler.cc       dictionary_->SetString(name, value);
value              51 content/browser/devtools/devtools_system_info_handler.cc   virtual void AddBool(const char* name, bool value) OVERRIDE {
value              53 content/browser/devtools/devtools_system_info_handler.cc       dictionary_->SetBoolean(name, value);
value              57 content/browser/devtools/devtools_system_info_handler.cc                                       const base::TimeDelta& value) OVERRIDE {
value              59 content/browser/devtools/devtools_system_info_handler.cc       dictionary_->SetDouble(name, value.InSecondsF());
value              36 content/browser/devtools/devtools_tracing_handler.cc     LOG(ERROR) << "Failed to read file: " << path.value();
value             633 content/browser/devtools/renderer_overrides_handler.cc     int64 value) {
value             636 content/browser/devtools/renderer_overrides_handler.cc   usage_item->SetDouble(devtools::Page::UsageItem::kParamValue, value);
value             646 content/browser/devtools/renderer_overrides_handler.cc     int64 value) {
value             648 content/browser/devtools/renderer_overrides_handler.cc     dictionary->SetDouble(item_name, value);
value              40 content/browser/devtools/renderer_overrides_handler_browsertest.cc     base::Value* value = 0;
value              41 content/browser/devtools/renderer_overrides_handler_browsertest.cc     return result_->Get(path, &value);
value              46 content/browser/devtools/renderer_overrides_handler_browsertest.cc                    const std::string& value) {
value              58 content/browser/devtools/renderer_overrides_handler_browsertest.cc       if (id == value)
value             132 content/browser/dom_storage/dom_storage_area.cc                              const base::string16& value,
value             139 content/browser/dom_storage/dom_storage_area.cc   bool success = map_->SetItem(key, value, old_value);
value             142 content/browser/dom_storage/dom_storage_area.cc     commit_batch->changed_values[key] = base::NullableString16(value, false);
value              57 content/browser/dom_storage/dom_storage_area.h   bool SetItem(const base::string16& key, const base::string16& value,
value             353 content/browser/dom_storage/dom_storage_context_impl_unittest.cc   txn.value = base::NullableString16(kValue2, false);
value              26 content/browser/dom_storage/dom_storage_database.cc       database_path.BaseName().value() + kJournal;
value              66 content/browser/dom_storage/dom_storage_database.cc     base::string16 value;
value              67 content/browser/dom_storage/dom_storage_database.cc     statement.ColumnBlobAsString16(1, &value);
value              68 content/browser/dom_storage/dom_storage_database.cc     (*result)[key] = base::NullableString16(value, false);
value              99 content/browser/dom_storage/dom_storage_database.cc     base::NullableString16 value = it->second;
value             100 content/browser/dom_storage/dom_storage_database.cc     if (value.is_null()) {
value             109 content/browser/dom_storage/dom_storage_database.cc       statement.BindBlob(1, value.string().data(),
value             110 content/browser/dom_storage/dom_storage_database.cc                          value.string().length() * sizeof(base::char16));
value             164 content/browser/dom_storage/dom_storage_database.cc                  << file_path_.value()
value             277 content/browser/dom_storage/dom_storage_database.cc     base::NullableString16 value(statement.ColumnString16(1), false);
value             278 content/browser/dom_storage/dom_storage_database.cc     values[key] = value;
value              62 content/browser/dom_storage/dom_storage_database_unittest.cc                   const base::string16& value) {
value              66 content/browser/dom_storage/dom_storage_database_unittest.cc   statement.BindString16(1, value);
value              80 content/browser/dom_storage/dom_storage_database_unittest.cc     base::NullableString16 value = it->second;
value              82 content/browser/dom_storage/dom_storage_database_unittest.cc     EXPECT_EQ(expected_value.string(), value.string());
value              83 content/browser/dom_storage/dom_storage_database_unittest.cc     EXPECT_EQ(expected_value.is_null(), value.is_null());
value              99 content/browser/dom_storage/dom_storage_host.cc     const base::string16& value, const GURL& page_url,
value             104 content/browser/dom_storage/dom_storage_host.cc   if (!area->SetItem(key, value, old_value))
value             106 content/browser/dom_storage/dom_storage_host.cc   if (old_value->is_null() || old_value->string() != value)
value             107 content/browser/dom_storage/dom_storage_host.cc     context_->NotifyItemSet(area, key, value, *old_value, page_url);
value             111 content/browser/dom_storage/dom_storage_host.cc                       base::NullableString16(value, false));
value             117 content/browser/dom_storage/dom_storage_host.cc     const base::NullableString16& value) {
value             123 content/browser/dom_storage/dom_storage_host.cc                       area->origin(), GURL(), key, value);
value             202 content/browser/dom_storage/dom_storage_host.cc     const base::NullableString16& value) {
value             212 content/browser/dom_storage/dom_storage_host.cc   transaction.value = value;
value              46 content/browser/dom_storage/dom_storage_host.h                    const base::string16& value, const GURL& page_url,
value              49 content/browser/dom_storage/dom_storage_host.h                       const base::NullableString16& value);
value              79 content/browser/dom_storage/dom_storage_host.h       const base::NullableString16& value);
value             121 content/browser/dom_storage/dom_storage_message_filter.cc     const base::string16& value, const GURL& page_url) {
value             127 content/browser/dom_storage/dom_storage_message_filter.cc   bool success = host_->SetAreaItem(connection_id, key, value,
value             134 content/browser/dom_storage/dom_storage_message_filter.cc     const base::NullableString16& value) {
value             136 content/browser/dom_storage/dom_storage_message_filter.cc   host_->LogGetAreaItem(connection_id, key, value);
value              57 content/browser/dom_storage/dom_storage_message_filter.h                  const base::string16& value, const GURL& page_url);
value              59 content/browser/dom_storage/dom_storage_message_filter.h                     const base::NullableString16& value);
value             310 content/browser/dom_storage/dom_storage_namespace.cc       if (transaction.value != other_value)
value             341 content/browser/dom_storage/dom_storage_namespace.cc       area->SetItem(transaction.key, base::string16(transaction.value.string()),
value             344 content/browser/dom_storage/dom_storage_namespace.cc         context->NotifyItemSet(area, transaction.key,transaction.value.string(),
value              97 content/browser/dom_storage/dom_storage_namespace.h   void set_ready_for_deletion_pending_aliases(bool value) {
value              98 content/browser/dom_storage/dom_storage_namespace.h     ready_for_deletion_pending_aliases_ = value;
value             101 content/browser/dom_storage/dom_storage_namespace.h   void set_must_persist_at_shutdown(bool value) {
value             102 content/browser/dom_storage/dom_storage_namespace.h     must_persist_at_shutdown_ = value;
value             117 content/browser/dom_storage/dom_storage_namespace.h     base::NullableString16 value;
value              80 content/browser/dom_storage/session_storage_database.cc           base::WideToUTF8(session_storage_database_->file_path_.value()),
value              83 content/browser/dom_storage/session_storage_database.cc       leveldb::DestroyDB(session_storage_database_->file_path_.value(),
value             343 content/browser/dom_storage/session_storage_database.cc     LOG(WARNING) << "Failed to open leveldb in " << file_path_.value()
value             351 content/browser/dom_storage/session_storage_database.cc       LOG(WARNING) << "Failed to open leveldb in " << file_path_.value()
value             380 content/browser/dom_storage/session_storage_database.cc   return leveldb::DB::Open(options, base::WideToUTF8(file_path_.value()), db);
value             382 content/browser/dom_storage/session_storage_database.cc   return leveldb::DB::Open(options, file_path_.value(), db);
value             464 content/browser/dom_storage/session_storage_database.cc     std::string map_id = it->value().ToString();
value             581 content/browser/dom_storage/session_storage_database.cc       size_t len = it->value().size() / sizeof(base::char16);
value             583 content/browser/dom_storage/session_storage_database.cc           reinterpret_cast<const base::char16*>(it->value().data());
value             597 content/browser/dom_storage/session_storage_database.cc     base::NullableString16 value = it->second;
value             599 content/browser/dom_storage/session_storage_database.cc     if (value.is_null()) {
value             604 content/browser/dom_storage/session_storage_database.cc       const char* data = reinterpret_cast<const char*>(value.string().data());
value             605 content/browser/dom_storage/session_storage_database.cc       size_t size = value.string().size() * 2;
value             188 content/browser/dom_storage/session_storage_database_unittest.cc     (*data)[it->key().ToString()] = it->value().ToString();
value             305 content/browser/dom_storage/session_storage_database_unittest.cc       base::string16 value;
value             306 content/browser/dom_storage/session_storage_database_unittest.cc       size_t len = it->value().size() / sizeof(base::char16);
value             307 content/browser/dom_storage/session_storage_database_unittest.cc       value.resize(len);
value             308 content/browser/dom_storage/session_storage_database_unittest.cc       value.assign(
value             309 content/browser/dom_storage/session_storage_database_unittest.cc           reinterpret_cast<const base::char16*>(it->value().data()), len);
value             310 content/browser/dom_storage/session_storage_database_unittest.cc       LOG(WARNING) << it->key().ToString() << ": " << value;
value             312 content/browser/dom_storage/session_storage_database_unittest.cc       LOG(WARNING) << it->key().ToString() << ": " << it->value().ToString();
value             244 content/browser/download/base_file.cc                             full_path_.value().c_str(),
value              25 content/browser/download/base_file_posix.cc   int stat_error = stat(new_path.value().c_str(), &st);
value              37 content/browser/download/base_file_posix.cc     int chmod_error = chmod(new_path.value().c_str(), st.st_mode);
value             154 content/browser/download/base_file_unittest.cc     EXPECT_NE(base::FilePath::StringType(), file_name.value());
value             167 content/browser/download/base_file_unittest.cc     EXPECT_NE(base::FilePath::StringType(), file_name.value());
value             233 content/browser/download/base_file_unittest.cc   EXPECT_EQ(base::FilePath().value(), base_file_->full_path().value());
value             242 content/browser/download/base_file_unittest.cc   EXPECT_NE(base::FilePath().value(), base_file_->full_path().value());
value             545 content/browser/download/base_file_unittest.cc   EXPECT_NE(base::FilePath::StringType(), file_name.value());
value             581 content/browser/download/base_file_unittest.cc   EXPECT_NE(base::FilePath::StringType(), file_name.value());
value             617 content/browser/download/base_file_unittest.cc   EXPECT_STREQ(temp_file.DirName().value().c_str(),
value             618 content/browser/download/base_file_unittest.cc                base_file_->full_path().DirName().value().c_str());
value             300 content/browser/download/base_file_win.cc   base::FilePath::StringType source = full_path_.value();
value             301 content/browser/download/base_file_win.cc   base::FilePath::StringType target = new_path.value();
value             598 content/browser/download/download_browsertest.cc                   const std::string& value,
value             603 content/browser/download/download_browsertest.cc     EXPECT_TRUE(read) << "Failed reading file: " << path.value() << std::endl;
value             617 content/browser/download/download_browsertest.cc     EXPECT_EQ(value, file_contents);
value             618 content/browser/download/download_browsertest.cc     if (memcmp(file_contents.c_str(), value.c_str(), expected_size) != 0)
value             668 content/browser/download/download_browsertest.cc     EXPECT_EQ(expected_filename.value(),
value             669 content/browser/download/download_browsertest.cc               download->GetFullPath().BaseName().value());
value             683 content/browser/download/download_browsertest.cc             << " for " << expected_filename.value();
value              93 content/browser/download/download_interrupt_reasons_impl.cc #define INTERRUPT_REASON(name, value)  \
value             851 content/browser/download/download_item_impl.cc         GetFullPath().value().c_str(),
value             852 content/browser/download/download_item_impl.cc         GetTargetFilePath().value().c_str());
value            1191 content/browser/download/download_item_impl.cc   VLOG(20) << __FUNCTION__ << " " << target_path.value() << " " << disposition
value            1342 content/browser/download/download_item_impl.cc            << " full_path = \"" << full_path.value() << "\""
value            1648 content/browser/download/download_item_impl.cc            << " new_path = \"" << new_path.value() << "\""
value             669 content/browser/download/download_item_impl_unittest.cc             item->GetFileNameToReportUser().value());
value             677 content/browser/download/download_item_impl_unittest.cc             item->GetFileNameToReportUser().value());
value             680 content/browser/download/download_item_impl_unittest.cc             item->GetFileNameToReportUser().value());
value              21 content/browser/download/download_stats.cc #define INTERRUPT_REASON(label, value) (value),
value              21 content/browser/download/file_metadata_linux.cc                                      const char* value, size_t value_size,
value              23 content/browser/download/file_metadata_linux.cc   int result = setxattr(path, name, value, value_size, flags);
value              34 content/browser/download/file_metadata_linux.cc     SetExtendedFileAttribute(file.value().c_str(), kSourceURLAttrName,
value              38 content/browser/download/file_metadata_linux.cc     SetExtendedFileAttribute(file.value().c_str(), kReferrerURLAttrName,
value              56 content/browser/download/file_metadata_unittest_linux.cc     int result = setxattr(test_file_.value().c_str(),
value              67 content/browser/download/file_metadata_unittest_linux.cc     ssize_t len = getxattr(test_file().value().c_str(), attr_name.c_str(),
value              73 content/browser/download/file_metadata_unittest_linux.cc     len = getxattr(test_file().value().c_str(), attr_name.c_str(), buffer, len);
value              81 content/browser/download/file_metadata_unittest_linux.cc     ssize_t len = listxattr(test_file().value().c_str(), NULL, 0);
value              84 content/browser/download/file_metadata_unittest_linux.cc     len = listxattr(test_file().value().c_str(), buffer, len);
value             145 content/browser/download/mhtml_generation_manager.cc         file_path.value();
value             172 content/browser/download/save_package.cc          saved_main_file_path_.value().length() <= kMaxFilePathLength);
value             174 content/browser/download/save_package.cc          saved_main_directory_path_.value().length() < kMaxFilePathLength);
value             403 content/browser/download/save_package.cc                   static_cast<uint32>(base_dir.value().length()) +
value             434 content/browser/download/save_package.cc                                           dir_path.value().length() -
value             471 content/browser/download/save_package.cc       file_path.RemoveExtension().BaseName().value();
value             497 content/browser/download/save_package.cc         base::FilePath(*iter).RemoveExtension().BaseName().value();
value             523 content/browser/download/save_package.cc       file_name = temp_file.RemoveExtension().BaseName().value();
value            1250 content/browser/download/save_package.cc   base::FilePath::StringType file_name = name_with_proper_ext.value();
value            1264 content/browser/download/save_package.cc     return base::FilePath(name.value() + FILE_PATH_LITERAL(".") +
value            1281 content/browser/download/save_package.cc     return base::FilePath(name.value() + FILE_PATH_LITERAL(".") +
value            1363 content/browser/download/save_package.cc       suggested_filename.RemoveExtension().BaseName().value();
value            1425 content/browser/download/save_package.cc         saved_main_file_path_.RemoveExtension().BaseName().value() +
value             114 content/browser/download/save_package_unittest.cc         kMaxFilePathLength - 9 - temp_dir_.path().value().length());
value             290 content/browser/download/save_package_unittest.cc     EXPECT_EQ(expected.value(), actual.value()) << "Failed for page title: " <<
value             335 content/browser/download/save_package_unittest.cc     EXPECT_EQ(expected.value(), actual.value()) << "Failed for page title: " <<
value             408 content/browser/download/save_package_unittest.cc     EXPECT_EQ(kSuggestedSaveNames[i].expected_name, save_name.value()) <<
value             377 content/browser/fileapi/dragged_file_util_unittest.cc       entry.name = current.BaseName().value();
value             425 content/browser/fileapi/dragged_file_util_unittest.cc     EXPECT_EQ(GetTestCasePlatformPath(test_case.path).value(),
value             426 content/browser/fileapi/dragged_file_util_unittest.cc               local_file_path.value());
value             462 content/browser/fileapi/dragged_file_util_unittest.cc                    << src_url.path().value());
value             491 content/browser/fileapi/dragged_file_util_unittest.cc                  << src_url.path().value());
value            1521 content/browser/fileapi/obfuscated_file_util_unittest.cc       dir_url, src_url.path().value());
value             221 content/browser/fileapi/sandbox_file_system_backend_unittest.cc     EXPECT_EQ(expected.value(), root_path.value());
value             239 content/browser/fileapi/sandbox_file_system_backend_unittest.cc     EXPECT_EQ(returned_root_path[i].value(), root_path.value());
value             262 content/browser/fileapi/sandbox_file_system_backend_unittest.cc   EXPECT_EQ(root_path1.value(), root_path2.value());
value             319 content/browser/fileapi/sandbox_file_system_backend_unittest.cc     EXPECT_EQ(expected.value(), root_path.value());
value              84 content/browser/frame_host/interstitial_page_impl.h   void set_reload_on_dont_proceed(bool value) {
value              85 content/browser/frame_host/interstitial_page_impl.h     reload_on_dont_proceed_ = value;
value             254 content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc       pad.axes[item] = event.value / kMaxLinuxAxisValue;
value             260 content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc       pad.buttons[item].pressed = event.value;
value             261 content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc       pad.buttons[item].value = event.value ? 1.0 : 0.0;
value              64 content/browser/gamepad/gamepad_platform_data_fetcher_mac.h   void ValueChanged(IOHIDValueRef value);
value              33 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc float NormalizeXInputAxis(SHORT value) {
value              34 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc   return ((value + 32768.f) / 32767.5f) - 1.f;
value             233 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc   pad->buttons[pad->buttonsLength++].value = \
value             243 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc     pad->buttons[pad->buttonsLength++].value =
value             247 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc     pad->buttons[pad->buttonsLength++].value =
value             287 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc     raw_pad.buttons[i].value = gamepad->buttons[i] ? 1.0 : 0.0;
value             291 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc     raw_pad.axes[i] = gamepad->axes[i].value;
value              74 content/browser/gamepad/gamepad_provider_unittest.cc   test_data.items[0].buttons[0].value = 1.f;
value             106 content/browser/gamepad/gamepad_provider_unittest.cc   EXPECT_EQ(1.f, output.items[0].buttons[0].value);
value             121 content/browser/gamepad/gamepad_provider_unittest.cc   no_button_data.items[0].buttons[0].value = 0.f;
value             127 content/browser/gamepad/gamepad_provider_unittest.cc   button_down_data.items[0].buttons[0].value = 1.f;
value              10 content/browser/gamepad/gamepad_standard_mappings.cc   float value = (input + 1.f) / 2.f;
value              12 content/browser/gamepad/gamepad_standard_mappings.cc     value > kDefaultButtonPressedThreshold, value);
value              16 content/browser/gamepad/gamepad_standard_mappings.cc   float value = (input < -0.5f) ? 1.f : 0.f;
value              18 content/browser/gamepad/gamepad_standard_mappings.cc     value > kDefaultButtonPressedThreshold, value);
value              22 content/browser/gamepad/gamepad_standard_mappings.cc   float value = (input > 0.5f) ? 1.f : 0.f;
value              24 content/browser/gamepad/gamepad_standard_mappings.cc     value > kDefaultButtonPressedThreshold, value);
value              29 content/browser/gamepad/gamepad_standard_mappings.cc   float value = (axis + 1.f) / 2.f;
value              30 content/browser/gamepad/gamepad_standard_mappings.cc   return blink::WebGamepadButton(button.pressed, value);
value              51 content/browser/gamepad/gamepad_standard_mappings.cc   mapped->buttons[kButtonDpadUp].value = up ? 1.f : 0.f;
value              53 content/browser/gamepad/gamepad_standard_mappings.cc   mapped->buttons[kButtonDpadRight].value = right ? 1.f : 0.f;
value              55 content/browser/gamepad/gamepad_standard_mappings.cc   mapped->buttons[kButtonDpadDown].value = down ? 1.f : 0.f;
value              57 content/browser/gamepad/gamepad_standard_mappings.cc   mapped->buttons[kButtonDpadLeft].value = left ? 1.f : 0.f;
value              17 content/browser/gamepad/raw_input_data_fetcher_win.cc float NormalizeAxis(long value, long min, long max) {
value              18 content/browser/gamepad/raw_input_data_fetcher_win.cc   return (2.f * (value - min) / static_cast<float>(max - min)) - 1.f;
value             306 content/browser/gamepad/raw_input_data_fetcher_win.cc       gamepad_info->axes[axis_index].value = 0;
value             329 content/browser/gamepad/raw_input_data_fetcher_win.cc           gamepad_info->axes[next_index].value = 0;
value             401 content/browser/gamepad/raw_input_data_fetcher_win.cc         axis->value = NormalizeAxis(scaled_axis_value,
value             411 content/browser/gamepad/raw_input_data_fetcher_win.cc         axis->value = NormalizeAxis(axis_value,
value              32 content/browser/gamepad/raw_input_data_fetcher_win.h   float value;
value             160 content/browser/gamepad/xbox_data_fetcher_mac.cc float NormalizeTrigger(uint8 value) {
value             161 content/browser/gamepad/xbox_data_fetcher_mac.cc   return value < kXbox360TriggerDeadzone ? 0 :
value             162 content/browser/gamepad/xbox_data_fetcher_mac.cc       static_cast<float>(value - kXbox360TriggerDeadzone) /
value             166 content/browser/gamepad/xbox_data_fetcher_mac.cc float NormalizeXboxOneTrigger(uint16 value) {
value             167 content/browser/gamepad/xbox_data_fetcher_mac.cc   return value < kXboxOneTriggerDeadzone ? 0 :
value             168 content/browser/gamepad/xbox_data_fetcher_mac.cc       static_cast<float>(value - kXboxOneTriggerDeadzone) /
value             198 content/browser/geolocation/network_location_provider_unittest.cc   static std::string PrettyJson(const base::Value& value) {
value             201 content/browser/geolocation/network_location_provider_unittest.cc         &value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &pretty);
value             227 content/browser/geolocation/network_location_request.cc void AddString(const std::string& property_name, const std::string& value,
value             230 content/browser/geolocation/network_location_request.cc   if (!value.empty())
value             231 content/browser/geolocation/network_location_request.cc     dict->SetString(property_name, value);
value             234 content/browser/geolocation/network_location_request.cc void AddInteger(const std::string& property_name, int value,
value             237 content/browser/geolocation/network_location_request.cc   if (value != kint32min)
value             238 content/browser/geolocation/network_location_request.cc     dict->SetInteger(property_name, value);
value             339 content/browser/geolocation/network_location_request.cc   const base::Value* value = NULL;
value             340 content/browser/geolocation/network_location_request.cc   if (!object.Get(property_name, &value))
value             343 content/browser/geolocation/network_location_request.cc   DCHECK(value);
value             344 content/browser/geolocation/network_location_request.cc   if (value->GetAsInteger(&value_as_int)) {
value             348 content/browser/geolocation/network_location_request.cc   return value->GetAsDouble(out);
value             137 content/browser/geolocation/wifi_data_provider_linux.cc     VLOG(1) << "Checking device: " << device_path.value();
value             153 content/browser/geolocation/wifi_data_provider_linux.cc                    << device_path.value();
value             213 content/browser/geolocation/wifi_data_provider_linux.cc                  << adapter_path.value();
value             219 content/browser/geolocation/wifi_data_provider_linux.cc     LOG(WARNING) << "Unexpected response for " << adapter_path.value() << ": "
value             224 content/browser/geolocation/wifi_data_provider_linux.cc   VLOG(1) << "Wireless adapter " << adapter_path.value() << " found "
value             229 content/browser/geolocation/wifi_data_provider_linux.cc     VLOG(1) << "Checking access point: " << access_point_path.value();
value             245 content/browser/geolocation/wifi_data_provider_linux.cc         LOG(WARNING) << "Unexpected response for " << access_point_path.value()
value             252 content/browser/geolocation/wifi_data_provider_linux.cc         LOG(WARNING) << "Unexpected response for " << access_point_path.value()
value             268 content/browser/geolocation/wifi_data_provider_linux.cc         LOG(WARNING) << "Unexpected response for " << access_point_path.value()
value             292 content/browser/geolocation/wifi_data_provider_linux.cc         LOG(WARNING) << "Unexpected response for " << access_point_path.value()
value             308 content/browser/geolocation/wifi_data_provider_linux.cc         LOG(WARNING) << "Unexpected response for " << access_point_path.value()
value             317 content/browser/geolocation/wifi_data_provider_linux.cc     VLOG(1) << "Access point data of " << access_point_path.value() << ": "
value             173 content/browser/gpu/gpu_data_manager_impl_private.cc     GpuFeatureStatus value = kGpuFeatureEnabled;
value             175 content/browser/gpu/gpu_data_manager_impl_private.cc       value = kGpuFeatureBlacklisted;
value             177 content/browser/gpu/gpu_data_manager_impl_private.cc       value = kGpuFeatureDisabled;
value             182 content/browser/gpu/gpu_data_manager_impl_private.cc     histogram_pointer->Add(value);
value             189 content/browser/gpu/gpu_data_manager_impl_private.cc     histogram_pointer->Add(GetGpuBlacklistHistogramValueWin(value));
value             873 content/browser/gpu/gpu_data_manager_impl_private.cc   base::ListValue* value = new base::ListValue;
value             879 content/browser/gpu/gpu_data_manager_impl_private.cc     value->Append(dict);
value             881 content/browser/gpu/gpu_data_manager_impl_private.cc   return value;
value              50 content/browser/gpu/gpu_internals_ui.cc     const std::string& value) {
value              53 content/browser/gpu/gpu_internals_ui.cc   dict->SetString("value", value);
value              58 content/browser/gpu/gpu_internals_ui.cc     base::Value* value) {
value              61 content/browser/gpu/gpu_internals_ui.cc   dict->Set("value", value);
value             131 content/browser/indexed_db/indexed_db_backing_store.cc                     bool value) {
value             133 content/browser/indexed_db/indexed_db_backing_store.cc   EncodeBool(value, &buffer);
value             166 content/browser/indexed_db/indexed_db_backing_store.cc                    int64 value) {
value             167 content/browser/indexed_db/indexed_db_backing_store.cc   DCHECK_GE(value, 0);
value             169 content/browser/indexed_db/indexed_db_backing_store.cc   EncodeInt(value, &buffer);
value             192 content/browser/indexed_db/indexed_db_backing_store.cc                       int64 value) {
value             194 content/browser/indexed_db/indexed_db_backing_store.cc   EncodeVarInt(value, &buffer);
value             219 content/browser/indexed_db/indexed_db_backing_store.cc                       const base::string16& value) {
value             221 content/browser/indexed_db/indexed_db_backing_store.cc   EncodeString(value, &buffer);
value             227 content/browser/indexed_db/indexed_db_backing_store.cc                           const IndexedDBKeyPath& value) {
value             229 content/browser/indexed_db/indexed_db_backing_store.cc   EncodeIDBKeyPath(value, &buffer);
value             534 content/browser/indexed_db/indexed_db_backing_store.cc   size_t component_length = leveldb_dir.BaseName().value().length();
value            1398 content/browser/indexed_db/indexed_db_backing_store.cc     const IndexedDBValue& value,
value            1417 content/browser/indexed_db/indexed_db_backing_store.cc   v.append(value.bits);
value             169 content/browser/indexed_db/indexed_db_backing_store.h       const IndexedDBValue& value,
value             275 content/browser/indexed_db/indexed_db_backing_store.h     virtual IndexedDBValue* value() = 0;
value             423 content/browser/indexed_db/indexed_db_browsertest.cc   VLOG(0) << "There were " << numFiles << " in " << idb_data_path.value()
value              78 content/browser/indexed_db/indexed_db_callbacks.cc void IndexedDBCallbacks::OnSuccess(const std::vector<base::string16>& value) {
value              88 content/browser/indexed_db/indexed_db_callbacks.cc   for (unsigned i = 0; i < value.size(); ++i)
value              89 content/browser/indexed_db/indexed_db_callbacks.cc     list.push_back(value[i]);
value             175 content/browser/indexed_db/indexed_db_callbacks.cc                                    IndexedDBValue* value) {
value             191 content/browser/indexed_db/indexed_db_callbacks.cc   if (value && !value->empty())
value             192 content/browser/indexed_db/indexed_db_callbacks.cc     std::swap(params.value, value->bits);
value             202 content/browser/indexed_db/indexed_db_callbacks.cc                                    IndexedDBValue* value) {
value             223 content/browser/indexed_db/indexed_db_callbacks.cc   if (value && !value->empty())
value             224 content/browser/indexed_db/indexed_db_callbacks.cc     std::swap(params.value, value->bits);
value             269 content/browser/indexed_db/indexed_db_callbacks.cc void IndexedDBCallbacks::OnSuccess(IndexedDBValue* value,
value             281 content/browser/indexed_db/indexed_db_callbacks.cc   if (value && !value->empty())
value             282 content/browser/indexed_db/indexed_db_callbacks.cc     std::swap(value_copy, value->bits);
value             294 content/browser/indexed_db/indexed_db_callbacks.cc void IndexedDBCallbacks::OnSuccess(IndexedDBValue* value) {
value             297 content/browser/indexed_db/indexed_db_callbacks.cc   DCHECK(kNoCursor == ipc_cursor_id_ || value == NULL);
value             304 content/browser/indexed_db/indexed_db_callbacks.cc   if (value && !value->empty())
value             305 content/browser/indexed_db/indexed_db_callbacks.cc     std::swap(value_copy, value->bits);
value             315 content/browser/indexed_db/indexed_db_callbacks.cc void IndexedDBCallbacks::OnSuccess(const IndexedDBKey& value) {
value             325 content/browser/indexed_db/indexed_db_callbacks.cc       ipc_thread_id_, ipc_callbacks_id_, value));
value             329 content/browser/indexed_db/indexed_db_callbacks.cc void IndexedDBCallbacks::OnSuccess(int64 value) {
value             339 content/browser/indexed_db/indexed_db_callbacks.cc       ipc_thread_id_, ipc_callbacks_id_, value));
value              74 content/browser/indexed_db/indexed_db_callbacks.h                          IndexedDBValue* value);
value              79 content/browser/indexed_db/indexed_db_callbacks.h                          IndexedDBValue* value);
value              88 content/browser/indexed_db/indexed_db_callbacks.h   virtual void OnSuccess(IndexedDBValue* value,
value              93 content/browser/indexed_db/indexed_db_callbacks.h   virtual void OnSuccess(IndexedDBValue* value);
value              99 content/browser/indexed_db/indexed_db_callbacks.h   virtual void OnSuccess(int64 value);
value              42 content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc                               std::string* value,
value             183 content/browser/indexed_db/indexed_db_context_impl.cc     info->SetString("path", GetFilePath(origin_url).value());
value             136 content/browser/indexed_db/indexed_db_cursor.cc         IndexedDBValue value;
value             137 content/browser/indexed_db/indexed_db_cursor.cc         value.swap(*cursor_->value());
value             138 content/browser/indexed_db/indexed_db_cursor.cc         size_estimate += value.SizeEstimate();
value             139 content/browser/indexed_db/indexed_db_cursor.cc         found_values.push_back(value);
value              41 content/browser/indexed_db/indexed_db_cursor.h                                                          : cursor_->value();
value             575 content/browser/indexed_db/indexed_db_database.cc     IndexedDBValue value;
value             580 content/browser/indexed_db/indexed_db_database.cc                                   &value);
value             592 content/browser/indexed_db/indexed_db_database.cc     if (value.empty()) {
value             599 content/browser/indexed_db/indexed_db_database.cc       callbacks->OnSuccess(&value, *key, object_store_metadata.key_path);
value             603 content/browser/indexed_db/indexed_db_database.cc     callbacks->OnSuccess(&value);
value             635 content/browser/indexed_db/indexed_db_database.cc   IndexedDBValue value;
value             640 content/browser/indexed_db/indexed_db_database.cc                                 &value);
value             651 content/browser/indexed_db/indexed_db_database.cc   if (value.empty()) {
value             657 content/browser/indexed_db/indexed_db_database.cc     callbacks->OnSuccess(&value, *primary_key, object_store_metadata.key_path);
value             660 content/browser/indexed_db/indexed_db_database.cc   callbacks->OnSuccess(&value);
value             704 content/browser/indexed_db/indexed_db_database.cc   IndexedDBValue value;
value             716 content/browser/indexed_db/indexed_db_database.cc                             IndexedDBValue* value,
value             733 content/browser/indexed_db/indexed_db_database.cc   params->value.swap(*value);
value             832 content/browser/indexed_db/indexed_db_database.cc                                 params->value,
value             130 content/browser/indexed_db/indexed_db_database.h            IndexedDBValue* value,
value             568 content/browser/indexed_db/indexed_db_dispatcher_host.cc   IndexedDBValue value;
value             569 content/browser/indexed_db/indexed_db_dispatcher_host.cc   value.bits = params.value;
value             573 content/browser/indexed_db/indexed_db_dispatcher_host.cc       &value,
value             582 content/browser/indexed_db/indexed_db_dispatcher_host.cc   (*map)[host_transaction_id] += params.value.size();
value             132 content/browser/indexed_db/indexed_db_dispatcher_host.h     void set_check_on_null_data(bool value) {
value             133 content/browser/indexed_db/indexed_db_dispatcher_host.h       map_.set_check_on_null_data(value);
value             105 content/browser/indexed_db/indexed_db_internals_ui.cc       "indexeddb.onOriginsReady", *origins, base::StringValue(path.value()));
value             264 content/browser/indexed_db/indexed_db_internals_ui.cc       base::StringValue(partition_path.value()),
value             276 content/browser/indexed_db/indexed_db_internals_ui.cc   const GURL url = GURL(FILE_PATH_LITERAL("file://") + zip_path.value());
value             354 content/browser/indexed_db/indexed_db_internals_ui.cc       base::StringValue(partition_path.value()),
value             239 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeByte(unsigned char value, std::string* into) {
value             240 content/browser/indexed_db/indexed_db_leveldb_coding.cc   into->push_back(value);
value             243 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeBool(bool value, std::string* into) {
value             244 content/browser/indexed_db/indexed_db_leveldb_coding.cc   into->push_back(value ? 1 : 0);
value             247 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeInt(int64 value, std::string* into) {
value             250 content/browser/indexed_db/indexed_db_leveldb_coding.cc   DCHECK_GE(value, 0);
value             252 content/browser/indexed_db/indexed_db_leveldb_coding.cc   uint64 n = static_cast<uint64>(value);
value             261 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeVarInt(int64 value, std::string* into) {
value             264 content/browser/indexed_db/indexed_db_leveldb_coding.cc   DCHECK_GE(value, 0);
value             266 content/browser/indexed_db/indexed_db_leveldb_coding.cc   uint64 n = static_cast<uint64>(value);
value             277 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeString(const base::string16& value, std::string* into) {
value             278 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (value.empty())
value             281 content/browser/indexed_db/indexed_db_leveldb_coding.cc   size_t length = value.length();
value             285 content/browser/indexed_db/indexed_db_leveldb_coding.cc   const base::char16* src = value.c_str();
value             292 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeBinary(const std::string& value, std::string* into) {
value             293 content/browser/indexed_db/indexed_db_leveldb_coding.cc   EncodeVarInt(value.length(), into);
value             294 content/browser/indexed_db/indexed_db_leveldb_coding.cc   into->append(value.begin(), value.end());
value             295 content/browser/indexed_db/indexed_db_leveldb_coding.cc   DCHECK(into->size() >= value.size());
value             298 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeStringWithLength(const base::string16& value, std::string* into) {
value             299 content/browser/indexed_db/indexed_db_leveldb_coding.cc   EncodeVarInt(value.length(), into);
value             300 content/browser/indexed_db/indexed_db_leveldb_coding.cc   EncodeString(value, into);
value             303 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeDouble(double value, std::string* into) {
value             305 content/browser/indexed_db/indexed_db_leveldb_coding.cc   const char* p = reinterpret_cast<char*>(&value);
value             306 content/browser/indexed_db/indexed_db_leveldb_coding.cc   into->insert(into->end(), p, p + sizeof(value));
value             309 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeIDBKey(const IndexedDBKey& value, std::string* into) {
value             311 content/browser/indexed_db/indexed_db_leveldb_coding.cc   DCHECK(value.IsValid());
value             312 content/browser/indexed_db/indexed_db_leveldb_coding.cc   switch (value.type()) {
value             315 content/browser/indexed_db/indexed_db_leveldb_coding.cc       size_t length = value.array().size();
value             318 content/browser/indexed_db/indexed_db_leveldb_coding.cc         EncodeIDBKey(value.array()[i], into);
value             324 content/browser/indexed_db/indexed_db_leveldb_coding.cc       EncodeBinary(value.binary(), into);
value             329 content/browser/indexed_db/indexed_db_leveldb_coding.cc       EncodeStringWithLength(value.string(), into);
value             334 content/browser/indexed_db/indexed_db_leveldb_coding.cc       EncodeDouble(value.date(), into);
value             339 content/browser/indexed_db/indexed_db_leveldb_coding.cc       EncodeDouble(value.number(), into);
value             352 content/browser/indexed_db/indexed_db_leveldb_coding.cc void EncodeIDBKeyPath(const IndexedDBKeyPath& value, std::string* into) {
value             358 content/browser/indexed_db/indexed_db_leveldb_coding.cc   EncodeByte(static_cast<char>(value.type()), into);
value             359 content/browser/indexed_db/indexed_db_leveldb_coding.cc   switch (value.type()) {
value             363 content/browser/indexed_db/indexed_db_leveldb_coding.cc       EncodeStringWithLength(value.string(), into);
value             367 content/browser/indexed_db/indexed_db_leveldb_coding.cc       const std::vector<base::string16>& array = value.array();
value             378 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeByte(StringPiece* slice, unsigned char* value) {
value             382 content/browser/indexed_db/indexed_db_leveldb_coding.cc   *value = (*slice)[0];
value             387 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeBool(StringPiece* slice, bool* value) {
value             391 content/browser/indexed_db/indexed_db_leveldb_coding.cc   *value = !!(*slice)[0];
value             396 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeInt(StringPiece* slice, int64* value) {
value             408 content/browser/indexed_db/indexed_db_leveldb_coding.cc   *value = ret;
value             413 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeVarInt(StringPiece* slice, int64* value) {
value             428 content/browser/indexed_db/indexed_db_leveldb_coding.cc   *value = ret;
value             433 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeString(StringPiece* slice, base::string16* value) {
value             435 content/browser/indexed_db/indexed_db_leveldb_coding.cc     value->clear();
value             449 content/browser/indexed_db/indexed_db_leveldb_coding.cc   *value = decoded;
value             454 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeStringWithLength(StringPiece* slice, base::string16* value) {
value             467 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (!DecodeString(&subpiece, value))
value             473 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeBinary(StringPiece* slice, std::string* value) {
value             484 content/browser/indexed_db/indexed_db_leveldb_coding.cc   value->assign(slice->begin(), size);
value             489 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeIDBKey(StringPiece* slice, scoped_ptr<IndexedDBKey>* value) {
value             498 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = make_scoped_ptr(new IndexedDBKey());
value             512 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = make_scoped_ptr(new IndexedDBKey(array));
value             519 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = make_scoped_ptr(new IndexedDBKey(binary));
value             526 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = make_scoped_ptr(new IndexedDBKey(s));
value             533 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = make_scoped_ptr(new IndexedDBKey(d, WebIDBKeyTypeDate));
value             540 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = make_scoped_ptr(new IndexedDBKey(d, WebIDBKeyTypeNumber));
value             549 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeDouble(StringPiece* slice, double* value) {
value             550 content/browser/indexed_db/indexed_db_leveldb_coding.cc   if (slice->size() < sizeof(*value))
value             553 content/browser/indexed_db/indexed_db_leveldb_coding.cc   memcpy(value, slice->begin(), sizeof(*value));
value             554 content/browser/indexed_db/indexed_db_leveldb_coding.cc   slice->remove_prefix(sizeof(*value));
value             558 content/browser/indexed_db/indexed_db_leveldb_coding.cc bool DecodeIDBKeyPath(StringPiece* slice, IndexedDBKeyPath* value) {
value             567 content/browser/indexed_db/indexed_db_leveldb_coding.cc     *value = IndexedDBKeyPath(s);
value             579 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = IndexedDBKeyPath();
value             586 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = IndexedDBKeyPath(string);
value             602 content/browser/indexed_db/indexed_db_leveldb_coding.cc       *value = IndexedDBKeyPath(array);
value              26 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeByte(unsigned char value, std::string* into);
value              27 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeBool(bool value, std::string* into);
value              28 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeInt(int64 value, std::string* into);
value              29 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeVarInt(int64 value, std::string* into);
value              30 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeString(const base::string16& value,
value              32 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeStringWithLength(const base::string16& value,
value              34 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeBinary(const std::string& value, std::string* into);
value              35 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeDouble(double value, std::string* into);
value              36 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeIDBKey(const IndexedDBKey& value, std::string* into);
value              37 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT void EncodeIDBKeyPath(const IndexedDBKeyPath& value,
value              41 content/browser/indexed_db/indexed_db_leveldb_coding.h                                                   unsigned char* value);
value              43 content/browser/indexed_db/indexed_db_leveldb_coding.h                                                   bool* value);
value              45 content/browser/indexed_db/indexed_db_leveldb_coding.h                                                  int64* value);
value              47 content/browser/indexed_db/indexed_db_leveldb_coding.h                                                     int64* value);
value              49 content/browser/indexed_db/indexed_db_leveldb_coding.h                                                     base::string16* value);
value              52 content/browser/indexed_db/indexed_db_leveldb_coding.h     base::string16* value);
value              54 content/browser/indexed_db/indexed_db_leveldb_coding.h                                                     std::string* value);
value              56 content/browser/indexed_db/indexed_db_leveldb_coding.h                                                     double* value);
value              59 content/browser/indexed_db/indexed_db_leveldb_coding.h     scoped_ptr<IndexedDBKey>* value);
value              62 content/browser/indexed_db/indexed_db_leveldb_coding.h     IndexedDBKeyPath* value);
value              45 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeByte(char value) {
value              47 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeByte(value, &buffer);
value              90 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     unsigned char value;
value              91 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_FALSE(DecodeByte(&slice, &value));
value              95 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeBool(bool value) {
value              97 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeBool(value, &buffer);
value             172 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeInt(int64 value) {
value             174 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeInt(value, &buffer);
value             194 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     bool value;
value             195 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(DecodeBool(&slice, &value));
value             196 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(value);
value             203 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     bool value;
value             204 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(DecodeBool(&slice, &value));
value             205 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_FALSE(value);
value             210 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     bool value;
value             211 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_FALSE(DecodeBool(&slice, &value));
value             234 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     int64 value;
value             235 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(DecodeInt(&slice, &value));
value             236 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_EQ(n, value);
value             242 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_TRUE(DecodeInt(&slice, &value));
value             243 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_EQ(n, value);
value             248 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     int64 value;
value             249 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_FALSE(DecodeInt(&slice, &value));
value             253 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeVarInt(int64 value) {
value             255 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeVarInt(value, &buffer);
value             311 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeString(base::string16 value) {
value             313 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeString(value, &buffer);
value             362 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeStringWithLength(base::string16 value) {
value             364 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeStringWithLength(value, &buffer);
value             479 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeBinary(std::string value) {
value             481 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeBinary(value, &buffer);
value             507 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     std::string value = test_cases[i];
value             508 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     std::string v = WrappedEncodeBinary(value);
value             513 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_EQ(value, result);
value             526 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_EQ(value, result);
value             531 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeDouble(double value) {
value             533 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeDouble(value, &buffer);
value             548 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     double value = test_cases[i];
value             549 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     std::string v = WrappedEncodeDouble(value);
value             554 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_EQ(value, result);
value             567 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc     EXPECT_EQ(value, result);
value             610 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc static std::string WrappedEncodeIDBKeyPath(const IndexedDBKeyPath& value) {
value             612 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc   EncodeIDBKeyPath(value, &buffer);
value             146 content/browser/indexed_db/indexed_db_quota_client_unittest.cc                  << file_path_origin.value();
value              20 content/browser/indexed_db/indexed_db_value.h   void swap(IndexedDBValue& value) {
value              21 content/browser/indexed_db/indexed_db_value.h     bits.swap(value.bits);
value              22 content/browser/indexed_db/indexed_db_value.h     blob_info.swap(value.blob_info);
value             319 content/browser/indexed_db/leveldb/leveldb_database.cc                                      std::string* value) {
value             324 content/browser/indexed_db/leveldb/leveldb_database.cc       db_->Put(write_options, MakeSlice(key), MakeSlice(*value));
value             341 content/browser/indexed_db/leveldb/leveldb_database.cc                                      std::string* value,
value             350 content/browser/indexed_db/leveldb/leveldb_database.cc   const leveldb::Status s = db_->Get(read_options, MakeSlice(key), value);
value             437 content/browser/indexed_db/leveldb/leveldb_database.cc   return MakeStringPiece(iterator_->value());
value              80 content/browser/indexed_db/leveldb/leveldb_database.h   leveldb::Status Put(const base::StringPiece& key, std::string* value);
value              83 content/browser/indexed_db/leveldb/leveldb_database.h                               std::string* value,
value              37 content/browser/indexed_db/leveldb/leveldb_transaction.cc                              std::string* value,
value              45 content/browser/indexed_db/leveldb/leveldb_transaction.cc     record->value.swap(*value);
value              52 content/browser/indexed_db/leveldb/leveldb_transaction.cc   it->second->value.swap(*value);
value              56 content/browser/indexed_db/leveldb/leveldb_transaction.cc void LevelDBTransaction::Put(const StringPiece& key, std::string* value) {
value              57 content/browser/indexed_db/leveldb/leveldb_transaction.cc   Set(key, value, false);
value              66 content/browser/indexed_db/leveldb/leveldb_transaction.cc                                         std::string* value,
value              77 content/browser/indexed_db/leveldb/leveldb_transaction.cc     *value = it->second->value;
value              82 content/browser/indexed_db/leveldb/leveldb_transaction.cc   leveldb::Status s = db_->Get(key, value, found, &snapshot_);
value             101 content/browser/indexed_db/leveldb/leveldb_transaction.cc       write_batch->Put(iterator->first, iterator->second->value);
value             164 content/browser/indexed_db/leveldb/leveldb_transaction.cc   return iterator_->second->value;
value             437 content/browser/indexed_db/leveldb/leveldb_transaction.cc                                    const std::string* value) {
value             439 content/browser/indexed_db/leveldb/leveldb_transaction.cc   write_batch_->Put(key, *value);
value             443 content/browser/indexed_db/leveldb/leveldb_transaction.cc                                               std::string* value,
value             448 content/browser/indexed_db/leveldb/leveldb_transaction.cc   leveldb::Status s = db_->Get(key, value, found);
value              28 content/browser/indexed_db/leveldb/leveldb_transaction.h   void Put(const base::StringPiece& key, std::string* value);
value              31 content/browser/indexed_db/leveldb/leveldb_transaction.h                       std::string* value,
value              46 content/browser/indexed_db/leveldb/leveldb_transaction.h     std::string value;
value             123 content/browser/indexed_db/leveldb/leveldb_transaction.h   void Set(const base::StringPiece& key, std::string* value, bool deleted);
value             145 content/browser/indexed_db/leveldb/leveldb_transaction.h   void Put(const base::StringPiece& key, const std::string* value);
value             147 content/browser/indexed_db/leveldb/leveldb_transaction.h                       std::string* value,
value              41 content/browser/indexed_db/leveldb/leveldb_unittest.cc   const std::string value("value");
value              49 content/browser/indexed_db/leveldb/leveldb_unittest.cc   put_value = value;
value              61 content/browser/indexed_db/leveldb/leveldb_unittest.cc   EXPECT_EQ(value, got_value);
value              27 content/browser/indexed_db/leveldb/leveldb_write_batch.cc                             const base::StringPiece& value) {
value              28 content/browser/indexed_db/leveldb/leveldb_write_batch.cc   write_batch_->Put(MakeSlice(key), MakeSlice(value));
value              24 content/browser/indexed_db/leveldb/leveldb_write_batch.h   void Put(const base::StringPiece& key, const base::StringPiece& value);
value              98 content/browser/indexed_db/list_set_unittest.cc   explicit Wrapped(const T& value) : value_(value) {}
value             128 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(0, it->value());
value             130 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(1, it->value());
value             132 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(2, it->value());
value             168 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(0, (*it)->value());
value             170 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(1, (*it)->value());
value             172 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(2, (*it)->value());
value             191 content/browser/indexed_db/list_set_unittest.cc   explicit RefCounted(const T& value) : value_(value) {}
value             220 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(0, (*it)->value());
value             222 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(1, (*it)->value());
value             224 content/browser/indexed_db/list_set_unittest.cc     EXPECT_EQ(2, (*it)->value());
value              44 content/browser/loader/async_resource_handler.cc   const std::string& value =
value              46 content/browser/loader/async_resource_handler.cc   if (!value.empty())
value              47 content/browser/loader/async_resource_handler.cc     base::StringToInt(value, result);
value             227 content/browser/loader/resource_dispatcher_host_impl.cc                      << iter->path().value();
value             369 content/browser/loader/resource_dispatcher_host_impl.cc void ResourceDispatcherHostImpl::SetAllowCrossOriginAuthPrompt(bool value) {
value             370 content/browser/loader/resource_dispatcher_host_impl.cc   allow_cross_origin_auth_prompt_ = value;
value              80 content/browser/loader/resource_dispatcher_host_impl.h   virtual void SetAllowCrossOriginAuthPrompt(bool value) OVERRIDE;
value             527 content/browser/loader/resource_dispatcher_host_unittest.cc   void set_flags(int value) {
value             528 content/browser/loader/resource_dispatcher_host_unittest.cc     flags_ = value;
value             146 content/browser/loader/resource_request_info_impl.h   void set_was_ignored_by_handler(bool value) {
value             147 content/browser/loader/resource_request_info_impl.h     was_ignored_by_handler_ = value;
value              52 content/browser/loader/resource_scheduler.cc       return current_pointer_.value();
value              87 content/browser/loader/resource_scheduler.cc     return queue_.FirstMax().value();
value             386 content/browser/loader/resource_scheduler.cc     ScheduledResourceRequest* request = request_iter.value();
value              88 content/browser/loader/upload_data_stream_builder_unittest.cc   EXPECT_EQ(kFilePath, r2->path().value());
value              56 content/browser/media/android/media_resource_getter_impl.cc   ReturnResultOnUIThread(callback, items[0].path().value());
value              73 content/browser/media/android/media_resource_getter_impl.cc     ReturnResultOnUIThread(callback, platform_path.value());
value             112 content/browser/media/capture/web_contents_video_capture_device_unittest.cc   void SetCanCopyToVideoFrame(bool value) {
value             114 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     can_copy_to_video_frame_ = value;
value             122 content/browser/media/capture/web_contents_video_capture_device_unittest.cc   void SetUseFrameSubscriber(bool value) {
value             124 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     use_frame_subscriber_ = value;
value              22 content/browser/media/media_internals.cc                                const base::Value* value) {
value              24 content/browser/media/media_internals.cc       function, std::vector<const base::Value*>(1, value));
value              85 content/browser/media/media_internals.cc                               const std::string& value);
value             159 content/browser/media/media_internals.cc                                           const std::string& value) {
value             162 content/browser/media/media_internals.cc   dict.SetString(key, value);
value             251 content/browser/media/media_internals.cc                                         const base::DictionaryValue* value) {
value             252 content/browser/media/media_internals.cc   SendUpdate(SerializeUpdate(function, value));
value             256 content/browser/media/media_internals.cc     cached_data_.Set(cache_key, value->DeepCopy());
value             262 content/browser/media/media_internals.cc   existing_dict->MergeDictionary(value);
value             268 content/browser/media/media_internals.cc     const base::DictionaryValue* value) {
value             269 content/browser/media/media_internals.cc   SendUpdate(SerializeUpdate(function, value));
value              70 content/browser/media/media_internals.h                           const base::DictionaryValue* value);
value              73 content/browser/media/media_internals.h                                const base::DictionaryValue* value);
value             191 content/browser/media/webrtc_getusermedia_browsertest.cc     scoped_ptr<base::Value> value(
value             197 content/browser/media/webrtc_getusermedia_browsertest.cc     ASSERT_TRUE(value.get() != NULL) << error_message;
value             198 content/browser/media/webrtc_getusermedia_browsertest.cc     EXPECT_EQ(value->GetType(), base::Value::TYPE_LIST);
value             201 content/browser/media/webrtc_getusermedia_browsertest.cc     ASSERT_TRUE(value->GetAsList(&values));
value             120 content/browser/media/webrtc_internals.cc     ProcessId pid, int lid, const string& type, const string& value) {
value             144 content/browser/media/webrtc_internals.cc     log_entry->SetString("value", value);
value             152 content/browser/media/webrtc_internals.cc       update.SetString("value", value);
value             161 content/browser/media/webrtc_internals.cc                                  const base::ListValue& value) {
value             169 content/browser/media/webrtc_internals.cc   base::ListValue* list = value.DeepCopy();
value             267 content/browser/media/webrtc_internals.cc void WebRTCInternals::SendUpdate(const string& command, base::Value* value) {
value             272 content/browser/media/webrtc_internals.cc                     OnUpdate(command, value));
value              56 content/browser/media/webrtc_internals.h                               const std::string& value);
value              61 content/browser/media/webrtc_internals.h   void OnAddStats(base::ProcessId pid, int lid, const base::ListValue& value);
value             111 content/browser/media/webrtc_internals.h   void SendUpdate(const std::string& command, base::Value* value);
value              50 content/browser/media/webrtc_internals_browsertest.cc   string value;
value              81 content/browser/media/webrtc_internals_browsertest.cc   void AddEvent(const string& type, const string& value) {
value              82 content/browser/media/webrtc_internals_browsertest.cc     EventEntry entry = {type, value};
value             103 content/browser/media/webrtc_internals_browsertest.cc           "', value:'" << events_[i].value << "'},";
value             279 content/browser/media/webrtc_internals_browsertest.cc       EXPECT_EQ(pc.events_[i].type + pc.events_[i].value, result);
value             285 content/browser/media/webrtc_internals_browsertest.cc       PeerConnectionEntry& pc, const string& type, const string& value) {
value             286 content/browser/media/webrtc_internals_browsertest.cc     pc.AddEvent(type, value);
value             290 content/browser/media/webrtc_internals_browsertest.cc          ", type:'" << type << "', value:'" << value << "'}";
value             335 content/browser/media/webrtc_internals_browsertest.cc                            const string& value) {
value             346 content/browser/media/webrtc_internals_browsertest.cc     EXPECT_EQ(name + ":" + value, result);
value             374 content/browser/media/webrtc_internals_browsertest.cc                             int index, const string& value) {
value             390 content/browser/media/webrtc_internals_browsertest.cc     EXPECT_EQ(value, actual_value);
value             430 content/browser/media/webrtc_internals_browsertest.cc       base::Value* value = NULL;
value             431 content/browser/media/webrtc_internals_browsertest.cc       dict_dump->Get(it.key(), &value);
value             432 content/browser/media/webrtc_internals_browsertest.cc       EXPECT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value             434 content/browser/media/webrtc_internals_browsertest.cc           static_cast<base::DictionaryValue*>(value);
value             439 content/browser/media/webrtc_internals_browsertest.cc       pc_dump->Get("updateLog", &value);
value             440 content/browser/media/webrtc_internals_browsertest.cc       EXPECT_EQ(base::Value::TYPE_LIST, value->GetType());
value             441 content/browser/media/webrtc_internals_browsertest.cc       base::ListValue* list = static_cast<base::ListValue*>(value);
value             445 content/browser/media/webrtc_internals_browsertest.cc       pc_dump->Get("stats", &value);
value             446 content/browser/media/webrtc_internals_browsertest.cc       EXPECT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value             447 content/browser/media/webrtc_internals_browsertest.cc       base::DictionaryValue* dict = static_cast<base::DictionaryValue*>(value);
value             464 content/browser/media/webrtc_internals_browsertest.cc     base::Value* value = NULL;
value             465 content/browser/media/webrtc_internals_browsertest.cc     dict_dump->Get(pc.getIdString(), &value);
value             466 content/browser/media/webrtc_internals_browsertest.cc     base::DictionaryValue* pc_dump = static_cast<base::DictionaryValue*>(value);
value             469 content/browser/media/webrtc_internals_browsertest.cc     value = NULL;
value             470 content/browser/media/webrtc_internals_browsertest.cc     pc_dump->Get("stats", &value);
value             471 content/browser/media/webrtc_internals_browsertest.cc     EXPECT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value             474 content/browser/media/webrtc_internals_browsertest.cc         static_cast<base::DictionaryValue*>(value);
value              24 content/browser/media/webrtc_internals_unittest.cc                         const base::Value* value) OVERRIDE {
value              26 content/browser/media/webrtc_internals_unittest.cc     if (value)
value              27 content/browser/media/webrtc_internals_unittest.cc       value_.reset(value->DeepCopy());
value             117 content/browser/media/webrtc_internals_unittest.cc   EXPECT_TRUE(observer->value()->GetAsDictionary(&dict));
value             139 content/browser/media/webrtc_internals_unittest.cc   EXPECT_TRUE(observer->value()->GetAsDictionary(&dict));
value             162 content/browser/media/webrtc_internals_unittest.cc   EXPECT_TRUE(observer->value()->GetAsDictionary(&dict));
value             188 content/browser/media/webrtc_internals_unittest.cc       observer->value(), rid, pid, kUrl, audio_constraint, video_constraint);
value             208 content/browser/media/webrtc_internals_unittest.cc       observer->value(), rid, pid, kUrl, audio_constraint, video_constraint);
value             231 content/browser/media/webrtc_internals_unittest.cc   EXPECT_TRUE(observer->value()->GetAsList(&list));
value             267 content/browser/media/webrtc_internals_unittest.cc   EXPECT_TRUE(observer->value()->GetAsDictionary(&dict));
value             279 content/browser/media/webrtc_internals_unittest.cc   EXPECT_EQ(NULL, observer->value());
value             322 content/browser/net/sqlite_persistent_cookie_store.cc DBCookiePriority CookiePriorityToDBCookiePriority(net::CookiePriority value) {
value             323 content/browser/net/sqlite_persistent_cookie_store.cc   switch (value) {
value             336 content/browser/net/sqlite_persistent_cookie_store.cc net::CookiePriority DBCookiePriorityToCookiePriority(DBCookiePriority value) {
value             337 content/browser/net/sqlite_persistent_cookie_store.cc   switch (value) {
value             722 content/browser/net/sqlite_persistent_cookie_store.cc       std::string value;
value             725 content/browser/net/sqlite_persistent_cookie_store.cc         crypto_->DecryptString(encrypted_value, &value);
value             728 content/browser/net/sqlite_persistent_cookie_store.cc         value = smt.ColumnString(3);
value             734 content/browser/net/sqlite_persistent_cookie_store.cc           value,                                          // value
value             158 content/browser/net/sqlite_persistent_cookie_store_unittest.cc                  const std::string& value,
value             163 content/browser/net/sqlite_persistent_cookie_store_unittest.cc         net::CanonicalCookie(GURL(), name, value, domain, path, creation,
value             350 content/browser/net/sqlite_persistent_cookie_store_unittest.cc     std::string value(1000, c);
value             351 content/browser/net/sqlite_persistent_cookie_store_unittest.cc     AddCookie(name, value, "foo.bar", "/", t);
value             158 content/browser/plugin_loader_posix.cc                << plugin.path.value() << "; index=" << index;
value             174 content/browser/plugin_loader_posix.cc                << plugin_path.value() << "; index=" << index;
value             314 content/browser/plugin_loader_posix_unittest.cc   EXPECT_EQ(plugin3_.path.value(),
value             315 content/browser/plugin_loader_posix_unittest.cc             plugin_loader()->canonical_list()->at(0).value());
value             108 content/browser/plugin_service_impl.cc   VLOG(1) << "Watched path changed: " << path.value();
value             240 content/browser/plugin_service_impl.cc     VLOG(1) << "Watching for changes in: " << plugin_dirs[i].value();
value              50 content/browser/power_profiler/power_data_provider_ia_win.cc   event.value = package_power;
value              35 content/browser/power_profiler/power_event.h   double value;
value              31 content/browser/power_profiler/power_profiler_service_unittest.cc     event.value = 1.0;
value              68 content/browser/power_profiler/power_profiler_service_unittest.cc            event.value > 0;
value             209 content/browser/power_save_blocker_x11.cc           CommandLine::ForCurrentProcess()->GetProgram().value());
value             237 content/browser/power_save_blocker_x11.cc           CommandLine::ForCurrentProcess()->GetProgram().value());
value             118 content/browser/renderer_data_memoizing_store.h     explicit MatchSecond(const M& t) : value(t) {}
value             122 content/browser/renderer_data_memoizing_store.h       return (value == p.second);
value             125 content/browser/renderer_data_memoizing_store.h     M value;
value             154 content/browser/renderer_host/backing_store_gtk.cc   XSyncValue value;
value             155 content/browser/renderer_host/backing_store_gtk.cc   XSyncIntToValue(&value, 1);
value             158 content/browser/renderer_host/backing_store_gtk.cc                      value);
value             172 content/browser/renderer_host/backing_store_gtk.cc     XSyncValue value;
value             173 content/browser/renderer_host/backing_store_gtk.cc     XSyncIntToValue(&value, 0);
value             174 content/browser/renderer_host/backing_store_gtk.cc     backing_store_sync_counter_ = XSyncCreateCounter(display, value);
value              65 content/browser/renderer_host/gtk_key_bindings_handler.cc     const std::string& name, const std::string& value) {
value              66 content/browser/renderer_host/gtk_key_bindings_handler.cc   edit_commands_.push_back(EditCommand(name, value));
value              65 content/browser/renderer_host/gtk_key_bindings_handler.h   void EditCommandMatched(const std::string& name, const std::string& value);
value              28 content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc     const char* value;
value              39 content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc     gtk_rc_parse(gtkrc.value().c_str());
value              86 content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc       ASSERT_STREQ(expected_result[i].value, result[i].value.c_str());
value             100 content/browser/renderer_host/gtk_plugin_container_manager.cc   GValue value = {0};
value             101 content/browser/renderer_host/gtk_plugin_container_manager.cc   g_value_init(&value, G_TYPE_INT);
value             103 content/browser/renderer_host/gtk_plugin_container_manager.cc                                    "x", &value);
value             104 content/browser/renderer_host/gtk_plugin_container_manager.cc   current_x = g_value_get_int(&value);
value             106 content/browser/renderer_host/gtk_plugin_container_manager.cc                                    "y", &value);
value             107 content/browser/renderer_host/gtk_plugin_container_manager.cc   current_y = g_value_get_int(&value);
value             108 content/browser/renderer_host/gtk_plugin_container_manager.cc   g_value_unset(&value);
value             109 content/browser/renderer_host/input/touch_action_browsertest.cc     int value = 0;
value             113 content/browser/renderer_host/input/touch_action_browsertest.cc         &value));
value             114 content/browser/renderer_host/input/touch_action_browsertest.cc     return value;
value             506 content/browser/renderer_host/java/java_bound_object.cc                      const jvalue& value) {
value             511 content/browser/renderer_host/java/java_bound_object.cc                                  &value.z);
value             515 content/browser/renderer_host/java/java_bound_object.cc                               &value.b);
value             519 content/browser/renderer_host/java/java_bound_object.cc                               &value.c);
value             523 content/browser/renderer_host/java/java_bound_object.cc                                &value.s);
value             527 content/browser/renderer_host/java/java_bound_object.cc                              &value.i);
value             531 content/browser/renderer_host/java/java_bound_object.cc                               &value.j);
value             535 content/browser/renderer_host/java/java_bound_object.cc                                &value.f);
value             539 content/browser/renderer_host/java/java_bound_object.cc                                 &value.d);
value             543 content/browser/renderer_host/java/java_bound_object.cc                                  value.l);
value             556 content/browser/renderer_host/java/java_bound_object.cc                                 jvalue* value,
value             561 content/browser/renderer_host/java/java_bound_object.cc     env->DeleteLocalRef(value->l);
value             562 content/browser/renderer_host/java/java_bound_object.cc     value->l = NULL;
value              58 content/browser/renderer_host/media/peer_connection_tracker_host.cc     int lid, const std::string& type, const std::string& value) {
value              63 content/browser/renderer_host/media/peer_connection_tracker_host.cc       value);
value              67 content/browser/renderer_host/media/peer_connection_tracker_host.cc                                            const base::ListValue& value) {
value              68 content/browser/renderer_host/media/peer_connection_tracker_host.cc   WebRTCInternals::GetInstance()->OnAddStats(peer_pid(), lid, value);
value              39 content/browser/renderer_host/media/peer_connection_tracker_host.h       int lid, const std::string& type, const std::string& value);
value              40 content/browser/renderer_host/media/peer_connection_tracker_host.h   void OnAddStats(int lid, const base::ListValue& value);
value              25 content/browser/renderer_host/overscroll_configuration.cc void SetOverscrollConfig(OverscrollConfig config, float value) {
value              28 content/browser/renderer_host/overscroll_configuration.cc       g_horiz_threshold_complete = value;
value              32 content/browser/renderer_host/overscroll_configuration.cc       g_vert_threshold_complete = value;
value              36 content/browser/renderer_host/overscroll_configuration.cc       g_horiz_threshold_start_touchscreen = value;
value              40 content/browser/renderer_host/overscroll_configuration.cc       g_horiz_threshold_start_touchpad = value;
value              44 content/browser/renderer_host/overscroll_configuration.cc       g_vert_threshold_start = value;
value              48 content/browser/renderer_host/overscroll_configuration.cc       g_horiz_resist_after = value;
value              52 content/browser/renderer_host/overscroll_configuration.cc       g_vert_resist_after = value;
value             257 content/browser/renderer_host/p2p/socket_dispatcher_host.cc                                           int value) {
value             264 content/browser/renderer_host/p2p/socket_dispatcher_host.cc   socket->SetOption(option, value);
value              81 content/browser/renderer_host/p2p/socket_dispatcher_host.h   void OnSetOption(int socket_id, P2PSocketOption option, int value);
value              75 content/browser/renderer_host/p2p/socket_host.h   virtual bool SetOption(P2PSocketOption option, int value) = 0;
value             411 content/browser/renderer_host/p2p/socket_host_tcp.cc bool P2PSocketHostTcpBase::SetOption(P2PSocketOption option, int value) {
value             415 content/browser/renderer_host/p2p/socket_host_tcp.cc       return socket_->SetReceiveBufferSize(value) == net::OK;
value             417 content/browser/renderer_host/p2p/socket_host_tcp.cc       return socket_->SetSendBufferSize(value) == net::OK;
value              49 content/browser/renderer_host/p2p/socket_host_tcp.h   virtual bool SetOption(P2PSocketOption option, int value) OVERRIDE;
value             147 content/browser/renderer_host/p2p/socket_host_tcp_server.cc                                        int value) {
value              44 content/browser/renderer_host/p2p/socket_host_tcp_server.h   virtual bool SetOption(P2PSocketOption option, int value) OVERRIDE;
value             301 content/browser/renderer_host/p2p/socket_host_udp.cc bool P2PSocketHostUdp::SetOption(P2PSocketOption option, int value) {
value             305 content/browser/renderer_host/p2p/socket_host_udp.cc       return socket_->SetReceiveBufferSize(value) == net::OK;
value             307 content/browser/renderer_host/p2p/socket_host_udp.cc       return socket_->SetSendBufferSize(value) == net::OK;
value             310 content/browser/renderer_host/p2p/socket_host_udp.cc           static_cast<net::DiffServCodePoint>(value))) ? true : false;
value              42 content/browser/renderer_host/p2p/socket_host_udp.h   virtual bool SetOption(P2PSocketOption option, int value) OVERRIDE;
value             167 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc   button_down_data.items[0].buttons[0].value = 1.f;
value             194 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc     EXPECT_EQ(button_down_data.items[0].buttons[i].value,
value             195 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc               buffer->buffer.items[0].buttons[i].value);
value             225 content/browser/renderer_host/pepper/pepper_tcp_socket.cc                                 const ppapi::SocketOptionData& value) {
value             240 content/browser/renderer_host/pepper/pepper_tcp_socket.cc       if (!value.GetBool(&boolean_value)) {
value             252 content/browser/renderer_host/pepper/pepper_tcp_socket.cc       if (!value.GetInt32(&integer_value) || integer_value <= 0) {
value             436 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc     const ppapi::SocketOptionData& value) {
value             445 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc       if (!value.GetBool(&boolean_value))
value             455 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc       if (!value.GetInt32(&integer_value) || integer_value <= 0)
value             101 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h                          const ppapi::SocketOptionData& value);
value             109 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc     const ppapi::SocketOptionData& value) {
value             124 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc       if (!value.GetBool(&boolean_value))
value             140 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc       if (!value.GetInt32(&integer_value) || integer_value <= 0)
value              69 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.h       const ppapi::SocketOptionData& value);
value             226 content/browser/renderer_host/render_message_filter.cc                      bool value) {
value             228 content/browser/renderer_host/render_message_filter.cc       dictionary, key, value ? kCFBooleanTrue : kCFBooleanFalse);
value             233 content/browser/renderer_host/render_message_filter.cc                      int32 value) {
value             235 content/browser/renderer_host/render_message_filter.cc       CFNumberCreate(NULL, kCFNumberSInt32Type, &value));
value            1728 content/browser/renderer_host/render_process_host_impl.cc void RenderProcessHost::SetRunRendererInProcess(bool value) {
value            1729 content/browser/renderer_host/render_process_host_impl.cc   g_run_renderer_in_process_ = value;
value            1732 content/browser/renderer_host/render_process_host_impl.cc   if (value) {
value              89 content/browser/renderer_host/render_process_host_mojo_impl.cc           mojo_channel_init_->bootstrap_message_pipe().release().value()));
value             939 content/browser/renderer_host/render_view_host_impl.cc                                           const std::string& value) {
value             945 content/browser/renderer_host/render_view_host_impl.cc     Send(new ViewMsg_SetWebUIProperty(GetRoutingID(), name, value));
value            1291 content/browser/renderer_host/render_view_host_impl.cc     const std::string& key, const std::string& value) {
value            1293 content/browser/renderer_host/render_view_host_impl.cc       this, key, value);
value             214 content/browser/renderer_host/render_view_host_impl.h                                 const std::string& value) OVERRIDE;
value             556 content/browser/renderer_host/render_view_host_impl.h                                 const std::string& value);
value            2264 content/browser/renderer_host/render_widget_host_impl.cc                                               const std::string& value) {
value            2265 content/browser/renderer_host/render_widget_host_impl.cc   Send(new InputMsg_ExecuteEditCommand(GetRoutingID(), command, value));
value             435 content/browser/renderer_host/render_widget_host_impl.h                           const std::string& value);
value             441 content/browser/renderer_host/render_widget_host_view_android.cc       params.value, params.selection_start, params.selection_end,
value             193 content/browser/renderer_host/websocket_host.cc     request_to_pass.headers.push_back(std::make_pair(it.name(), it.value()));
value             218 content/browser/renderer_host/websocket_host.cc   std::string name, value;
value             219 content/browser/renderer_host/websocket_host.cc   while (response->headers->EnumerateHeaderLines(&iter, &name, &value))
value             220 content/browser/renderer_host/websocket_host.cc     response_to_pass.headers.push_back(std::make_pair(name, value));
value              30 content/browser/safe_util_win.cc   std::wstring path = full_path.value() + L":Zone.Identifier";
value              77 content/browser/safe_util_win.cc   hr = attachment_services->SetLocalPath(full_path.value().c_str());
value              24 content/browser/service_worker/service_worker_fetch_dispatcher.cc     request_.headers[it.name()] = it.value();
value             416 content/browser/service_worker/service_worker_internals_ui.cc         StringValue(context_path.value()));
value              67 content/browser/service_worker/service_worker_version_unittest.cc   void OnRequest(int value) {
value              71 content/browser/service_worker/service_worker_version_unittest.cc                                  TestMsg_Response(value * 2));
value              66 content/browser/session_history_browsertest.cc   void FillForm(std::string node_id, std::string value) {
value              67 content/browser/session_history_browsertest.cc     GURL url("javascript:fillForm('" + node_id + "', '" + value + "')");
value              36 content/browser/speech/endpointer/energy_endpointer.cc float GetDecibel(float value) {
value              37 content/browser/speech/endpointer/energy_endpointer.cc   if (value > 1.0e-100)
value              38 content/browser/speech/endpointer/energy_endpointer.cc     return 20 * log10(value);
value             157 content/browser/speech/speech_recognizer_impl_unittest.cc     int value = 0;
value             160 content/browser/speech/speech_recognizer_impl_unittest.cc       value += factor;
value             161 content/browser/speech/speech_recognizer_impl_unittest.cc       audio_packet_[i] = value % 100;
value             134 content/browser/tracing/etw_system_event_consumer_win.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             135 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("guid", new base::StringValue("ClockSync"));
value             136 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("walltime", new base::StringValue(
value             140 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("tick", new base::StringValue(
value             146 content/browser/tracing/etw_system_event_consumer_win.cc   events_->Append(value.release());
value             152 content/browser/tracing/etw_system_event_consumer_win.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             157 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("ts", new base::StringValue(
value             160 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("guid", new base::StringValue(GuidToString(event->Header.Guid)));
value             162 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("op", new FundamentalValue(event->Header.Class.Type));
value             163 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("ver", new FundamentalValue(event->Header.Class.Version));
value             164 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("pid",
value             166 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("tid",
value             168 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("cpu", new FundamentalValue(event->BufferContext.ProcessorNumber));
value             175 content/browser/tracing/etw_system_event_consumer_win.cc   value->Set("payload", new base::StringValue(payload));
value             178 content/browser/tracing/etw_system_event_consumer_win.cc   events_->Append(value.release());
value             266 content/browser/tracing/tracing_controller_browsertest.cc   EXPECT_EQ(file_path.value(), last_actual_recording_file_path().value());
value             292 content/browser/tracing/tracing_controller_browsertest.cc   EXPECT_EQ(file_path.value(), last_actual_monitoring_file_path().value());
value              94 content/browser/tracing/tracing_controller_impl.cc     LOG(ERROR) << "Failed to open " << path_.value();
value             120 content/browser/tracing/tracing_ui.cc     LOG(ERROR) << "Failed to read file " << path.value();
value             190 content/browser/tracing/tracing_ui.cc     LOG(ERROR) << "Failed to read file " << path.value();
value             127 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     scoped_ptr<base::Value> value =
value             168 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     scoped_ptr<base::Value> value =
value             171 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     value->GetAsString(&selection);
value             187 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     value = content::ExecuteScriptAndGetValue(main_frame, "get_selection()");
value             188 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     value->GetAsString(&selection);
value             230 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     scoped_ptr<base::Value> value =
value             233 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     value->GetAsString(&selection);
value             272 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     scoped_ptr<base::Value> value =
value             275 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     value->GetAsString(&selection);
value             337 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     scoped_ptr<base::Value> value =
value             340 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     value->GetAsInteger(&cursor_pos);
value             351 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     value = content::ExecuteScriptAndGetValue(main_frame,
value             354 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     value->GetAsInteger(&new_cursor_pos);
value            1981 content/browser/web_contents/web_contents_impl.cc void WebContentsImpl::SetClosedByUserGesture(bool value) {
value            1982 content/browser/web_contents/web_contents_impl.cc   closed_by_user_gesture_ = value;
value            2479 content/browser/web_contents/web_contents_impl.cc     const ViewHostMsg_DateTimeDialogValue_Params& value) {
value            2482 content/browser/web_contents/web_contents_impl.cc                                  value.dialog_type,
value            2483 content/browser/web_contents/web_contents_impl.cc                                  value.dialog_value,
value            2484 content/browser/web_contents/web_contents_impl.cc                                  value.minimum,
value            2485 content/browser/web_contents/web_contents_impl.cc                                  value.maximum,
value            2486 content/browser/web_contents/web_contents_impl.cc                                  value.step,
value            2487 content/browser/web_contents/web_contents_impl.cc                                  value.suggestions);
value             267 content/browser/web_contents/web_contents_impl.h   virtual void SetClosedByUserGesture(bool value) OVERRIDE;
value             694 content/browser/web_contents/web_contents_impl.h       const ViewHostMsg_DateTimeDialogValue_Params& value);
value             261 content/browser/web_contents/web_contents_view_aura.cc                             base::UTF16ToUTF8(file_name.value()),
value             705 content/browser/web_contents/web_contents_view_aura.cc   const std::string value = CommandLine::ForCurrentProcess()->
value             707 content/browser/web_contents/web_contents_view_aura.cc   if (value == "0") {
value             711 content/browser/web_contents/web_contents_view_aura.cc   if (value == "2") {
value             135 content/browser/web_contents/web_contents_view_aura_browsertest.cc     scoped_ptr<base::Value> value =
value             169 content/browser/web_contents/web_contents_view_aura_browsertest.cc     scoped_ptr<base::Value> value =
value             171 content/browser/web_contents/web_contents_view_aura_browsertest.cc     ASSERT_TRUE(value->GetAsInteger(&index));
value             179 content/browser/web_contents/web_contents_view_aura_browsertest.cc     value = content::ExecuteScriptAndGetValue(main_frame, "get_current()");
value             180 content/browser/web_contents/web_contents_view_aura_browsertest.cc     ASSERT_TRUE(value->GetAsInteger(&index));
value             202 content/browser/web_contents/web_contents_view_aura_browsertest.cc       value = content::ExecuteScriptAndGetValue(main_frame, "get_current()");
value             203 content/browser/web_contents/web_contents_view_aura_browsertest.cc       ASSERT_TRUE(value->GetAsInteger(&index));
value             220 content/browser/web_contents/web_contents_view_aura_browsertest.cc       value = content::ExecuteScriptAndGetValue(main_frame, "get_current()");
value             221 content/browser/web_contents/web_contents_view_aura_browsertest.cc       ASSERT_TRUE(value->GetAsInteger(&index));
value             238 content/browser/web_contents/web_contents_view_aura_browsertest.cc       value = content::ExecuteScriptAndGetValue(main_frame, "get_current()");
value             239 content/browser/web_contents/web_contents_view_aura_browsertest.cc       ASSERT_TRUE(value->GetAsInteger(&index));
value             251 content/browser/web_contents/web_contents_view_aura_browsertest.cc     scoped_ptr<base::Value> value;
value             252 content/browser/web_contents/web_contents_view_aura_browsertest.cc     value = content::ExecuteScriptAndGetValue(main_frame, "get_current()");
value             253 content/browser/web_contents/web_contents_view_aura_browsertest.cc     if (!value->GetAsInteger(&index))
value             308 content/browser/web_contents/web_drag_source_gtk.cc                               download_file_name_.value(),
value             320 content/browser/web_contents/web_drag_source_gtk.cc                             generated_download_file_name.value().c_str()),
value             321 content/browser/web_contents/web_drag_source_gtk.cc                         generated_download_file_name.value().length());
value              49 content/browser/webui/shared_resources_data_source.cc       idr = kWebuiResources[i].value;
value             128 content/browser/webui/web_ui_data_source_impl.cc                                     const base::string16& value) {
value             129 content/browser/webui/web_ui_data_source_impl.cc   localized_strings_.SetString(name, value);
value             133 content/browser/webui/web_ui_data_source_impl.cc                                     const std::string& value) {
value             134 content/browser/webui/web_ui_data_source_impl.cc   localized_strings_.SetString(name, value);
value             148 content/browser/webui/web_ui_data_source_impl.cc void WebUIDataSourceImpl::AddBoolean(const std::string& name, bool value) {
value             149 content/browser/webui/web_ui_data_source_impl.cc   localized_strings_.SetBoolean(name, value);
value              31 content/browser/webui/web_ui_data_source_impl.h                          const base::string16& value) OVERRIDE;
value              33 content/browser/webui/web_ui_data_source_impl.h                          const std::string& value) OVERRIDE;
value              37 content/browser/webui/web_ui_data_source_impl.h   virtual void AddBoolean(const std::string& name, bool value) OVERRIDE;
value              14 content/browser/webui/web_ui_message_handler.cc bool WebUIMessageHandler::ExtractIntegerValue(const base::ListValue* value,
value              17 content/browser/webui/web_ui_message_handler.cc   if (value->GetString(0, &string_value))
value              20 content/browser/webui/web_ui_message_handler.cc   if (value->GetDouble(0, &double_value)) {
value              28 content/browser/webui/web_ui_message_handler.cc bool WebUIMessageHandler::ExtractDoubleValue(const base::ListValue* value,
value              31 content/browser/webui/web_ui_message_handler.cc   if (value->GetString(0, &string_value))
value              33 content/browser/webui/web_ui_message_handler.cc   if (value->GetDouble(0, out_value))
value              40 content/browser/webui/web_ui_message_handler.cc     const base::ListValue* value) {
value              42 content/browser/webui/web_ui_message_handler.cc   if (value->GetString(0, &string16_value))
value              16 content/browser/webui/web_ui_message_handler_unittest.cc   int value, zero_value = 0, neg_value = -1234, pos_value = 1234;
value              22 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractIntegerValue(&list, &value));
value              23 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_EQ(value, zero_value);
value              27 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractIntegerValue(&list, &value));
value              28 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_EQ(value, neg_value);
value              32 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractIntegerValue(&list, &value));
value              33 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_EQ(value, pos_value);
value              37 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractIntegerValue(&list, &value));
value              38 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_EQ(value, zero_value);
value              42 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractIntegerValue(&list, &value));
value              43 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_EQ(value, neg_value);
value              47 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractIntegerValue(&list, &value));
value              48 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_EQ(value, pos_value);
value              53 content/browser/webui/web_ui_message_handler_unittest.cc   double value, zero_value = 0.0, neg_value = -1234.5, pos_value = 1234.5;
value              59 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractDoubleValue(&list, &value));
value              60 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_DOUBLE_EQ(value, zero_value);
value              64 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractDoubleValue(&list, &value));
value              65 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_DOUBLE_EQ(value, neg_value);
value              69 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractDoubleValue(&list, &value));
value              70 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_DOUBLE_EQ(value, pos_value);
value              74 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractDoubleValue(&list, &value));
value              75 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_DOUBLE_EQ(value, zero_value);
value              79 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractDoubleValue(&list, &value));
value              80 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_DOUBLE_EQ(value, neg_value);
value              84 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_TRUE(WebUIMessageHandler::ExtractDoubleValue(&list, &value));
value              85 content/browser/webui/web_ui_message_handler_unittest.cc   EXPECT_DOUBLE_EQ(value, pos_value);
value             221 content/browser/worker_host/worker_process_host.cc     std::string value = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
value             223 content/browser/worker_host/worker_process_host.cc     if (value.empty() || value == switches::kWorkerProcess) {
value             231 content/browser/worker_host/worker_process_host.cc     std::string value = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
value             233 content/browser/worker_host/worker_process_host.cc     if (value.empty() || value == switches::kWorkerProcess) {
value             431 content/browser/zygote_host/zygote_host_impl_linux.cc     selinux = access(kSelinuxPath.value().c_str(), X_OK) == 0 &&
value             121 content/child/blink_platform_impl.cc   void SetMemoryValue(const size_t value) {
value             123 content/child/blink_platform_impl.cc     memory_value_ = value;
value             750 content/child/blink_platform_impl.cc     WebLocalizedString::Name name, const WebString& value) {
value             755 content/child/blink_platform_impl.cc       message_id), value, NULL);
value             118 content/child/blink_platform_impl.h       blink::WebLocalizedString::Name name, const blink::WebString& value);
value              68 content/child/browser_font_resource_trusted.cc     text_ = base::UTF8ToUTF16(text_string->value());
value             130 content/child/browser_font_resource_trusted.cc   *run = WebTextRun(base::UTF8ToUTF16(text_string->value()),
value             171 content/child/browser_font_resource_trusted.cc   if (!face_name || face_name->value().empty()) {
value             194 content/child/browser_font_resource_trusted.cc     resolved_family = base::UTF8ToUTF16(face_name->value());
value             326 content/child/indexed_db/indexed_db_dispatcher.cc     const WebData& value,
value             333 content/child/indexed_db/indexed_db_dispatcher.cc   if (value.size() + key.size_estimate() > kMaxIDBValueSizeInBytes) {
value             339 content/child/indexed_db/indexed_db_dispatcher.cc             value.size(),
value             351 content/child/indexed_db/indexed_db_dispatcher.cc   params.value.assign(value.data(), value.data() + value.size());
value             495 content/child/indexed_db/indexed_db_dispatcher.cc     const std::vector<base::string16>& value) {
value             500 content/child/indexed_db/indexed_db_dispatcher.cc   callbacks->onSuccess(WebVector<WebString>(value));
value             506 content/child/indexed_db/indexed_db_dispatcher.cc                                          const std::string& value) {
value             512 content/child/indexed_db/indexed_db_dispatcher.cc   if (value.size())
value             513 content/child/indexed_db/indexed_db_dispatcher.cc     web_value.assign(&*value.begin(), value.size());
value             522 content/child/indexed_db/indexed_db_dispatcher.cc     const std::string& value,
value             530 content/child/indexed_db/indexed_db_dispatcher.cc   if (value.size())
value             531 content/child/indexed_db/indexed_db_dispatcher.cc     web_value.assign(&*value.begin(), value.size());
value             540 content/child/indexed_db/indexed_db_dispatcher.cc                                            int64 value) {
value             545 content/child/indexed_db/indexed_db_dispatcher.cc   callbacks->onSuccess(value);
value             567 content/child/indexed_db/indexed_db_dispatcher.cc   if (p.value.size())
value             568 content/child/indexed_db/indexed_db_dispatcher.cc     web_value.assign(&*p.value.begin(), p.value.size());
value             595 content/child/indexed_db/indexed_db_dispatcher.cc   const std::string& value = p.value;
value             605 content/child/indexed_db/indexed_db_dispatcher.cc   if (value.size())
value             606 content/child/indexed_db/indexed_db_dispatcher.cc     web_value.assign(&*value.begin(), value.size());
value             131 content/child/indexed_db/indexed_db_dispatcher.h       const blink::WebData& value,
value             206 content/child/indexed_db/indexed_db_dispatcher.h                            const std::vector<base::string16>& value);
value             209 content/child/indexed_db/indexed_db_dispatcher.h                       const std::string& value);
value             212 content/child/indexed_db/indexed_db_dispatcher.h                              const std::string& value,
value             217 content/child/indexed_db/indexed_db_dispatcher.h                         int64 value);
value              73 content/child/indexed_db/indexed_db_dispatcher_unittest.cc   const WebData value(&data.front(), data.size());
value              84 content/child/indexed_db/indexed_db_dispatcher_unittest.cc                                    value,
value              98 content/child/indexed_db/indexed_db_dispatcher_unittest.cc   const WebData value(&data.front(), data.size());
value             111 content/child/indexed_db/indexed_db_dispatcher_unittest.cc                                    value,
value             131 content/child/indexed_db/indexed_db_dispatcher_unittest.cc                          const WebData& value) {
value             158 content/child/indexed_db/webidbcursor_impl.cc   WebData value = prefetch_values_.front();
value             177 content/child/indexed_db/webidbcursor_impl.cc                        value);
value             100 content/child/indexed_db/webidbcursor_impl_unittest.cc                          const WebData& value) {
value             111 content/child/indexed_db/webidbdatabase_impl.cc                              const blink::WebData& value,
value             122 content/child/indexed_db/webidbdatabase_impl.cc                                     value,
value              50 content/child/indexed_db/webidbdatabase_impl.h                    const blink::WebData& value,
value             302 content/child/npapi/npobject_proxy.cc                                   const NPVariant *value) {
value             308 content/child/npapi/npobject_proxy.cc     return obj->_class->setProperty(obj, name, value);
value             318 content/child/npapi/npobject_proxy.cc       *value, proxy->channel(), &value_param, false, render_view_id,
value             368 content/child/npapi/npobject_proxy.cc                                  NPIdentifier **value,
value             377 content/child/npapi/npobject_proxy.cc       return obj->_class->enumerate(obj, value, count);
value             393 content/child/npapi/npobject_proxy.cc   *value = static_cast<NPIdentifier *>(malloc(sizeof(NPIdentifier) * *count));
value             395 content/child/npapi/npobject_proxy.cc     (*value)[i] = CreateNPIdentifier(value_param[i]);
value              68 content/child/npapi/npobject_proxy.h                             const NPVariant *value);
value              72 content/child/npapi/npobject_proxy.h                            NPIdentifier **value,
value             263 content/child/npapi/npobject_stub.cc           plugin_path.BaseName().value());
value             316 content/child/npapi/npobject_stub.cc void NPObjectStub::OnEnumeration(std::vector<NPIdentifier_Param>* value,
value             338 content/child/npapi/npobject_stub.cc     value->push_back(param);
value              80 content/child/npapi/npobject_stub.h   void OnEnumeration(std::vector<NPIdentifier_Param>* value,
value              70 content/child/npapi/npobject_util.cc                                  const NPVariant *value) {
value              71 content/child/npapi/npobject_util.cc   return NPObjectProxy::NPSetProperty(npobj, propertyName, value);
value             165 content/child/npapi/npobject_util.cc       param->bool_value = variant.value.boolValue;
value             169 content/child/npapi/npobject_util.cc       param->int_value = variant.value.intValue;
value             173 content/child/npapi/npobject_util.cc       param->double_value = variant.value.doubleValue;
value             177 content/child/npapi/npobject_util.cc       if (variant.value.stringValue.UTF8Length) {
value             178 content/child/npapi/npobject_util.cc         param->string_value.assign(variant.value.stringValue.UTF8Characters,
value             179 content/child/npapi/npobject_util.cc                                    variant.value.stringValue.UTF8Length);
value             183 content/child/npapi/npobject_util.cc       if (variant.value.objectValue->_class == NPObjectProxy::npclass()) {
value             186 content/child/npapi/npobject_util.cc             NPObjectProxy::GetProxy(variant.value.objectValue);
value             200 content/child/npapi/npobject_util.cc               variant.value.objectValue);
value             206 content/child/npapi/npobject_util.cc                 variant.value.objectValue, channel, route_id, render_view_id,
value             212 content/child/npapi/npobject_util.cc           NPP owner = WebBindings::getObjectOwner(variant.value.objectValue);
value             243 content/child/npapi/npobject_util.cc       result->value.boolValue = param.bool_value;
value             247 content/child/npapi/npobject_util.cc       result->value.intValue = param.int_value;
value             251 content/child/npapi/npobject_util.cc       result->value.doubleValue = param.double_value;
value             257 content/child/npapi/npobject_util.cc       result->value.stringValue.UTF8Characters = static_cast<NPUTF8*>(buffer);
value             259 content/child/npapi/npobject_util.cc       result->value.stringValue.UTF8Length = static_cast<int>(size);
value             268 content/child/npapi/npobject_util.cc         result->value.objectValue = object;
value             274 content/child/npapi/npobject_util.cc         result->value.objectValue =
value             295 content/child/npapi/npobject_util.cc       result->value.objectValue = npobject_base->GetUnderlyingNPObject();
value             296 content/child/npapi/npobject_util.cc       WebBindings::retainObject(result->value.objectValue);
value             232 content/child/npapi/plugin_host.cc   std::string name, value;
value             265 content/child/npapi/plugin_host.cc           value = std::string(start, ptr - start);
value             266 content/child/npapi/plugin_host.cc           base::TrimWhitespace(value, base::TRIM_ALL, &value);
value             271 content/child/npapi/plugin_host.cc             values->push_back(value);
value             671 content/child/npapi/plugin_host.cc NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) {
value             698 content/child/npapi/plugin_host.cc         void **v = (void **)value;
value             718 content/child/npapi/plugin_host.cc         void** v = static_cast<void**>(value);
value             734 content/child/npapi/plugin_host.cc       *((void**)value) = (void*)handle;
value             741 content/child/npapi/plugin_host.cc       *((void**)value) = (void*)1;
value             748 content/child/npapi/plugin_host.cc       *reinterpret_cast<int*>(value) = NPNVGtk2;
value             753 content/child/npapi/plugin_host.cc       *reinterpret_cast<NPBool*>(value) = true;
value             758 content/child/npapi/plugin_host.cc       NPBool* supports_windowless = reinterpret_cast<NPBool*>(value);
value             764 content/child/npapi/plugin_host.cc       NPBool* private_mode = reinterpret_cast<NPBool*>(value);
value             782 content/child/npapi/plugin_host.cc       *reinterpret_cast<int*>(value) = plugin->drawing_model();
value             789 content/child/npapi/plugin_host.cc       NPBool* supports_model = reinterpret_cast<NPBool*>(value);
value             796 content/child/npapi/plugin_host.cc       NPBool* supports_model = reinterpret_cast<NPBool*>(value);
value             810 content/child/npapi/plugin_host.cc       NPBool* supports_model = reinterpret_cast<NPBool*>(value);
value             816 content/child/npapi/plugin_host.cc       NPBool* supports_compositing = reinterpret_cast<NPBool*>(value);
value             823 content/child/npapi/plugin_host.cc       NPBool* supports_update = reinterpret_cast<NPBool*>(value);
value             836 content/child/npapi/plugin_host.cc NPError NPN_SetValue(NPP id, NPPVariable variable, void* value) {
value             851 content/child/npapi/plugin_host.cc       plugin->set_windowless(value == 0);
value             861 content/child/npapi/plugin_host.cc       bool mode = (value != 0);
value             880 content/child/npapi/plugin_host.cc       intptr_t model = reinterpret_cast<intptr_t>(value);
value             892 content/child/npapi/plugin_host.cc       intptr_t model = reinterpret_cast<intptr_t>(value);
value             945 content/child/npapi/plugin_host.cc                            char** value,
value             992 content/child/npapi/plugin_host.cc   *value = static_cast<char*>(NPN_MemAlloc(result.length() + 1));
value             993 content/child/npapi/plugin_host.cc   base::strlcpy(*value, result.c_str(), result.length() + 1);
value            1002 content/child/npapi/plugin_host.cc                            const char* value,
value            1020 content/child/npapi/plugin_host.cc       std::string cookie(value, len);
value             174 content/child/npapi/plugin_instance.cc   NPObject *value = NULL;
value             175 content/child/npapi/plugin_instance.cc   NPError error = NPP_GetValue(NPPVpluginScriptableNPObject, &value);
value             176 content/child/npapi/plugin_instance.cc   if (error != NPERR_NO_ERROR || value == NULL)
value             178 content/child/npapi/plugin_instance.cc   return value;
value             181 content/child/npapi/plugin_instance.cc bool PluginInstance::GetFormValue(base::string16* value) {
value             189 content/child/npapi/plugin_instance.cc   *value = base::UTF8ToUTF16(plugin_value);
value             338 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_GetValue(NPPVariable variable, void* value) {
value             342 content/child/npapi/plugin_instance.cc     return npp_functions_->getvalue(npp_, variable, value);
value             347 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_SetValue(NPNVariable variable, void* value) {
value             350 content/child/npapi/plugin_instance.cc     return npp_functions_->setvalue(npp_, variable, value);
value              80 content/child/npapi/plugin_instance.h   void set_window_handle(gfx::PluginWindowHandle value) {
value              81 content/child/npapi/plugin_instance.h     window_handle_ = value;
value              87 content/child/npapi/plugin_instance.h   void set_windowless(bool value) { windowless_ = value; }
value              95 content/child/npapi/plugin_instance.h   void set_transparent(bool value) { transparent_ = value; }
value             111 content/child/npapi/plugin_instance.h   void set_drawing_model(NPDrawingModel value) { drawing_model_ = value; }
value             113 content/child/npapi/plugin_instance.h   void set_event_model(NPEventModel value) { event_model_ = value; }
value             156 content/child/npapi/plugin_instance.h   bool GetFormValue(base::string16* value);
value              94 content/child/npapi/plugin_lib.cc       << "PluginLib::NP_Initialize(" << web_plugin_info_.path.value()
value             120 content/child/npapi/plugin_lib.cc       << "PluginLib::NP_Initialize(" << web_plugin_info_.path.value()
value             195 content/child/npapi/plugin_lib.cc         << "Couldn't load plugin " << web_plugin_info_.path.value() << " "
value             242 content/child/npapi/plugin_lib.cc         << "Plugin " << web_plugin_info_.path.value()
value             247 content/child/npapi/plugin_lib.cc         << "Plugin " << web_plugin_info_.path.value()
value             299 content/child/npapi/plugin_lib.cc           << web_plugin_info_.path.value();
value             310 content/child/npapi/plugin_lib.cc             << "Unloading plugin " << web_plugin_info_.path.value();
value              26 content/child/npapi/plugin_stream_posix.cc     instance_->NPP_StreamAsFile(&stream_, temp_file_path_.value().c_str());
value             192 content/child/npapi/plugin_stream_url.cc void PluginStreamUrl::SetDeferLoading(bool value) {
value             197 content/child/npapi/plugin_stream_url.cc     if (!value && plugin_url_fetcher_->pending_failure_notification()) {
value             204 content/child/npapi/plugin_stream_url.cc     instance()->webplugin()->SetDeferResourceLoading(id_, value);
value             207 content/child/npapi/plugin_stream_url.cc                                                      value);
value              66 content/child/npapi/plugin_stream_url.h   void SetDeferLoading(bool value);
value             306 content/child/npapi/plugin_url_fetcher.cc     std::string name, value;
value             307 content/child/npapi/plugin_url_fetcher.cc     while (info.headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             309 content/child/npapi/plugin_url_fetcher.cc       if (!name.empty() && !value.empty())
value             310 content/child/npapi/plugin_url_fetcher.cc         headers += name + ": " + value + "\n";
value              87 content/child/npapi/webplugin_delegate.h   virtual bool GetFormValue(base::string16* value) = 0;
value             192 content/child/npapi/webplugin_delegate_impl.cc bool WebPluginDelegateImpl::GetFormValue(base::string16* value) {
value             193 content/child/npapi/webplugin_delegate_impl.cc   return instance_->GetFormValue(value);
value             100 content/child/npapi/webplugin_delegate_impl.h   virtual bool GetFormValue(base::string16* value) OVERRIDE;
value             255 content/child/npapi/webplugin_delegate_impl_win.cc       StringToLowerASCII(plugin_info.path.BaseName().value());
value             363 content/child/npapi/webplugin_delegate_impl_win.cc         GetPluginPath().value().c_str(), "user32.dll", "TrackPopupMenu",
value             377 content/child/npapi/webplugin_delegate_impl_win.cc         GetPluginPath().value().c_str(), "user32.dll", "SetCursor",
value             417 content/child/npapi/webplugin_delegate_impl_win.cc         GetPluginPath().value().c_str(), "kernel32.dll", "GetProcAddress",
value             424 content/child/npapi/webplugin_delegate_impl_win.cc         GetPluginPath().value().c_str(), "user32.dll", "WindowFromPoint",
value              82 content/child/resource_dispatcher.cc   virtual void SetDefersLoading(bool value) OVERRIDE;
value             212 content/child/resource_dispatcher.cc void IPCResourceLoaderBridge::SetDefersLoading(bool value) {
value             218 content/child/resource_dispatcher.cc   dispatcher_->SetDefersLoading(request_id_, value);
value             594 content/child/resource_dispatcher.cc void ResourceDispatcher::SetDefersLoading(int request_id, bool value) {
value             601 content/child/resource_dispatcher.cc   if (value) {
value             602 content/child/resource_dispatcher.cc     request_info.is_deferred = value;
value              75 content/child/resource_dispatcher.h   void SetDefersLoading(int request_id, bool value);
value              79 content/child/simple_webmimeregistry_impl.cc       base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
value              87 content/child/simple_webmimeregistry_impl.cc       base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
value              82 content/child/web_url_loader_impl.cc   virtual void visitHeader(const WebString& name, const WebString& value) {
value              85 content/child/web_url_loader_impl.cc     const std::string& value_latin1 = value.latin1();
value             233 content/child/web_url_loader_impl.cc   void SetDefersLoading(bool value);
value             299 content/child/web_url_loader_impl.cc void WebURLLoaderImpl::Context::SetDefersLoading(bool value) {
value             301 content/child/web_url_loader_impl.cc     bridge_->SetDefersLoading(value);
value             805 content/child/web_url_loader_impl.cc   std::string value;
value             806 content/child/web_url_loader_impl.cc   headers->EnumerateHeader(NULL, "content-disposition", &value);
value             809 content/child/web_url_loader_impl.cc                                 value,
value             822 content/child/web_url_loader_impl.cc   while (headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             824 content/child/web_url_loader_impl.cc                                  WebString::fromLatin1(value));
value             866 content/child/web_url_loader_impl.cc void WebURLLoaderImpl::setDefersLoading(bool value) {
value             867 content/child/web_url_loader_impl.cc   context_->SetDefersLoading(value);
value              41 content/child/web_url_loader_impl.h   virtual void setDefersLoading(bool value);
value             210 content/child/webcrypto/jwk.cc   base::Value* value = NULL;
value             211 content/child/webcrypto/jwk.cc   if (!dict->Get(path, &value))
value             213 content/child/webcrypto/jwk.cc   if (!value->GetAsString(result))
value             227 content/child/webcrypto/jwk.cc   base::Value* value = NULL;
value             228 content/child/webcrypto/jwk.cc   if (!dict->Get(path, &value))
value             231 content/child/webcrypto/jwk.cc   if (!value->GetAsString(result))
value             247 content/child/webcrypto/jwk.cc   base::Value* value = NULL;
value             248 content/child/webcrypto/jwk.cc   if (!dict->Get(path, &value))
value             251 content/child/webcrypto/jwk.cc   if (!value->GetAsList(result))
value             284 content/child/webcrypto/jwk.cc   base::Value* value = NULL;
value             285 content/child/webcrypto/jwk.cc   if (!dict->Get(path, &value))
value             288 content/child/webcrypto/jwk.cc   if (!value->GetAsBoolean(result))
value             636 content/child/webcrypto/jwk.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(json_string));
value             639 content/child/webcrypto/jwk.cc   if (!value.get() || !value->GetAsDictionary(&dict_value) || !dict_value)
value             600 content/child/webcrypto/platform_crypto_nss.cc               SECItem* value) {
value             601 content/child/webcrypto/platform_crypto_nss.cc   SECStatus rv = PK11_ReadRawAttribute(PK11_TypePrivKey, key, attribute, value);
value             606 content/child/webcrypto/platform_crypto_nss.cc   value->type = siUnsignedInteger;
value             205 content/child/webcrypto/shared_crypto_unittest.cc                                             scoped_ptr<base::Value>* value) {
value             216 content/child/webcrypto/shared_crypto_unittest.cc            << "Couldn't read test file: " << file_path.value();
value             224 content/child/webcrypto/shared_crypto_unittest.cc   value->reset(base::JSONReader::Read(file_contents));
value             225 content/child/webcrypto/shared_crypto_unittest.cc   if (!value->get()) {
value             227 content/child/webcrypto/shared_crypto_unittest.cc            << "Couldn't parse test file JSON: " << file_path.value();
value             549 content/child/webcrypto/shared_crypto_unittest.cc   base::Value* value = base::JSONReader::Read(json_string);
value             550 content/child/webcrypto/shared_crypto_unittest.cc   EXPECT_TRUE(value);
value             552 content/child/webcrypto/shared_crypto_unittest.cc   value->GetAsDictionary(&dict_value);
value              43 content/child/webthemeengine_impl_mac.cc   trackInfo.value = scrollbarInfo.currentValue;
value              44 content/common/child_process_host_impl.cc   std::string basename = path.BaseName().value();
value              48 content/common/child_process_host_impl.cc   DCHECK_EQ(kMacOSName, macos_path.BaseName().value());
value              52 content/common/child_process_host_impl.cc   DCHECK_EQ(kContentsName, contents_path.BaseName().value());
value              58 content/common/child_process_host_impl.cc   DCHECK_EQ(basename_app, helper_app_path.BaseName().value());
value              20 content/common/cookie_data.cc       value(c.Value()),
value              27 content/common/cookie_data.h   std::string value;
value              22 content/common/date_time_suggestion.h   double value;
value              13 content/common/dom_storage/dom_storage_map.cc size_t size_of_item(const base::string16& key, const base::string16& value) {
value              14 content/common/dom_storage/dom_storage_map.cc   return (key.length() + value.length()) * sizeof(base::char16);
value              65 content/common/dom_storage/dom_storage_map.cc     const base::string16& key, const base::string16& value,
value              75 content/common/dom_storage/dom_storage_map.cc   size_t new_item_size = size_of_item(key, value);
value              83 content/common/dom_storage/dom_storage_map.cc   values_[key] = base::NullableString16(value, false);
value              29 content/common/dom_storage/dom_storage_map.h   bool SetItem(const base::string16& key, const base::string16& value,
value              17 content/common/edit_command.h       : name(n), value(v) {
value              21 content/common/edit_command.h   std::string value;
value             447 content/common/gpu/client/gl_helper_unittest.cc           float value = 0.0f;
value             466 content/common/gpu/client/gl_helper_unittest.cc                   value += c * coeff;
value             489 content/common/gpu/client/gl_helper_unittest.cc                   value += Bilinear(input,
value             500 content/common/gpu/client/gl_helper_unittest.cc               value = Bilinear(input, dst_x_in_src, dst_y_in_src, channel);
value             503 content/common/gpu/client/gl_helper_unittest.cc           value /= sum;
value             508 content/common/gpu/client/gl_helper_unittest.cc                      static_cast<int>(value * 255.0f + 0.5f));
value             922 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   GLvoid* value = NULL;
value             925 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   gl_->GetVertexAttribPointerv(index, pname, &value);
value             926 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   return static_cast<WGC3Dsizeiptr>(reinterpret_cast<intptr_t>(value));
value             292 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void getBooleanv(WGC3Denum pname, WGC3Dboolean* value);
value             296 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                     WGC3Dint* value);
value             304 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void getFloatv(WGC3Denum pname, WGC3Dfloat* value);
value             309 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                                    WGC3Dint* value);
value             311 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void getIntegerv(WGC3Denum pname, WGC3Dint* value);
value             313 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void getProgramiv(WebGLId program, WGC3Denum pname, WGC3Dint* value);
value             319 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                           WGC3Dint* value);
value             321 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void getShaderiv(WebGLId shader, WGC3Denum pname, WGC3Dint* value);
value             335 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                  WGC3Dfloat* value);
value             338 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                  WGC3Dint* value);
value             342 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                             WGC3Dfloat* value);
value             345 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                             WGC3Dint* value);
value             350 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                  WGC3Dfloat* value);
value             352 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                  WGC3Dint* value);
value             382 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void sampleCoverage(WGC3Dfloat value, WGC3Dboolean invert);
value             460 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                 const WGC3Dfloat* value);
value             464 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                 const WGC3Dfloat* value);
value             468 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                 const WGC3Dfloat* value);
value             118 content/common/gpu/image_transport_surface_mac.cc                      bool value) {
value             120 content/common/gpu/image_transport_surface_mac.cc                        (value ? kCFBooleanTrue : kCFBooleanFalse));
value             125 content/common/gpu/image_transport_surface_mac.cc                      int32 value) {
value             127 content/common/gpu/image_transport_surface_mac.cc       CFNumberCreate(NULL, kCFNumberSInt32Type, &value));
value              29 content/common/gpu/media/exynos_video_encode_accelerator.cc #define IOCTL_OR_ERROR_RETURN_VALUE(fd, type, arg, value)          \
value              34 content/common/gpu/media/exynos_video_encode_accelerator.cc       return value;                                                \
value             412 content/common/gpu/media/exynos_video_encode_accelerator.cc     ctrls[0].value = V4L2_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE_I_FRAME;
value            1142 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[0].value = bitrate;
value            1167 content/common/gpu/media/exynos_video_encode_accelerator.cc   control.value = 0;
value            1173 content/common/gpu/media/exynos_video_encode_accelerator.cc   control.value = 0;
value            1178 content/common/gpu/media/exynos_video_encode_accelerator.cc   control.value = 0;
value            1183 content/common/gpu/media/exynos_video_encode_accelerator.cc   control.value = 255;
value            1348 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[0].value = 0;
value            1351 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[1].value = 1;
value            1355 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[2].value = 1;
value            1359 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[3].value = 1;
value            1362 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[4].value = 51;
value            1365 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[5].value = V4L2_MPEG_VIDEO_HEADER_MODE_SEPARATE;
value            1368 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[6].value = 1;
value            1371 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[7].value = V4L2_MPEG_VIDEO_H264_LEVEL_4_0;
value            1374 content/common/gpu/media/exynos_video_encode_accelerator.cc   ctrls[8].value = 0;
value            1715 content/common/gpu/media/v4l2_video_decode_accelerator.cc   output_dpb_size_ = ctrl.value;
value            1905 content/common/gpu/media/v4l2_video_decode_accelerator.cc   if (ctrl.value != output_dpb_size_) {
value             142 content/common/gpu/media/vaapi_h264_decoder_unittest.cc     LOG(ERROR) << "failed to read input data from " << input_file.value();
value             331 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   VLOG(1) << "Input File: " << input_file.value();
value             332 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   VLOG(1) << "Output File: " << output_file.value();
value             193 content/common/gpu/media/vaapi_wrapper.cc   if (!(attrib.value & VA_RT_FORMAT_YUV420)) {
value             749 content/common/gpu/media/video_encode_accelerator_unittest.cc           media::GetTestDataFilePath(content::g_default_in_filename).value() +
value              42 content/common/indexed_db/indexed_db_key_unittest.cc   double value = 123.456;
value              44 content/common/indexed_db/indexed_db_key_unittest.cc     array.push_back(IndexedDBKey(value, blink::WebIDBKeyTypeNumber));
value             138 content/common/indexed_db/indexed_db_messages.h   IPC_STRUCT_MEMBER(std::string, value)
value             240 content/common/indexed_db/indexed_db_messages.h   IPC_STRUCT_MEMBER(std::string, value)
value             249 content/common/indexed_db/indexed_db_messages.h   IPC_STRUCT_MEMBER(std::string, value)
value              47 content/common/input_messages.h     value >= 0 &&
value              48 content/common/input_messages.h     value <= content::TOUCH_ACTION_MAX &&
value              49 content/common/input_messages.h     (!(value & content::TOUCH_ACTION_NONE) ||
value              50 content/common/input_messages.h         (value == content::TOUCH_ACTION_NONE)) &&
value              51 content/common/input_messages.h     (!(value & content::TOUCH_ACTION_PINCH_ZOOM) ||
value              52 content/common/input_messages.h         (value == content::TOUCH_ACTION_MANIPULATION))))
value              56 content/common/input_messages.h   IPC_STRUCT_TRAITS_MEMBER(value)
value              68 content/common/inter_process_time_ticks_converter.cc int64 InterProcessTimeTicksConverter::Convert(int64 value) const {
value              69 content/common/inter_process_time_ticks_converter.cc   if (value <= 0) {
value              70 content/common/inter_process_time_ticks_converter.cc     return value;
value              72 content/common/inter_process_time_ticks_converter.cc   return numerator_ * value / denominator_;
value              65 content/common/inter_process_time_ticks_converter.h   int64 Convert(int64 value) const;
value              85 content/common/inter_process_time_ticks_converter.h   LocalTimeDelta(int value) : value_(value) {}
value              92 content/common/inter_process_time_ticks_converter.h   static LocalTimeTicks FromTimeTicks(const base::TimeTicks& value) {
value              93 content/common/inter_process_time_ticks_converter.h     return LocalTimeTicks(value.ToInternalValue());
value             107 content/common/inter_process_time_ticks_converter.h   LocalTimeTicks(int64 value) : value_(value) {}
value             122 content/common/inter_process_time_ticks_converter.h   RemoteTimeDelta(int value) : value_(value) {}
value             140 content/common/inter_process_time_ticks_converter.h   RemoteTimeTicks(int64 value) : value_(value) {}
value              31 content/common/media/media_stream_messages.h   IPC_STRUCT_TRAITS_MEMBER(value)
value              28 content/common/media/media_stream_options.cc                               std::string* value) {
value              32 content/common/media/media_stream_options.cc       *value = it->value;
value              42 content/common/media/media_stream_options.cc                               std::string* value,
value              44 content/common/media/media_stream_options.cc   if (GetFirstConstraintByName(mandatory, name, value)) {
value              51 content/common/media/media_stream_options.cc     return GetFirstConstraintByName(optional, name, value);
value              69 content/common/media/media_stream_options.cc                                       const std::string& value)
value              70 content/common/media/media_stream_options.cc     : name(name), value(value) {
value              74 content/common/media/media_stream_options.cc                                                   std::string* value,
value              76 content/common/media/media_stream_options.cc   return GetFirstConstraintByName(mandatory_audio, optional_audio, name, value,
value              81 content/common/media/media_stream_options.cc                                                   std::string* value,
value              83 content/common/media/media_stream_options.cc   return GetFirstConstraintByName(mandatory_video, optional_video, name, value,
value              95 content/common/media/media_stream_options.cc       values->push_back(it->value);
value              47 content/common/media/media_stream_options.h                const std::string& value);
value              50 content/common/media/media_stream_options.h     std::string value;
value              69 content/common/media/media_stream_options.h                                      std::string* value,
value              79 content/common/media/media_stream_options.h                                      std::string* value,
value             259 content/common/page_state_serialization.cc   double value = 0.0;
value             263 content/common/page_state_serialization.cc     memcpy(&value, tmp, sizeof(double));
value             267 content/common/page_state_serialization.cc   return value;
value             203 content/common/page_state_serialization_unittest.cc       ADD_FAILURE() << "File not found: " << path.value();
value              42 content/common/pepper_plugin_list.cc   const std::string value =
value              45 content/common/pepper_plugin_list.cc   if (value.empty())
value              55 content/common/pepper_plugin_list.cc   base::SplitString(value, ',', &modules);
value             216 content/common/plugin_list.cc       << "Loading plugin " << path.value();
value             224 content/common/plugin_list.cc   if (path.BaseName().value() != L"npspy.dll")  // Make an exception for NPSPY
value             131 content/common/plugin_list_posix.cc   std::string filename = info.path.BaseName().value();
value             152 content/common/plugin_list_posix.cc   std::string filename = path.BaseName().value();
value             168 content/common/plugin_list_posix.cc   int fd = open(filename.value().c_str(), O_RDONLY|O_NONBLOCK);
value             233 content/common/plugin_list_posix.cc     LOG(WARNING) << path.value() << " is nspluginwrapper wrapping a "
value             246 content/common/plugin_list_posix.cc         << unwrapped_path->value() << " (" << error.ToString() << "), "
value             253 content/common/plugin_list_posix.cc       << "Using unwrapped version " << unwrapped_path->value()
value             270 content/common/plugin_list_posix.cc         << "Skipping plugin " << filename.value()
value             280 content/common/plugin_list_posix.cc         << filename.value() << " (" << error.ToString() << "), skipping.";
value             297 content/common/plugin_list_posix.cc         << "Plugin " << filename.value() << " doesn't have a "
value             305 content/common/plugin_list_posix.cc         << "MIME description for " << filename.value() << " is empty";
value             333 content/common/plugin_list_posix.cc         << "Got info for plugin " << filename.value()
value             340 content/common/plugin_list_posix.cc         << "Plugin " << filename.value()
value             497 content/common/plugin_list_posix.cc   for (base::FilePath path = enumerator.Next(); !path.value().empty();
value             512 content/common/plugin_list_posix.cc         << "Resolved " << orig_path.value() << " -> " << path.value();
value             516 content/common/plugin_list_posix.cc           << "Skipping duplicate instance of " << path.value();
value             522 content/common/plugin_list_posix.cc           << "Skipping blacklisted plugin " << path.value();
value             530 content/common/plugin_list_posix.cc     if (path.BaseName().value() == kFlashPlayerFilename &&
value             531 content/common/plugin_list_posix.cc         path.value().find(kNetscapeInPath) != std::string::npos) {
value             532 content/common/plugin_list_posix.cc       if (orig_path.value().find(kNetscapeInPath) == std::string::npos) {
value             538 content/common/plugin_list_posix.cc             << kNetscapeInPath << ", so skipping " << orig_path.value();
value             563 content/common/plugin_list_posix.cc       << "Considering " << info.path.value() << " (" << info.name << ")";
value             567 content/common/plugin_list_posix.cc         << info.path.value() << " is undesirable.";
value             576 content/common/plugin_list_posix.cc             << "Skipping " << info.path.value() << ", preferring "
value             577 content/common/plugin_list_posix.cc             << (*plugins)[j].path.value();
value             585 content/common/plugin_list_posix.cc   VLOG_IF(1, PluginList::DebugPluginLoading()) << "Using " << info.path.value();
value             274 content/common/plugin_list_win.cc         << filename.value();
value             336 content/common/plugin_list_win.cc   base::string16 dir = path.value();
value             387 content/common/plugin_list_win.cc           StringToLowerASCII((*plugins)[j].path.BaseName().value());
value             389 content/common/plugin_list_win.cc           StringToLowerASCII(info.path.BaseName().value());
value             416 content/common/plugin_list_win.cc       StringToLowerASCII(info.path.BaseName().value());
value             453 content/common/plugin_list_win.cc       if ((*plugins)[j].path.BaseName().value() == kOldWMPPlugin) {
value             461 content/common/plugin_list_win.cc       if ((*plugins)[j].path.BaseName().value() == kNewWMPPlugin)
value              41 content/common/sandbox_mac.h   explicit SandboxSubstring(const std::string& value)
value              42 content/common/sandbox_mac.h       : value_(value),
value              45 content/common/sandbox_mac.h   SandboxSubstring(const std::string& value, SandboxSubstringType type)
value              46 content/common/sandbox_mac.h       : value_(value),
value              49 content/common/sandbox_mac.h   const std::string& value() { return value_; }
value             124 content/common/sandbox_win.cc                            directory.value().c_str());
value             128 content/common/sandbox_win.cc   std::wstring directory_str = directory.value() + L"\\";
value             172 content/common/sandbox_win.cc   return (fname.BaseName().value() == module_name);
value             319 content/common/sandbox_win.cc   DWORD long_path_return_value = GetLongPathName(app_dir.value().c_str(),
value             329 content/common/sandbox_win.cc                            debug_message.value().c_str());
value             382 content/common/sandbox_win.cc     std::string value = current_cmd_line.GetSwitchValueASCII(
value             384 content/common/sandbox_win.cc     if (value.empty() || value == type) {
value             388 content/common/sandbox_win.cc     command_line->AppendSwitchASCII(switches::kDebugChildren, value);
value             391 content/common/sandbox_win.cc     std::string value = current_cmd_line.GetSwitchValueASCII(
value             393 content/common/sandbox_win.cc     if (value.empty() || value == type) {
value             396 content/common/sandbox_win.cc     command_line->AppendSwitchASCII(switches::kWaitForDebuggerChildren, value);
value             669 content/common/sandbox_win.cc                              exposed_dir.value().c_str());
value             676 content/common/sandbox_win.cc                              exposed_files.value().c_str());
value             704 content/common/sandbox_win.cc                cmd_line->GetProgram().value().c_str(),
value              58 content/common/set_process_title.cc     title = target.value();
value              69 content/common/set_process_title.cc     prctl(PR_SET_NAME, base::FilePath(title).BaseName().value().c_str());
value             157 content/common/view_messages.h   IPC_STRUCT_TRAITS_MEMBER(value)
value             220 content/common/view_messages.h   IPC_STRUCT_TRAITS_MEMBER(value)
value             372 content/common/view_messages.h   IPC_STRUCT_MEMBER(std::string, value)
value              52 content/plugin/plugin_channel.h   void set_incognito(bool value) { incognito_ = value; }
value             320 content/plugin/webplugin_delegate_stub.cc void WebPluginDelegateStub::OnGetFormValue(base::string16* value,
value             325 content/plugin/webplugin_delegate_stub.cc   *success = delegate_->GetFormValue(value);
value              82 content/plugin/webplugin_delegate_stub.h   void OnGetFormValue(base::string16* value, bool* success);
value              25 content/ppapi_plugin/broker_process_dispatcher.cc   return base::WideToUTF8(plugin_data_path.value());
value              27 content/ppapi_plugin/broker_process_dispatcher.cc   return plugin_data_path.value();
value             104 content/ppapi_plugin/ppapi_plugin_main.cc   setenv("HOME", base::GetHomeDir().value().c_str(), 1);
value             281 content/ppapi_plugin/ppapi_thread.cc       LOG(ERROR) << "Failed to load Pepper module from " << path.value()
value             195 content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc     const blink::WebString& value) {
value              34 content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h                           const blink::WebString& value);
value             339 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java     private void setEventTypeActive(int eventType, boolean value) {
value             342 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java                 mDeviceOrientationIsActive = value;
value             345 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java                 mDeviceMotionIsActive = value;
value              29 content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java                     public void replaceDateTime(double value) {
value              30 content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java                         nativeReplaceDateTime(mNativeDateTimeChooserAndroid, value);
value              75 content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java             double value, String localizedValue, String label) {
value              76 content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java         array[index] = new DateTimeSuggestion(value, localizedValue, label);
value              22 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestion.java     DateTimeSuggestion(double value, String localizedValue, String label) {
value              23 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestion.java         mValue = value;
value              38 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java         void replaceDateTime(double value);
value             152 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java                     double suggestionValue = adapter.getItem(position).value();
value             197 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java     void showDialog(final int type, final double value,
value             204 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java             showPickerDialog(type, value, min, max, step);
value             206 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java             showSuggestionDialog(type, value, min, max, step, suggestions);
value              40 content/public/android/java/src/org/chromium/content/browser/input/MonthPicker.java     public static Calendar createDateFromValue(double value) {
value              41 content/public/android/java/src/org/chromium/content/browser/input/MonthPicker.java         int year = (int) Math.min(value / 12 + 1970, Integer.MAX_VALUE);
value              42 content/public/android/java/src/org/chromium/content/browser/input/MonthPicker.java         int month = (int) (value % 12);
value              50 content/public/android/java/src/org/chromium/content/browser/input/MonthPicker.java     protected Calendar getDateForValue(double value) {
value              51 content/public/android/java/src/org/chromium/content/browser/input/MonthPicker.java         return MonthPicker.createDateFromValue(value);
value             284 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java         public String format(int value) {
value             285 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java             return String.format(mFormat, value);
value             136 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePicker.java     protected abstract Calendar getDateForValue(double value);
value              48 content/public/android/java/src/org/chromium/content/browser/input/WeekPicker.java     public static Calendar createDateFromValue(double value) {
value              53 content/public/android/java/src/org/chromium/content/browser/input/WeekPicker.java         date.setTimeInMillis((long) value);
value              58 content/public/android/java/src/org/chromium/content/browser/input/WeekPicker.java     protected Calendar getDateForValue(double value) {
value              59 content/public/android/java/src/org/chromium/content/browser/input/WeekPicker.java         return WeekPicker.createDateFromValue(value);
value             168 content/public/android/javatests/src/org/chromium/content/browser/DownloadInfoTest.java                 String value = signature.mMethodNameWithoutPrefix
value             170 content/public/android/javatests/src/org/chromium/content/browser/DownloadInfoTest.java                 valuesForBuilder.put(signature, value);
value             533 content/public/browser/content_browser_client.h                                       const std::string& value) {}
value              17 content/public/browser/download_interrupt_reasons.h #define INTERRUPT_REASON(name, value)  DOWNLOAD_INTERRUPT_REASON_##name = value,
value              63 content/public/browser/download_url_parameters.h   void add_request_header(const std::string& name, const std::string& value) {
value              64 content/public/browser/download_url_parameters.h     request_headers_.push_back(make_pair(name, value));
value              26 content/public/browser/overscroll_configuration.h CONTENT_EXPORT void SetOverscrollConfig(OverscrollConfig config, float value);
value             248 content/public/browser/render_process_host.h   static void SetRunRendererInProcess(bool value);
value             194 content/public/browser/render_view_host.h                                 const std::string& value) = 0;
value              38 content/public/browser/resource_dispatcher_host.h   virtual void SetAllowCrossOriginAuthPrompt(bool value) = 0;
value             424 content/public/browser/web_contents.h   virtual void SetClosedByUserGesture(bool value) = 0;
value              42 content/public/browser/web_ui_data_source.h                          const base::string16& value) = 0;
value              45 content/public/browser/web_ui_data_source.h   virtual void AddString(const std::string& name, const std::string& value) = 0;
value              56 content/public/browser/web_ui_data_source.h   virtual void AddBoolean(const std::string& name, bool value) = 0;
value              42 content/public/browser/web_ui_message_handler.h   static bool ExtractIntegerValue(const base::ListValue* value, int* out_int);
value              45 content/public/browser/web_ui_message_handler.h   static bool ExtractDoubleValue(const base::ListValue* value,
value              49 content/public/browser/web_ui_message_handler.h   static base::string16 ExtractStringValue(const base::ListValue* value);
value              15 content/public/common/page_transition_types.h #define PAGE_TRANSITION(label, value) PAGE_TRANSITION_ ## label = value,
value              12 content/public/common/result_codes.h #define RESULT_CODE(label, value) RESULT_CODE_ ## label = value,
value              11 content/public/common/screen_orientation_values.h #define DEFINE_SCREEN_ORIENTATION_VALUE(name, value) name = value,
value              11 content/public/common/top_controls_state.h #define DEFINE_TOP_CONTROLS_STATE(name, value) name = value,
value              54 content/public/renderer/document_state.h   void set_request_time(const base::Time& value) {
value              56 content/public/renderer/document_state.h     request_time_ = value;
value              63 content/public/renderer/document_state.h   void set_start_load_time(const base::Time& value) {
value              67 content/public/renderer/document_state.h     start_load_time_ = value;
value              74 content/public/renderer/document_state.h   void set_commit_load_time(const base::Time& value) {
value              75 content/public/renderer/document_state.h     commit_load_time_ = value;
value              82 content/public/renderer/document_state.h   void set_finish_document_load_time(const base::Time& value) {
value              85 content/public/renderer/document_state.h     DCHECK(!value.is_null());
value              90 content/public/renderer/document_state.h     finish_document_load_time_ = value;
value              95 content/public/renderer/document_state.h   void set_finish_load_time(const base::Time& value) {
value              96 content/public/renderer/document_state.h     DCHECK(!value.is_null());
value             100 content/public/renderer/document_state.h     finish_load_time_ = value;
value             105 content/public/renderer/document_state.h   void set_first_paint_time(const base::Time& value) {
value             106 content/public/renderer/document_state.h     first_paint_time_ = value;
value             113 content/public/renderer/document_state.h   void set_first_paint_after_load_time(const base::Time& value) {
value             114 content/public/renderer/document_state.h     first_paint_after_load_time_ = value;
value             119 content/public/renderer/document_state.h   void set_load_histograms_recorded(bool value) {
value             120 content/public/renderer/document_state.h     load_histograms_recorded_ = value;
value             126 content/public/renderer/document_state.h   void set_web_timing_histograms_recorded(bool value) {
value             127 content/public/renderer/document_state.h     web_timing_histograms_recorded_ = value;
value             132 content/public/renderer/document_state.h   void set_was_fetched_via_spdy(bool value) { was_fetched_via_spdy_ = value; }
value             135 content/public/renderer/document_state.h   void set_was_npn_negotiated(bool value) { was_npn_negotiated_ = value; }
value             140 content/public/renderer/document_state.h   void set_npn_negotiated_protocol(const std::string& value) {
value             141 content/public/renderer/document_state.h     npn_negotiated_protocol_ = value;
value             147 content/public/renderer/document_state.h   void set_was_alternate_protocol_available(bool value) {
value             148 content/public/renderer/document_state.h     was_alternate_protocol_available_ = value;
value             160 content/public/renderer/document_state.h   void set_was_fetched_via_proxy(bool value) {
value             161 content/public/renderer/document_state.h     was_fetched_via_proxy_ = value;
value             164 content/public/renderer/document_state.h   void set_was_prefetcher(bool value) { was_prefetcher_ = value; }
value             167 content/public/renderer/document_state.h   void set_was_referred_by_prefetcher(bool value) {
value             168 content/public/renderer/document_state.h     was_referred_by_prefetcher_ = value;
value             174 content/public/renderer/document_state.h   void set_was_after_preconnect_request(bool value) {
value             175 content/public/renderer/document_state.h     was_after_preconnect_request_ = value;
value              67 content/public/renderer/navigation_state.h   void set_should_replace_current_entry(bool value) {
value              68 content/public/renderer/navigation_state.h     should_replace_current_entry_ = value;
value              81 content/public/renderer/navigation_state.h   void set_request_committed(bool value) { request_committed_ = value; }
value              87 content/public/renderer/navigation_state.h   void set_was_within_same_page(bool value) { was_within_same_page_ = value; }
value              94 content/public/renderer/navigation_state.h   void set_transferred_request_child_id(int value) {
value              95 content/public/renderer/navigation_state.h     transferred_request_child_id_ = value;
value             100 content/public/renderer/navigation_state.h   void set_transferred_request_request_id(int value) {
value             101 content/public/renderer/navigation_state.h     transferred_request_request_id_ = value;
value             106 content/public/renderer/navigation_state.h   void set_allow_download(bool value) {
value             107 content/public/renderer/navigation_state.h     allow_download_ = value;
value             106 content/public/renderer/pepper_plugin_instance.h   virtual void SetEmbedProperty(PP_Var key, PP_Var value) = 0;
value             124 content/public/renderer/render_view.h                                              const std::string& value) = 0;
value              49 content/public/renderer/resource_fetcher.h                          const std::string& value) = 0;
value              33 content/public/renderer/v8_value_converter.h     virtual bool FromV8Object(v8::Handle<v8::Object> value,
value              38 content/public/renderer/v8_value_converter.h     virtual bool FromV8Array(v8::Handle<v8::Array> value,
value              80 content/public/renderer/v8_value_converter.h       const base::Value* value,
value              92 content/public/renderer/v8_value_converter.h   virtual base::Value* FromV8Value(v8::Handle<v8::Value> value,
value             152 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/DOMUtils.java         String value = null;
value             155 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/DOMUtils.java             if (jsonReader.hasNext()) value = jsonReader.nextString();
value             157 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/DOMUtils.java             Assert.assertNotNull("Invalid contents returned.", value);
value             163 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/DOMUtils.java         return value;
value             177 content/public/test/browser_test_utils.cc                          const std::string& value,
value             184 content/public/test/browser_test_utils.cc       url, value, net::CookieOptions(),
value             415 content/public/test/browser_test_utils.cc   scoped_ptr<base::Value> value;
value             416 content/public/test/browser_test_utils.cc   if (!ExecuteScriptHelper(adapter.render_frame_host(), script, &value) ||
value             417 content/public/test/browser_test_utils.cc       !value.get()) {
value             421 content/public/test/browser_test_utils.cc   return value->GetAsInteger(result);
value             427 content/public/test/browser_test_utils.cc   scoped_ptr<base::Value> value;
value             428 content/public/test/browser_test_utils.cc   if (!ExecuteScriptHelper(adapter.render_frame_host(), script, &value) ||
value             429 content/public/test/browser_test_utils.cc       !value.get()) {
value             433 content/public/test/browser_test_utils.cc   return value->GetAsBoolean(result);
value             440 content/public/test/browser_test_utils.cc   scoped_ptr<base::Value> value;
value             441 content/public/test/browser_test_utils.cc   if (!ExecuteScriptHelper(adapter.render_frame_host(), script, &value) ||
value             442 content/public/test/browser_test_utils.cc       !value.get()) {
value             446 content/public/test/browser_test_utils.cc   return value->GetAsString(result);
value             529 content/public/test/browser_test_utils.cc                const std::string& value) {
value             537 content/public/test/browser_test_utils.cc       base::Bind(&SetCookieOnIOThread, url, value,
value             178 content/public/test/browser_test_utils.h                const std::string& value);
value              86 content/public/test/content_browser_test.cc   DCHECK_EQ(subprocess_path.BaseName().value(), "Contents");
value              44 content/public/test/fake_speech_recognition_manager.cc void FakeSpeechRecognitionManager::SetFakeResult(const std::string& value) {
value              45 content/public/test/fake_speech_recognition_manager.cc   fake_result_ = value;
value             280 content/public/test/render_view_test.cc   v8::Handle<v8::Value>  value = GetMainFrame()->executeScriptAndReturnValue(
value             282 content/public/test/render_view_test.cc   if (value.IsEmpty() || !value->IsArray())
value             285 content/public/test/render_view_test.cc   v8::Handle<v8::Array> array = value.As<v8::Array>();
value             291 content/public/test/render_view_test.cc     v8::Local<v8::Value> value = array->Get(index);
value             292 content/public/test/render_view_test.cc     if (value.IsEmpty() || !value->IsInt32())
value             294 content/public/test/render_view_test.cc     coords.push_back(value->Int32Value());
value             280 content/public/test/test_launcher.cc       LOG(WARNING) << "Failed to delete " << i->second.value();
value             407 content/public/test/test_launcher.cc                      << user_data_dir_map_[test_name_no_pre].value();
value              70 content/public/test/web_contents_tester.h   virtual void TestSetIsLoading(bool value) = 0;
value             177 content/renderer/accessibility/blink_ax_tree_source.cc   std::string value;
value             299 content/renderer/accessibility/blink_ax_tree_source.cc       std::string value = UTF16ToUTF8(element.attributeValue(i));
value             300 content/renderer/accessibility/blink_ax_tree_source.cc       dst->html_attributes.push_back(std::make_pair(name, value));
value            1308 content/renderer/browser_plugin/browser_plugin.cc                                        const blink::WebString& value) {
value            1309 content/renderer/browser_plugin/browser_plugin.cc   edit_commands_.push_back(EditCommand(name.utf8(), value.utf8()));
value             186 content/renderer/browser_plugin/browser_plugin.h                                   const blink::WebString& value) OVERRIDE;
value              70 content/renderer/browser_plugin/browser_plugin_bindings.cc   int value = 0;
value              73 content/renderer/browser_plugin/browser_plugin_bindings.cc       value = NPVARIANT_TO_DOUBLE(variant);
value              76 content/renderer/browser_plugin/browser_plugin_bindings.cc       value = NPVARIANT_TO_INT32(variant);
value              79 content/renderer/browser_plugin/browser_plugin_bindings.cc       base::StringToInt(StringFromNPVariant(variant), &value);
value              84 content/renderer/browser_plugin/browser_plugin_bindings.cc   return value;
value             180 content/renderer/browser_plugin/browser_plugin_bindings.cc bool BrowserPluginBindingsEnumerate(NPObject *np_obj, NPIdentifier **value,
value             246 content/renderer/browser_plugin/browser_plugin_bindings.cc     scoped_ptr<base::Value> value(
value             249 content/renderer/browser_plugin/browser_plugin_bindings.cc     if (!value)
value             252 content/renderer/browser_plugin/browser_plugin_bindings.cc     if (!value->IsType(base::Value::TYPE_DICTIONARY))
value             256 content/renderer/browser_plugin/browser_plugin_bindings.cc         static_cast<base::DictionaryValue*>(value.release()));
value             332 content/renderer/browser_plugin/browser_plugin_bindings.cc     std::string value = StringFromNPVariant(*variant);
value             334 content/renderer/browser_plugin/browser_plugin_bindings.cc       UpdateDOMAttribute(bindings, value);
value             337 content/renderer/browser_plugin/browser_plugin_bindings.cc       UpdateDOMAttribute(bindings, value);
value             365 content/renderer/browser_plugin/browser_plugin_bindings.cc     std::string value = StringFromNPVariant(*variant);
value             367 content/renderer/browser_plugin/browser_plugin_bindings.cc       UpdateDOMAttribute(bindings, value);
value             370 content/renderer/browser_plugin/browser_plugin_bindings.cc       UpdateDOMAttribute(bindings, value);
value             394 content/renderer/browser_plugin/browser_plugin_bindings.cc       result->value.objectValue = WebBindings::retainObject(obj);
value             125 content/renderer/browser_plugin/browser_plugin_browsertest.cc   v8::Handle<v8::Value> value = GetMainFrame()->executeScriptAndReturnValue(
value             127 content/renderer/browser_plugin/browser_plugin_browsertest.cc   if (value.IsEmpty() || !value->IsString())
value             130 content/renderer/browser_plugin/browser_plugin_browsertest.cc   v8::Local<v8::String> v8_str = value->ToString();
value             140 content/renderer/browser_plugin/browser_plugin_browsertest.cc   v8::Handle<v8::Value> value = GetMainFrame()->executeScriptAndReturnValue(
value             142 content/renderer/browser_plugin/browser_plugin_browsertest.cc   if (value.IsEmpty() || !value->IsInt32())
value             145 content/renderer/browser_plugin/browser_plugin_browsertest.cc   return value->Int32Value();
value             153 content/renderer/browser_plugin/browser_plugin_browsertest.cc   v8::Handle<v8::Value> value = GetMainFrame()->executeScriptAndReturnValue(
value             155 content/renderer/browser_plugin/browser_plugin_browsertest.cc   if (value.IsEmpty() || !value->IsBoolean())
value             158 content/renderer/browser_plugin/browser_plugin_browsertest.cc   *result = value->BooleanValue();
value              16 content/renderer/date_time_suggestion_builder.cc   result.value = suggestion.value;
value              67 content/renderer/dom_automation_controller.cc   scoped_ptr<base::Value> value;
value              78 content/renderer/dom_automation_controller.cc     value.reset(
value              84 content/renderer/dom_automation_controller.cc   if (!serializer.Serialize(*value))
value             545 content/renderer/dom_serializer_browsertest.cc     WebString value = body_ele.getAttribute("title");
value             546 content/renderer/dom_serializer_browsertest.cc     ASSERT_TRUE(std::string(value.utf8()) == "&<>\"\'");
value             583 content/renderer/dom_serializer_browsertest.cc     WebString value = body_element.getAttribute("title");
value             584 content/renderer/dom_serializer_browsertest.cc     ASSERT_TRUE(base::UTF16ToWide(value) == parsed_value);
value             621 content/renderer/dom_serializer_browsertest.cc         WebString value = GetSubResourceLinkFromElement(element);
value             622 content/renderer/dom_serializer_browsertest.cc         if (value.isNull() && element.hasTagName("a")) {
value             623 content/renderer/dom_serializer_browsertest.cc           value = element.getAttribute("href");
value             624 content/renderer/dom_serializer_browsertest.cc           if (value.isEmpty())
value             625 content/renderer/dom_serializer_browsertest.cc             value = WebString();
value             628 content/renderer/dom_serializer_browsertest.cc         if (!value.isNull()) {
value             629 content/renderer/dom_serializer_browsertest.cc           GURL link(value.utf8());
value             669 content/renderer/dom_serializer_browsertest.cc         WebString value = GetSubResourceLinkFromElement(element);
value             670 content/renderer/dom_serializer_browsertest.cc         if (value.isNull() && element.hasTagName("a")) {
value             671 content/renderer/dom_serializer_browsertest.cc           value = element.getAttribute("href");
value             672 content/renderer/dom_serializer_browsertest.cc           if (value.isEmpty())
value             673 content/renderer/dom_serializer_browsertest.cc             value = WebString();
value             676 content/renderer/dom_serializer_browsertest.cc         if (!value.isNull()) {
value             677 content/renderer/dom_serializer_browsertest.cc           GURL link(std::string(value.utf8()));
value              58 content/renderer/dom_storage/dom_storage_cached_area.cc                                    const base::string16& value,
value              62 content/renderer/dom_storage/dom_storage_cached_area.cc   if (key.length() + value.length() > kPerStorageAreaQuota)
value              67 content/renderer/dom_storage/dom_storage_cached_area.cc   if (!map_->SetItem(key, value, &unused))
value              73 content/renderer/dom_storage/dom_storage_cached_area.cc       connection_id, key, value, page_url,
value             124 content/renderer/dom_storage/dom_storage_cached_area.cc       base::NullableString16 value = old->GetItem(iter->first);
value             125 content/renderer/dom_storage/dom_storage_cached_area.cc       if (!value.is_null()) {
value             127 content/renderer/dom_storage/dom_storage_cached_area.cc         map_->SetItem(iter->first, value.string(), &unused);
value              42 content/renderer/dom_storage/dom_storage_cached_area.h                const base::string16& value,
value              39 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc                        const base::string16& value,
value              46 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc     observed_value_ = value;
value              52 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc                           const base::NullableString16& value) OVERRIDE {
value             115 content/renderer/dom_storage/dom_storage_dispatcher.cc                        const base::string16& value, const GURL& page_url,
value             118 content/renderer/dom_storage/dom_storage_dispatcher.cc                           const base::NullableString16& value) OVERRIDE;
value             248 content/renderer/dom_storage/dom_storage_dispatcher.cc     const base::string16& value, const GURL& page_url,
value             252 content/renderer/dom_storage/dom_storage_dispatcher.cc       connection_id, key, value, page_url));
value             257 content/renderer/dom_storage/dom_storage_dispatcher.cc     const base::NullableString16& value) {
value             258 content/renderer/dom_storage/dom_storage_dispatcher.cc   sender_->Send(new DOMStorageHostMsg_LogGetItem(connection_id, key, value));
value              29 content/renderer/dom_storage/dom_storage_proxy.h                        const base::string16& value,
value              35 content/renderer/dom_storage/dom_storage_proxy.h                           const base::NullableString16& value) = 0;
value              63 content/renderer/dom_storage/webstoragearea_impl.cc     const WebString& key, const WebString& value, const WebURL& page_url,
value              65 content/renderer/dom_storage/webstoragearea_impl.cc   if (!cached_area_->SetItem(connection_id_, key, value, page_url))
value              31 content/renderer/dom_storage/webstoragearea_impl.h       const blink::WebString& key, const blink::WebString& value,
value              65 content/renderer/fetchers/resource_fetcher_impl.cc                                     const std::string& value) {
value              73 content/renderer/fetchers/resource_fetcher_impl.cc         blink::WebString::fromUTF8(value));
value              77 content/renderer/fetchers/resource_fetcher_impl.cc                                 blink::WebString::fromUTF8(value));
value              37 content/renderer/fetchers/resource_fetcher_impl.h                          const std::string& value) OVERRIDE;
value             820 content/renderer/gpu/gpu_benchmarking_extension.cc       v8::Handle<v8::Value> value = converter->ToV8Value(result.get(), context);
value             821 content/renderer/gpu/gpu_benchmarking_extension.cc       v8::Handle<v8::Value> argv[] = { value };
value             858 content/renderer/gpu/gpu_benchmarking_extension.cc     scoped_ptr<base::Value> value =
value             865 content/renderer/gpu/gpu_benchmarking_extension.cc         value.Pass(),
value             395 content/renderer/gpu/render_widget_compositor.cc     scoped_ptr<base::Value> value,
value             397 content/renderer/gpu/render_widget_compositor.cc   return layer_tree_host_->ScheduleMicroBenchmark(name, value.Pass(), callback);
value              72 content/renderer/gpu/render_widget_compositor.h       scoped_ptr<base::Value> value,
value              32 content/renderer/ico_image_decoder_unittest.cc       GetMD5SumPath(multisize_icon_path).value() + FILE_PATH_LITERAL("2"));
value              35 content/renderer/input/input_event_filter_unittest.cc   void set_handle_events(bool value) { handle_events_ = value; }
value              36 content/renderer/input/input_event_filter_unittest.cc   void set_send_to_widget(bool value) { send_to_widget_ = value; }
value              36 content/renderer/internal_document_state_data.h   void set_did_first_visually_non_empty_layout(bool value) {
value              37 content/renderer/internal_document_state_data.h     did_first_visually_non_empty_layout_ = value;
value              46 content/renderer/internal_document_state_data.h   void set_did_first_visually_non_empty_paint(bool value) {
value              47 content/renderer/internal_document_state_data.h     did_first_visually_non_empty_paint_ = value;
value             199 content/renderer/media/android/audio_decoder_android.cc   unsigned value = 0;
value             201 content/renderer/media/android/audio_decoder_android.cc   if (length == 0 || length > sizeof(value)) {
value             208 content/renderer/media/android/audio_decoder_android.cc     value = (value << 8) + buffer[k - 1];
value             210 content/renderer/media/android/audio_decoder_android.cc   return value;
value             477 content/renderer/media/buffered_data_source_unittest.cc static void SetTrue(bool* value) {
value             478 content/renderer/media/buffered_data_source_unittest.cc   *value = true;
value              58 content/renderer/media/buffered_resource_loader_unittest.cc   std::string value = request.httpHeaderField(
value              60 content/renderer/media/buffered_resource_loader_unittest.cc   return (value.find("identity;q=1") != std::string::npos) &&
value              61 content/renderer/media/buffered_resource_loader_unittest.cc          (value.find("*;q=0") != std::string::npos);
value              27 content/renderer/media/media_stream_audio_processor_options.cc   const char* value;
value              60 content/renderer/media/media_stream_audio_processor_options.cc           kDefaultAudioConstraints[i].value, false);
value              79 content/renderer/media/media_stream_audio_processor_options.cc     bool value = false;
value              81 content/renderer/media/media_stream_audio_processor_options.cc                                kDefaultAudioConstraints[i].key, &value, NULL) &&
value              82 content/renderer/media/media_stream_audio_processor_options.cc         value) {
value              92 content/renderer/media/media_stream_audio_processor_options.cc   bool value = false;
value              93 content/renderer/media/media_stream_audio_processor_options.cc   return webrtc::FindConstraint(constraints, key, &value, NULL) && value;
value              77 content/renderer/media/media_stream_dependency_factory.cc       bool value;
value              81 content/renderer/media/media_stream_dependency_factory.cc                                   &value,
value              82 content/renderer/media/media_stream_dependency_factory.cc                                   &is_mandatory) || !value) {
value             108 content/renderer/media/media_stream_video_source.cc   int value;
value             109 content/renderer/media/media_stream_video_source.cc   if (!base::StringToInt(constraint_value, &value)) {
value             115 content/renderer/media/media_stream_video_source.cc     return (value <= format->frame_size.width());
value             117 content/renderer/media/media_stream_video_source.cc     return (value * kMaxCropFactor >= format->frame_size.width());
value             119 content/renderer/media/media_stream_video_source.cc     return (value <= format->frame_size.height());
value             121 content/renderer/media/media_stream_video_source.cc      return (value * kMaxCropFactor >= format->frame_size.height());
value             123 content/renderer/media/media_stream_video_source.cc     return (value <= format->frame_rate);
value             125 content/renderer/media/media_stream_video_source.cc     if (value == 0) {
value             132 content/renderer/media/media_stream_video_source.cc         value = 1;
value             136 content/renderer/media/media_stream_video_source.cc         (format->frame_rate > value) ? value : format->frame_rate;
value             208 content/renderer/media/media_stream_video_source.cc                         int* value) {
value             214 content/renderer/media/media_stream_video_source.cc     base::StringToInt(value_str.utf8(), value);
value              50 content/renderer/media/midi_dispatcher.cc     WebMIDIPermissionRequest* value = it.GetCurrentValue();
value              51 content/renderer/media/midi_dispatcher.cc     if (value->equals(request)) {
value              28 content/renderer/media/mock_media_constraint_factory.cc                                               int value) {
value              30 content/renderer/media/mock_media_constraint_factory.cc                                                  base::IntToString16(value)));
value              34 content/renderer/media/mock_media_constraint_factory.cc                                               double value) {
value              37 content/renderer/media/mock_media_constraint_factory.cc       base::UTF8ToUTF16(base::DoubleToString(value))));
value              41 content/renderer/media/mock_media_constraint_factory.cc                                              int value) {
value              43 content/renderer/media/mock_media_constraint_factory.cc                                                 base::IntToString16(value)));
value              47 content/renderer/media/mock_media_constraint_factory.cc                                              double value) {
value              50 content/renderer/media/mock_media_constraint_factory.cc       base::UTF8ToUTF16(base::DoubleToString(value))));
value              21 content/renderer/media/mock_media_constraint_factory.h   void AddMandatory(const std::string& key, int value);
value              22 content/renderer/media/mock_media_constraint_factory.h   void AddMandatory(const std::string& key, double value);
value              23 content/renderer/media/mock_media_constraint_factory.h   void AddOptional(const std::string& key, int value);
value              24 content/renderer/media/mock_media_constraint_factory.h   void AddOptional(const std::string& key, double value);
value             277 content/renderer/media/mock_peer_connection_impl.cc   webrtc::StatsReport::Value value;
value             278 content/renderer/media/mock_peer_connection_impl.cc   value.name = "trackname";
value             279 content/renderer/media/mock_peer_connection_impl.cc   value.value = "trackvalue";
value             280 content/renderer/media/mock_peer_connection_impl.cc   report.values.push_back(value);
value             288 content/renderer/media/mock_peer_connection_impl.cc     value.name = "somename";
value             289 content/renderer/media/mock_peer_connection_impl.cc     value.value = "somevalue";
value             290 content/renderer/media/mock_peer_connection_impl.cc     report.values.push_back(value);
value              46 content/renderer/media/peer_connection_tracker.cc       result += mandatory[i].key + ":" + mandatory[i].value;
value              58 content/renderer/media/peer_connection_tracker.cc       result += optional[i].key + ":" + optional[i].value;
value             173 content/renderer/media/peer_connection_tracker.cc     values->AppendString(report.values[i].value);
value             317 content/renderer/media/peer_connection_tracker.cc   string value = "type: " + type + ", sdp: " + sdp;
value             321 content/renderer/media/peer_connection_tracker.cc       value);
value             340 content/renderer/media/peer_connection_tracker.cc   string value = "mid: " + base::UTF16ToUTF8(candidate.sdpMid()) + ", " +
value             344 content/renderer/media/peer_connection_tracker.cc       source == SOURCE_LOCAL ? "onIceCandidate" : "addIceCandidate", value);
value             369 content/renderer/media/peer_connection_tracker.cc   string value = "label: " + data_channel->label() +
value             374 content/renderer/media/peer_connection_tracker.cc       value);
value             406 content/renderer/media/peer_connection_tracker.cc     const string& callback_type, const string& value) {
value             427 content/renderer/media/peer_connection_tracker.cc   SendPeerConnectionUpdate(pc_handler, update_type, value);
value             462 content/renderer/media/peer_connection_tracker.cc     const std::string& value) {
value             468 content/renderer/media/peer_connection_tracker.cc           peer_connection_id_map_[pc_handler], type, value));
value             142 content/renderer/media/peer_connection_tracker.h       const std::string& type, const std::string& value);
value             166 content/renderer/media/peer_connection_tracker.h                                 const std::string& value);
value              26 content/renderer/media/rtc_media_constraints.cc     new_constraint.value = constraints[i].m_value.utf8();
value              42 content/renderer/media/rtc_media_constraints.cc              << " : " <<  new_constraint.value;
value              76 content/renderer/media/rtc_media_constraints.cc                                       const std::string& value,
value              78 content/renderer/media/rtc_media_constraints.cc   return AddConstraint(&optional_, key, value, override_if_exists);
value              82 content/renderer/media/rtc_media_constraints.cc                                        const std::string& value,
value              84 content/renderer/media/rtc_media_constraints.cc   return AddConstraint(&mandatory_, key, value, override_if_exists);
value              89 content/renderer/media/rtc_media_constraints.cc                                         const std::string& value,
value              96 content/renderer/media/rtc_media_constraints.cc         iter->value = value;
value             101 content/renderer/media/rtc_media_constraints.cc   constraints->push_back(Constraint(key, value));
value              33 content/renderer/media/rtc_media_constraints.h   bool AddMandatory(const std::string& key, const std::string& value,
value              36 content/renderer/media/rtc_media_constraints.h   bool AddOptional(const std::string& key, const std::string& value,
value              42 content/renderer/media/rtc_media_constraints.h                      const std::string& value,
value             155 content/renderer/media/rtc_peer_connection_handler.cc     std::string value;
value             157 content/renderer/media/rtc_peer_connection_handler.cc       desc->ToString(&value);
value             158 content/renderer/media/rtc_peer_connection_handler.cc       value = "type: " + desc->type() + ", sdp: " + value;
value             162 content/renderer/media/rtc_peer_connection_handler.cc           handler_, action_, "OnSuccess", value);
value             259 content/renderer/media/rtc_peer_connection_handler.cc       AddStatistic(idx, value_it->name, value_it->value);
value             264 content/renderer/media/rtc_peer_connection_handler.cc                     const std::string& value) {
value             267 content/renderer/media/rtc_peer_connection_handler.cc                             blink::WebString::fromUTF8(value));
value             316 content/renderer/media/rtc_peer_connection_handler.cc                                          blink::WebString value) {
value             317 content/renderer/media/rtc_peer_connection_handler.cc   impl_.addStatistic(report, name, value);
value              38 content/renderer/media/rtc_peer_connection_handler.h                             blink::WebString name, blink::WebString value);
value              68 content/renderer/media/rtc_peer_connection_handler_unittest.cc                             blink::WebString name, blink::WebString value)
value              56 content/renderer/mojo/mojo_render_process_observer.cc           channel_init_->bootstrap_message_pipe().release().value()));
value             755 content/renderer/npapi/webplugin_delegate_proxy.cc bool WebPluginDelegateProxy::GetFormValue(base::string16* value) {
value             757 content/renderer/npapi/webplugin_delegate_proxy.cc   Send(new PluginMsg_GetFormValue(instance_id_, value, &success));
value              69 content/renderer/npapi/webplugin_delegate_proxy.h   virtual bool GetFormValue(base::string16* value) OVERRIDE;
value             152 content/renderer/npapi/webplugin_impl.cc   virtual void visitHeader(const WebString& name, const WebString& value) {
value             154 content/renderer/npapi/webplugin_impl.cc     if (!name.isEmpty() && !value.isEmpty()) {
value             157 content/renderer/npapi/webplugin_impl.cc       buf_->append(value.utf8());
value             292 content/renderer/npapi/webplugin_impl.cc bool WebPluginImpl::getFormValue(blink::WebString& value) {
value             298 content/renderer/npapi/webplugin_impl.cc   value = form_value;
value              77 content/renderer/npapi/webplugin_impl.h   virtual bool getFormValue(blink::WebString& value);
value              88 content/renderer/p2p/ipc_socket_factory.cc   virtual int GetOption(talk_base::Socket::Option option, int* value) OVERRIDE;
value              89 content/renderer/p2p/ipc_socket_factory.cc   virtual int SetOption(talk_base::Socket::Option option, int value) OVERRIDE;
value             122 content/renderer/p2p/ipc_socket_factory.cc   int DoSetOption(P2PSocketOption option, int value);
value             373 content/renderer/p2p/ipc_socket_factory.cc int IpcPacketSocket::GetOption(talk_base::Socket::Option option, int* value) {
value             380 content/renderer/p2p/ipc_socket_factory.cc   *value = options_[p2p_socket_option];
value             384 content/renderer/p2p/ipc_socket_factory.cc int IpcPacketSocket::SetOption(talk_base::Socket::Option option, int value) {
value             393 content/renderer/p2p/ipc_socket_factory.cc   options_[p2p_socket_option] = value;
value             397 content/renderer/p2p/ipc_socket_factory.cc     return DoSetOption(p2p_socket_option, value);
value             402 content/renderer/p2p/ipc_socket_factory.cc int IpcPacketSocket::DoSetOption(P2PSocketOption option, int value) {
value             406 content/renderer/p2p/ipc_socket_factory.cc   client_->SetOption(option, value);
value              43 content/renderer/p2p/port_allocator.cc     const std::string& string, int* value) {
value              44 content/renderer/p2p/port_allocator.cc   if (!base::StringToInt(string, value) || *value <= 0 || *value >= 65536) {
value             227 content/renderer/p2p/port_allocator.cc     std::string value;
value             229 content/renderer/p2p/port_allocator.cc     base::TrimWhitespaceASCII(it->second, base::TRIM_ALL, &value);
value             232 content/renderer/p2p/port_allocator.cc       if (value != username()) {
value             238 content/renderer/p2p/port_allocator.cc       if (value != password()) {
value             244 content/renderer/p2p/port_allocator.cc       relay_ip_.SetIP(value);
value             246 content/renderer/p2p/port_allocator.cc         LOG(ERROR) << "Received unresolved relay server address: " << value;
value             250 content/renderer/p2p/port_allocator.cc       if (!ParsePortNumber(value, &relay_udp_port_))
value             253 content/renderer/p2p/port_allocator.cc       if (!ParsePortNumber(value, &relay_tcp_port_))
value             256 content/renderer/p2p/port_allocator.cc       if (!ParsePortNumber(value, &relay_ssltcp_port_))
value              49 content/renderer/p2p/socket_client.h   virtual void SetOption(P2PSocketOption option, int value) = 0;
value              99 content/renderer/p2p/socket_client_impl.cc                                     int value) {
value             103 content/renderer/p2p/socket_client_impl.cc             &P2PSocketClientImpl::SetOption, this, option, value));
value             110 content/renderer/p2p/socket_client_impl.cc                                                          option, value));
value              52 content/renderer/p2p/socket_client_impl.h   virtual void SetOption(P2PSocketOption option, int value) OVERRIDE;
value              13 content/renderer/pepper/common.h inline PP_Bool BoolToPPBool(bool value) {
value              14 content/renderer/pepper/common.h   return value ? PP_TRUE : PP_FALSE;
value              17 content/renderer/pepper/common.h inline bool PPBoolToBool(PP_Bool value) {
value              18 content/renderer/pepper/common.h   return (PP_TRUE == value);
value             590 content/renderer/pepper/content_decryptor_delegate.cc   session_created_cb_.Run(session_id, session_id_string->value());
value             614 content/renderer/pepper/content_decryptor_delegate.cc   session_message_cb_.Run(session_id, message, default_url_string->value());
value              79 content/renderer/pepper/fake_pepper_plugin_instance.cc void FakePepperPluginInstance::SetEmbedProperty(PP_Var key, PP_Var value) {}
value              41 content/renderer/pepper/fake_pepper_plugin_instance.h   virtual void SetEmbedProperty(PP_Var key, PP_Var value) OVERRIDE;
value             144 content/renderer/pepper/host_globals.cc                                 const std::string& value) {
value             149 content/renderer/pepper/host_globals.cc         addMessageToConsole(MakeLogMessage(level, source, value));
value             151 content/renderer/pepper/host_globals.cc     BroadcastLogWithSource(0, level, source, value);
value             158 content/renderer/pepper/host_globals.cc                                          const std::string& value) {
value             174 content/renderer/pepper/host_globals.cc   WebConsoleMessage message = MakeLogMessage(level, source, value);
value              48 content/renderer/pepper/host_globals.h                              const std::string& value) OVERRIDE;
value              52 content/renderer/pepper/host_globals.h                                       const std::string& value) OVERRIDE;
value             108 content/renderer/pepper/host_var_tracker_unittest.cc   EXPECT_EQ(pp_object1.value.as_id, pp_object2.value.as_id);
value             123 content/renderer/pepper/host_var_tracker_unittest.cc   var_tracker->ReleaseVar(static_cast<int32_t>(pp_object2.value.as_id));
value             124 content/renderer/pepper/host_var_tracker_unittest.cc   var_tracker->ReleaseVar(static_cast<int32_t>(pp_object1.value.as_id));
value             129 content/renderer/pepper/host_var_tracker_unittest.cc   EXPECT_NE(pp_object1.value.as_id, pp_object3.value.as_id);
value             130 content/renderer/pepper/host_var_tracker_unittest.cc   var_tracker->ReleaseVar(static_cast<int32_t>(pp_object3.value.as_id));
value              86 content/renderer/pepper/message_channel.cc       return StringVar::StringToPPVar(string->value());
value             244 content/renderer/pepper/message_channel.cc bool MessageChannelEnumerate(NPObject *np_obj, NPIdentifier **value,
value             253 content/renderer/pepper/message_channel.cc     bool success = WebBindings::enumerate(NULL, passthrough, value, count);
value             261 content/renderer/pepper/message_channel.cc       std::memcpy(new_array, *value, sizeof(NPIdentifier)*(*count));
value             263 content/renderer/pepper/message_channel.cc       std::free(*value);
value             264 content/renderer/pepper/message_channel.cc       *value = new_array;
value             271 content/renderer/pepper/message_channel.cc   *value = static_cast<NPIdentifier*>(malloc(sizeof(NPIdentifier)));
value             272 content/renderer/pepper/message_channel.cc   (*value)[0] = WebBindings::getStringIdentifier(kPostMessage);
value             564 content/renderer/pepper/message_channel.cc                                          NPVariant *value) const {
value             568 content/renderer/pepper/message_channel.cc     if (value)
value             569 content/renderer/pepper/message_channel.cc       return PPVarToNPVariant(it->second.get(), value);
value             575 content/renderer/pepper/message_channel.cc void MessageChannel::SetReadOnlyProperty(PP_Var key, PP_Var value) {
value             576 content/renderer/pepper/message_channel.cc   internal_properties_[PPVarToNPIdentifier(key)] = ppapi::ScopedPPVar(value);
value              88 content/renderer/pepper/message_channel.h   bool GetReadOnlyProperty(NPIdentifier key, NPVariant* value) const;
value              89 content/renderer/pepper/message_channel.h   void SetReadOnlyProperty(PP_Var key, PP_Var value);
value              82 content/renderer/pepper/npapi_glue.cc       BOOLEAN_TO_NPVARIANT(var.value.as_bool, *result);
value              85 content/renderer/pepper/npapi_glue.cc       INT32_TO_NPVARIANT(var.value.as_int, *result);
value              88 content/renderer/pepper/npapi_glue.cc       DOUBLE_TO_NPVARIANT(var.value.as_double, *result);
value              96 content/renderer/pepper/npapi_glue.cc       const std::string& value = string->value();
value              97 content/renderer/pepper/npapi_glue.cc       char* c_string = static_cast<char*>(malloc(value.size()));
value              98 content/renderer/pepper/npapi_glue.cc       memcpy(c_string, value.data(), value.size());
value              99 content/renderer/pepper/npapi_glue.cc       STRINGN_TO_NPVARIANT(c_string, value.size(), *result);
value             156 content/renderer/pepper/npapi_glue.cc       return WebBindings::getStringIdentifier(string->value().c_str());
value             159 content/renderer/pepper/npapi_glue.cc       return WebBindings::getIntIdentifier(var.value.as_int);
value             282 content/renderer/pepper/npapi_glue.cc     WebBindings::setException(object_var_, string->value().c_str());
value              73 content/renderer/pepper/pepper_in_process_resource_creation.cc   std::string str = string_var.get() ? string_var->value() : std::string();
value            1309 content/renderer/pepper/pepper_plugin_instance_impl.cc     selection = base::UTF8ToUTF16(string->value());
value            1337 content/renderer/pepper/pepper_plugin_instance_impl.cc     link = base::UTF8ToUTF16(string->value());
value            2286 content/renderer/pepper/pepper_plugin_instance_impl.cc   np_script.UTF8Characters = script_string->value().c_str();
value            2287 content/renderer/pepper/pepper_plugin_instance_impl.cc   np_script.UTF8Length = script_string->value().length();
value            2715 content/renderer/pepper/pepper_plugin_instance_impl.cc       document_url.Resolve(relative_string->value()),
value            2729 content/renderer/pepper/pepper_plugin_instance_impl.cc   GURL gurl(url_string->value());
value            3080 content/renderer/pepper/pepper_plugin_instance_impl.cc                                                 PP_Var value) {
value            3081 content/renderer/pepper/pepper_plugin_instance_impl.cc   message_channel_->SetReadOnlyProperty(key, value);
value             375 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual void SetEmbedProperty(PP_Var key, PP_Var value) OVERRIDE;
value             124 content/renderer/pepper/pepper_plugin_registry.cc         DLOG(ERROR) << "Failed to load pepper module: " << current.path.value();
value             130 content/renderer/pepper/pepper_plugin_registry.cc         DLOG(ERROR) << "Failed to load pepper module: " << current.path.value();
value             158 content/renderer/pepper/pepper_webplugin_impl.cc bool PepperWebPluginImpl::getFormValue(WebString& value) {
value              46 content/renderer/pepper/pepper_webplugin_impl.h   virtual bool getFormValue(blink::WebString& value);
value             141 content/renderer/pepper/plugin_object.cc                               const NPVariant* value) {
value             148 content/renderer/pepper/plugin_object.cc   PP_Var value_var = NPVariantToPPVar(accessor.object()->instance(), value);
value              82 content/renderer/pepper/ppb_scrollbar_impl.cc   return scrollbar_->value();
value              85 content/renderer/pepper/ppb_scrollbar_impl.cc void PPB_Scrollbar_Impl::SetValue(uint32_t value) {
value              87 content/renderer/pepper/ppb_scrollbar_impl.cc     scrollbar_->setValue(value);
value             190 content/renderer/pepper/ppb_scrollbar_impl.cc                               scrollbar_->value());
value              35 content/renderer/pepper/ppb_scrollbar_impl.h   virtual void SetValue(uint32_t value) OVERRIDE;
value              63 content/renderer/pepper/ppb_var_deprecated_impl.cc       BOOLEAN_TO_NPVARIANT(var.value.as_bool, *result);
value              66 content/renderer/pepper/ppb_var_deprecated_impl.cc       INT32_TO_NPVARIANT(var.value.as_int, *result);
value              69 content/renderer/pepper/ppb_var_deprecated_impl.cc       DOUBLE_TO_NPVARIANT(var.value.as_double, *result);
value              77 content/renderer/pepper/ppb_var_deprecated_impl.cc       const std::string& value = string->value();
value              78 content/renderer/pepper/ppb_var_deprecated_impl.cc       STRINGN_TO_NPVARIANT(value.c_str(), value.size(), *result);
value             244 content/renderer/pepper/ppb_var_deprecated_impl.cc                            PP_Var value,
value             251 content/renderer/pepper/ppb_var_deprecated_impl.cc   if (!PPVarToNPVariantNoCopy(value, &variant)) {
value              34 content/renderer/pepper/url_response_info_util.cc   virtual void visitHeader(const WebString& name, const WebString& value) {
value              39 content/renderer/pepper/url_response_info_util.cc     buffer_.append(value.utf8());
value              96 content/renderer/pepper/v8_var_converter.cc     if (parent_ids->count(var.value.as_id) != 0)
value              98 content/renderer/pepper/v8_var_converter.cc     VarHandleMap::iterator it = visited_ids->find(var.value.as_id);
value             113 content/renderer/pepper/v8_var_converter.cc       *result = (var.value.as_bool == PP_TRUE)
value             118 content/renderer/pepper/v8_var_converter.cc       *result = v8::Integer::New(isolate, var.value.as_int);
value             121 content/renderer/pepper/v8_var_converter.cc       *result = v8::Number::New(isolate, var.value.as_double);
value             130 content/renderer/pepper/v8_var_converter.cc       const std::string& value = string->value();
value             136 content/renderer/pepper/v8_var_converter.cc                                         value.c_str(),
value             138 content/renderer/pepper/v8_var_converter.cc                                         value.size());
value             173 content/renderer/pepper/v8_var_converter.cc     (*visited_ids)[var.value.as_id] = *result;
value             308 content/renderer/pepper/v8_var_converter.cc         parent_ids.erase(current_var.value.as_id);
value             328 content/renderer/pepper/v8_var_converter.cc       parent_ids.insert(current_var.value.as_id);
value             355 content/renderer/pepper/v8_var_converter.cc       parent_ids.insert(current_var.value.as_id);
value              73 content/renderer/pepper/v8_var_converter_unittest.cc     VarHandleMap::iterator it = visited_ids->find(var.value.as_id);
value              76 content/renderer/pepper/v8_var_converter_unittest.cc     (*visited_ids)[var.value.as_id] = val;
value              85 content/renderer/pepper/v8_var_converter_unittest.cc         PP_FromBool(val->ToBoolean()->Value()) == var.value.as_bool;
value              88 content/renderer/pepper/v8_var_converter_unittest.cc         val->ToInt32()->Value() == var.value.as_int;
value              91 content/renderer/pepper/v8_var_converter_unittest.cc         fabs(val->ToNumber()->Value() - var.value.as_double) <= 1.0e-4;
value              98 content/renderer/pepper/v8_var_converter_unittest.cc     return std::string(*utf8, utf8.length()) == string_var->value();
value            1983 content/renderer/render_view_browsertest.cc   EXPECT_EQ("abcdefgopqrstuvwxyz", info.value);
value            1989 content/renderer/render_view_browsertest.cc   EXPECT_EQ("abuvwxyz", info.value);
value            1240 content/renderer/render_view_impl.cc     const std::string& value) {
value            1245 content/renderer/render_view_impl.cc       WebString::fromUTF8(name), WebString::fromUTF8(value));
value            1688 content/renderer/render_view_impl.cc                                WebString::fromUTF8(it->value),
value            1987 content/renderer/render_view_impl.cc                                            const WebString& value) {
value            1990 content/renderer/render_view_impl.cc                                               value.utf8()));
value            2232 content/renderer/render_view_impl.cc                                                    const std::string& value) {
value            2234 content/renderer/render_view_impl.cc   edit_commands.push_back(EditCommand(name, value));
value             224 content/renderer/render_view_impl.h   void set_send_content_state_immediately(bool value) {
value             225 content/renderer/render_view_impl.h     send_content_state_immediately_ = value;
value             490 content/renderer/render_view_impl.h                                          const blink::WebString& value);
value             643 content/renderer/render_view_impl.h                                              const std::string& value) OVERRIDE;
value             842 content/renderer/render_view_impl.h   void OnExecuteEditCommand(const std::string& name, const std::string& value);
value             906 content/renderer/render_view_impl.h   void OnSetWebUIProperty(const std::string& name, const std::string& value);
value            2526 content/renderer/render_widget.cc     p.value = new_info.value.utf8();
value              84 content/renderer/renderer_date_time_picker.cc void RendererDateTimePicker::OnReplaceDateTime(double value) {
value              86 content/renderer/renderer_date_time_picker.cc     chooser_completion_->didChooseValue(value);
value              32 content/renderer/renderer_date_time_picker.h   void OnReplaceDateTime(double value);
value              23 content/renderer/renderer_webcookiejar_impl.cc     const WebString& value) {
value              24 content/renderer/renderer_webcookiejar_impl.cc   std::string value_utf8 = base::UTF16ToUTF8(value);
value              53 content/renderer/renderer_webcookiejar_impl.cc                           WebString::fromUTF8(c.value),
value              25 content/renderer/renderer_webcookiejar_impl.h       const blink::WebString& value);
value             505 content/renderer/renderer_webkitplatformsupport_impl.cc           base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type));
value              81 content/renderer/savable_resources.cc   WebString value = GetSubResourceLinkFromElement(element);
value              82 content/renderer/savable_resources.cc   if (value.isNull())
value              85 content/renderer/savable_resources.cc   GURL u = current_doc.completeURL(value);
value             177 content/renderer/savable_resources.cc   WebString value = element.getAttribute(WebString::fromUTF8(attribute_name));
value             180 content/renderer/savable_resources.cc   if (!value.isNull() && !value.isEmpty() &&
value             181 content/renderer/savable_resources.cc       !StartsWithASCII(value.utf8(), "javascript:", false))
value             182 content/renderer/savable_resources.cc     return value;
value             117 content/renderer/v8_value_converter_impl.cc     const base::Value* value, v8::Handle<v8::Context> context) const {
value             120 content/renderer/v8_value_converter_impl.cc   return handle_scope.Escape(ToV8ValueImpl(context->GetIsolate(), value));
value             134 content/renderer/v8_value_converter_impl.cc     const base::Value* value) const {
value             135 content/renderer/v8_value_converter_impl.cc   CHECK(value);
value             136 content/renderer/v8_value_converter_impl.cc   switch (value->GetType()) {
value             142 content/renderer/v8_value_converter_impl.cc       CHECK(value->GetAsBoolean(&val));
value             148 content/renderer/v8_value_converter_impl.cc       CHECK(value->GetAsInteger(&val));
value             154 content/renderer/v8_value_converter_impl.cc       CHECK(value->GetAsDouble(&val));
value             160 content/renderer/v8_value_converter_impl.cc       CHECK(value->GetAsString(&val));
value             166 content/renderer/v8_value_converter_impl.cc       return ToV8Array(isolate, static_cast<const base::ListValue*>(value));
value             170 content/renderer/v8_value_converter_impl.cc                         static_cast<const base::DictionaryValue*>(value));
value             173 content/renderer/v8_value_converter_impl.cc       return ToArrayBuffer(static_cast<const base::BinaryValue*>(value));
value             176 content/renderer/v8_value_converter_impl.cc       LOG(ERROR) << "Unexpected value type: " << value->GetType();
value             210 content/renderer/v8_value_converter_impl.cc     v8::Handle<v8::Value> child_v8 = ToV8ValueImpl(isolate, &iter.value());
value             228 content/renderer/v8_value_converter_impl.cc     const base::BinaryValue* value) const {
value             230 content/renderer/v8_value_converter_impl.cc       blink::WebArrayBuffer::create(value->GetSize(), 1);
value             231 content/renderer/v8_value_converter_impl.cc   memcpy(buffer.data(), value->GetBuffer(), value->GetSize());
value              35 content/renderer/v8_value_converter_impl.h       const base::Value* value,
value              38 content/renderer/v8_value_converter_impl.h       v8::Handle<v8::Value> value,
value              47 content/renderer/v8_value_converter_impl.h                                       const base::Value* value) const;
value              53 content/renderer/v8_value_converter_impl.h   v8::Handle<v8::Value> ToArrayBuffer(const base::BinaryValue* value) const;
value              55 content/renderer/v8_value_converter_impl.h   base::Value* FromV8ValueImpl(v8::Handle<v8::Value> value,
value              65 content/renderer/v8_value_converter_impl.h   base::BinaryValue* FromV8Buffer(v8::Handle<v8::Value> value) const;
value              64 content/renderer/v8_value_converter_impl_unittest.cc   std::string GetString(base::DictionaryValue* value, const std::string& key) {
value              66 content/renderer/v8_value_converter_impl_unittest.cc     if (!value->GetString(key, &temp)) {
value              73 content/renderer/v8_value_converter_impl_unittest.cc   std::string GetString(v8::Handle<v8::Object> value, const std::string& key) {
value              75 content/renderer/v8_value_converter_impl_unittest.cc         value->Get(v8::String::NewFromUtf8(isolate_, key.c_str()))
value              85 content/renderer/v8_value_converter_impl_unittest.cc   std::string GetString(base::ListValue* value, uint32 index) {
value              87 content/renderer/v8_value_converter_impl_unittest.cc     if (!value->GetString(static_cast<size_t>(index), &temp)) {
value              94 content/renderer/v8_value_converter_impl_unittest.cc   std::string GetString(v8::Handle<v8::Array> value, uint32 index) {
value              95 content/renderer/v8_value_converter_impl_unittest.cc     v8::Handle<v8::String> temp = value->Get(index).As<v8::String>();
value             104 content/renderer/v8_value_converter_impl_unittest.cc   bool IsNull(base::DictionaryValue* value, const std::string& key) {
value             106 content/renderer/v8_value_converter_impl_unittest.cc     if (!value->Get(key, &child)) {
value             113 content/renderer/v8_value_converter_impl_unittest.cc   bool IsNull(v8::Handle<v8::Object> value, const std::string& key) {
value             115 content/renderer/v8_value_converter_impl_unittest.cc         value->Get(v8::String::NewFromUtf8(isolate_, key.c_str()));
value             123 content/renderer/v8_value_converter_impl_unittest.cc   bool IsNull(base::ListValue* value, uint32 index) {
value             125 content/renderer/v8_value_converter_impl_unittest.cc     if (!value->Get(static_cast<size_t>(index), &child)) {
value             132 content/renderer/v8_value_converter_impl_unittest.cc   bool IsNull(v8::Handle<v8::Array> value, uint32 index) {
value             133 content/renderer/v8_value_converter_impl_unittest.cc     v8::Handle<v8::Value> child = value->Get(index);
value             609 content/renderer/v8_value_converter_impl_unittest.cc   scoped_ptr<base::Value> value(converter.FromV8Value(root, context));
value             610 content/renderer/v8_value_converter_impl_unittest.cc   ASSERT_TRUE(value.get());
value             612 content/renderer/v8_value_converter_impl_unittest.cc   EXPECT_TRUE(expected->Equals(value.get()));
value             679 content/renderer/v8_value_converter_impl_unittest.cc   scoped_ptr<base::Value> value(converter.FromV8Value(deep_object, context));
value             680 content/renderer/v8_value_converter_impl_unittest.cc   ASSERT_TRUE(value);
value             685 content/renderer/v8_value_converter_impl_unittest.cc   base::Value* current = value.get();
value             115 content/renderer/web_ui_extension.cc     base::Value* value =
value             118 content/renderer/web_ui_extension.cc     value->GetAsList(&list);
value              38 content/renderer/web_ui_extension_data.cc                                             const std::string& value) {
value              39 content/renderer/web_ui_extension_data.cc   variable_map_[name] = value;
value              32 content/renderer/web_ui_extension_data.h   void OnSetWebUIProperty(const std::string& name, const std::string& value);
value              45 content/renderer/web_ui_mojo_context_state.cc       gin::ConvertToV8(isolate, mojo::Handle(handle->release().value())) };
value              94 content/shell/app/shell_main_delegate.cc   settings.log_file = log_filename.value().c_str();
value              88 content/shell/app/webkit_test_platform_support_linux.cc           reinterpret_cast<const FcChar8*>(fonts_conf.value().c_str()),
value             125 content/shell/app/webkit_test_platform_support_linux.cc           reinterpret_cast<const FcChar8*>(ahem_font.value().c_str()))) {
value             126 content/shell/app/webkit_test_platform_support_linux.cc     std::cerr << "Failed to load font " << ahem_font.value() << "\n";
value              39 content/shell/app/webkit_test_platform_support_win.cc     std::cerr << "Failed to load font " << base::WideToUTF8(font_path.value())
value             172 content/shell/browser/shell_download_manager_delegate.cc   std::wstring file_part = base::FilePath(suggested_path).BaseName().value();
value             185 content/shell/browser/shell_download_manager_delegate.cc     directory = suggested_path.DirName().value();
value             196 content/shell/browser/shell_download_manager_delegate.cc   std::string base_name = base::FilePath(suggested_path).BaseName().value();
value              35 content/shell/browser/shell_layout_tests_android.cc   unlink(path.value().c_str());
value              37 content/shell/browser/shell_layout_tests_android.cc     << "Unable to create the Android's FIFO: " << path.value().c_str();
value              50 content/shell/browser/shell_net_log.cc     file = _wfopen(log_path.value().c_str(), L"w");
value              52 content/shell/browser/shell_net_log.cc     file = fopen(log_path.value().c_str(), "w");
value              56 content/shell/browser/shell_net_log.cc       LOG(ERROR) << "Could not open file " << log_path.value()
value             176 content/shell/browser/shell_url_request_context_getter.cc       int value;
value             178 content/shell/browser/shell_url_request_context_getter.cc           switches::kTestingFixedHttpPort), &value);
value             179 content/shell/browser/shell_url_request_context_getter.cc       network_session_params.testing_fixed_http_port = value;
value             182 content/shell/browser/shell_url_request_context_getter.cc       int value;
value             184 content/shell/browser/shell_url_request_context_getter.cc           switches::kTestingFixedHttpsPort), &value);
value             185 content/shell/browser/shell_url_request_context_getter.cc       network_session_params.testing_fixed_https_port = value;
value              43 content/shell/renderer/test_runner/WebTestDelegate.h     virtual void setEditCommand(const std::string& name, const std::string& value) = 0;
value             123 content/shell/renderer/test_runner/event_sender.cc int GetKeyModifiersFromV8(v8::Handle<v8::Value> value) {
value             125 content/shell/renderer/test_runner/event_sender.cc   if (value->IsString()) {
value             126 content/shell/renderer/test_runner/event_sender.cc     modifier_names.push_back(gin::V8ToString(value));
value             127 content/shell/renderer/test_runner/event_sender.cc   } else if (value->IsArray()) {
value             129 content/shell/renderer/test_runner/event_sender.cc         NULL, value, &modifier_names);
value             816 content/shell/renderer/test_runner/event_sender.cc     v8::Handle<v8::Value> value;
value             817 content/shell/renderer/test_runner/event_sender.cc     args->GetNext(&value);
value             818 content/shell/renderer/test_runner/event_sender.cc     modifiers = GetKeyModifiersFromV8(value);
value             863 content/shell/renderer/test_runner/event_sender.cc     v8::Handle<v8::Value> value;
value             864 content/shell/renderer/test_runner/event_sender.cc     args->GetNext(&value);
value             865 content/shell/renderer/test_runner/event_sender.cc     modifiers = GetKeyModifiersFromV8(value);
value             218 content/shell/renderer/test_runner/gamepad_controller.cc   gamepads_.items[index].buttons[button].value = data;
value             167 content/shell/renderer/test_runner/test_runner.cc   void SetTextSubpixelPositioning(bool value);
value             189 content/shell/renderer/test_runner/test_runner.cc   void OverridePreference(const std::string key, v8::Handle<v8::Value> value);
value             222 content/shell/renderer/test_runner/test_runner.cc   void SetShouldStayOnPageAfterHandlingBeforeUnload(bool value);
value             233 content/shell/renderer/test_runner/test_runner.cc   void SetWindowIsKey(bool value);
value             235 content/shell/renderer/test_runner/test_runner.cc   void SetBackingScaleFactor(double value, v8::Handle<v8::Function> callback);
value             238 content/shell/renderer/test_runner/test_runner.cc   void SetMIDISysexPermission(bool value);
value             240 content/shell/renderer/test_runner/test_runner.cc   bool SimulateWebNotificationClick(const std::string& value);
value             244 content/shell/renderer/test_runner/test_runner.cc   void SetMockSpeechInputDumpRect(bool value);
value             257 content/shell/renderer/test_runner/test_runner.cc   void SetGlobalFlag(bool value);
value             263 content/shell/renderer/test_runner/test_runner.cc   void SetInterceptPostMessage(bool value);
value             735 content/shell/renderer/test_runner/test_runner.cc void TestRunnerBindings::SetTextSubpixelPositioning(bool value) {
value             737 content/shell/renderer/test_runner/test_runner.cc     runner_->SetTextSubpixelPositioning(value);
value             920 content/shell/renderer/test_runner/test_runner.cc                                             v8::Handle<v8::Value> value) {
value             922 content/shell/renderer/test_runner/test_runner.cc     runner_->OverridePreference(key, value);
value            1086 content/shell/renderer/test_runner/test_runner.cc     bool value) {
value            1088 content/shell/renderer/test_runner/test_runner.cc     runner_->SetShouldStayOnPageAfterHandlingBeforeUnload(value);
value            1147 content/shell/renderer/test_runner/test_runner.cc void TestRunnerBindings::SetWindowIsKey(bool value) {
value            1149 content/shell/renderer/test_runner/test_runner.cc     runner_->SetWindowIsKey(value);
value            1159 content/shell/renderer/test_runner/test_runner.cc     double value, v8::Handle<v8::Function> callback) {
value            1161 content/shell/renderer/test_runner/test_runner.cc     runner_->SetBackingScaleFactor(value, callback);
value            1174 content/shell/renderer/test_runner/test_runner.cc void TestRunnerBindings::SetMIDISysexPermission(bool value) {
value            1176 content/shell/renderer/test_runner/test_runner.cc     runner_->SetMIDISysexPermission(value);
value            1190 content/shell/renderer/test_runner/test_runner.cc     const std::string& value) {
value            1192 content/shell/renderer/test_runner/test_runner.cc     return runner_->SimulateWebNotificationClick(value);
value            1203 content/shell/renderer/test_runner/test_runner.cc void TestRunnerBindings::SetMockSpeechInputDumpRect(bool value) {
value            1205 content/shell/renderer/test_runner/test_runner.cc     runner_->SetMockSpeechInputDumpRect(value);
value            1257 content/shell/renderer/test_runner/test_runner.cc void TestRunnerBindings::SetGlobalFlag(bool value) {
value            1259 content/shell/renderer/test_runner/test_runner.cc     runner_->global_flag_ = value;
value            1292 content/shell/renderer/test_runner/test_runner.cc void TestRunnerBindings::SetInterceptPostMessage(bool value) {
value            1294 content/shell/renderer/test_runner/test_runner.cc     runner_->intercept_post_message_ = value;
value            1522 content/shell/renderer/test_runner/test_runner.cc void TestRunner::setShouldDumpAsText(bool value) {
value            1523 content/shell/renderer/test_runner/test_runner.cc   dump_as_text_ = value;
value            1530 content/shell/renderer/test_runner/test_runner.cc void TestRunner::setShouldDumpAsMarkup(bool value) {
value            1531 content/shell/renderer/test_runner/test_runner.cc   dump_as_markup_ = value;
value            1539 content/shell/renderer/test_runner/test_runner.cc void TestRunner::setShouldGeneratePixelResults(bool value) {
value            1540 content/shell/renderer/test_runner/test_runner.cc   generate_pixel_results_ = value;
value            1563 content/shell/renderer/test_runner/test_runner.cc void TestRunner::setShouldDumpFrameLoadCallbacks(bool value) {
value            1564 content/shell/renderer/test_runner/test_runner.cc   dump_frame_load_callbacks_ = value;
value            1571 content/shell/renderer/test_runner/test_runner.cc void TestRunner::setShouldDumpPingLoaderCallbacks(bool value) {
value            1572 content/shell/renderer/test_runner/test_runner.cc   dump_ping_loader_callbacks_ = value;
value            1575 content/shell/renderer/test_runner/test_runner.cc void TestRunner::setShouldEnableViewSource(bool value) {
value            1576 content/shell/renderer/test_runner/test_runner.cc   web_view_->mainFrame()->enableViewSourceMode(value);
value            1928 content/shell/renderer/test_runner/test_runner.cc   std::string value;
value            1933 content/shell/renderer/test_runner/test_runner.cc     args->GetNext(&value);
value            1938 content/shell/renderer/test_runner/test_runner.cc                                             WebString::fromUTF8(value));
value            2085 content/shell/renderer/test_runner/test_runner.cc void TestRunner::SetTextSubpixelPositioning(bool value) {
value            2089 content/shell/renderer/test_runner/test_runner.cc   WebFontRendering::setSubpixelPositioning(value);
value            2274 content/shell/renderer/test_runner/test_runner.cc                                     v8::Handle<v8::Value> value) {
value            2277 content/shell/renderer/test_runner/test_runner.cc     prefs->default_font_size = value->Int32Value();
value            2279 content/shell/renderer/test_runner/test_runner.cc     prefs->minimum_font_size = value->Int32Value();
value            2281 content/shell/renderer/test_runner/test_runner.cc     prefs->default_text_encoding_name = V8StringToWebString(value->ToString());
value            2283 content/shell/renderer/test_runner/test_runner.cc     prefs->java_script_enabled = value->BooleanValue();
value            2285 content/shell/renderer/test_runner/test_runner.cc     prefs->supports_multiple_windows = value->BooleanValue();
value            2287 content/shell/renderer/test_runner/test_runner.cc     prefs->loads_images_automatically = value->BooleanValue();
value            2289 content/shell/renderer/test_runner/test_runner.cc     prefs->plugins_enabled = value->BooleanValue();
value            2291 content/shell/renderer/test_runner/test_runner.cc     prefs->java_enabled = value->BooleanValue();
value            2293 content/shell/renderer/test_runner/test_runner.cc     prefs->offline_web_application_cache_enabled = value->BooleanValue();
value            2295 content/shell/renderer/test_runner/test_runner.cc     prefs->tabs_to_links = value->BooleanValue();
value            2297 content/shell/renderer/test_runner/test_runner.cc     prefs->experimental_webgl_enabled = value->BooleanValue();
value            2299 content/shell/renderer/test_runner/test_runner.cc     prefs->experimental_css_regions_enabled = value->BooleanValue();
value            2301 content/shell/renderer/test_runner/test_runner.cc     prefs->experimental_css_grid_layout_enabled = value->BooleanValue();
value            2303 content/shell/renderer/test_runner/test_runner.cc     prefs->hyperlink_auditing_enabled = value->BooleanValue();
value            2305 content/shell/renderer/test_runner/test_runner.cc     prefs->caret_browsing_enabled = value->BooleanValue();
value            2307 content/shell/renderer/test_runner/test_runner.cc     prefs->allow_display_of_insecure_content = value->BooleanValue();
value            2309 content/shell/renderer/test_runner/test_runner.cc     prefs->allow_running_of_insecure_content = value->BooleanValue();
value            2311 content/shell/renderer/test_runner/test_runner.cc     prefs->should_respect_image_orientation = value->BooleanValue();
value            2313 content/shell/renderer/test_runner/test_runner.cc     DCHECK(value->BooleanValue());
value            2456 content/shell/renderer/test_runner/test_runner.cc void TestRunner::SetShouldStayOnPageAfterHandlingBeforeUnload(bool value) {
value            2457 content/shell/renderer/test_runner/test_runner.cc   should_stay_on_page_after_handling_before_unload_ = value;
value            2502 content/shell/renderer/test_runner/test_runner.cc void TestRunner::SetWindowIsKey(bool value) {
value            2503 content/shell/renderer/test_runner/test_runner.cc   delegate_->setFocus(proxy_, value);
value            2510 content/shell/renderer/test_runner/test_runner.cc void TestRunner::SetBackingScaleFactor(double value,
value            2512 content/shell/renderer/test_runner/test_runner.cc   delegate_->setDeviceScaleFactor(value);
value            2525 content/shell/renderer/test_runner/test_runner.cc void TestRunner::SetMIDISysexPermission(bool value) {
value            2529 content/shell/renderer/test_runner/test_runner.cc     windowList.at(i)->midiClientMock()->setSysexPermission(value);
value            2537 content/shell/renderer/test_runner/test_runner.cc bool TestRunner::SimulateWebNotificationClick(const std::string& value) {
value            2538 content/shell/renderer/test_runner/test_runner.cc   return notification_presenter_->SimulateClick(value);
value            2550 content/shell/renderer/test_runner/test_runner.cc void TestRunner::SetMockSpeechInputDumpRect(bool value) {
value            2552 content/shell/renderer/test_runner/test_runner.cc   proxy_->speechInputControllerMock()->setDumpRect(value);
value             257 content/shell/renderer/test_runner/test_runner.h   void SetTextSubpixelPositioning(bool value);
value             320 content/shell/renderer/test_runner/test_runner.h   void OverridePreference(const std::string key, v8::Handle<v8::Value> value);
value             432 content/shell/renderer/test_runner/test_runner.h   void SetShouldStayOnPageAfterHandlingBeforeUnload(bool value);
value             470 content/shell/renderer/test_runner/test_runner.h   void SetWindowIsKey(bool value);
value             476 content/shell/renderer/test_runner/test_runner.h   void SetBackingScaleFactor(double value, v8::Handle<v8::Function> callback);
value             484 content/shell/renderer/test_runner/test_runner.h   void SetMIDISysexPermission(bool value);
value             490 content/shell/renderer/test_runner/test_runner.h   bool SimulateWebNotificationClick(const std::string& value);
value             496 content/shell/renderer/test_runner/test_runner.h   void SetMockSpeechInputDumpRect(bool value);
value             266 content/shell/renderer/test_runner/web_ax_object_proxy.cc   std::string value;
value             270 content/shell/renderer/test_runner/web_ax_object_proxy.cc     value = base::StringPrintf("rgb %7.5f %7.5f %7.5f 1",
value             273 content/shell/renderer/test_runner/web_ax_object_proxy.cc     value = object.stringValue().utf8();
value             275 content/shell/renderer/test_runner/web_ax_object_proxy.cc   return value.insert(0, "AXValue: ");
value             232 content/shell/renderer/webkit_test_runner.cc                                       const std::string& value) {
value             233 content/shell/renderer/webkit_test_runner.cc   render_view()->SetEditCommandForNextKeyEvent(name, value);
value             337 content/shell/renderer/webkit_test_runner.cc   std::string utf8_path = base::WideToUTF8(replace_path.value());
value             340 content/shell/renderer/webkit_test_runner.cc       base::WideToUTF8(base::SysNativeMBToWide(replace_path.value()));
value              58 content/shell/renderer/webkit_test_runner.h                               const std::string& value) OVERRIDE;
value             483 content/shell/tools/plugin/PluginObject.cpp   double value = NPVARIANT_TO_DOUBLE(variant);
value             485 content/shell/tools/plugin/PluginObject.cpp   int32_t integer = static_cast<int32_t>(value);
value             972 content/shell/tools/plugin/PluginObject.cpp   NPObject* script_object = object_result.value.objectValue;
value            1063 content/shell/tools/plugin/PluginObject.cpp   notifyTestCompletion(npp, result.value.objectValue);
value            1064 content/shell/tools/plugin/PluginObject.cpp   browser->releaseobject(result.value.objectValue);
value            1094 content/shell/tools/plugin/PluginObject.cpp   notifyTestCompletion(npp, result.value.objectValue);
value            1095 content/shell/tools/plugin/PluginObject.cpp   browser->releaseobject(result.value.objectValue);
value             126 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_GetValue(NPPVariable variable, void* value) {
value             132 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_SetValue(NPNVariable, void* value) {
value             148 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) {
value             149 content/shell/tools/plugin/PluginTest.cpp   return browser->getvalue(m_npp, variable, value);
value             204 content/shell/tools/plugin/PluginTest.cpp                                  NPVariant* value) {
value             205 content/shell/tools/plugin/PluginTest.cpp   return browser->getproperty(m_npp, npObject, propertyName, value);
value              51 content/shell/tools/plugin/PluginTest.h     static const bool value =                                                  \
value              97 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_GetValue(NPPVariable, void* value);
value              98 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_SetValue(NPNVariable, void* value);
value             105 content/shell/tools/plugin/PluginTest.h   NPError NPN_GetValue(NPNVariable, void* value);
value             124 content/shell/tools/plugin/PluginTest.h   bool NPN_GetProperty(NPObject*, NPIdentifier propertyName, NPVariant* value);
value             219 content/shell/tools/plugin/PluginTest.h     bool identifierIs(NPIdentifier identifier, const char* value) {
value             220 content/shell/tools/plugin/PluginTest.h       return pluginTest()->NPN_GetStringIdentifier(value) == identifier;
value             277 content/shell/tools/plugin/PluginTest.h           has_member_hasMethod<T>::value ? NP_HasMethod : 0,
value             278 content/shell/tools/plugin/PluginTest.h           has_member_invoke<T>::value ? NP_Invoke : 0,
value             279 content/shell/tools/plugin/PluginTest.h           has_member_invokeDefault<T>::value ? NP_InvokeDefault : 0,
value             280 content/shell/tools/plugin/PluginTest.h           has_member_hasProperty<T>::value ? NP_HasProperty : 0,
value             281 content/shell/tools/plugin/PluginTest.h           has_member_getProperty<T>::value ? NP_GetProperty : 0,
value             283 content/shell/tools/plugin/PluginTest.h           has_member_removeProperty<T>::value ? NP_RemoveProperty : 0,
value              38 content/shell/tools/plugin/TestObject.cpp                           NPIdentifier** value,
value             191 content/shell/tools/plugin/TestObject.cpp                           NPIdentifier** value,
value             195 content/shell/tools/plugin/TestObject.cpp   *value = (NPIdentifier*)browser->memalloc(NUM_ENUMERATABLE_TEST_IDENTIFIERS *
value             197 content/shell/tools/plugin/TestObject.cpp   memcpy(*value,
value              19 content/shell/tools/plugin/Tests/FormValue.cpp NPError FormValue::NPP_GetValue(NPPVariable variable, void *value)
value              23 content/shell/tools/plugin/Tests/FormValue.cpp         *((void**)value) = browser->memalloc(sizeof(formValueText));
value              24 content/shell/tools/plugin/Tests/FormValue.cpp         if (!*((void**)value))
value              26 content/shell/tools/plugin/Tests/FormValue.cpp         strncpy(*((char**)value), formValueText, sizeof(formValueText));
value              84 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
value              89 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp         *(NPObject**)value = ScriptableObject::create(this);
value              69 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value)
value              74 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp     *static_cast<NPObject**>(value) = ScriptObject::create(this);
value              80 content/shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
value              85 content/shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp         *(NPObject**)value = ScriptableObject::create(this);
value             124 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp                 string propertyNameString(arguments[1].value.stringValue.UTF8Characters,
value             125 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp                                           arguments[1].value.stringValue.UTF8Length);
value             129 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp                 int32_t number = static_cast<int32_t>(arguments[1].value.doubleValue);
value             162 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void* value) OVERRIDE {
value             166 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp         *(NPObject**)value = PluginObject::create(this);
value              44 content/shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp     virtual NPError NPP_GetValue(NPPVariable, void* value) OVERRIDE;
value              54 content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
value              65 content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp         *(NPObject**)value = object;
value              75 content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
value              80 content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp         *(NPObject**)value = PluginObject::create(this);
value              74 content/shell/tools/plugin/Tests/SlowNPPNew.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value)
value              79 content/shell/tools/plugin/Tests/SlowNPPNew.cpp         *(NPObject**)value = PluginObject::create(this);
value             255 content/shell/tools/plugin/main.cpp             const char* value = argv[i];
value             256 content/shell/tools/plugin/main.cpp             if (strcasecmp(value, "coreanimation") == 0) {
value             261 content/shell/tools/plugin/main.cpp              } else if (strcasecmp(value, "coregraphics") == 0) {
value             831 content/shell/tools/plugin/main.cpp NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
value             835 content/shell/tools/plugin/main.cpp         *((char **)value) = const_cast<char*>("WebKit Test PlugIn");
value             839 content/shell/tools/plugin/main.cpp         *((char **)value) = const_cast<char*>("Simple Netscape® plug-in that handles test content for WebKit");
value             843 content/shell/tools/plugin/main.cpp         *((NPBool *)value) = true;
value             853 content/shell/tools/plugin/main.cpp     if (obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR)
value             857 content/shell/tools/plugin/main.cpp         void **v = (void **)value;
value             869 content/shell/tools/plugin/main.cpp         void **v = (void **)value;
value             878 content/shell/tools/plugin/main.cpp NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
value             881 content/shell/tools/plugin/main.cpp     return obj->pluginTest->NPP_SetValue(variable, value);
value             892 content/shell/tools/plugin/main.cpp NPError NP_GetValue(NPP instance, NPPVariable variable, void* value)
value             894 content/shell/tools/plugin/main.cpp     return NPP_GetValue(instance, variable, value);
value              52 content/test/image_decoder_test.cc   return base::FilePath(path.value() + kDecodedDataExtension);
value              79 content/test/image_decoder_test.cc   EXPECT_TRUE(decoder.isSizeAvailable()) << path.value();
value              80 content/test/image_decoder_test.cc   EXPECT_GE(decoder.frameCount(), frame_index) << path.value();
value              81 content/test/image_decoder_test.cc   EXPECT_TRUE(decoder.isFrameCompleteAtIndex(frame_index)) << path.value();
value              97 content/test/image_decoder_test.cc   ASSERT_EQ(sizeof expected_digest, file_bytes.size()) << path.value();
value             102 content/test/image_decoder_test.cc       << path.value();
value             131 content/test/image_decoder_test.cc     std::string base_name_ascii = base::UTF16ToASCII(base_name.value());
value             133 content/test/image_decoder_test.cc     std::string base_name_ascii = base_name.value();
value             144 content/test/image_decoder_test.cc   return (path.value().length() > (kBadSuffix.length() + format_.length()) &&
value             145 content/test/image_decoder_test.cc           !path.value().compare(path.value().length() - format_.length() -
value             192 content/test/image_decoder_test.cc   EXPECT_FALSE(decoder->isFailed()) << image_path.value();
value             203 content/test/image_decoder_test.cc     EXPECT_FALSE(decoder->isFailed()) << image_path.value();
value              25 content/test/mock_weburlloader.h   MOCK_METHOD1(setDefersLoading, void(bool value));
value             151 content/test/net/url_request_mock_http_job.cc       base::FilePath(file_path_.value() + kMockHeaderFileSuffix);
value              88 content/test/plugin/npapi_test.cc                                     void* value) {
value              93 content/test/plugin/npapi_test.cc       *(static_cast<const char**>(value)) = "NPAPI Test Plugin";
value              96 content/test/plugin/npapi_test.cc       *(static_cast<const char**>(value)) =
value             100 content/test/plugin/npapi_test.cc       *(static_cast<NPBool*>(value)) = true;
value             224 content/test/plugin/plugin_client.cc NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) {
value             229 content/test/plugin/plugin_client.cc     *static_cast<NPBool*>(value) = 1;
value             237 content/test/plugin/plugin_client.cc NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) {
value              41 content/test/plugin/plugin_private_test.cc     std::string href_str(href_var.value.stringValue.UTF8Characters,
value              42 content/test/plugin/plugin_private_test.cc                          href_var.value.stringValue.UTF8Length);
value             100 content/test/plugin/plugin_windowed_test.cc         result_var.value.doubleValue != 42.0) {
value             131 content/test/test_web_contents.cc void TestWebContents::TestSetIsLoading(bool value) {
value             132 content/test/test_web_contents.cc   SetIsLoading(GetRenderViewHost(), value, true, NULL);
value              34 content/test/test_web_contents.h   virtual void TestSetIsLoading(bool value) OVERRIDE;
value             181 content/test/test_webkit_platform_support.cc     const blink::WebString& value) {
value             186 content/test/test_webkit_platform_support.cc   return BlinkPlatformImpl::queryLocalizedString(name, value);
value              44 content/test/test_webkit_platform_support.h       const blink::WebString& value);
value             153 content/worker/worker_webkitplatformsupport_impl.cc     const WebString& value) {
value             274 content/worker/worker_webkitplatformsupport_impl.cc       base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type));
value             282 content/worker/worker_webkitplatformsupport_impl.cc       base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
value              53 content/worker/worker_webkitplatformsupport_impl.h                           const blink::WebString& value);
value             299 content/zygote/zygote_main_linux.cc                            << plugins[i].path.value() << " "
value              86 courgette/assembly_program.cc   explicit ByteInstruction(uint8 value) : Instruction(DEFBYTE, value) {}
value             371 courgette/assembly_program.cc typedef CheckBool (EncodedProgram::*DefineLabelMethod)(int index, RVA value);
value              90 courgette/assembly_program.h   CheckBool EmitBytesInstruction(const uint8* value, uint32 len)
value             338 courgette/courgette_tool.cc       courgette::ApplyEnsemblePatch(old_file.value().c_str(),
value             339 courgette/courgette_tool.cc                                     patch_file.value().c_str(),
value             340 courgette/courgette_tool.cc                                     new_file.value().c_str());
value             149 courgette/encoded_program.cc CheckBool EncodedProgram::DefineRel32Label(int index, RVA value) {
value             150 courgette/encoded_program.cc   return DefineLabelCommon(&rel32_rva_, index, value);
value             153 courgette/encoded_program.cc CheckBool EncodedProgram::DefineAbs32Label(int index, RVA value) {
value             154 courgette/encoded_program.cc   return DefineLabelCommon(&abs32_rva_, index, value);
value              22 courgette/memory_allocator.h   CheckReturnValue(T value) : value_(value), checked_(false) {  // NOLINT
value             215 courgette/memory_allocator.h   void construct(pointer ptr, const T& value) {
value             216 courgette/memory_allocator.h     ::new(ptr) T(value);
value             278 courgette/memory_allocator.h   void construct(pointer ptr, const T& value) {
value             279 courgette/memory_allocator.h     ::new(ptr) T(value);
value              50 courgette/streams.cc   static uint8* Encode32(uint8* destination, uint32 value);
value             116 courgette/streams.cc inline uint8* Varint::Encode32(uint8* destination, uint32 value) {
value             117 courgette/streams.cc   while (value >= 128) {
value             118 courgette/streams.cc     *(destination++) = value | 128;
value             119 courgette/streams.cc     value = value >> 7;
value             121 courgette/streams.cc   *(destination++) = value;
value             188 courgette/streams.cc CheckBool SinkStream::WriteVarint32(uint32 value) {
value             190 courgette/streams.cc   uint8* end = Varint::Encode32(buffer, value);
value             194 courgette/streams.cc CheckBool SinkStream::WriteVarint32Signed(int32 value) {
value             200 courgette/streams.cc   if (value < 0)
value             201 courgette/streams.cc     ret = WriteVarint32(~value * 2 + 1);
value             203 courgette/streams.cc     ret = WriteVarint32(value * 2);
value             207 courgette/streams.cc CheckBool SinkStream::WriteSizeVarint32(size_t value) {
value             208 courgette/streams.cc   uint32 narrowed_value = static_cast<uint32>(value);
value             210 courgette/streams.cc   LOG_ASSERT(value == narrowed_value);
value             127 courgette/streams.h   CheckBool WriteVarint32(uint32 value) WARN_UNUSED_RESULT;
value             130 courgette/streams.h   CheckBool WriteVarint32Signed(int32 value) WARN_UNUSED_RESULT;
value             134 courgette/streams.h   CheckBool WriteSizeVarint32(size_t value) WARN_UNUSED_RESULT;
value              23 courgette/streams_unittest.cc   unsigned int value;
value              24 courgette/streams_unittest.cc   bool can_read = source.ReadVarint32(&value);
value              26 courgette/streams_unittest.cc   EXPECT_EQ(kValue1, value);
value              67 courgette/streams_unittest.cc   uint32 value;
value              68 courgette/streams_unittest.cc   bool can_read = in.stream(3)->ReadVarint32(&value);
value              70 courgette/streams_unittest.cc   EXPECT_EQ(kValue1, value);
value             107 courgette/streams_unittest.cc     uint32 value = 77;
value             108 courgette/streams_unittest.cc     bool can_read = in.stream(id)->ReadVarint32(&value);
value             110 courgette/streams_unittest.cc     EXPECT_EQ(datum, value);
value             180 crypto/mock_apple_keychain.h                          const char* value);
value             184 crypto/mock_apple_keychain.h   void SetTestDataPort(MockKeychainItemType item, UInt32 value);
value             185 crypto/mock_apple_keychain.h   void SetTestDataProtocol(MockKeychainItemType item, SecProtocolType value);
value             187 crypto/mock_apple_keychain.h                            SecAuthenticationType value);
value             188 crypto/mock_apple_keychain.h   void SetTestDataNegativeItem(MockKeychainItemType item, Boolean value);
value             189 crypto/mock_apple_keychain.h   void SetTestDataCreator(MockKeychainItemType item, OSType value);
value             196 crypto/mock_apple_keychain.h   void SetTestDataPasswordString(MockKeychainItemType item, const char* value);
value             120 crypto/mock_apple_keychain_mac.cc                                           const char* value) {
value             121 crypto/mock_apple_keychain_mac.cc   SetTestDataBytes(item, tag, value, value ? strlen(value) : 0);
value             125 crypto/mock_apple_keychain_mac.cc                                         UInt32 value) {
value             129 crypto/mock_apple_keychain_mac.cc   *data = value;
value             133 crypto/mock_apple_keychain_mac.cc                                             SecProtocolType value) {
value             137 crypto/mock_apple_keychain_mac.cc   *data = value;
value             141 crypto/mock_apple_keychain_mac.cc                                             SecAuthenticationType value) {
value             146 crypto/mock_apple_keychain_mac.cc   *data = value;
value             150 crypto/mock_apple_keychain_mac.cc                                                 Boolean value) {
value             154 crypto/mock_apple_keychain_mac.cc   *data = value;
value             158 crypto/mock_apple_keychain_mac.cc                                            OSType value) {
value             162 crypto/mock_apple_keychain_mac.cc   *data = value;
value             180 crypto/mock_apple_keychain_mac.cc                                                   const char* value) {
value             181 crypto/mock_apple_keychain_mac.cc   SetTestDataPasswordBytes(item, value, value ? strlen(value) : 0);
value              90 crypto/nss_util.cc     LOG(ERROR) << "Failed to create " << dir.value() << " directory.";
value              93 crypto/nss_util.cc   DVLOG(2) << "DefaultConfigDirectory: " << dir.value();
value             154 crypto/nss_util.cc   if (statfs(database_dir.value().c_str(), &buf) == 0)
value             303 crypto/nss_util.cc       LOG(ERROR) << "Failed to create " << nssdb_path.value() << " directory.";
value             472 crypto/nss_util.cc       DVLOG(2) << "Opening NSS DB " << path.value();
value             730 crypto/nss_util.cc             base::StringPrintf("sql:%s", database_dir.value().c_str());
value             866 crypto/nss_util.cc                            path.value().c_str(), description);
value             235 dbus/bus.cc      const ObjectProxyTable::key_type key(service_name + object_path.value(),
value             264 dbus/bus.cc      const ObjectProxyTable::key_type key(service_name + object_path.value(),
value             340 dbus/bus.cc      const ObjectManagerTable::key_type key(service_name + object_path.value());
value             357 dbus/bus.cc      const ObjectManagerTable::key_type key(service_name + object_path.value());
value             738 dbus/bus.cc        LOG(ERROR) << "Object path already registered: " << object_path.value();
value             744 dbus/bus.cc          object_path.value().c_str(),
value             760 dbus/bus.cc                   << object_path.value();
value             766 dbus/bus.cc          object_path.value().c_str());
value             176 dbus/exported_object.cc     LOG(ERROR) << "Failed to register the object: " << object_path_.value()
value              39 dbus/file_descriptor.h   explicit FileDescriptor(int value) : value_(value), owner_(false),
value              45 dbus/file_descriptor.h   int value() const;
value              51 dbus/file_descriptor.h   void PutValue(int value) {
value              52 dbus/file_descriptor.h     value_ = value;
value             101 dbus/message.cc         uint8 value = 0;
value             102 dbus/message.cc         if (!reader->PopByte(&value))
value             104 dbus/message.cc         output += indent + "byte " + base::StringPrintf("%d", value) + "\n";
value             108 dbus/message.cc         bool value = false;
value             109 dbus/message.cc         if (!reader->PopBool(&value))
value             111 dbus/message.cc         output += indent + "bool " + (value ? "true" : "false") + "\n";
value             115 dbus/message.cc         int16 value = 0;
value             116 dbus/message.cc         if (!reader->PopInt16(&value))
value             118 dbus/message.cc         output += indent + "int16 " + base::StringPrintf("%d", value) + "\n";
value             122 dbus/message.cc         uint16 value = 0;
value             123 dbus/message.cc         if (!reader->PopUint16(&value))
value             125 dbus/message.cc         output += indent + "uint16 " + base::StringPrintf("%d", value) + "\n";
value             129 dbus/message.cc         int32 value = 0;
value             130 dbus/message.cc         if (!reader->PopInt32(&value))
value             132 dbus/message.cc         output += indent + "int32 " + base::StringPrintf("%d", value) + "\n";
value             136 dbus/message.cc         uint32 value = 0;
value             137 dbus/message.cc         if (!reader->PopUint32(&value))
value             139 dbus/message.cc         output += indent + "uint32 " + base::StringPrintf("%u", value) + "\n";
value             143 dbus/message.cc         int64 value = 0;
value             144 dbus/message.cc         if (!reader->PopInt64(&value))
value             147 dbus/message.cc                    base::StringPrintf("%" PRId64, value) + "\n");
value             151 dbus/message.cc         uint64 value = 0;
value             152 dbus/message.cc         if (!reader->PopUint64(&value))
value             155 dbus/message.cc                    base::StringPrintf("%" PRIu64, value) + "\n");
value             159 dbus/message.cc         double value = 0;
value             160 dbus/message.cc         if (!reader->PopDouble(&value))
value             162 dbus/message.cc         output += indent + "double " + base::StringPrintf("%f", value) + "\n";
value             166 dbus/message.cc         std::string value;
value             167 dbus/message.cc         if (!reader->PopString(&value))
value             171 dbus/message.cc         if (value.size() < kTruncateLength) {
value             172 dbus/message.cc           output += indent + "string \"" + value + "\"\n";
value             175 dbus/message.cc           base::TruncateUTF8ToByteSize(value, kTruncateLength, &truncated);
value             177 dbus/message.cc                               value.size());
value             183 dbus/message.cc         ObjectPath value;
value             184 dbus/message.cc         if (!reader->PopObjectPath(&value))
value             186 dbus/message.cc         output += indent + "object_path \"" + value.value() + "\"\n";
value             231 dbus/message.cc                   base::StringPrintf("%d", file_descriptor.value()) + "\n";
value             260 dbus/message.cc   AppendStringHeader("path", GetPath().value(), &headers);
value             279 dbus/message.cc   return dbus_message_set_path(raw_message_, path.value().c_str());
value             466 dbus/message.cc void MessageWriter::AppendByte(uint8 value) {
value             467 dbus/message.cc   AppendBasic(DBUS_TYPE_BYTE, &value);
value             470 dbus/message.cc void MessageWriter::AppendBool(bool value) {
value             476 dbus/message.cc   dbus_bool_t dbus_value = value;
value             480 dbus/message.cc void MessageWriter::AppendInt16(int16 value) {
value             481 dbus/message.cc   AppendBasic(DBUS_TYPE_INT16, &value);
value             484 dbus/message.cc void MessageWriter::AppendUint16(uint16 value) {
value             485 dbus/message.cc   AppendBasic(DBUS_TYPE_UINT16, &value);
value             488 dbus/message.cc void MessageWriter::AppendInt32(int32 value) {
value             489 dbus/message.cc   AppendBasic(DBUS_TYPE_INT32, &value);
value             492 dbus/message.cc void MessageWriter::AppendUint32(uint32 value) {
value             493 dbus/message.cc   AppendBasic(DBUS_TYPE_UINT32, &value);
value             496 dbus/message.cc void MessageWriter::AppendInt64(int64 value) {
value             497 dbus/message.cc   AppendBasic(DBUS_TYPE_INT64, &value);
value             500 dbus/message.cc void MessageWriter::AppendUint64(uint64 value) {
value             501 dbus/message.cc   AppendBasic(DBUS_TYPE_UINT64, &value);
value             504 dbus/message.cc void MessageWriter::AppendDouble(double value) {
value             505 dbus/message.cc   AppendBasic(DBUS_TYPE_DOUBLE, &value);
value             508 dbus/message.cc void MessageWriter::AppendString(const std::string& value) {
value             510 dbus/message.cc   CHECK(IsStringUTF8(value));
value             511 dbus/message.cc   const char* pointer = value.c_str();
value             518 dbus/message.cc void MessageWriter::AppendObjectPath(const ObjectPath& value) {
value             519 dbus/message.cc   CHECK(value.IsValid());
value             520 dbus/message.cc   const char* pointer = value.value().c_str();
value             638 dbus/message.cc void MessageWriter::AppendVariantOfByte(uint8 value) {
value             639 dbus/message.cc   AppendVariantOfBasic(DBUS_TYPE_BYTE, &value);
value             642 dbus/message.cc void MessageWriter::AppendVariantOfBool(bool value) {
value             644 dbus/message.cc   dbus_bool_t dbus_value = value;
value             648 dbus/message.cc void MessageWriter::AppendVariantOfInt16(int16 value) {
value             649 dbus/message.cc   AppendVariantOfBasic(DBUS_TYPE_INT16, &value);
value             652 dbus/message.cc void MessageWriter::AppendVariantOfUint16(uint16 value) {
value             653 dbus/message.cc   AppendVariantOfBasic(DBUS_TYPE_UINT16, &value);
value             656 dbus/message.cc void MessageWriter::AppendVariantOfInt32(int32 value) {
value             657 dbus/message.cc   AppendVariantOfBasic(DBUS_TYPE_INT32, &value);
value             660 dbus/message.cc void MessageWriter::AppendVariantOfUint32(uint32 value) {
value             661 dbus/message.cc   AppendVariantOfBasic(DBUS_TYPE_UINT32, &value);
value             664 dbus/message.cc void MessageWriter::AppendVariantOfInt64(int64 value) {
value             665 dbus/message.cc   AppendVariantOfBasic(DBUS_TYPE_INT64, &value);
value             668 dbus/message.cc void MessageWriter::AppendVariantOfUint64(uint64 value) {
value             669 dbus/message.cc   AppendVariantOfBasic(DBUS_TYPE_UINT64, &value);
value             672 dbus/message.cc void MessageWriter::AppendVariantOfDouble(double value) {
value             673 dbus/message.cc   AppendVariantOfBasic(DBUS_TYPE_DOUBLE, &value);
value             676 dbus/message.cc void MessageWriter::AppendVariantOfString(const std::string& value) {
value             677 dbus/message.cc   const char* pointer = value.c_str();
value             681 dbus/message.cc void MessageWriter::AppendVariantOfObjectPath(const ObjectPath& value) {
value             682 dbus/message.cc   const char* pointer = value.value().c_str();
value             686 dbus/message.cc void MessageWriter::AppendBasic(int dbus_type, const void* value) {
value             690 dbus/message.cc       &raw_message_iter_, dbus_type, value);
value             697 dbus/message.cc void MessageWriter::AppendVariantOfBasic(int dbus_type, const void* value) {
value             701 dbus/message.cc   variant_writer.AppendBasic(dbus_type, value);
value             705 dbus/message.cc void MessageWriter::AppendFileDescriptor(const FileDescriptor& value) {
value             708 dbus/message.cc   if (!value.is_valid()) {
value             712 dbus/message.cc   int fd = value.value();
value             736 dbus/message.cc bool MessageReader::PopByte(uint8* value) {
value             737 dbus/message.cc   return PopBasic(DBUS_TYPE_BYTE, value);
value             740 dbus/message.cc bool MessageReader::PopBool(bool* value) {
value             746 dbus/message.cc   *value = static_cast<bool>(dbus_value);
value             750 dbus/message.cc bool MessageReader::PopInt16(int16* value) {
value             751 dbus/message.cc   return PopBasic(DBUS_TYPE_INT16, value);
value             754 dbus/message.cc bool MessageReader::PopUint16(uint16* value) {
value             755 dbus/message.cc   return PopBasic(DBUS_TYPE_UINT16, value);
value             758 dbus/message.cc bool MessageReader::PopInt32(int32* value) {
value             759 dbus/message.cc   return PopBasic(DBUS_TYPE_INT32, value);
value             762 dbus/message.cc bool MessageReader::PopUint32(uint32* value) {
value             763 dbus/message.cc   return PopBasic(DBUS_TYPE_UINT32, value);
value             766 dbus/message.cc bool MessageReader::PopInt64(int64* value) {
value             767 dbus/message.cc   return PopBasic(DBUS_TYPE_INT64, value);
value             770 dbus/message.cc bool MessageReader::PopUint64(uint64* value) {
value             771 dbus/message.cc   return PopBasic(DBUS_TYPE_UINT64, value);
value             774 dbus/message.cc bool MessageReader::PopDouble(double* value) {
value             775 dbus/message.cc   return PopBasic(DBUS_TYPE_DOUBLE, value);
value             778 dbus/message.cc bool MessageReader::PopString(std::string* value) {
value             782 dbus/message.cc     value->assign(tmp_value);
value             786 dbus/message.cc bool MessageReader::PopObjectPath(ObjectPath* value) {
value             790 dbus/message.cc     *value = ObjectPath(tmp_value);
value             877 dbus/message.cc bool MessageReader::PopVariantOfByte(uint8* value) {
value             878 dbus/message.cc   return PopVariantOfBasic(DBUS_TYPE_BYTE, value);
value             881 dbus/message.cc bool MessageReader::PopVariantOfBool(bool* value) {
value             885 dbus/message.cc   *value = static_cast<bool>(dbus_value);
value             889 dbus/message.cc bool MessageReader::PopVariantOfInt16(int16* value) {
value             890 dbus/message.cc   return PopVariantOfBasic(DBUS_TYPE_INT16, value);
value             893 dbus/message.cc bool MessageReader::PopVariantOfUint16(uint16* value) {
value             894 dbus/message.cc   return PopVariantOfBasic(DBUS_TYPE_UINT16, value);
value             897 dbus/message.cc bool MessageReader::PopVariantOfInt32(int32* value) {
value             898 dbus/message.cc   return PopVariantOfBasic(DBUS_TYPE_INT32, value);
value             901 dbus/message.cc bool MessageReader::PopVariantOfUint32(uint32* value) {
value             902 dbus/message.cc   return PopVariantOfBasic(DBUS_TYPE_UINT32, value);
value             905 dbus/message.cc bool MessageReader::PopVariantOfInt64(int64* value) {
value             906 dbus/message.cc   return PopVariantOfBasic(DBUS_TYPE_INT64, value);
value             909 dbus/message.cc bool MessageReader::PopVariantOfUint64(uint64* value) {
value             910 dbus/message.cc   return PopVariantOfBasic(DBUS_TYPE_UINT64, value);
value             913 dbus/message.cc bool MessageReader::PopVariantOfDouble(double* value) {
value             914 dbus/message.cc   return PopVariantOfBasic(DBUS_TYPE_DOUBLE, value);
value             917 dbus/message.cc bool MessageReader::PopVariantOfString(std::string* value) {
value             921 dbus/message.cc     value->assign(tmp_value);
value             925 dbus/message.cc bool MessageReader::PopVariantOfObjectPath(ObjectPath* value) {
value             929 dbus/message.cc     *value = ObjectPath(tmp_value);
value             948 dbus/message.cc bool MessageReader::PopBasic(int dbus_type, void* value) {
value             954 dbus/message.cc   dbus_message_iter_get_basic(&raw_message_iter_, value);
value             955 dbus/message.cc   DCHECK(value);
value             971 dbus/message.cc bool MessageReader::PopVariantOfBasic(int dbus_type, void* value) {
value             975 dbus/message.cc   return variant_reader.PopBasic(dbus_type, value);
value             978 dbus/message.cc bool MessageReader::PopFileDescriptor(FileDescriptor* value) {
value             986 dbus/message.cc   value->PutValue(fd);
value             273 dbus/message.h   void AppendByte(uint8 value);
value             274 dbus/message.h   void AppendBool(bool value);
value             275 dbus/message.h   void AppendInt16(int16 value);
value             276 dbus/message.h   void AppendUint16(uint16 value);
value             277 dbus/message.h   void AppendInt32(int32 value);
value             278 dbus/message.h   void AppendUint32(uint32 value);
value             279 dbus/message.h   void AppendInt64(int64 value);
value             280 dbus/message.h   void AppendUint64(uint64 value);
value             281 dbus/message.h   void AppendDouble(double value);
value             282 dbus/message.h   void AppendString(const std::string& value);
value             283 dbus/message.h   void AppendObjectPath(const ObjectPath& value);
value             284 dbus/message.h   void AppendFileDescriptor(const FileDescriptor& value);
value             335 dbus/message.h   void AppendVariantOfByte(uint8 value);
value             336 dbus/message.h   void AppendVariantOfBool(bool value);
value             337 dbus/message.h   void AppendVariantOfInt16(int16 value);
value             338 dbus/message.h   void AppendVariantOfUint16(uint16 value);
value             339 dbus/message.h   void AppendVariantOfInt32(int32 value);
value             340 dbus/message.h   void AppendVariantOfUint32(uint32 value);
value             341 dbus/message.h   void AppendVariantOfInt64(int64 value);
value             342 dbus/message.h   void AppendVariantOfUint64(uint64 value);
value             343 dbus/message.h   void AppendVariantOfDouble(double value);
value             344 dbus/message.h   void AppendVariantOfString(const std::string& value);
value             345 dbus/message.h   void AppendVariantOfObjectPath(const ObjectPath& value);
value             349 dbus/message.h   void AppendBasic(int dbus_type, const void* value);
value             352 dbus/message.h   void AppendVariantOfBasic(int dbus_type, const void* value);
value             383 dbus/message.h   bool PopByte(uint8* value);
value             384 dbus/message.h   bool PopBool(bool* value);
value             385 dbus/message.h   bool PopInt16(int16* value);
value             386 dbus/message.h   bool PopUint16(uint16* value);
value             387 dbus/message.h   bool PopInt32(int32* value);
value             388 dbus/message.h   bool PopUint32(uint32* value);
value             389 dbus/message.h   bool PopInt64(int64* value);
value             390 dbus/message.h   bool PopUint64(uint64* value);
value             391 dbus/message.h   bool PopDouble(double* value);
value             392 dbus/message.h   bool PopString(std::string* value);
value             393 dbus/message.h   bool PopObjectPath(ObjectPath* value);
value             394 dbus/message.h   bool PopFileDescriptor(FileDescriptor* value);
value             449 dbus/message.h   bool PopVariantOfByte(uint8* value);
value             450 dbus/message.h   bool PopVariantOfBool(bool* value);
value             451 dbus/message.h   bool PopVariantOfInt16(int16* value);
value             452 dbus/message.h   bool PopVariantOfUint16(uint16* value);
value             453 dbus/message.h   bool PopVariantOfInt32(int32* value);
value             454 dbus/message.h   bool PopVariantOfUint32(uint32* value);
value             455 dbus/message.h   bool PopVariantOfInt64(int64* value);
value             456 dbus/message.h   bool PopVariantOfUint64(uint64* value);
value             457 dbus/message.h   bool PopVariantOfDouble(double* value);
value             458 dbus/message.h   bool PopVariantOfString(std::string* value);
value             459 dbus/message.h   bool PopVariantOfObjectPath(ObjectPath* value);
value             472 dbus/message.h   bool PopBasic(int dbus_type, void *value);
value             478 dbus/message.h   bool PopVariantOfBasic(int dbus_type, void* value);
value             137 dbus/message_unittest.cc   int status_fd = HANDLE_EINTR(fstat(fd_value.value(), &sb_fd));
value              31 dbus/object_manager.cc            << " " << object_path_.value();
value             165 dbus/object_manager.cc     LOG(WARNING) << service_name_ << " " << object_path_.value()
value             175 dbus/object_manager.cc     LOG(WARNING) << service_name_ << " " << object_path_.value()
value             187 dbus/object_manager.cc   LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
value             198 dbus/object_manager.cc     LOG(WARNING) << service_name_ << " " << object_path_.value()
value             212 dbus/object_manager.cc   LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
value             203 dbus/object_manager_unittest.cc   EXPECT_EQ("TestService", properties->name.value());
value             204 dbus/object_manager_unittest.cc   EXPECT_EQ(10, properties->version.value());
value             206 dbus/object_manager_unittest.cc   std::vector<std::string> methods = properties->methods.value();
value             213 dbus/object_manager_unittest.cc   std::vector<ObjectPath> objects = properties->objects.value();
value              30 dbus/object_path.cc   *out << path.value();
value              29 dbus/object_path.h   explicit ObjectPath(const std::string& value) : value_(value) {}
value              32 dbus/object_path.h   const std::string& value() const { return value_; }
value             429 dbus/object_proxy.cc                          object_path_.value().c_str());
value             476 dbus/object_proxy.cc     if (path.value() == kDBusSystemObjectPath &&
value             568 dbus/object_proxy.cc              << ": object_path= " << object_path_.value()
value             358 dbus/property.h   const T& value() const { return value_; }
value             371 dbus/property.h   virtual void Set(const T& value, dbus::PropertySet::SetCallback callback) {
value             372 dbus/property.h     set_value_ = value;
value             396 dbus/property.h   void ReplaceValue(const T& value) {
value             397 dbus/property.h     value_ = value;
value             158 dbus/property_unittest.cc   EXPECT_EQ("TestService", properties_->name.value());
value             159 dbus/property_unittest.cc   EXPECT_EQ(10, properties_->version.value());
value             161 dbus/property_unittest.cc   std::vector<std::string> methods = properties_->methods.value();
value             168 dbus/property_unittest.cc   std::vector<ObjectPath> objects = properties_->objects.value();
value             172 dbus/property_unittest.cc   std::vector<uint8> bytes = properties_->bytes.value();
value             190 dbus/property_unittest.cc   EXPECT_EQ("TestService", properties_->name.value());
value             199 dbus/property_unittest.cc   EXPECT_EQ(20, properties_->version.value());
value             209 dbus/property_unittest.cc   std::vector<std::string> methods = properties_->methods.value();
value             224 dbus/property_unittest.cc   std::vector<ObjectPath> objects = properties_->objects.value();
value             236 dbus/property_unittest.cc   std::vector<uint8> bytes = properties_->bytes.value();
value             256 dbus/property_unittest.cc   EXPECT_EQ(20, properties_->version.value());
value             272 dbus/property_unittest.cc   EXPECT_EQ("NewService", properties_->name.value());
value              11 dbus/string_util.cc bool IsValidObjectPath(const std::string& value) {
value              17 dbus/string_util.cc   if (!StartsWithASCII(value, "/", kCaseSensitive))
value              23 dbus/string_util.cc   for (size_t i = 1; i < value.size(); ++i) {
value              24 dbus/string_util.cc     const char c = value[i];
value              42 dbus/string_util.cc   if (value.size() > 1 && EndsWith(value, "/", kCaseSensitive))
value              15 dbus/string_util.h CHROME_DBUS_EXPORT bool IsValidObjectPath(const std::string& value);
value             452 dbus/test_service.cc   std::string value;
value             453 dbus/test_service.cc   if (!reader.PopVariantOfString(&value)) {
value             458 dbus/test_service.cc   SendPropertyChangedSignal(value);
value              19 dbus/values_util.cc bool IsExactlyRepresentableByDouble(T value) {
value              20 dbus/values_util.cc   return value == static_cast<T>(static_cast<double>(value));
value              57 dbus/values_util.cc     base::Value* value = PopDataAsValue(&entry_reader);
value              58 dbus/values_util.cc     if (!value)
value              60 dbus/values_util.cc     dictionary_value->SetWithoutPathExpansion(key_string, value);
value              66 dbus/values_util.cc std::string GetTypeSignature(const base::Value& value) {
value              67 dbus/values_util.cc   switch (value.GetType()) {
value              81 dbus/values_util.cc       DLOG(ERROR) << "Unexpected type " << value.GetType();
value              95 dbus/values_util.cc       uint8 value = 0;
value              96 dbus/values_util.cc       if (reader->PopByte(&value))
value              97 dbus/values_util.cc         result = new base::FundamentalValue(value);
value             101 dbus/values_util.cc       bool value = false;
value             102 dbus/values_util.cc       if (reader->PopBool(&value))
value             103 dbus/values_util.cc         result = new base::FundamentalValue(value);
value             107 dbus/values_util.cc       int16 value = 0;
value             108 dbus/values_util.cc       if (reader->PopInt16(&value))
value             109 dbus/values_util.cc         result = new base::FundamentalValue(value);
value             113 dbus/values_util.cc       uint16 value = 0;
value             114 dbus/values_util.cc       if (reader->PopUint16(&value))
value             115 dbus/values_util.cc         result = new base::FundamentalValue(value);
value             119 dbus/values_util.cc       int32 value = 0;
value             120 dbus/values_util.cc       if (reader->PopInt32(&value))
value             121 dbus/values_util.cc         result = new base::FundamentalValue(value);
value             125 dbus/values_util.cc       uint32 value = 0;
value             126 dbus/values_util.cc       if (reader->PopUint32(&value))
value             127 dbus/values_util.cc         result = new base::FundamentalValue(static_cast<double>(value));
value             131 dbus/values_util.cc       int64 value = 0;
value             132 dbus/values_util.cc       if (reader->PopInt64(&value)) {
value             133 dbus/values_util.cc         DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) <<
value             134 dbus/values_util.cc             value << " is not exactly representable by double";
value             135 dbus/values_util.cc         result = new base::FundamentalValue(static_cast<double>(value));
value             140 dbus/values_util.cc       uint64 value = 0;
value             141 dbus/values_util.cc       if (reader->PopUint64(&value)) {
value             142 dbus/values_util.cc         DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) <<
value             143 dbus/values_util.cc             value << " is not exactly representable by double";
value             144 dbus/values_util.cc         result = new base::FundamentalValue(static_cast<double>(value));
value             149 dbus/values_util.cc       double value = 0;
value             150 dbus/values_util.cc       if (reader->PopDouble(&value))
value             151 dbus/values_util.cc         result = new base::FundamentalValue(value);
value             155 dbus/values_util.cc       std::string value;
value             156 dbus/values_util.cc       if (reader->PopString(&value))
value             157 dbus/values_util.cc         result = new base::StringValue(value);
value             161 dbus/values_util.cc       ObjectPath value;
value             162 dbus/values_util.cc       if (reader->PopObjectPath(&value))
value             163 dbus/values_util.cc         result = new base::StringValue(value.value());
value             212 dbus/values_util.cc void AppendBasicTypeValueData(MessageWriter* writer, const base::Value& value) {
value             213 dbus/values_util.cc   switch (value.GetType()) {
value             216 dbus/values_util.cc       bool success = value.GetAsBoolean(&bool_value);
value             223 dbus/values_util.cc       bool success = value.GetAsInteger(&int_value);
value             230 dbus/values_util.cc       bool success = value.GetAsDouble(&double_value);
value             237 dbus/values_util.cc       bool success = value.GetAsString(&string_value);
value             243 dbus/values_util.cc       DLOG(ERROR) << "Unexpected type " << value.GetType();
value             249 dbus/values_util.cc                                        const base::Value& value) {
value             251 dbus/values_util.cc   writer->OpenVariant(GetTypeSignature(value), &sub_writer);
value             252 dbus/values_util.cc   AppendBasicTypeValueData(&sub_writer, value);
value              27 dbus/values_util.h                                                  const base::Value& value);
value              32 dbus/values_util.h     const base::Value& value);
value              48 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value;
value              51 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              52 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              54 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              56 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              57 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              59 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              61 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              62 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              64 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              66 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              67 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              69 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              71 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              72 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              74 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              76 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              77 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              80 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              82 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              83 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              86 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              88 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              89 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              92 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              94 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value              95 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value              97 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value              99 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             100 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             102 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             104 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             105 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             107 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             109 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             110 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             111 dbus/values_util_unittest.cc   expected_value.reset(new base::StringValue(kObjectPathValue.value()));
value             112 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             129 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value;
value             132 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             133 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             135 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             137 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             138 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             140 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             142 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             143 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             145 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             147 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             148 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             150 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             165 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value;
value             169 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             170 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             173 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             174 dbus/values_util_unittest.cc   ASSERT_TRUE(value->GetAsDouble(&double_value));
value             177 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             178 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             181 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(expected_value.get()));
value             182 dbus/values_util_unittest.cc   ASSERT_TRUE(value->GetAsDouble(&double_value));
value             207 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value(PopDataAsValue(&reader));
value             208 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             209 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(list_value.get()));
value             230 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value(PopDataAsValue(&reader));
value             231 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             232 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(list_value.get()));
value             260 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value(PopDataAsValue(&reader));
value             261 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             262 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&list_value));
value             307 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value(PopDataAsValue(&reader));
value             308 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             309 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&dictionary_value));
value             350 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value(PopDataAsValue(&reader));
value             351 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             352 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&dictionary_value));
value             389 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value(PopDataAsValue(&reader));
value             390 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             391 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&dictionary_value));
value             408 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value;
value             409 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             410 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             411 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&kBoolValue));
value             412 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             413 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             414 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&kIntegerValue));
value             415 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             416 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             417 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&kDoubleValue));
value             418 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             419 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             420 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&kStringValue));
value             437 dbus/values_util_unittest.cc   scoped_ptr<base::Value> value;
value             438 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             439 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             440 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&kBoolValue));
value             441 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             442 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             443 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&kIntegerValue));
value             444 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             445 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             446 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&kDoubleValue));
value             447 dbus/values_util_unittest.cc   value.reset(PopDataAsValue(&reader));
value             448 dbus/values_util_unittest.cc   ASSERT_TRUE(value.get() != NULL);
value             449 dbus/values_util_unittest.cc   EXPECT_TRUE(value->Equals(&kStringValue));
value             104 device/bluetooth/bluetooth_adapter_chromeos.cc   return properties->address.value();
value             116 device/bluetooth/bluetooth_adapter_chromeos.cc   return properties->alias.value();
value             136 device/bluetooth/bluetooth_adapter_chromeos.cc   return !object_path_.value().empty();
value             147 device/bluetooth/bluetooth_adapter_chromeos.cc   return properties->powered.value();
value             171 device/bluetooth/bluetooth_adapter_chromeos.cc   return properties->discoverable.value();
value             195 device/bluetooth/bluetooth_adapter_chromeos.cc   return properties->discovering.value();
value             244 device/bluetooth/bluetooth_adapter_chromeos.cc     PoweredChanged(properties->powered.value());
value             246 device/bluetooth/bluetooth_adapter_chromeos.cc     DiscoverableChanged(properties->discoverable.value());
value             248 device/bluetooth/bluetooth_adapter_chromeos.cc     DiscoveringChanged(properties->discovering.value());
value             256 device/bluetooth/bluetooth_adapter_chromeos.cc   if (properties->adapter.value() != object_path_)
value             309 device/bluetooth/bluetooth_adapter_chromeos.cc       properties->paired.value())
value             357 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << device_path.value() << ": RequestPinCode";
value             372 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << device_path.value() << ": DisplayPinCode: " << pincode;
value             385 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << device_path.value() << ": RequestPasskey";
value             401 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << device_path.value() << ": DisplayPasskey: " << passkey
value             419 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << device_path.value() << ": RequestConfirmation: " << passkey;
value             434 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << device_path.value() << ": RequestAuthorization";
value             450 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << device_path.value() << ": AuthorizeService: " << uuid;
value             516 device/bluetooth/bluetooth_adapter_chromeos.cc                  << object_path.value();
value             537 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << object_path_.value() << ": using adapter.";
value             557 device/bluetooth/bluetooth_adapter_chromeos.cc   if (properties->powered.value())
value             559 device/bluetooth/bluetooth_adapter_chromeos.cc   if (properties->discoverable.value())
value             561 device/bluetooth/bluetooth_adapter_chromeos.cc   if (properties->discovering.value())
value             596 device/bluetooth/bluetooth_adapter_chromeos.cc   VLOG(1) << object_path_.value() << ": adapter removed.";
value             604 device/bluetooth/bluetooth_adapter_chromeos.cc   if (properties->powered.value())
value             606 device/bluetooth/bluetooth_adapter_chromeos.cc   if (properties->discoverable.value())
value             608 device/bluetooth/bluetooth_adapter_chromeos.cc   if (properties->discovering.value())
value             793 device/bluetooth/bluetooth_adapter_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to start discovery: "
value             833 device/bluetooth/bluetooth_adapter_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to stop discovery: "
value            1615 device/bluetooth/bluetooth_chromeos_unittest.cc   ASSERT_TRUE(properties->trusted.value());
value            1702 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            1904 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            1960 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            2038 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            2095 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            2149 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            2203 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            2253 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            2379 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(properties->trusted.value());
value            2717 device/bluetooth/bluetooth_chromeos_unittest.cc   ASSERT_TRUE(properties->trusted.value());
value            2775 device/bluetooth/bluetooth_chromeos_unittest.cc   ASSERT_TRUE(properties->trusted.value());
value            2832 device/bluetooth/bluetooth_chromeos_unittest.cc   ASSERT_TRUE(properties->trusted.value());
value            2890 device/bluetooth/bluetooth_chromeos_unittest.cc   ASSERT_TRUE(properties->trusted.value());
value            3134 device/bluetooth/bluetooth_chromeos_unittest.cc   ASSERT_EQ("usb:v05ACp030Dd0306", properties->modalias.value());
value              54 device/bluetooth/bluetooth_device_chromeos.cc   std::string modalias = properties->modalias.value();
value             133 device/bluetooth/bluetooth_device_chromeos.cc   return properties->bluetooth_class.value();
value             142 device/bluetooth/bluetooth_device_chromeos.cc   return properties->alias.value();
value             151 device/bluetooth/bluetooth_device_chromeos.cc   return properties->address.value();
value             188 device/bluetooth/bluetooth_device_chromeos.cc   return properties->paired.value() || properties->trusted.value();
value             197 device/bluetooth/bluetooth_device_chromeos.cc   return properties->connected.value();
value             209 device/bluetooth/bluetooth_device_chromeos.cc   return input_properties->reconnect_mode.value() != "device";
value             223 device/bluetooth/bluetooth_device_chromeos.cc   const std::vector<std::string> &dbus_uuids = properties->uuids.value();
value             252 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Connecting, " << num_connecting_calls_
value             311 device/bluetooth/bluetooth_device_chromeos.cc     VLOG(1) << object_path_.value() << ": No pairing context or callback. "
value             330 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Disconnecting";
value             343 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Removing device";
value             367 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Connecting profile: "
value             418 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Connecting";
value             438 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Connected, " << num_connecting_calls_
value             460 device/bluetooth/bluetooth_device_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to connect device: "
value             462 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": " << num_connecting_calls_
value             483 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Paired";
value             498 device/bluetooth/bluetooth_device_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to pair device: "
value             500 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": " << num_connecting_calls_
value             528 device/bluetooth/bluetooth_device_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to cancel pairing: "
value             545 device/bluetooth/bluetooth_device_chromeos.cc   LOG_IF(WARNING, !success) << object_path_.value()
value             550 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Disconnected";
value             558 device/bluetooth/bluetooth_device_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to disconnect device: "
value             567 device/bluetooth/bluetooth_device_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to remove device: "
value             577 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Profile connected: "
value             589 device/bluetooth/bluetooth_device_chromeos.cc   VLOG(1) << object_path_.value() << ": Profile connection failed: "
value              20 device/bluetooth/bluetooth_gatt_characteristic.cc     const std::vector<uint8>& value,
value              88 device/bluetooth/bluetooth_gatt_characteristic.h         const std::vector<uint8>& value) {}
value             129 device/bluetooth/bluetooth_gatt_characteristic.h                                              const std::vector<uint8>& value,
value             165 device/bluetooth/bluetooth_gatt_characteristic.h   virtual bool UpdateValue(const std::vector<uint8>& value) = 0;
value              33 device/bluetooth/bluetooth_gatt_descriptor.cc     const std::vector<uint8>& value) {
value             123 device/bluetooth/bluetooth_gatt_descriptor.h         const std::vector<uint8>& value) {}
value             157 device/bluetooth/bluetooth_gatt_descriptor.h                                          const std::vector<uint8>& value);
value              80 device/bluetooth/bluetooth_gatt_service.h         const std::vector<uint8>& value,
value             121 device/bluetooth/bluetooth_gatt_service.h         const std::vector<uint8>& value,
value              62 device/bluetooth/bluetooth_profile_chromeos.cc   DCHECK(object_path_.value().empty());
value              75 device/bluetooth/bluetooth_profile_chromeos.cc   DCHECK(object_path_.value().empty());
value             117 device/bluetooth/bluetooth_profile_chromeos.cc   DCHECK(!object_path_.value().empty());
value             122 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Unregister profile";
value             142 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Register profile";
value             161 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Register profile";
value             176 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Release";
value             184 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": New connection from device: "
value             185 device/bluetooth/bluetooth_profile_chromeos.cc           << device_path.value();
value             210 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Request disconnection";
value             215 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Cancel";
value             219 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Profile registered";
value             230 device/bluetooth/bluetooth_profile_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to register profile: "
value             236 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Profile registered";
value             249 device/bluetooth/bluetooth_profile_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to register profile: "
value             255 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Profile unregistered";
value             267 device/bluetooth/bluetooth_profile_chromeos.cc   LOG(WARNING) << object_path_.value() << ": Failed to unregister profile: "
value             278 device/bluetooth/bluetooth_profile_chromeos.cc   VLOG(1) << object_path_.value() << ": Validity check complete";
value              26 device/bluetooth/bluetooth_service_record_win.cc       sequence_data.data.sequence.value,
value              64 device/bluetooth/bluetooth_uuid.h   const std::string& value() const { return value_; }
value              23 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_EQ(uuid0.value(), uuid0.canonical_value());
value              29 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_EQ(uuid1.value(), uuid1.canonical_value());
value              37 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_TRUE(uuid2.value().empty());
value              44 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_TRUE(uuid3.value().empty());
value              51 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_TRUE(uuid4.value().empty());
value              58 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_NE(uuid5.value(), uuid5.canonical_value());
value              59 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_EQ("1101", uuid5.value());
value              66 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_NE(uuid6.value(), uuid6.canonical_value());
value              67 device/bluetooth/bluetooth_uuid_unittest.cc   EXPECT_EQ("00001101", uuid6.value());
value              35 device/hid/hid_service_mac.cc void HidEnumerationBackInserter(const void* value, void* context) {
value              38 device/hid/hid_service_mac.cc       static_cast<IOHIDDeviceRef>(const_cast<void*>(value));
value              13 device/hid/hid_utils_mac.cc   int32_t value;
value              14 device/hid/hid_utils_mac.cc   if (TryGetHidIntProperty(device, key, &value))
value              15 device/hid/hid_utils_mac.cc     return value;
value              20 device/hid/hid_utils_mac.cc   std::string value;
value              21 device/hid/hid_utils_mac.cc   TryGetHidStringProperty(device, key, &value);
value              22 device/hid/hid_utils_mac.cc   return value;
value              55 device/nfc/nfc_adapter_chromeos.cc   return !object_path_.value().empty();
value              62 device/nfc/nfc_adapter_chromeos.cc       GetProperties(object_path_)->powered.value();
value              69 device/nfc/nfc_adapter_chromeos.cc       GetProperties(object_path_)->polling.value();
value             158 device/nfc/nfc_adapter_chromeos.cc     PoweredChanged(properties->powered.value());
value             160 device/nfc/nfc_adapter_chromeos.cc     PollingChanged(properties->polling.value());
value             167 device/nfc/nfc_adapter_chromeos.cc   if (GetPeer(object_path.value()))
value             170 device/nfc/nfc_adapter_chromeos.cc   VLOG(1) << "NFC device found: " << object_path.value();
value             191 device/nfc/nfc_adapter_chromeos.cc   SetPeer(object_path.value(), peer_chromeos);
value             197 device/nfc/nfc_adapter_chromeos.cc   VLOG(1) << "NFC device lost: " << object_path.value();
value             198 device/nfc/nfc_adapter_chromeos.cc   device::NfcPeer* peer = RemovePeer(object_path.value());
value             211 device/nfc/nfc_adapter_chromeos.cc   if (GetTag(object_path.value()))
value             214 device/nfc/nfc_adapter_chromeos.cc   VLOG(1) << "NFC tag found: " << object_path.value();
value             235 device/nfc/nfc_adapter_chromeos.cc   SetTag(object_path.value(), tag_chromeos);
value             241 device/nfc/nfc_adapter_chromeos.cc   VLOG(1) << "NFC tag lost : " << object_path.value();
value             242 device/nfc/nfc_adapter_chromeos.cc   device::NfcTag* tag = RemoveTag(object_path.value());
value             254 device/nfc/nfc_adapter_chromeos.cc   VLOG(1) << "Using NFC adapter: " << object_path.value();
value             260 device/nfc/nfc_adapter_chromeos.cc   if (properties->powered.value())
value             262 device/nfc/nfc_adapter_chromeos.cc   if (properties->polling.value())
value             272 device/nfc/nfc_adapter_chromeos.cc     if (GetPeer(object_path.value()))
value             275 device/nfc/nfc_adapter_chromeos.cc     SetPeer(object_path.value(), peer_chromeos);
value             287 device/nfc/nfc_adapter_chromeos.cc     if (GetTag(object_path.value()))
value             290 device/nfc/nfc_adapter_chromeos.cc     SetTag(object_path.value(), tag_chromeos);
value             298 device/nfc/nfc_adapter_chromeos.cc   VLOG(1) << "NFC adapter removed: " << object_path_.value();
value             303 device/nfc/nfc_adapter_chromeos.cc   if (properties->powered.value())
value             305 device/nfc/nfc_adapter_chromeos.cc   if (properties->polling.value())
value             378 device/nfc/nfc_adapter_chromeos.cc   LOG(ERROR) << object_path_.value() << ": Failed to start polling: "
value             391 device/nfc/nfc_adapter_chromeos.cc   LOG(ERROR) << object_path_.value() << ": Failed to stop polling: "
value             338 device/nfc/nfc_chromeos_unittest.cc   EXPECT_TRUE(properties->powered.value());
value             339 device/nfc/nfc_chromeos_unittest.cc   EXPECT_TRUE(properties->polling.value());
value             389 device/nfc/nfc_chromeos_unittest.cc   EXPECT_TRUE(properties->powered.value());
value             390 device/nfc/nfc_chromeos_unittest.cc   EXPECT_TRUE(properties->polling.value());
value              62 device/nfc/nfc_ndef_record.cc     if (field_iter->second != iter.value().GetType()) {
value              64 device/nfc/nfc_ndef_record.cc               << iter.value().GetType() << ", expected: "
value              70 device/nfc/nfc_ndef_record.cc     if (iter.value().GetAsString(&string_value) && string_value.empty()) {
value             119 device/nfc/nfc_ndef_record_utils_chromeos.cc       bool value_result = iter.value().GetAsList(&titles);
value             136 device/nfc/nfc_ndef_record_utils_chromeos.cc       bool value_result = iter.value().GetAsString(&action_value);
value             151 device/nfc/nfc_ndef_record_utils_chromeos.cc       out->Set(dbus_property, iter.value().DeepCopy());
value             181 device/nfc/nfc_ndef_record_utils_chromeos.cc       DBusRecordTypeValueToNfcNdefRecordType(properties->type.value());
value             189 device/nfc/nfc_ndef_record_utils_chromeos.cc   if (!properties->uri.value().empty())
value             190 device/nfc/nfc_ndef_record_utils_chromeos.cc     attributes.SetString(NfcNdefRecord::kFieldURI, properties->uri.value());
value             191 device/nfc/nfc_ndef_record_utils_chromeos.cc   if (!properties->mime_type.value().empty()) {
value             193 device/nfc/nfc_ndef_record_utils_chromeos.cc                          properties->mime_type.value());
value             195 device/nfc/nfc_ndef_record_utils_chromeos.cc   if (properties->size.value() != 0) {
value             197 device/nfc/nfc_ndef_record_utils_chromeos.cc                          static_cast<double>(properties->size.value()));
value             200 device/nfc/nfc_ndef_record_utils_chromeos.cc     DBusActionValueToNfcNdefRecordActionValue(properties->action.value());
value             210 device/nfc/nfc_ndef_record_utils_chromeos.cc     if (!properties->representation.value().empty()) {
value             212 device/nfc/nfc_ndef_record_utils_chromeos.cc                                  properties->representation.value());
value             214 device/nfc/nfc_ndef_record_utils_chromeos.cc     if (!properties->encoding.value().empty()) {
value             216 device/nfc/nfc_ndef_record_utils_chromeos.cc                                  properties->encoding.value());
value             218 device/nfc/nfc_ndef_record_utils_chromeos.cc     if (!properties->language.value().empty()) {
value             220 device/nfc/nfc_ndef_record_utils_chromeos.cc                                  properties->language.value());
value              58 device/nfc/nfc_peer_chromeos.cc   return object_path_.value();
value             113 device/nfc/nfc_peer_chromeos.cc   VLOG(1) << "Record added: " << object_path.value() << ". Waiting until "
value             121 device/nfc/nfc_peer_chromeos.cc   VLOG(1) << "Lost remote NDEF record object: " << object_path.value()
value             131 device/nfc/nfc_peer_chromeos.cc   VLOG(1) << "Record properties received for: " << object_path.value();
value             146 device/nfc/nfc_peer_chromeos.cc     VLOG(1) << "Record \"" << object_path.value() << "\" doesn't belong to this"
value             161 device/nfc/nfc_peer_chromeos.cc   LOG(ERROR) << object_path_.value() << ": Failed to Push NDEF message: "
value             169 device/nfc/nfc_peer_chromeos.cc     VLOG(1) << "Record object for remote \"" << object_path.value()
value             183 device/nfc/nfc_peer_chromeos.cc                << "path \"" << object_path.value() << "\"";
value              72 device/nfc/nfc_tag_chromeos.cc   return object_path_.value();
value              79 device/nfc/nfc_tag_chromeos.cc           GetProperties(object_path_)->type.value());
value              85 device/nfc/nfc_tag_chromeos.cc       GetProperties(object_path_)->read_only.value();
value              92 device/nfc/nfc_tag_chromeos.cc           GetProperties(object_path_)->protocol.value());
value             102 device/nfc/nfc_tag_technology_chromeos.cc   VLOG(1) << "Record added: " << object_path.value() << ". Waiting until "
value             111 device/nfc/nfc_tag_technology_chromeos.cc   VLOG(1) << "Lost remote NDEF record object: " << object_path.value()
value             121 device/nfc/nfc_tag_technology_chromeos.cc   VLOG(1) << "Record properties received for: " << object_path.value();
value             136 device/nfc/nfc_tag_technology_chromeos.cc     VLOG(1) << "Record \"" << object_path.value() << "\" doesn't belong to this"
value             152 device/nfc/nfc_tag_technology_chromeos.cc   LOG(ERROR) << object_path_.value() << ": Failed to Push NDEF message: "
value             161 device/nfc/nfc_tag_technology_chromeos.cc     VLOG(1) << "Record object for remote \"" << object_path.value()
value             175 device/nfc/nfc_tag_technology_chromeos.cc                << "path \"" << object_path.value() << "\"";
value              44 device/serial/serial_device_enumerator_mac.cc     const std::string next_device = next_device_path.value();
value              36 device/serial/serial_device_enumerator_win.cc     base::string16 value(iter_key.Value());
value              38 device/serial/serial_device_enumerator_win.cc     info->path = base::UTF16ToASCII(value);
value              33 extensions/browser/api/storage/settings_storage_quota_enforcer.cc     const base::Value& value,
value              41 extensions/browser/api/storage/settings_storage_quota_enforcer.cc   base::JSONWriter::Write(&value, &value_as_json);
value             133 extensions/browser/api/storage/settings_storage_quota_enforcer.cc     WriteOptions options, const std::string& key, const base::Value& value) {
value             136 extensions/browser/api/storage/settings_storage_quota_enforcer.cc   Allocate(key, value, &new_used_total, &new_used_per_setting);
value             151 extensions/browser/api/storage/settings_storage_quota_enforcer.cc   WriteResult result = delegate_->Set(options, key, value);
value             167 extensions/browser/api/storage/settings_storage_quota_enforcer.cc     Allocate(it.key(), it.value(), &new_used_total, &new_used_per_setting);
value             269 extensions/browser/api/storage/settings_storage_quota_enforcer.cc     Allocate(it.key(), it.value(), &used_total_, &used_per_setting_);
value              43 extensions/browser/api/storage/settings_storage_quota_enforcer.h       const base::Value& value) OVERRIDE;
value              53 extensions/browser/api/storage/storage_api_unittest.cc   void RunSetFunction(const std::string& key, const std::string& value) {
value              57 extensions/browser/api/storage/storage_api_unittest.cc             "[\"local\", {\"%s\": \"%s\"}]", key.c_str(), value.c_str()));
value              63 extensions/browser/api/storage/storage_api_unittest.cc                                           std::string* value) {
value              70 extensions/browser/api/storage/storage_api_unittest.cc     if (!dict->GetString(key, value)) {
value              44 extensions/browser/api/storage/weak_unlimited_settings_storage.cc     WriteOptions options, const std::string& key, const base::Value& value) {
value              45 extensions/browser/api/storage/weak_unlimited_settings_storage.cc   return delegate_->Set(IGNORE_QUOTA, key, value);
value              33 extensions/browser/api/storage/weak_unlimited_settings_storage.h       const base::Value& value) OVERRIDE;
value             110 extensions/browser/api/test/test_api.cc     base::DictionaryValue* value) {
value             112 extensions/browser/api/test/test_api.cc   test_config_state->set_config_state(value);
value              91 extensions/browser/api/test/test_api.h   static void set_test_config_state(base::DictionaryValue* value);
value             174 extensions/browser/event_listener_map.cc     if (!it.value().GetAsList(&filter_list))
value              49 extensions/browser/extension_error.cc   scoped_ptr<DictionaryValue> value(new DictionaryValue);
value              50 extensions/browser/extension_error.cc   value->SetInteger(kTypeKey, static_cast<int>(type_));
value              51 extensions/browser/extension_error.cc   value->SetString(kExtensionIdKey, extension_id_);
value              52 extensions/browser/extension_error.cc   value->SetBoolean(kFromIncognitoKey, from_incognito_);
value              53 extensions/browser/extension_error.cc   value->SetInteger(kLevelKey, static_cast<int>(level_));
value              54 extensions/browser/extension_error.cc   value->SetString(kSourceKey, source_);
value              55 extensions/browser/extension_error.cc   value->SetString(kMessageKey, message_);
value              57 extensions/browser/extension_error.cc   return value.Pass();
value             103 extensions/browser/extension_error.cc   scoped_ptr<DictionaryValue> value = ExtensionError::ToValue();
value             105 extensions/browser/extension_error.cc     value->SetString(kManifestKeyKey, manifest_key_);
value             107 extensions/browser/extension_error.cc     value->SetString(kManifestSpecificKey, manifest_specific_);
value             108 extensions/browser/extension_error.cc   return value.Pass();
value             161 extensions/browser/extension_error.cc   scoped_ptr<DictionaryValue> value = ExtensionError::ToValue();
value             162 extensions/browser/extension_error.cc   value->SetString(kContextUrlKey, context_url_.spec());
value             163 extensions/browser/extension_error.cc   value->SetInteger(kRenderViewIdKey, render_view_id_);
value             164 extensions/browser/extension_error.cc   value->SetInteger(kRenderProcessIdKey, render_process_id_);
value             177 extensions/browser/extension_error.cc   value->Set(kStackTraceKey, trace_value);
value             179 extensions/browser/extension_error.cc   return value.Pass();
value             140 extensions/browser/extension_function.cc   base::Value* value;
value             141 extensions/browser/extension_function.cc   return args_->Get(index, &value) && !value->IsType(base::Value::TYPE_NULL);
value               9 extensions/browser/extension_function_util.cc bool ReadOneOrMoreIntegers(base::Value* value, std::vector<int>* result) {
value              10 extensions/browser/extension_function_util.cc   if (value->IsType(base::Value::TYPE_INTEGER)) {
value              12 extensions/browser/extension_function_util.cc     if (!value->GetAsInteger(&v))
value              17 extensions/browser/extension_function_util.cc   } else if (value->IsType(base::Value::TYPE_LIST)) {
value              18 extensions/browser/extension_function_util.cc     base::ListValue* values = static_cast<base::ListValue*>(value);
value              20 extensions/browser/extension_function_util.h bool ReadOneOrMoreIntegers(base::Value* value, std::vector<int>* result);
value              53 extensions/browser/extension_pref_value_map.cc                                              base::Value* value) {
value              56 extensions/browser/extension_pref_value_map.cc   if (prefs->SetValue(key, value))
value             252 extensions/browser/extension_pref_value_map.cc   const base::Value* value = NULL;
value             260 extensions/browser/extension_pref_value_map.cc     prefs->GetValue(key, &value);
value             261 extensions/browser/extension_pref_value_map.cc     if (value)
value             262 extensions/browser/extension_pref_value_map.cc       return value;
value             269 extensions/browser/extension_pref_value_map.cc     prefs->GetValue(key, &value);
value             270 extensions/browser/extension_pref_value_map.cc     if (value)
value             271 extensions/browser/extension_pref_value_map.cc       return value;
value             276 extensions/browser/extension_pref_value_map.cc     prefs->GetValue(key, &value);
value             277 extensions/browser/extension_pref_value_map.cc     if (value)
value             278 extensions/browser/extension_pref_value_map.cc       return value;
value             284 extensions/browser/extension_pref_value_map.cc   prefs->GetValue(key, &value);
value             285 extensions/browser/extension_pref_value_map.cc   return value;
value             310 extensions/browser/extension_pref_value_map.cc     const base::Value* value = NULL;
value             313 extensions/browser/extension_pref_value_map.cc     if (prefs->GetValue(key, &value)) {
value             323 extensions/browser/extension_pref_value_map.cc       if (prefs->GetValue(key, &value)) {
value             335 extensions/browser/extension_pref_value_map.cc     if (prefs->GetValue(key, &value)) {
value             344 extensions/browser/extension_pref_value_map.cc     if (prefs->GetValue(key, &value)) {
value              89 extensions/browser/extension_pref_value_map.h                         base::Value* value);
value              47 extensions/browser/extension_pref_value_map_unittest.cc     const base::Value *value =
value              50 extensions/browser/extension_pref_value_map_unittest.cc     if (value)
value              51 extensions/browser/extension_pref_value_map_unittest.cc       value->GetAsString(&string_value);
value             257 extensions/browser/extension_prefs.cc         extension_id, iter.key(), scope, iter.value().DeepCopy());
value             385 extensions/browser/extension_prefs.cc     return child.value();
value             387 extensions/browser/extension_prefs.cc   base::FilePath::StringType retval = child.value().substr(
value             388 extensions/browser/extension_prefs.cc       parent.value().length());
value             405 extensions/browser/extension_prefs.cc     if (!i.value().GetAsDictionary(&extension_dict))
value             544 extensions/browser/extension_prefs.cc   const base::ListValue* value = NULL;
value             545 extensions/browser/extension_prefs.cc   if (!ReadPrefAsList(extension_id, pref_key, &value))
value             549 extensions/browser/extension_prefs.cc   return result->Populate(*value, valid_schemes, allow_file_access, NULL);
value             722 extensions/browser/extension_prefs.cc     bool value) {
value             724 extensions/browser/extension_prefs.cc                       value ? base::Value::CreateBooleanValue(value) : NULL);
value             735 extensions/browser/extension_prefs.cc     bool value) {
value             738 extensions/browser/extension_prefs.cc                       value ? base::Value::CreateBooleanValue(value) : NULL);
value             767 extensions/browser/extension_prefs.cc   int value = -1;
value             768 extensions/browser/extension_prefs.cc   if (ReadPrefAsInteger(extension_id, kPrefDisableReasons, &value) &&
value             769 extensions/browser/extension_prefs.cc       value >= 0) {
value             770 extensions/browser/extension_prefs.cc     return value;
value             834 extensions/browser/extension_prefs.cc     if (!it.value().IsType(base::Value::TYPE_DICTIONARY)) {
value             839 extensions/browser/extension_prefs.cc             static_cast<const base::DictionaryValue*>(&it.value()))) {
value             892 extensions/browser/extension_prefs.cc   int64 value;
value             894 extensions/browser/extension_prefs.cc     if (base::StringToInt64(string_value, &value)) {
value             895 extensions/browser/extension_prefs.cc       return base::Time::FromInternalValue(value);
value            1006 extensions/browser/extension_prefs.cc     int value = -1;
value            1007 extensions/browser/extension_prefs.cc     if (ReadPrefAsInteger(*ext_id, kDeprecatedPrefDisableReason, &value)) {
value            1009 extensions/browser/extension_prefs.cc       switch (value) {
value            1086 extensions/browser/extension_prefs.cc   base::Value* value = new base::FundamentalValue(is_running);
value            1087 extensions/browser/extension_prefs.cc   UpdateExtensionPref(extension_id, kPrefRunning, value);
value            1101 extensions/browser/extension_prefs.cc   base::Value* value = new base::FundamentalValue(is_active);
value            1102 extensions/browser/extension_prefs.cc   UpdateExtensionPref(extension_id, kIsActive, value);
value            1284 extensions/browser/extension_prefs.cc         !extension->manifest()->value()->Equals(old_manifest);
value            1287 extensions/browser/extension_prefs.cc                           extension->manifest()->value()->DeepCopy());
value            1322 extensions/browser/extension_prefs.cc     path = install_directory_.Append(path).value();
value            1404 extensions/browser/extension_prefs.cc         !extension_id.value().GetAsDictionary(&ext))
value            1488 extensions/browser/extension_prefs.cc     extension_dict->Set(it.key(), it.value().DeepCopy());
value            1556 extensions/browser/extension_prefs.cc         !extension_id.value().GetAsDictionary(&ext)) {
value            1731 extensions/browser/extension_prefs.cc     if (!it.value().GetAsDictionary(&ext)) {
value            1906 extensions/browser/extension_prefs.cc void ExtensionPrefs::SetNeedsStorageGarbageCollection(bool value) {
value            1907 extensions/browser/extension_prefs.cc   prefs_->SetBoolean(pref_names::kStorageGarbageCollect, value);
value            2060 extensions/browser/extension_prefs.cc                         extension->manifest()->value()->DeepCopy());
value             219 extensions/browser/extension_prefs.h                                    base::Value* value) OVERRIDE;
value             316 extensions/browser/extension_prefs.h   void SetWipeoutAcknowledged(const std::string& extension_id, bool value);
value             323 extensions/browser/extension_prefs.h                                             bool value);
value             527 extensions/browser/extension_prefs.h   void SetNeedsStorageGarbageCollection(bool value);
value              18 extensions/browser/extension_scoped_prefs.h                                    base::Value* value) = 0;
value              28 extensions/browser/runtime_data.cc                                          bool value) {
value              29 extensions/browser/runtime_data.cc   SetFlag(extension, BACKGROUND_PAGE_READY, value);
value              36 extensions/browser/runtime_data.cc void RuntimeData::SetBeingUpgraded(const Extension* extension, bool value) {
value              37 extensions/browser/runtime_data.cc   SetFlag(extension, BEING_UPGRADED, value);
value              44 extensions/browser/runtime_data.cc void RuntimeData::SetHasUsedWebRequest(const Extension* extension, bool value) {
value              45 extensions/browser/runtime_data.cc   SetFlag(extension, HAS_USED_WEBREQUEST, value);
value              69 extensions/browser/runtime_data.cc                           bool value) {
value              70 extensions/browser/runtime_data.cc   if (value)
value              34 extensions/browser/runtime_data.h   void SetBackgroundPageReady(const Extension* extension, bool value);
value              39 extensions/browser/runtime_data.h   void SetBeingUpgraded(const Extension* extension, bool value);
value              45 extensions/browser/runtime_data.h   void SetHasUsedWebRequest(const Extension* extension, bool value);
value              73 extensions/browser/runtime_data.h   void SetFlag(const Extension* extension, RuntimeFlag flag, bool value);
value             151 extensions/browser/value_store/leveldb_value_store.cc     base::Value* value = json_reader.ReadToValue(it->value().ToString());
value             152 extensions/browser/value_store/leveldb_value_store.cc     if (!value) {
value             156 extensions/browser/value_store/leveldb_value_store.cc     settings->SetWithoutPathExpansion(key, value);
value             171 extensions/browser/value_store/leveldb_value_store.cc     WriteOptions options, const std::string& key, const base::Value& value) {
value             181 extensions/browser/value_store/leveldb_value_store.cc       AddToBatch(options, key, value, &batch, changes.get());
value             204 extensions/browser/value_store/leveldb_value_store.cc         AddToBatch(options, it.key(), it.value(), &batch, changes.get());
value             361 extensions/browser/value_store/leveldb_value_store.cc   base::Value* value = base::JSONReader().ReadToValue(value_as_json);
value             362 extensions/browser/value_store/leveldb_value_store.cc   if (!value)
value             365 extensions/browser/value_store/leveldb_value_store.cc   setting->reset(value);
value             372 extensions/browser/value_store/leveldb_value_store.cc     const base::Value& value,
value             383 extensions/browser/value_store/leveldb_value_store.cc     if (!old_value || !old_value->Equals(&value)) {
value             385 extensions/browser/value_store/leveldb_value_store.cc           ValueStoreChange(key, old_value.release(), value.DeepCopy()));
value             393 extensions/browser/value_store/leveldb_value_store.cc     base::JSONWriter::Write(&value, &value_as_json);
value             424 extensions/browser/value_store/leveldb_value_store.cc         db_path_.value();
value              42 extensions/browser/value_store/leveldb_value_store.h       const base::Value& value) OVERRIDE;
value              70 extensions/browser/value_store/leveldb_value_store.h                                            const base::Value& value,
value              69 extensions/browser/value_store/leveldb_value_store_unittest.cc   scoped_ptr<base::Value> value(base::Value::CreateStringValue(kValue));
value              71 extensions/browser/value_store/leveldb_value_store_unittest.cc       store()->Set(ValueStore::DEFAULTS, kNotCorruptKey, *value)->HasError());
value             110 extensions/browser/value_store/leveldb_value_store_unittest.cc   scoped_ptr<base::Value> value(base::Value::CreateStringValue(kValue));
value             113 extensions/browser/value_store/leveldb_value_store_unittest.cc                      ->Set(ValueStore::DEFAULTS, kNotCorruptKeys[i], *value)
value             155 extensions/browser/value_store/leveldb_value_store_unittest.cc   scoped_ptr<base::Value> value(base::Value::CreateStringValue(kValue));
value             158 extensions/browser/value_store/leveldb_value_store_unittest.cc                      ->Set(ValueStore::DEFAULTS, kNotCorruptKeys[i], *value)
value              52 extensions/browser/value_store/testing_value_store.cc     base::Value* value = NULL;
value              53 extensions/browser/value_store/testing_value_store.cc     if (storage_.GetWithoutPathExpansion(*it, &value)) {
value              54 extensions/browser/value_store/testing_value_store.cc       settings->SetWithoutPathExpansion(*it, value->DeepCopy());
value              68 extensions/browser/value_store/testing_value_store.cc     WriteOptions options, const std::string& key, const base::Value& value) {
value              70 extensions/browser/value_store/testing_value_store.cc   settings.SetWithoutPathExpansion(key, value.DeepCopy());
value              85 extensions/browser/value_store/testing_value_store.cc         !old_value->Equals(&it.value())) {
value              90 extensions/browser/value_store/testing_value_store.cc               it.value().DeepCopy()));
value              91 extensions/browser/value_store/testing_value_store.cc       storage_.SetWithoutPathExpansion(it.key(), it.value().DeepCopy());
value              40 extensions/browser/value_store/testing_value_store.h       const base::Value& value) OVERRIDE;
value             184 extensions/browser/value_store/value_store.h                           const base::Value& value) = 0;
value              62 extensions/browser/value_store/value_store_change_unittest.cc   scoped_ptr<base::DictionaryValue> value = DictionaryBuilder()
value              72 extensions/browser/value_store/value_store_change_unittest.cc       ValueStoreChange("key", value->DeepCopy(), value->DeepCopy()));
value              74 extensions/browser/value_store/value_store_change_unittest.cc       ValueStoreChange("key.with.dots", value->DeepCopy(), value->DeepCopy()));
value              80 extensions/browser/value_store/value_store_change_unittest.cc   DictionaryBuilder v1(*value);
value              81 extensions/browser/value_store/value_store_change_unittest.cc   DictionaryBuilder v2(*value);
value              82 extensions/browser/value_store/value_store_change_unittest.cc   DictionaryBuilder v3(*value);
value              83 extensions/browser/value_store/value_store_change_unittest.cc   DictionaryBuilder v4(*value);
value              42 extensions/browser/value_store/value_store_frontend.cc     scoped_ptr<base::Value> value;
value              44 extensions/browser/value_store/value_store_frontend.cc       result->settings().RemoveWithoutPathExpansion(key, &value);
value              46 extensions/browser/value_store/value_store_frontend.cc       LOG(WARNING) << "Reading " << key << " from " << db_path_.value()
value              52 extensions/browser/value_store/value_store_frontend.cc                    this, callback, base::Passed(&value)));
value              55 extensions/browser/value_store/value_store_frontend.cc   void Set(const std::string& key, scoped_ptr<base::Value> value) {
value              59 extensions/browser/value_store/value_store_frontend.cc                   key, *value.get());
value              79 extensions/browser/value_store/value_store_frontend.cc                    scoped_ptr<base::Value> value) {
value              81 extensions/browser/value_store/value_store_frontend.cc     callback.Run(value.Pass());
value             129 extensions/browser/value_store/value_store_frontend.cc                              scoped_ptr<base::Value> value) {
value             134 extensions/browser/value_store/value_store_frontend.cc                  backend_, key, base::Passed(&value)));
value              42 extensions/browser/value_store/value_store_frontend.h   void Set(const std::string& key, scoped_ptr<base::Value> value);
value              69 extensions/browser/value_store/value_store_frontend_unittest.cc   scoped_ptr<base::Value> value;
value              70 extensions/browser/value_store/value_store_frontend_unittest.cc   ASSERT_FALSE(Get("key0", &value));
value              74 extensions/browser/value_store/value_store_frontend_unittest.cc     ASSERT_TRUE(Get("key1", &value));
value              76 extensions/browser/value_store/value_store_frontend_unittest.cc     ASSERT_TRUE(value->GetAsString(&result));
value              81 extensions/browser/value_store/value_store_frontend_unittest.cc     ASSERT_TRUE(Get("key2", &value));
value              83 extensions/browser/value_store/value_store_frontend_unittest.cc     ASSERT_TRUE(value->GetAsInteger(&result));
value              98 extensions/browser/value_store/value_store_frontend_unittest.cc   scoped_ptr<base::Value> value;
value             100 extensions/browser/value_store/value_store_frontend_unittest.cc     ASSERT_TRUE(Get("key0", &value));
value             102 extensions/browser/value_store/value_store_frontend_unittest.cc     ASSERT_TRUE(value->GetAsInteger(&result));
value             107 extensions/browser/value_store/value_store_frontend_unittest.cc     ASSERT_TRUE(Get("key1", &value));
value             109 extensions/browser/value_store/value_store_frontend_unittest.cc     ASSERT_TRUE(value->GetAsString(&result));
value             113 extensions/browser/value_store/value_store_frontend_unittest.cc   ASSERT_FALSE(Get("key2", &value));
value              19 extensions/browser/value_store/value_store_unittest.cc std::string GetJSON(const base::Value& value) {
value              21 extensions/browser/value_store/value_store_unittest.cc   base::JSONWriter::WriteWithOptions(&value,
value              39 extensions/common/api/sockets/sockets_manifest_data.cc     const base::Value& value,
value              42 extensions/common/api/sockets/sockets_manifest_data.cc       SocketsManifestPermission::FromValue(value, error);
value              40 extensions/common/api/sockets/sockets_manifest_data.h   static scoped_ptr<SocketsManifestData> FromValue(const base::Value& value,
value              98 extensions/common/api/sockets/sockets_manifest_permission.cc     const base::Value& value,
value             100 extensions/common/api/sockets/sockets_manifest_permission.cc   scoped_ptr<Sockets> sockets = Sockets::FromValue(value, error);
value             179 extensions/common/api/sockets/sockets_manifest_permission.cc bool SocketsManifestPermission::FromValue(const base::Value* value) {
value             180 extensions/common/api/sockets/sockets_manifest_permission.cc   if (!value)
value             184 extensions/common/api/sockets/sockets_manifest_permission.cc       SocketsManifestPermission::FromValue(*value, &error));
value              34 extensions/common/api/sockets/sockets_manifest_permission.h       const base::Value& value,
value              47 extensions/common/api/sockets/sockets_manifest_permission.h   virtual bool FromValue(const base::Value* value) OVERRIDE;
value              49 extensions/common/api/sockets/sockets_manifest_permission_unittest.cc     const base::Value& value) {
value              52 extensions/common/api/sockets/sockets_manifest_permission_unittest.cc       SocketsManifestPermission::FromValue(value, &error16));
value              59 extensions/common/api/sockets/sockets_manifest_permission_unittest.cc   scoped_ptr<base::Value> value(ParsePermissionJSON(json));
value              60 extensions/common/api/sockets/sockets_manifest_permission_unittest.cc   return PermissionFromValue(*value);
value             169 extensions/common/api/sockets/sockets_manifest_permission_unittest.cc   scoped_ptr<const base::Value> value(permission->ToValue());
value             170 extensions/common/api/sockets/sockets_manifest_permission_unittest.cc   EXPECT_TRUE(value.get());
value             174 extensions/common/api/sockets/sockets_manifest_permission_unittest.cc   EXPECT_TRUE(permission2->FromValue(value.get()));
value              35 extensions/common/event_filter_unittest.cc   scoped_ptr<base::ListValue> ValueAsList(scoped_ptr<base::Value> value) {
value              37 extensions/common/event_filter_unittest.cc     result->Append(value.release());
value              42 extensions/common/event_matcher.h   base::DictionaryValue* value() const {
value              68 extensions/common/extension.cc   if (path.value().find('\\') != path.value().npos)
value              93 extensions/common/extension.cc                                            const base::DictionaryValue& value,
value              98 extensions/common/extension.cc                            value,
value             108 extensions/common/extension.cc                                            const base::DictionaryValue& value,
value             116 extensions/common/extension.cc           location, scoped_ptr<base::DictionaryValue>(value.DeepCopy())));
value             718 extensions/common/extension.cc   if (manifest_->value()->HasKey(keys::kManifestVersion)) {
value             176 extensions/common/extension.h                                          const base::DictionaryValue& value,
value             184 extensions/common/extension.h                                          const base::DictionaryValue& value,
value              74 extensions/common/extension_api.cc     std::string value;
value              75 extensions/common/extension_api.cc     if (item->GetString(property_name, &value) && value == property_value)
value             125 extensions/common/extension_api.cc                              base::Value* value) {
value             128 extensions/common/extension_api.cc   if (value->GetAsList(&list)) {
value             132 extensions/common/extension_api.cc   } else if (value->GetAsDictionary(&dict)) {
value             135 extensions/common/extension_api.cc       base::Value* value = NULL;
value             136 extensions/common/extension_api.cc       CHECK(dict->GetWithoutPathExpansion(i.key(), &value));
value             137 extensions/common/extension_api.cc       PrefixRefsWithNamespace(schema_namespace, value);
value             207 extensions/common/extension_api.cc       scoped_ptr<base::Value> value;
value             208 extensions/common/extension_api.cc       schema_list->Remove(schema_list->GetSize() - 1, &value);
value             209 extensions/common/extension_api.cc       CHECK(value.release()->GetAsDictionary(&schema));
value              33 extensions/common/extension_messages.cc     : manifest(extension->manifest()->value()->DeepCopy()),
value             120 extensions/common/extension_resource.cc   if (NormalizeSeperators(path.value()) ==
value             121 extensions/common/extension_resource.cc     NormalizeSeperators(full_resource_path_.value())) {
value              43 extensions/common/extension_resource_unittest.cc   EXPECT_EQ(root_path.value(), resource.extension_root().value());
value              44 extensions/common/extension_resource_unittest.cc   EXPECT_EQ(relative_path.value(), resource.relative_path().value());
value             157 extensions/common/extension_resource_unittest.cc   EXPECT_EQ(ToLower(expected_path.value()), ToLower(resolved_path.value()));
value             158 extensions/common/extension_resource_unittest.cc   EXPECT_EQ(ToLower(temp.path().value()),
value             159 extensions/common/extension_resource_unittest.cc             ToLower(resource.extension_root().value()));
value             160 extensions/common/extension_resource_unittest.cc   EXPECT_EQ(ToLower(base::FilePath().AppendASCII(filename).value()),
value             161 extensions/common/extension_resource_unittest.cc             ToLower(resource.relative_path().value()));
value              60 extensions/common/feature_switch.h   void SetOverrideValue(OverrideValue value);
value              23 extensions/common/features/api_feature.cc std::string APIFeature::Parse(const base::DictionaryValue* value) {
value              24 extensions/common/features/api_feature.cc   std::string error = SimpleFeature::Parse(value);
value              28 extensions/common/features/api_feature.cc   value->GetBoolean("internal", &internal_);
value              29 extensions/common/features/api_feature.cc   value->GetBoolean("blocked_in_service_worker", &blocked_in_service_worker_);
value              21 extensions/common/features/api_feature.h   virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
value              41 extensions/common/features/base_feature_provider.cc   scoped_ptr<base::Value> value(base::JSONReader::ReadAndReturnError(
value              44 extensions/common/features/base_feature_provider.cc   DCHECK(value) << "Could not load features: " << name << " "
value              47 extensions/common/features/base_feature_provider.cc   if (value) {
value              48 extensions/common/features/base_feature_provider.cc     CHECK(value->IsType(base::Value::TYPE_DICTIONARY)) << name;
value              49 extensions/common/features/base_feature_provider.cc     value_as_dict.reset(static_cast<base::DictionaryValue*>(value.release()));
value              87 extensions/common/features/base_feature_provider.cc bool ParseFeature(const base::DictionaryValue* value,
value              91 extensions/common/features/base_feature_provider.cc   std::string error = feature->Parse(value);
value             105 extensions/common/features/base_feature_provider.cc     if (iter.value().GetType() == base::Value::TYPE_DICTIONARY) {
value             148 extensions/common/features/base_feature_provider.cc     } else if (iter.value().GetType() == base::Value::TYPE_LIST) {
value             151 extensions/common/features/base_feature_provider.cc           static_cast<const base::ListValue*>(&iter.value());
value             109 extensions/common/features/base_feature_provider_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             113 extensions/common/features/base_feature_provider_unittest.cc   value->Set("feature1", feature1);
value             123 extensions/common/features/base_feature_provider_unittest.cc   value->Set("feature2", feature2);
value             126 extensions/common/features/base_feature_provider_unittest.cc       new BaseFeatureProvider(*value, CreatePermissionFeature));
value             133 extensions/common/features/base_feature_provider_unittest.cc   provider.reset(new BaseFeatureProvider(*value, CreatePermissionFeature));
value             138 extensions/common/features/base_feature_provider_unittest.cc   provider.reset(new BaseFeatureProvider(*value, CreatePermissionFeature));
value             146 extensions/common/features/base_feature_provider_unittest.cc   provider.reset(new BaseFeatureProvider(*value, CreatePermissionFeature));
value              31 extensions/common/features/manifest_feature.cc   if (extension && !extension->manifest()->value()->HasKey(name()))
value              37 extensions/common/features/manifest_feature.cc std::string ManifestFeature::Parse(const base::DictionaryValue* value) {
value              38 extensions/common/features/manifest_feature.cc   std::string error = SimpleFeature::Parse(value);
value              23 extensions/common/features/manifest_feature.h   virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
value              36 extensions/common/features/permission_feature.cc std::string PermissionFeature::Parse(const base::DictionaryValue* value) {
value              37 extensions/common/features/permission_feature.cc   std::string error = SimpleFeature::Parse(value);
value              23 extensions/common/features/permission_feature.h   virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
value              55 extensions/common/features/simple_feature.cc void ParseSet(const base::DictionaryValue* value,
value              59 extensions/common/features/simple_feature.cc   if (!value->GetList(property, &list_value))
value              81 extensions/common/features/simple_feature.cc void ParseEnum(const base::DictionaryValue* value,
value              86 extensions/common/features/simple_feature.cc   if (!value->GetString(property, &string_value))
value              93 extensions/common/features/simple_feature.cc void ParseEnumSet(const base::DictionaryValue* value,
value              97 extensions/common/features/simple_feature.cc   if (!value->HasKey(property))
value             103 extensions/common/features/simple_feature.cc   if (value->GetString(property, &property_string)) {
value             114 extensions/common/features/simple_feature.cc   ParseSet(value, property, &string_set);
value             123 extensions/common/features/simple_feature.cc void ParseURLPatterns(const base::DictionaryValue* value,
value             127 extensions/common/features/simple_feature.cc   if (value->GetList(key, &matches)) {
value             229 extensions/common/features/simple_feature.cc std::string SimpleFeature::Parse(const base::DictionaryValue* value) {
value             230 extensions/common/features/simple_feature.cc   ParseURLPatterns(value, "matches", &matches_);
value             231 extensions/common/features/simple_feature.cc   ParseSet(value, "whitelist", &whitelist_);
value             232 extensions/common/features/simple_feature.cc   ParseSet(value, "dependencies", &dependencies_);
value             233 extensions/common/features/simple_feature.cc   ParseEnumSet<Manifest::Type>(value, "extension_types", &extension_types_,
value             235 extensions/common/features/simple_feature.cc   ParseEnumSet<Context>(value, "contexts", &contexts_,
value             237 extensions/common/features/simple_feature.cc   ParseEnum<Location>(value, "location", &location_,
value             239 extensions/common/features/simple_feature.cc   ParseEnumSet<Platform>(value, "platforms", &platforms_,
value             241 extensions/common/features/simple_feature.cc   value->GetInteger("min_manifest_version", &min_manifest_version_);
value             242 extensions/common/features/simple_feature.cc   value->GetInteger("max_manifest_version", &max_manifest_version_);
value             245 extensions/common/features/simple_feature.cc   value->GetBoolean("noparent", &no_parent_);
value             255 extensions/common/features/simple_feature.cc     std::string result = (*filter_iter)->Parse(value);
value              40 extensions/common/features/simple_feature.h   virtual std::string Parse(const base::DictionaryValue* value);
value              16 extensions/common/features/simple_feature_filter.cc std::string SimpleFeatureFilter::Parse(const base::DictionaryValue* value) {
value              35 extensions/common/features/simple_feature_filter.h   virtual std::string Parse(const base::DictionaryValue* value);
value             375 extensions/common/features/simple_feature_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             377 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             388 extensions/common/features/simple_feature_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             392 extensions/common/features/simple_feature_unittest.cc   value->Set("whitelist", whitelist);
value             394 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             401 extensions/common/features/simple_feature_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             409 extensions/common/features/simple_feature_unittest.cc   value->Set("extension_types", extension_types);
value             411 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             421 extensions/common/features/simple_feature_unittest.cc   value->SetString("extension_types", "all");
value             423 extensions/common/features/simple_feature_unittest.cc   feature2->Parse(value.get());
value             428 extensions/common/features/simple_feature_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             435 extensions/common/features/simple_feature_unittest.cc   value->Set("contexts", contexts);
value             437 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             450 extensions/common/features/simple_feature_unittest.cc   value->SetString("contexts", "all");
value             452 extensions/common/features/simple_feature_unittest.cc   feature2->Parse(value.get());
value             457 extensions/common/features/simple_feature_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             458 extensions/common/features/simple_feature_unittest.cc   value->SetString("location", "component");
value             460 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             465 extensions/common/features/simple_feature_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             468 extensions/common/features/simple_feature_unittest.cc   value->Set("platforms", platforms);
value             469 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             473 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             479 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             486 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value             496 extensions/common/features/simple_feature_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             497 extensions/common/features/simple_feature_unittest.cc   value->SetInteger("min_manifest_version", 1);
value             498 extensions/common/features/simple_feature_unittest.cc   value->SetInteger("max_manifest_version", 5);
value             500 extensions/common/features/simple_feature_unittest.cc   feature->Parse(value.get());
value              50 extensions/common/file_util_unittest.cc       " For the path " << actual_path.value();
value              51 extensions/common/file_util_unittest.cc     EXPECT_EQ(expected_path.value(), actual_path.value()) <<
value             116 extensions/common/file_util_unittest.cc     EXPECT_EQ(expected_path.value(), actual_path.value()) <<
value              51 extensions/common/id_util.cc       std::string(reinterpret_cast<const char*>(new_path.value().data()),
value              52 extensions/common/id_util.cc                   new_path.value().size() * sizeof(base::FilePath::CharType));
value              61 extensions/common/id_util.cc   base::FilePath::StringType path_str = path.value();
value             111 extensions/common/manifest.cc Manifest::Manifest(Location location, scoped_ptr<base::DictionaryValue> value)
value             113 extensions/common/manifest.cc       value_(value.Pass()),
value             233 extensions/common/manifest.cc   return other && value_->Equals(other->value());
value             114 extensions/common/manifest.h   Manifest(Location location, scoped_ptr<base::DictionaryValue> value);
value             172 extensions/common/manifest.h   const base::DictionaryValue* value() const { return value_.get(); }
value              84 extensions/common/manifest_handlers/requirements_info.cc     if (!iter.value().GetAsDictionary(&requirement_value)) {
value              94 extensions/common/manifest_handlers/requirements_info.cc         if (!plugin_iter.value().GetAsBoolean(&plugin_required)) {
value             136 extensions/common/manifest_handlers/requirements_info.cc         if (!feature_iter.value().GetAsBoolean(&feature_required)) {
value              51 extensions/common/permissions/api_permission.cc       const base::Value* value,
value              54 extensions/common/permissions/api_permission.cc     return (value == NULL);
value             219 extensions/common/permissions/api_permission.h   virtual bool FromValue(const base::Value* value,
value             157 extensions/common/permissions/api_permission_set.cc       permission_value = &it.value();
value              47 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value              48 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
value              49 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-bind::8080"));
value              50 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8888"));
value              51 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value              81 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value              82 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
value              83 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8899"));
value              84 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value              95 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value              96 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
value              97 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-bind::8080"));
value              98 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8888"));
value              99 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8899"));
value             100 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             133 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             134 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
value             135 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-bind::8080"));
value             136 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8888"));
value             137 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             159 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             160 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-bind::8080"));
value             161 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8888"));
value             162 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8899"));
value             163 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             170 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             171 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-bind::8080"));
value             172 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8888"));
value             173 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             205 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             206 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
value             207 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-bind::8080"));
value             208 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8888"));
value             209 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             224 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             225 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
value             226 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8899"));
value             227 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             234 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             235 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-bind::8080"));
value             236 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8888"));
value             237 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value             267 extensions/common/permissions/api_permission_set_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value             268 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
value             269 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-bind::8080"));
value             270 extensions/common/permissions/api_permission_set_unittest.cc     value->Append(new base::StringValue("udp-send-to::8888"));
value             271 extensions/common/permissions/api_permission_set_unittest.cc     ASSERT_TRUE(permission->FromValue(value.get(), NULL, NULL));
value              72 extensions/common/permissions/base_set_operators.h     COMPILE_ASSERT((base::is_convertible<T*, BaseSetOperators<T>*>::value),
value              47 extensions/common/permissions/manifest_permission.h   virtual bool FromValue(const base::Value* value) = 0;
value              82 extensions/common/permissions/manifest_permission_set.cc       permission_value = &it.value();
value              37 extensions/common/permissions/manifest_permission_set_unittest.cc   virtual bool FromValue(const base::Value* value) OVERRIDE {
value              60 extensions/common/permissions/media_galleries_permission.cc     const base::Value* value,
value              66 extensions/common/permissions/media_galleries_permission.cc                                     value, error, &unhandled_sub_permissions)) {
value              42 extensions/common/permissions/media_galleries_permission.h       const base::Value* value,
value              30 extensions/common/permissions/media_galleries_permission_data.cc bool MediaGalleriesPermissionData::FromValue(const base::Value* value) {
value              31 extensions/common/permissions/media_galleries_permission_data.cc   if (!value)
value              35 extensions/common/permissions/media_galleries_permission_data.cc   if (!value->GetAsString(&raw_permission))
value              34 extensions/common/permissions/media_galleries_permission_data.h   bool FromValue(const base::Value* value);
value             117 extensions/common/permissions/set_disjunction_permission.h       const base::Value* value,
value             123 extensions/common/permissions/set_disjunction_permission.h     if (!value || !value->GetAsList(&list) || list->GetSize() == 0) {
value              68 extensions/common/permissions/settings_override_permission.cc     const base::Value* value,
value              71 extensions/common/permissions/settings_override_permission.cc   return (value == NULL);
value              29 extensions/common/permissions/settings_override_permission.h       const base::Value* value,
value             109 extensions/common/permissions/socket_permission_data.cc bool SocketPermissionData::FromValue(const base::Value* value) {
value             111 extensions/common/permissions/socket_permission_data.cc   if (!value->GetAsString(&spec))
value              61 extensions/common/permissions/socket_permission_data.h   bool FromValue(const base::Value* value);
value              60 extensions/common/permissions/usb_device_permission_data.cc bool UsbDevicePermissionData::FromValue(const base::Value* value) {
value              61 extensions/common/permissions/usb_device_permission_data.cc   if (!value)
value              65 extensions/common/permissions/usb_device_permission_data.cc   if (!value->GetAsDictionary(&dict_value))
value              50 extensions/common/permissions/usb_device_permission_data.h   bool FromValue(const base::Value* value);
value             186 extensions/common/url_pattern_set.cc   scoped_ptr<base::ListValue> value(new base::ListValue);
value             189 extensions/common/url_pattern_set.cc     value->AppendIfNotPresent(new base::StringValue(i->GetAsString()));
value             190 extensions/common/url_pattern_set.cc   return value.Pass();
value             218 extensions/common/url_pattern_set.cc bool URLPatternSet::Populate(const base::ListValue& value,
value             223 extensions/common/url_pattern_set.cc   for (size_t i = 0; i < value.GetSize(); ++i) {
value             225 extensions/common/url_pattern_set.cc     if (!value.GetString(i, &item))
value              88 extensions/common/url_pattern_set.h   bool Populate(const base::ListValue& value,
value             234 extensions/common/url_pattern_set_unittest.cc   scoped_ptr<base::ListValue> value(set1.ToValue());
value             235 extensions/common/url_pattern_set_unittest.cc   set2.Populate(*value, URLPattern::SCHEME_ALL, allow_file_access, &error);
value             196 gin/converter.cc std::string V8ToString(v8::Handle<v8::Value> value) {
value             197 gin/converter.cc   if (value.IsEmpty())
value             200 gin/converter.cc   if (!ConvertFromV8(NULL, value, &result))
value             198 gin/converter.h GIN_EXPORT std::string V8ToString(v8::Handle<v8::Value> value);
value              31 gin/interceptor.cc                                                 v8::Local<v8::Value> value) {}
value              57 gin/interceptor.cc     v8::Local<v8::Value> value) {}
value              30 gin/interceptor.h                                 v8::Local<v8::Value> value);
value              50 gin/interceptor.h                                   v8::Local<v8::Value> value);
value              30 gin/interceptor_unittest.cc   void set_value(int value) { value_ = value; }
value              48 gin/interceptor_unittest.cc                                 v8::Local<v8::Value> value) OVERRIDE {
value              51 gin/interceptor_unittest.cc     ConvertFromV8(isolate, value, &value_);
value              70 gin/interceptor_unittest.cc                                   v8::Local<v8::Value> value) OVERRIDE {
value              73 gin/interceptor_unittest.cc     ConvertFromV8(isolate, value, &value_);
value              97 gin/interceptor_unittest.cc   int Call(int value) {
value              99 gin/interceptor_unittest.cc     value_ = value;
value             117 gin/interceptor_unittest.cc     EXPECT_EQ(42, obj->value());
value             134 gin/interceptor_unittest.cc     EXPECT_EQ(191, obj->value());
value              63 gin/object_template_builder.cc                          v8::Local<v8::Value> value,
value              72 gin/object_template_builder.cc   interceptor->SetNamedProperty(isolate, name, value);
value             110 gin/object_template_builder.cc                            v8::Local<v8::Value> value,
value             117 gin/object_template_builder.cc   interceptor->SetIndexedProperty(isolate, index, value);
value              57 gin/object_template_builder.h                            base::is_member_function_pointer<T>::value>::type> {
value             102 gin/wrappable.h                        base::is_convertible<T*, WrappableBase*>::value>::type> {
value              39 gin/wrappable_unittest.cc   void set_value(int value) { value_ = value; }
value             120 gin/wrappable_unittest.cc       .SetProperty("value", &MyObject::value, &MyObject::set_value);
value             178 gin/wrappable_unittest.cc   EXPECT_EQ(42, obj->value());
value             200 gin/wrappable_unittest.cc   EXPECT_EQ(191, obj->value());
value              50 google_apis/drive/base_requests.cc   scoped_ptr<base::Value> value(base::JSONReader::ReadAndReturnError(
value              53 google_apis/drive/base_requests.cc   if (!value.get()) {
value              68 google_apis/drive/base_requests.cc   return value.Pass();
value             363 google_apis/drive/base_requests.cc     scoped_ptr<base::Value> value(ParseJsonInternal(response_writer_->data()));
value             366 google_apis/drive/base_requests.cc     if (value &&
value             367 google_apis/drive/base_requests.cc         value->GetAsDictionary(&dictionary) &&
value             484 google_apis/drive/base_requests.cc                                   scoped_ptr<base::Value> value) {
value             487 google_apis/drive/base_requests.cc   if (!value.get())
value             490 google_apis/drive/base_requests.cc   callback_.Run(fetch_error_code, value.Pass());
value             636 google_apis/drive/base_requests.cc                                           scoped_ptr<base::Value> value) {
value             640 google_apis/drive/base_requests.cc   OnRangeRequestComplete(UploadRangeResponse(code, -1, -1), value.Pass());
value              34 google_apis/drive/base_requests.h typedef base::Callback<void(scoped_ptr<base::Value> value)> ParseJsonCallback;
value             279 google_apis/drive/base_requests.h                     scoped_ptr<base::Value> value);
value             386 google_apis/drive/base_requests.h       const UploadRangeResponse& response, scoped_ptr<base::Value> value) = 0;
value             390 google_apis/drive/base_requests.h   void OnDataParsed(GDataErrorCode code, scoped_ptr<base::Value> value);
value             172 google_apis/drive/base_requests_unittest.cc   scoped_ptr<base::Value> value;
value             178 google_apis/drive/base_requests_unittest.cc               &run_loop, test_util::CreateCopyResultCallback(&error, &value)),
value             183 google_apis/drive/base_requests_unittest.cc   EXPECT_TRUE(value);
value             190 google_apis/drive/base_requests_unittest.cc   scoped_ptr<base::Value> value;
value             196 google_apis/drive/base_requests_unittest.cc               &run_loop, test_util::CreateCopyResultCallback(&error, &value)),
value             201 google_apis/drive/base_requests_unittest.cc   EXPECT_FALSE(value);
value              27 google_apis/drive/drive_api_parser.cc bool CreateFileResourceFromValue(const base::Value* value,
value              29 google_apis/drive/drive_api_parser.cc   *file = FileResource::CreateFrom(*value);
value              42 google_apis/drive/drive_api_parser.cc bool GetParentsFromValue(const base::Value* value,
value              44 google_apis/drive/drive_api_parser.cc   DCHECK(value);
value              48 google_apis/drive/drive_api_parser.cc   if (!value->GetAsList(&list_value))
value              66 google_apis/drive/drive_api_parser.cc     const base::Value* value,
value              68 google_apis/drive/drive_api_parser.cc   DCHECK(value);
value              72 google_apis/drive/drive_api_parser.cc   if (!value->GetAsDictionary(&dictionary_value))
value              79 google_apis/drive/drive_api_parser.cc     if (!iter.value().GetAsString(&string_value))
value             208 google_apis/drive/drive_api_parser.cc bool IsResourceKindExpected(const base::Value& value,
value             212 google_apis/drive/drive_api_parser.cc   return value.GetAsDictionary(&as_dict) &&
value             231 google_apis/drive/drive_api_parser.cc scoped_ptr<AboutResource> AboutResource::CreateFrom(const base::Value& value) {
value             233 google_apis/drive/drive_api_parser.cc   if (!IsResourceKindExpected(value, kAboutKind) || !resource->Parse(value)) {
value             256 google_apis/drive/drive_api_parser.cc bool AboutResource::Parse(const base::Value& value) {
value             258 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             286 google_apis/drive/drive_api_parser.cc scoped_ptr<DriveAppIcon> DriveAppIcon::CreateFrom(const base::Value& value) {
value             288 google_apis/drive/drive_api_parser.cc   if (!resource->Parse(value)) {
value             295 google_apis/drive/drive_api_parser.cc bool DriveAppIcon::Parse(const base::Value& value) {
value             297 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             357 google_apis/drive/drive_api_parser.cc scoped_ptr<AppResource> AppResource::CreateFrom(const base::Value& value) {
value             359 google_apis/drive/drive_api_parser.cc   if (!IsResourceKindExpected(value, kAppKind) || !resource->Parse(value)) {
value             366 google_apis/drive/drive_api_parser.cc bool AppResource::Parse(const base::Value& value) {
value             368 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             391 google_apis/drive/drive_api_parser.cc scoped_ptr<AppList> AppList::CreateFrom(const base::Value& value) {
value             393 google_apis/drive/drive_api_parser.cc   if (!IsResourceKindExpected(value, kAppListKind) || !resource->Parse(value)) {
value             400 google_apis/drive/drive_api_parser.cc bool AppList::Parse(const base::Value& value) {
value             402 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             428 google_apis/drive/drive_api_parser.cc ParentReference::CreateFrom(const base::Value& value) {
value             430 google_apis/drive/drive_api_parser.cc   if (!IsResourceKindExpected(value, kParentReferenceKind) ||
value             431 google_apis/drive/drive_api_parser.cc       !reference->Parse(value)) {
value             438 google_apis/drive/drive_api_parser.cc bool ParentReference::Parse(const base::Value& value) {
value             440 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             505 google_apis/drive/drive_api_parser.cc scoped_ptr<FileResource> FileResource::CreateFrom(const base::Value& value) {
value             507 google_apis/drive/drive_api_parser.cc   if (!IsResourceKindExpected(value, kFileKind) || !resource->Parse(value)) {
value             518 google_apis/drive/drive_api_parser.cc bool FileResource::Parse(const base::Value& value) {
value             520 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             547 google_apis/drive/drive_api_parser.cc bool FileList::HasFileListKind(const base::Value& value) {
value             548 google_apis/drive/drive_api_parser.cc   return IsResourceKindExpected(value, kFileListKind);
value             552 google_apis/drive/drive_api_parser.cc scoped_ptr<FileList> FileList::CreateFrom(const base::Value& value) {
value             554 google_apis/drive/drive_api_parser.cc   if (!HasFileListKind(value) || !resource->Parse(value)) {
value             561 google_apis/drive/drive_api_parser.cc bool FileList::Parse(const base::Value& value) {
value             563 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             594 google_apis/drive/drive_api_parser.cc ChangeResource::CreateFrom(const base::Value& value) {
value             596 google_apis/drive/drive_api_parser.cc   if (!IsResourceKindExpected(value, kChangeKind) || !resource->Parse(value)) {
value             603 google_apis/drive/drive_api_parser.cc bool ChangeResource::Parse(const base::Value& value) {
value             605 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             635 google_apis/drive/drive_api_parser.cc bool ChangeList::HasChangeListKind(const base::Value& value) {
value             636 google_apis/drive/drive_api_parser.cc   return IsResourceKindExpected(value, kChangeListKind);
value             640 google_apis/drive/drive_api_parser.cc scoped_ptr<ChangeList> ChangeList::CreateFrom(const base::Value& value) {
value             642 google_apis/drive/drive_api_parser.cc   if (!HasChangeListKind(value) || !resource->Parse(value)) {
value             649 google_apis/drive/drive_api_parser.cc bool ChangeList::Parse(const base::Value& value) {
value             651 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             682 google_apis/drive/drive_api_parser.cc scoped_ptr<FileLabels> FileLabels::CreateFrom(const base::Value& value) {
value             684 google_apis/drive/drive_api_parser.cc   if (!resource->Parse(value)) {
value             691 google_apis/drive/drive_api_parser.cc bool FileLabels::Parse(const base::Value& value) {
value             693 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value             723 google_apis/drive/drive_api_parser.cc     const base::Value& value) {
value             725 google_apis/drive/drive_api_parser.cc   if (!resource->Parse(value)) {
value             732 google_apis/drive/drive_api_parser.cc bool ImageMediaMetadata::Parse(const base::Value& value) {
value             734 google_apis/drive/drive_api_parser.cc   if (!converter.Convert(value, this)) {
value              44 google_apis/drive/drive_api_parser.h   static scoped_ptr<AboutResource> CreateFrom(const base::Value& value);
value              74 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             104 google_apis/drive/drive_api_parser.h   static scoped_ptr<DriveAppIcon> CreateFrom(const base::Value& value);
value             128 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             158 google_apis/drive/drive_api_parser.h   static scoped_ptr<AppResource> CreateFrom(const base::Value& value);
value             274 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             308 google_apis/drive/drive_api_parser.h   static scoped_ptr<AppList> CreateFrom(const base::Value& value);
value             329 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             350 google_apis/drive/drive_api_parser.h   static scoped_ptr<ParentReference> CreateFrom(const base::Value& value);
value             370 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             390 google_apis/drive/drive_api_parser.h   static scoped_ptr<FileLabels> CreateFrom(const base::Value& value);
value             414 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             436 google_apis/drive/drive_api_parser.h   static scoped_ptr<ImageMediaMetadata> CreateFrom(const base::Value& value);
value             454 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             481 google_apis/drive/drive_api_parser.h   static scoped_ptr<FileResource> CreateFrom(const base::Value& value);
value             611 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             646 google_apis/drive/drive_api_parser.h   static bool HasFileListKind(const base::Value& value);
value             649 google_apis/drive/drive_api_parser.h   static scoped_ptr<FileList> CreateFrom(const base::Value& value);
value             684 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             707 google_apis/drive/drive_api_parser.h   static scoped_ptr<ChangeResource> CreateFrom(const base::Value& value);
value             748 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value             772 google_apis/drive/drive_api_parser.h   static bool HasChangeListKind(const base::Value& value);
value             775 google_apis/drive/drive_api_parser.h   static scoped_ptr<ChangeList> CreateFrom(const base::Value& value);
value             816 google_apis/drive/drive_api_parser.h   bool Parse(const base::Value& value);
value              32 google_apis/drive/drive_api_requests.cc     scoped_ptr<base::Value> value) {
value              36 google_apis/drive/drive_api_requests.cc   if (value) {
value              37 google_apis/drive/drive_api_requests.cc     resource = T::CreateFrom(*value);
value              50 google_apis/drive/drive_api_requests.cc scoped_ptr<T> ParseJsonOnBlockingPool(scoped_ptr<base::Value> value) {
value              51 google_apis/drive/drive_api_requests.cc   return T::CreateFrom(*value);
value              59 google_apis/drive/drive_api_requests.cc     GDataErrorCode error, scoped_ptr<T> value) {
value              60 google_apis/drive/drive_api_requests.cc   if (!value)
value              62 google_apis/drive/drive_api_requests.cc   callback.Run(error, value.Pass());
value              74 google_apis/drive/drive_api_requests.cc     scoped_ptr<base::Value> value) {
value              77 google_apis/drive/drive_api_requests.cc   if (!value) {
value              85 google_apis/drive/drive_api_requests.cc       base::Bind(&ParseJsonOnBlockingPool<T>, base::Passed(&value)),
value              97 google_apis/drive/drive_api_requests.cc     scoped_ptr<base::Value> value) {
value             101 google_apis/drive/drive_api_requests.cc   if (value) {
value             102 google_apis/drive/drive_api_requests.cc     file_resource = FileResource::CreateFrom(*value);
value             781 google_apis/drive/drive_api_requests.cc     scoped_ptr<base::Value> value) {
value             783 google_apis/drive/drive_api_requests.cc   ParseFileResourceWithUploadRangeAndRun(callback_, response, value.Pass());
value             810 google_apis/drive/drive_api_requests.cc     scoped_ptr<base::Value> value) {
value             812 google_apis/drive/drive_api_requests.cc   ParseFileResourceWithUploadRangeAndRun(callback_, response, value.Pass());
value             792 google_apis/drive/drive_api_requests.h       scoped_ptr<base::Value> value) OVERRIDE;
value             821 google_apis/drive/drive_api_requests.h       scoped_ptr<base::Value> value) OVERRIDE;
value             877 google_apis/drive/drive_api_requests.h   void set_value(const std::string& value) { value_ = value; }
value             209 google_apis/drive/gdata_wapi_parser.cc bool GetBoolFromString(const base::StringPiece& value, bool* result) {
value             210 google_apis/drive/gdata_wapi_parser.cc   *result = (value == "true");
value             464 google_apis/drive/gdata_wapi_parser.cc bool ResourceEntry::HasFieldPresent(const base::Value* value,
value             466 google_apis/drive/gdata_wapi_parser.cc   *result = (value != NULL);
value             470 google_apis/drive/gdata_wapi_parser.cc bool ResourceEntry::ParseChangestamp(const base::Value* value,
value             473 google_apis/drive/gdata_wapi_parser.cc   if (!value) {
value             479 google_apis/drive/gdata_wapi_parser.cc   if (value->GetAsString(&string_value) &&
value             639 google_apis/drive/gdata_wapi_parser.cc     const base::Value& value) {
value             642 google_apis/drive/gdata_wapi_parser.cc   if (value.GetAsDictionary(&as_dict) &&
value             650 google_apis/drive/gdata_wapi_parser.cc scoped_ptr<ResourceEntry> ResourceEntry::CreateFrom(const base::Value& value) {
value             653 google_apis/drive/gdata_wapi_parser.cc   if (!converter.Convert(value, entry.get())) {
value             697 google_apis/drive/gdata_wapi_parser.cc bool ResourceList::Parse(const base::Value& value) {
value             699 google_apis/drive/gdata_wapi_parser.cc   if (!converter.Convert(value, this)) {
value             715 google_apis/drive/gdata_wapi_parser.cc     const base::Value& value) {
value             718 google_apis/drive/gdata_wapi_parser.cc   if (value.GetAsDictionary(&as_dict) &&
value             726 google_apis/drive/gdata_wapi_parser.cc scoped_ptr<ResourceList> ResourceList::CreateFrom(const base::Value& value) {
value             728 google_apis/drive/gdata_wapi_parser.cc   if (!feed->Parse(value)) {
value             791 google_apis/drive/gdata_wapi_parser.cc bool InstalledApp::GetValueString(const base::Value* value,
value             794 google_apis/drive/gdata_wapi_parser.cc   if (!value->GetAsDictionary(&dict))
value             866 google_apis/drive/gdata_wapi_parser.cc     const base::Value& value) {
value             870 google_apis/drive/gdata_wapi_parser.cc   if (!value.GetAsDictionary(&dictionary) ||
value             880 google_apis/drive/gdata_wapi_parser.cc bool AccountMetadata::Parse(const base::Value& value) {
value             882 google_apis/drive/gdata_wapi_parser.cc   if (!converter.Convert(value, this)) {
value             383 google_apis/drive/gdata_wapi_parser.h   static scoped_ptr<ResourceEntry> ExtractAndParse(const base::Value& value);
value             389 google_apis/drive/gdata_wapi_parser.h   static scoped_ptr<ResourceEntry> CreateFrom(const base::Value& value);
value             401 google_apis/drive/gdata_wapi_parser.h   static bool HasFieldPresent(const base::Value* value, bool* result);
value             406 google_apis/drive/gdata_wapi_parser.h   static bool ParseChangestamp(const base::Value* value, int64* result);
value             628 google_apis/drive/gdata_wapi_parser.h   static scoped_ptr<ResourceList> ExtractAndParse(const base::Value& value);
value             635 google_apis/drive/gdata_wapi_parser.h   static scoped_ptr<ResourceList> CreateFrom(const base::Value& value);
value             686 google_apis/drive/gdata_wapi_parser.h   bool Parse(const base::Value& value);
value             799 google_apis/drive/gdata_wapi_parser.h   static bool GetValueString(const base::Value* value,
value             826 google_apis/drive/gdata_wapi_parser.h   static scoped_ptr<AccountMetadata> CreateFrom(const base::Value& value);
value             865 google_apis/drive/gdata_wapi_parser.h   bool Parse(const base::Value& value);
value              87 google_apis/drive/test_util.cc   scoped_ptr<base::Value> value(serializer.Deserialize(NULL, &error));
value              88 google_apis/drive/test_util.cc   LOG_IF(WARNING, !value.get()) << "Failed to parse " << path.value()
value              90 google_apis/drive/test_util.cc   return value.Pass();
value             126 google_apis/drive/test_util.cc bool ParseContentRangeHeader(const std::string& value,
value             135 google_apis/drive/test_util.cc   if (!RemovePrefix(value, "bytes ", &remaining))
value              99 google_apis/drive/test_util.h bool ParseContentRangeHeader(const std::string& value,
value             168 google_apis/drive/test_util.h           base::is_class<T>::value && !IsMovable<T>::value,  // UseConstRef
value             170 google_apis/drive/test_util.h       MoveHelper<IsMovable<T>::value, T> {
value              73 google_apis/gaia/fake_gaia.cc       std::string value = name_value[1];
value              74 google_apis/gaia/fake_gaia.cc       if (value.size() && value[value.size() - 1] == ';')
value              75 google_apis/gaia/fake_gaia.cc         value = value.substr(0, value.size() -1);
value              77 google_apis/gaia/fake_gaia.cc       result.insert(std::make_pair(name_value[0], value));
value             212 google_apis/gaia/fake_gaia.cc                                  std::string* value) {
value             216 google_apis/gaia/fake_gaia.cc   return net::GetValueForKeyInQuery(query_url, key, value);
value             111 google_apis/gaia/fake_gaia.h                                 std::string* value);
value             790 google_apis/gaia/gaia_auth_fetcher.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(data));
value             791 google_apis/gaia/gaia_auth_fetcher.cc     if (value.get() && value->GetType() == base::Value::TYPE_DICTIONARY) {
value             793 google_apis/gaia/gaia_auth_fetcher.cc           static_cast<base::DictionaryValue*>(value.get());
value              84 google_apis/gaia/gaia_auth_util.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(data));
value              85 google_apis/gaia/gaia_auth_util.cc   if (!value)
value              89 google_apis/gaia/gaia_auth_util.cc   if (!value->GetAsList(&list) || list->GetSize() < 2)
value             152 google_apis/gaia/google_service_auth_error.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             174 google_apis/gaia/google_service_auth_error.cc   value->SetString("state", state_str);
value             176 google_apis/gaia/google_service_auth_error.cc     value->SetString("errorMessage", error_message_);
value             180 google_apis/gaia/google_service_auth_error.cc     value->Set("captcha", captcha_value);
value             188 google_apis/gaia/google_service_auth_error.cc     value->SetString("networkError", net::ErrorToString(network_error_));
value             191 google_apis/gaia/google_service_auth_error.cc     value->Set("two_factor", two_factor_value);
value             197 google_apis/gaia/google_service_auth_error.cc   return value;
value              23 google_apis/gaia/google_service_auth_error_unittest.cc   scoped_ptr<base::DictionaryValue> value(error.ToValue());
value              24 google_apis/gaia/google_service_auth_error_unittest.cc   EXPECT_EQ(1u, value->size());
value              26 google_apis/gaia/google_service_auth_error_unittest.cc   EXPECT_TRUE(value->GetString("state", &state_str));
value              41 google_apis/gaia/google_service_auth_error_unittest.cc   scoped_ptr<base::DictionaryValue> value(error.ToValue());
value              42 google_apis/gaia/google_service_auth_error_unittest.cc   EXPECT_EQ(1u, value->size());
value              43 google_apis/gaia/google_service_auth_error_unittest.cc   ExpectDictStringValue("NONE", *value, "state");
value              49 google_apis/gaia/google_service_auth_error_unittest.cc   scoped_ptr<base::DictionaryValue> value(error.ToValue());
value              50 google_apis/gaia/google_service_auth_error_unittest.cc   EXPECT_EQ(2u, value->size());
value              51 google_apis/gaia/google_service_auth_error_unittest.cc   ExpectDictStringValue("CONNECTION_FAILED", *value, "state");
value              52 google_apis/gaia/google_service_auth_error_unittest.cc   ExpectDictStringValue("net::OK", *value, "networkError");
value             122 google_apis/gaia/oauth2_access_token_fetcher_impl.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(data));
value             123 google_apis/gaia/oauth2_access_token_fetcher_impl.cc   if (!value.get() || value->GetType() != base::Value::TYPE_DICTIONARY)
value             124 google_apis/gaia/oauth2_access_token_fetcher_impl.cc     value.reset();
value             127 google_apis/gaia/oauth2_access_token_fetcher_impl.cc       static_cast<base::DictionaryValue*>(value.release()));
value             296 google_apis/gaia/oauth2_access_token_fetcher_impl.cc   scoped_ptr<base::DictionaryValue> value = ParseGetAccessTokenResponse(source);
value             297 google_apis/gaia/oauth2_access_token_fetcher_impl.cc   if (value.get() == NULL)
value             300 google_apis/gaia/oauth2_access_token_fetcher_impl.cc   return value->GetString(kAccessTokenKey, access_token) &&
value             301 google_apis/gaia/oauth2_access_token_fetcher_impl.cc          value->GetInteger(kExpiresInKey, expires_in);
value             309 google_apis/gaia/oauth2_access_token_fetcher_impl.cc   scoped_ptr<base::DictionaryValue> value = ParseGetAccessTokenResponse(source);
value             310 google_apis/gaia/oauth2_access_token_fetcher_impl.cc   if (value.get() == NULL)
value             312 google_apis/gaia/oauth2_access_token_fetcher_impl.cc   return value->GetString(kErrorKey, error);
value              68 google_apis/gaia/oauth2_mint_token_flow.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response_body));
value              70 google_apis/gaia/oauth2_mint_token_flow.cc   if (!value.get() || !value->GetAsDictionary(&response)) {
value             179 google_apis/gaia/oauth2_mint_token_flow.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response_body));
value             181 google_apis/gaia/oauth2_mint_token_flow.cc   if (!value.get() || !value->GetAsDictionary(&dict)) {
value             173 google_apis/gaia/oauth2_mint_token_flow_unittest.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(str));
value             174 google_apis/gaia/oauth2_mint_token_flow_unittest.cc     EXPECT_TRUE(value.get());
value             175 google_apis/gaia/oauth2_mint_token_flow_unittest.cc     EXPECT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
value             176 google_apis/gaia/oauth2_mint_token_flow_unittest.cc     return static_cast<base::DictionaryValue*>(value.release());
value             135 google_apis/gaia/oauth_request_signer.cc   std::string value;
value             146 google_apis/gaia/oauth_request_signer.cc             parameters[keyword] = value;
value             148 google_apis/gaia/oauth_request_signer.cc             value = "";
value             173 google_apis/gaia/oauth_request_signer.cc             parameters[keyword] = value;
value             175 google_apis/gaia/oauth_request_signer.cc             value = "";
value             179 google_apis/gaia/oauth_request_signer.cc             value += character;
value             189 google_apis/gaia/oauth_request_signer.cc       parameters[keyword] = value;
value              28 google_apis/gcm/base/mcs_util_unittest.cc   ASSERT_EQ("1", login_request->setting(0).value());
value             165 google_apis/gcm/engine/gcm_store_impl.cc     LOG(ERROR) << "Failed to open database " << path_.value() << ": "
value             286 google_apis/gcm/engine/gcm_store_impl.cc   std::string value = registration->SerializeAsString();
value             289 google_apis/gcm/engine/gcm_store_impl.cc                                           MakeSlice(value));
value             515 google_apis/gcm/engine/gcm_store_impl.cc     leveldb::Slice s = iter->value();
value             522 google_apis/gcm/engine/gcm_store_impl.cc     if (!registration->ParseFromString(iter->value().ToString())) {
value             542 google_apis/gcm/engine/gcm_store_impl.cc     leveldb::Slice s = iter->value();
value             564 google_apis/gcm/engine/gcm_store_impl.cc     leveldb::Slice s = iter->value();
value             569 google_apis/gcm/engine/gcm_store_impl.cc     uint8 tag = iter->value().data()[0];
value             574 google_apis/gcm/engine/gcm_store_impl.cc         !message->ParseFromString(iter->value().ToString().substr(1))) {
value              23 google_apis/gcm/engine/registration_info.cc   std::string value;
value              29 google_apis/gcm/engine/registration_info.cc     if (!value.empty())
value              30 google_apis/gcm/engine/registration_info.cc       value += ",";
value              31 google_apis/gcm/engine/registration_info.cc     value += *iter;
value              35 google_apis/gcm/engine/registration_info.cc   value += '=';
value              36 google_apis/gcm/engine/registration_info.cc   value += registration_id;
value              37 google_apis/gcm/engine/registration_info.cc   return value;
value              40 google_apis/gcm/engine/registration_info.cc bool RegistrationInfo::ParseFromString(const std::string& value) {
value              41 google_apis/gcm/engine/registration_info.cc   if (value.empty())
value              44 google_apis/gcm/engine/registration_info.cc   size_t pos = value.find('=');
value              48 google_apis/gcm/engine/registration_info.cc   std::string senders = value.substr(0, pos);
value              49 google_apis/gcm/engine/registration_info.cc   registration_id = value.substr(pos + 1);
value              23 google_apis/gcm/engine/registration_info.h   bool ParseFromString(const std::string& value);
value              47 google_apis/gcm/engine/registration_request.cc                        const std::string& value,
value              51 google_apis/gcm/engine/registration_request.cc   out->append(key + "=" + net::EscapeUrlEncodedData(value, true));
value              47 google_apis/gcm/engine/unregistration_request.cc                        const std::string& value,
value              51 google_apis/gcm/engine/unregistration_request.cc   out->append(key + "=" + net::EscapeUrlEncodedData(value, true));
value             109 google_apis/gcm/gcm_client_impl.cc MessageType DecodeMessageType(const std::string& value) {
value             110 google_apis/gcm/gcm_client_impl.cc   if (kMessageTypeDeletedMessagesKey == value)
value             112 google_apis/gcm/gcm_client_impl.cc   if (kMessageTypeSendErrorKey == value)
value             114 google_apis/gcm/gcm_client_impl.cc   if (kMessageTypeDataMessage == value)
value             636 google_apis/gcm/gcm_client_impl.cc     message_data[key] = data_message_stanza.app_data(i).value();
value             610 google_apis/gcm/gcm_client_impl_unittest.cc             mcs_client()->last_data_message_stanza().app_data(0).value());
value             113 google_apis/gcm/tools/mcs_probe.cc                << data_message.app_data(i).value();
value             353 google_apis/gcm/tools/mcs_probe.cc     log_file = _wfopen(log_path.value().c_str(), L"w");
value             355 google_apis/gcm/tools/mcs_probe.cc     log_file = fopen(log_path.value().c_str(), "w");
value              50 google_apis/google_api_keys_unittest.cc   std::string value;
value              75 google_apis/google_api_keys_unittest.cc       cache.value.clear();
value              77 google_apis/google_api_keys_unittest.cc         env_->GetVar(cache.variable_name, &cache.value);
value              88 google_apis/google_api_keys_unittest.cc         env_->SetVar(cache.variable_name, cache.value);
value             383 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2SampleCoverage(GLclampf value, GLboolean invert) {
value             384 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->SampleCoverage(value, invert);
value             528 gpu/command_buffer/client/gles2_c_lib_autogen.h                            const GLfloat* value) {
value             529 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->UniformMatrix2fv(location, count, transpose, value);
value             534 gpu/command_buffer/client/gles2_c_lib_autogen.h                            const GLfloat* value) {
value             535 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->UniformMatrix3fv(location, count, transpose, value);
value             540 gpu/command_buffer/client/gles2_c_lib_autogen.h                            const GLfloat* value) {
value             541 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->UniformMatrix4fv(location, count, transpose, value);
value             980 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void SampleCoverage(GLclampf value, GLboolean invert) {
value             983 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(value, invert);
value            1405 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                const GLfloat* value) {
value            1412 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(location, count, transpose, value);
value            1431 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                const GLfloat* value) {
value            1438 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(location, count, transpose, value);
value            1457 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                const GLfloat* value) {
value            1464 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(location, count, transpose, value);
value             528 gpu/command_buffer/client/gles2_implementation.cc     const char* function_name, GLenum value, const char* label) {
value             531 gpu/command_buffer/client/gles2_implementation.cc               GLES2Util::GetStringEnum(value)).c_str());
value             785 gpu/command_buffer/client/gles2_implementation.cc   GLint value;
value             786 gpu/command_buffer/client/gles2_implementation.cc   if (!GetHelper(pname, &value)) {
value             789 gpu/command_buffer/client/gles2_implementation.cc   *params = static_cast<GLboolean>(value);
value             795 gpu/command_buffer/client/gles2_implementation.cc   GLint value;
value             796 gpu/command_buffer/client/gles2_implementation.cc   if (!GetHelper(pname, &value)) {
value             799 gpu/command_buffer/client/gles2_implementation.cc   *params = static_cast<GLfloat>(value);
value            2764 gpu/command_buffer/client/gles2_implementation.cc   uint32 value = 0;
value            2765 gpu/command_buffer/client/gles2_implementation.cc   if (vertex_array_object_manager_->GetVertexAttrib(index, pname, &value)) {
value            2766 gpu/command_buffer/client/gles2_implementation.cc     *params = static_cast<float>(value);
value            2795 gpu/command_buffer/client/gles2_implementation.cc   uint32 value = 0;
value            2796 gpu/command_buffer/client/gles2_implementation.cc   if (vertex_array_object_manager_->GetVertexAttrib(index, pname, &value)) {
value            2797 gpu/command_buffer/client/gles2_implementation.cc     *params = value;
value             467 gpu/command_buffer/client/gles2_implementation.h       const char* function_name, GLenum value, const char* label);
value             311 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void SampleCoverage(GLclampf value, GLboolean invert) OVERRIDE;
value             429 gpu/command_buffer/client/gles2_implementation_autogen.h                               const GLfloat* value) OVERRIDE;
value             434 gpu/command_buffer/client/gles2_implementation_autogen.h                               const GLfloat* value) OVERRIDE;
value             439 gpu/command_buffer/client/gles2_implementation_autogen.h                               const GLfloat* value) OVERRIDE;
value            1101 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::SampleCoverage(GLclampf value, GLboolean invert) {
value            1103 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glSampleCoverage(" << value << ", "
value            1105 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->SampleCoverage(value, invert);
value            1474 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                            const GLfloat* value) {
value            1479 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << static_cast<const void*>(value) << ")");
value            1482 gpu/command_buffer/client/gles2_implementation_impl_autogen.h       GPU_CLIENT_LOG("  " << i << ": " << value[0 + i * 4] << ", "
value            1483 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                           << value[1 + i * 4] << ", " << value[2 + i * 4]
value            1484 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                           << ", " << value[3 + i * 4]);
value            1491 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->UniformMatrix2fvImmediate(location, count, transpose, value);
value            1498 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                            const GLfloat* value) {
value            1503 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << static_cast<const void*>(value) << ")");
value            1506 gpu/command_buffer/client/gles2_implementation_impl_autogen.h       GPU_CLIENT_LOG("  " << i << ": " << value[0 + i * 9] << ", "
value            1507 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                           << value[1 + i * 9] << ", " << value[2 + i * 9]
value            1508 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                           << ", " << value[3 + i * 9] << ", "
value            1509 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                           << value[4 + i * 9] << ", " << value[5 + i * 9]
value            1510 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                           << ", " << value[6 + i * 9] << ", "
value            1511 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                           << value[7 + i * 9] << ", " << value[8 + i * 9]);
value            1518 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->UniformMatrix3fvImmediate(location, count, transpose, value);
value            1525 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                            const GLfloat* value) {
value            1530 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << static_cast<const void*>(value) << ")");
value            1534 gpu/command_buffer/client/gles2_implementation_impl_autogen.h           "  " << i << ": " << value[0 + i * 16] << ", " << value[1 + i * 16]
value            1535 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                << ", " << value[2 + i * 16] << ", " << value[3 + i * 16] << ", "
value            1536 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                << value[4 + i * 16] << ", " << value[5 + i * 16] << ", "
value            1537 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                << value[6 + i * 16] << ", " << value[7 + i * 16] << ", "
value            1538 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                << value[8 + i * 16] << ", " << value[9 + i * 16] << ", "
value            1539 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                << value[10 + i * 16] << ", " << value[11 + i * 16] << ", "
value            1540 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                << value[12 + i * 16] << ", " << value[13 + i * 16] << ", "
value            1541 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                << value[14 + i * 16] << ", " << value[15 + i * 16]);
value            1548 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->UniformMatrix4fvImmediate(location, count, transpose, value);
value             217 gpu/command_buffer/client/gles2_interface_autogen.h virtual void SampleCoverage(GLclampf value, GLboolean invert) = 0;
value             291 gpu/command_buffer/client/gles2_interface_autogen.h                               const GLfloat* value) = 0;
value             295 gpu/command_buffer/client/gles2_interface_autogen.h                               const GLfloat* value) = 0;
value             299 gpu/command_buffer/client/gles2_interface_autogen.h                               const GLfloat* value) = 0;
value             227 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void SampleCoverage(GLclampf value, GLboolean invert) OVERRIDE;
value             311 gpu/command_buffer/client/gles2_interface_stub_autogen.h                               const GLfloat* value) OVERRIDE;
value             315 gpu/command_buffer/client/gles2_interface_stub_autogen.h                               const GLfloat* value) OVERRIDE;
value             319 gpu/command_buffer/client/gles2_interface_stub_autogen.h                               const GLfloat* value) OVERRIDE;
value             227 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void SampleCoverage(GLclampf value, GLboolean invert) OVERRIDE;
value             311 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                               const GLfloat* value) OVERRIDE;
value             315 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                               const GLfloat* value) OVERRIDE;
value             319 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                               const GLfloat* value) OVERRIDE;
value             631 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::SampleCoverage(GLclampf value,
value             634 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->SampleCoverage(value, invert);
value             888 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                 const GLfloat* value) {
value             890 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->UniformMatrix2fv(location, count, transpose, value);
value             896 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                 const GLfloat* value) {
value             898 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->UniformMatrix3fv(location, count, transpose, value);
value             904 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                 const GLfloat* value) {
value             906 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->UniformMatrix4fv(location, count, transpose, value);
value             117 gpu/command_buffer/client/transfer_buffer.cc   uint32 value = n;
value             120 gpu/command_buffer/client/transfer_buffer.cc     uint32 x = value >> shift;
value             122 gpu/command_buffer/client/transfer_buffer.cc       value = x;
value             126 gpu/command_buffer/client/transfer_buffer.cc   DCHECK_EQ(value, 1u);
value              28 gpu/command_buffer/common/bitfield_helpers.h   static unsigned int MakeValue(unsigned int value) {
value              29 gpu/command_buffer/common/bitfield_helpers.h     return (value & kMask) << kShift;
value              14 gpu/command_buffer/common/bitfield_helpers_test.cc   unsigned int value = 0x12345678u;
value              15 gpu/command_buffer/common/bitfield_helpers_test.cc   EXPECT_EQ(0x8u, (BitField<0, 4>::Get(value)));
value              16 gpu/command_buffer/common/bitfield_helpers_test.cc   EXPECT_EQ(0x45u, (BitField<12, 8>::Get(value)));
value              17 gpu/command_buffer/common/bitfield_helpers_test.cc   EXPECT_EQ(0x12345678u, (BitField<0, 32>::Get(value)));
value              29 gpu/command_buffer/common/bitfield_helpers_test.cc   unsigned int value = 0x12345678u;
value              30 gpu/command_buffer/common/bitfield_helpers_test.cc   BitField<0, 4>::Set(&value, 0x9);
value              31 gpu/command_buffer/common/bitfield_helpers_test.cc   EXPECT_EQ(0x12345679u, value);
value              32 gpu/command_buffer/common/bitfield_helpers_test.cc   BitField<12, 8>::Set(&value, 0x123);
value              33 gpu/command_buffer/common/bitfield_helpers_test.cc   EXPECT_EQ(0x12323679u, value);
value              34 gpu/command_buffer/common/bitfield_helpers_test.cc   BitField<0, 32>::Set(&value, 0x87654321);
value              35 gpu/command_buffer/common/bitfield_helpers_test.cc   EXPECT_EQ(0x87654321u, value);
value              75 gpu/command_buffer/common/command_buffer.h   static bool InRange(int32 start, int32 end, int32 value) {
value              77 gpu/command_buffer/common/command_buffer.h       return start <= value && value <= end;
value              79 gpu/command_buffer/common/command_buffer.h       return start <= value || value <= end;
value            4773 gpu/command_buffer/common/gles2_cmd_format_autogen.h     value = _value;
value            4783 gpu/command_buffer/common/gles2_cmd_format_autogen.h   float value;
value            4790 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(SampleCoverage, value) == 4,
value            1548 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLclampf>(11), cmd.value);
value             691 gpu/command_buffer/common/gles2_cmd_utils.cc std::string GLES2Util::GetStringEnum(uint32 value) {
value             695 gpu/command_buffer/common/gles2_cmd_utils.cc     if (value == entry->value) {
value             701 gpu/command_buffer/common/gles2_cmd_utils.cc   ss.width(value < 0x10000 ? 4 : 8);
value             702 gpu/command_buffer/common/gles2_cmd_utils.cc   ss << std::hex << value;
value             706 gpu/command_buffer/common/gles2_cmd_utils.cc std::string GLES2Util::GetStringError(uint32 value) {
value             711 gpu/command_buffer/common/gles2_cmd_utils.cc       string_table, arraysize(string_table), value);
value             714 gpu/command_buffer/common/gles2_cmd_utils.cc std::string GLES2Util::GetStringBool(uint32 value) {
value             715 gpu/command_buffer/common/gles2_cmd_utils.cc   return value ? "GL_TRUE" : "GL_FALSE";
value             719 gpu/command_buffer/common/gles2_cmd_utils.cc     const EnumToString* table, size_t count, uint32 value) {
value             721 gpu/command_buffer/common/gles2_cmd_utils.cc     if (table->value == value) {
value             725 gpu/command_buffer/common/gles2_cmd_utils.cc   return GetStringEnum(value);
value             859 gpu/command_buffer/common/gles2_cmd_utils.cc     const int32 value = attribs[i+1];
value             862 gpu/command_buffer/common/gles2_cmd_utils.cc         alpha_size_ = value;
value             865 gpu/command_buffer/common/gles2_cmd_utils.cc         blue_size_ = value;
value             868 gpu/command_buffer/common/gles2_cmd_utils.cc         green_size_ = value;
value             871 gpu/command_buffer/common/gles2_cmd_utils.cc         red_size_ = value;
value             874 gpu/command_buffer/common/gles2_cmd_utils.cc         depth_size_ = value;
value             877 gpu/command_buffer/common/gles2_cmd_utils.cc         stencil_size_ = value;
value             880 gpu/command_buffer/common/gles2_cmd_utils.cc         samples_ = value;
value             883 gpu/command_buffer/common/gles2_cmd_utils.cc         sample_buffers_ = value;
value             886 gpu/command_buffer/common/gles2_cmd_utils.cc         buffer_preserved_ = value == kBufferPreserved;
value             889 gpu/command_buffer/common/gles2_cmd_utils.cc         share_resources_ = value != 0;
value             892 gpu/command_buffer/common/gles2_cmd_utils.cc         bind_generates_resource_ = value != 0;
value             895 gpu/command_buffer/common/gles2_cmd_utils.cc         fail_if_major_perf_caveat_ = value != 0;
value             898 gpu/command_buffer/common/gles2_cmd_utils.cc         lose_context_when_out_of_memory_ = value != 0;
value              78 gpu/command_buffer/common/gles2_cmd_utils.h     uint32 value;
value             148 gpu/command_buffer/common/gles2_cmd_utils.h   static bool IsNPOT(uint32 value) {
value             149 gpu/command_buffer/common/gles2_cmd_utils.h     return value > 0 && (value & (value - 1)) != 0;
value             152 gpu/command_buffer/common/gles2_cmd_utils.h   static std::string GetStringEnum(uint32 value);
value             153 gpu/command_buffer/common/gles2_cmd_utils.h   static std::string GetStringBool(uint32 value);
value             154 gpu/command_buffer/common/gles2_cmd_utils.h   static std::string GetStringError(uint32 value);
value             173 gpu/command_buffer/common/gles2_cmd_utils.h       const EnumToString* table, size_t count, uint32 value);
value              14 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringAttachment(uint32 value);
value              15 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringBackbufferAttachment(uint32 value);
value              16 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringBlitFilter(uint32 value);
value              17 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringBufferParameter(uint32 value);
value              18 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringBufferTarget(uint32 value);
value              19 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringBufferUsage(uint32 value);
value              20 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringCapability(uint32 value);
value              21 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringCmpFunction(uint32 value);
value              22 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringCompressedTextureFormat(uint32 value);
value              23 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringDrawMode(uint32 value);
value              24 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringDstBlendFactor(uint32 value);
value              25 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringEquation(uint32 value);
value              26 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringFaceMode(uint32 value);
value              27 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringFaceType(uint32 value);
value              28 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringFrameBufferParameter(uint32 value);
value              29 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringFrameBufferTarget(uint32 value);
value              30 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringGLState(uint32 value);
value              31 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringGetMaxIndexType(uint32 value);
value              32 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringGetTexParamTarget(uint32 value);
value              33 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringHintMode(uint32 value);
value              34 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringHintTarget(uint32 value);
value              35 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringIndexType(uint32 value);
value              36 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringPixelStore(uint32 value);
value              37 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringPixelType(uint32 value);
value              38 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringProgramParameter(uint32 value);
value              39 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringQueryObjectParameter(uint32 value);
value              40 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringQueryParameter(uint32 value);
value              41 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringQueryTarget(uint32 value);
value              42 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringReadPixelFormat(uint32 value);
value              43 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringReadPixelType(uint32 value);
value              44 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringRenderBufferFormat(uint32 value);
value              45 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringRenderBufferParameter(uint32 value);
value              46 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringRenderBufferTarget(uint32 value);
value              47 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringResetStatus(uint32 value);
value              48 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringShaderBinaryFormat(uint32 value);
value              49 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringShaderParameter(uint32 value);
value              50 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringShaderPrecision(uint32 value);
value              51 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringShaderType(uint32 value);
value              52 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringSrcBlendFactor(uint32 value);
value              53 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringStencilOp(uint32 value);
value              54 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringStringType(uint32 value);
value              55 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureBindTarget(uint32 value);
value              56 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureFormat(uint32 value);
value              57 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureInternalFormat(uint32 value);
value              58 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureInternalFormatStorage(uint32 value);
value              59 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureMagFilterMode(uint32 value);
value              60 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureMinFilterMode(uint32 value);
value              61 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureParameter(uint32 value);
value              62 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTexturePool(uint32 value);
value              63 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureTarget(uint32 value);
value              64 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureUsage(uint32 value);
value              65 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringTextureWrapMode(uint32 value);
value              66 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringVertexAttribType(uint32 value);
value              67 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringVertexAttribute(uint32 value);
value              68 gpu/command_buffer/common/gles2_cmd_utils_autogen.h static std::string GetStringVertexPointer(uint32 value);
value             792 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringAttachment(uint32 value) {
value             798 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             801 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringBackbufferAttachment(uint32 value) {
value             807 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             810 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringBlitFilter(uint32 value) {
value             814 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             817 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringBufferParameter(uint32 value) {
value             822 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             825 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringBufferTarget(uint32 value) {
value             830 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             833 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringBufferUsage(uint32 value) {
value             839 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             842 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringCapability(uint32 value) {
value             854 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             857 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringCmpFunction(uint32 value) {
value             867 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             870 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringCompressedTextureFormat(uint32 value) {
value             871 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h   return GLES2Util::GetQualifiedEnumString(NULL, 0, value);
value             874 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringDrawMode(uint32 value) {
value             884 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             887 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringDstBlendFactor(uint32 value) {
value             904 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             907 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringEquation(uint32 value) {
value             913 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             916 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringFaceMode(uint32 value) {
value             920 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             923 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringFaceType(uint32 value) {
value             929 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             932 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringFrameBufferParameter(uint32 value) {
value             943 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             946 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringFrameBufferTarget(uint32 value) {
value             950 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value             953 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringGLState(uint32 value) {
value            1060 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1063 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringGetMaxIndexType(uint32 value) {
value            1069 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1072 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringGetTexParamTarget(uint32 value) {
value            1077 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1080 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringHintMode(uint32 value) {
value            1085 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1088 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringHintTarget(uint32 value) {
value            1092 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1095 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringIndexType(uint32 value) {
value            1100 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1103 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringPixelStore(uint32 value) {
value            1113 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1116 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringPixelType(uint32 value) {
value            1123 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1126 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringProgramParameter(uint32 value) {
value            1138 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1141 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringQueryObjectParameter(uint32 value) {
value            1146 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1149 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringQueryParameter(uint32 value) {
value            1153 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1156 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringQueryTarget(uint32 value) {
value            1168 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1171 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringReadPixelFormat(uint32 value) {
value            1175 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1178 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringReadPixelType(uint32 value) {
value            1185 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1188 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringRenderBufferFormat(uint32 value) {
value            1196 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1199 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringRenderBufferParameter(uint32 value) {
value            1211 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1214 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringRenderBufferTarget(uint32 value) {
value            1218 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1221 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringResetStatus(uint32 value) {
value            1227 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1230 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringShaderBinaryFormat(uint32 value) {
value            1231 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h   return GLES2Util::GetQualifiedEnumString(NULL, 0, value);
value            1234 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringShaderParameter(uint32 value) {
value            1244 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1247 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringShaderPrecision(uint32 value) {
value            1256 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1259 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringShaderType(uint32 value) {
value            1264 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1267 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringSrcBlendFactor(uint32 value) {
value            1285 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1288 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringStencilOp(uint32 value) {
value            1298 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1301 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringStringType(uint32 value) {
value            1309 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1312 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureBindTarget(uint32 value) {
value            1317 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1320 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureFormat(uint32 value) {
value            1328 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1331 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureInternalFormat(uint32 value) {
value            1339 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1342 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureInternalFormatStorage(uint32 value) {
value            1353 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1356 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureMagFilterMode(uint32 value) {
value            1360 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1363 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureMinFilterMode(uint32 value) {
value            1372 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1375 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureParameter(uint32 value) {
value            1383 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1386 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTexturePool(uint32 value) {
value            1392 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1395 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureTarget(uint32 value) {
value            1405 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1408 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureUsage(uint32 value) {
value            1413 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1416 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringTextureWrapMode(uint32 value) {
value            1422 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1425 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringVertexAttribType(uint32 value) {
value            1433 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1436 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringVertexAttribute(uint32 value) {
value            1447 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value            1450 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h std::string GLES2Util::GetStringVertexPointer(uint32 value) {
value            1454 gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h       string_table, arraysize(string_table), value);
value              40 gpu/command_buffer/common/mailbox.cc   int8 value = 1;
value              42 gpu/command_buffer/common/mailbox.cc     value ^= result.name[i];
value              43 gpu/command_buffer/common/mailbox.cc   result.name[0] = value;
value              50 gpu/command_buffer/common/mailbox.cc   int8 value = 1;
value              52 gpu/command_buffer/common/mailbox.cc     value ^= name[i];
value              53 gpu/command_buffer/common/mailbox.cc   return value == 0;
value              42 gpu/command_buffer/common/thread_local.h inline void ThreadLocalSetValue(ThreadLocalKey key, void* value) {
value              44 gpu/command_buffer/common/thread_local.h   TlsSetValue(key, value);
value              46 gpu/command_buffer/common/thread_local.h   pthread_setspecific(key, value);
value              74 gpu/command_buffer/service/context_group.cc   GLint value = 0;
value              75 gpu/command_buffer/service/context_group.cc   glGetIntegerv(pname, &value);
value              76 gpu/command_buffer/service/context_group.cc   *var = value;
value             354 gpu/command_buffer/service/context_group.cc   GLint value = *v;
value             356 gpu/command_buffer/service/context_group.cc     value = std::min(min_required, value);
value             358 gpu/command_buffer/service/context_group.cc   *v = value;
value             359 gpu/command_buffer/service/context_group.cc   return value >= min_required;
value             363 gpu/command_buffer/service/context_group.cc   GLint value = *v;
value             365 gpu/command_buffer/service/context_group.cc     value = std::min(min_required, value);
value             367 gpu/command_buffer/service/context_group.cc   *v = value;
value             368 gpu/command_buffer/service/context_group.cc   return value >= min_required;
value             373 gpu/command_buffer/service/context_group.cc   GLint value = 0;
value             374 gpu/command_buffer/service/context_group.cc   glGetIntegerv(pname, &value);
value             375 gpu/command_buffer/service/context_group.cc   *v = value;
value             381 gpu/command_buffer/service/context_group.cc   uint32 value = 0;
value             382 gpu/command_buffer/service/context_group.cc   GetIntegerv(pname, &value);
value             383 gpu/command_buffer/service/context_group.cc   bool result = CheckGLFeatureU(min_required, &value);
value             384 gpu/command_buffer/service/context_group.cc   *v = value;
value              34 gpu/command_buffer/service/error_state.cc       unsigned int value,
value             136 gpu/command_buffer/service/error_state.cc     unsigned int value,
value             140 gpu/command_buffer/service/error_state.cc              GLES2Util::GetStringEnum(value)).c_str());
value              29 gpu/command_buffer/service/error_state.h     error_state, function_name, value, label) \
value              31 gpu/command_buffer/service/error_state.h         __FILE__, __LINE__, function_name, value, label)
value              82 gpu/command_buffer/service/error_state.h       unsigned int value,
value              27 gpu/command_buffer/service/error_state_mock.h       const char* function_name, unsigned value, const char* label));
value             162 gpu/command_buffer/service/gles2_cmd_decoder.cc #define LOCAL_SET_GL_ERROR_INVALID_ENUM(function_name, value, label) \
value             164 gpu/command_buffer/service/gles2_cmd_decoder.cc                                          function_name, value, label)
value             220 gpu/command_buffer/service/gles2_cmd_decoder.cc   uint32 value;
value             221 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!SafeMultiplyUint32(count, size, &value)) {
value             224 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!SafeMultiplyUint32(value, elements_per_unit, &value)) {
value             227 gpu/command_buffer/service/gles2_cmd_decoder.cc   *dst = value;
value            1247 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoSampleCoverage(GLclampf value, GLboolean invert);
value            1412 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoUniform1iv(GLint fake_location, GLsizei count, const GLint* value);
value            1413 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoUniform2iv(GLint fake_location, GLsizei count, const GLint* value);
value            1414 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoUniform3iv(GLint fake_location, GLsizei count, const GLint* value);
value            1415 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoUniform4iv(GLint fake_location, GLsizei count, const GLint* value);
value            1419 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoUniform1fv(GLint fake_location, GLsizei count, const GLfloat* value);
value            1420 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoUniform2fv(GLint fake_location, GLsizei count, const GLfloat* value);
value            1421 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoUniform3fv(GLint fake_location, GLsizei count, const GLfloat* value);
value            1422 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoUniform4fv(GLint fake_location, GLsizei count, const GLfloat* value);
value            1426 gpu/command_buffer/service/gles2_cmd_decoder.cc       const GLfloat* value);
value            1429 gpu/command_buffer/service/gles2_cmd_decoder.cc       const GLfloat* value);
value            1432 gpu/command_buffer/service/gles2_cmd_decoder.cc       const GLfloat* value);
value            1435 gpu/command_buffer/service/gles2_cmd_decoder.cc     const char* function_name, GLuint index, const GLfloat* value);
value            4985 gpu/command_buffer/service/gles2_cmd_decoder.cc void GLES2DecoderImpl::DoSampleCoverage(GLclampf value, GLboolean invert) {
value            4986 gpu/command_buffer/service/gles2_cmd_decoder.cc   state_.sample_coverage_value = std::min(1.0f, std::max(0.0f, value));
value            5738 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint fake_location, GLsizei count, const GLint *value) {
value            5752 gpu/command_buffer/service/gles2_cmd_decoder.cc           state_.texture_units.size(), fake_location, count, value)) {
value            5758 gpu/command_buffer/service/gles2_cmd_decoder.cc   glUniform1iv(real_location, count, value);
value            5762 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint fake_location, GLsizei count, const GLfloat* value) {
value            5776 gpu/command_buffer/service/gles2_cmd_decoder.cc       temp[ii] = static_cast<GLint>(value[ii] != 0.0f);
value            5780 gpu/command_buffer/service/gles2_cmd_decoder.cc     glUniform1fv(real_location, count, value);
value            5785 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint fake_location, GLsizei count, const GLfloat* value) {
value            5800 gpu/command_buffer/service/gles2_cmd_decoder.cc       temp[ii] = static_cast<GLint>(value[ii] != 0.0f);
value            5804 gpu/command_buffer/service/gles2_cmd_decoder.cc     glUniform2fv(real_location, count, value);
value            5809 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint fake_location, GLsizei count, const GLfloat* value) {
value            5824 gpu/command_buffer/service/gles2_cmd_decoder.cc       temp[ii] = static_cast<GLint>(value[ii] != 0.0f);
value            5828 gpu/command_buffer/service/gles2_cmd_decoder.cc     glUniform3fv(real_location, count, value);
value            5833 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint fake_location, GLsizei count, const GLfloat* value) {
value            5848 gpu/command_buffer/service/gles2_cmd_decoder.cc       temp[ii] = static_cast<GLint>(value[ii] != 0.0f);
value            5852 gpu/command_buffer/service/gles2_cmd_decoder.cc     glUniform4fv(real_location, count, value);
value            5857 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint fake_location, GLsizei count, const GLint* value) {
value            5868 gpu/command_buffer/service/gles2_cmd_decoder.cc   glUniform2iv(real_location, count, value);
value            5872 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint fake_location, GLsizei count, const GLint* value) {
value            5883 gpu/command_buffer/service/gles2_cmd_decoder.cc   glUniform3iv(real_location, count, value);
value            5887 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint fake_location, GLsizei count, const GLint* value) {
value            5898 gpu/command_buffer/service/gles2_cmd_decoder.cc   glUniform4iv(real_location, count, value);
value            5903 gpu/command_buffer/service/gles2_cmd_decoder.cc     const GLfloat* value) {
value            5914 gpu/command_buffer/service/gles2_cmd_decoder.cc   glUniformMatrix2fv(real_location, count, transpose, value);
value            5919 gpu/command_buffer/service/gles2_cmd_decoder.cc     const GLfloat* value) {
value            5930 gpu/command_buffer/service/gles2_cmd_decoder.cc   glUniformMatrix3fv(real_location, count, transpose, value);
value            5935 gpu/command_buffer/service/gles2_cmd_decoder.cc     const GLfloat* value) {
value            5946 gpu/command_buffer/service/gles2_cmd_decoder.cc   glUniformMatrix4fv(real_location, count, transpose, value);
value            6222 gpu/command_buffer/service/gles2_cmd_decoder.cc   const Vec4& value = state_.attrib_values[0];
value            6226 gpu/command_buffer/service/gles2_cmd_decoder.cc         (value.v[0] != attrib_0_value_.v[0] ||
value            6227 gpu/command_buffer/service/gles2_cmd_decoder.cc          value.v[1] != attrib_0_value_.v[1] ||
value            6228 gpu/command_buffer/service/gles2_cmd_decoder.cc          value.v[2] != attrib_0_value_.v[2] ||
value            6229 gpu/command_buffer/service/gles2_cmd_decoder.cc          value.v[3] != attrib_0_value_.v[3])))) {
value            6230 gpu/command_buffer/service/gles2_cmd_decoder.cc     std::vector<Vec4> temp(num_vertices, value);
value            6233 gpu/command_buffer/service/gles2_cmd_decoder.cc     attrib_0_value_ = value;
value            6968 gpu/command_buffer/service/gles2_cmd_decoder.cc       const Vec4& value = state_.attrib_values[index];
value            6969 gpu/command_buffer/service/gles2_cmd_decoder.cc       params[0] = value.v[0];
value            6970 gpu/command_buffer/service/gles2_cmd_decoder.cc       params[1] = value.v[1];
value            6971 gpu/command_buffer/service/gles2_cmd_decoder.cc       params[2] = value.v[2];
value            6972 gpu/command_buffer/service/gles2_cmd_decoder.cc       params[3] = value.v[3];
value            6976 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLint value = 0;
value            6977 gpu/command_buffer/service/gles2_cmd_decoder.cc       GetVertexAttribHelper(attrib, pname, &value);
value            6978 gpu/command_buffer/service/gles2_cmd_decoder.cc       *params = static_cast<GLfloat>(value);
value            6994 gpu/command_buffer/service/gles2_cmd_decoder.cc       const Vec4& value = state_.attrib_values[index];
value            6995 gpu/command_buffer/service/gles2_cmd_decoder.cc       params[0] = static_cast<GLint>(value.v[0]);
value            6996 gpu/command_buffer/service/gles2_cmd_decoder.cc       params[1] = static_cast<GLint>(value.v[1]);
value            6997 gpu/command_buffer/service/gles2_cmd_decoder.cc       params[2] = static_cast<GLint>(value.v[2]);
value            6998 gpu/command_buffer/service/gles2_cmd_decoder.cc       params[3] = static_cast<GLint>(value.v[3]);
value            7008 gpu/command_buffer/service/gles2_cmd_decoder.cc     const char* function_name, GLuint index, const GLfloat* value) {
value            7014 gpu/command_buffer/service/gles2_cmd_decoder.cc   v.v[0] = value[0];
value            7015 gpu/command_buffer/service/gles2_cmd_decoder.cc   v.v[1] = value[1];
value            7016 gpu/command_buffer/service/gles2_cmd_decoder.cc   v.v[2] = value[2];
value            7017 gpu/command_buffer/service/gles2_cmd_decoder.cc   v.v[3] = value[3];
value            1588 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLclampf value = static_cast<GLclampf>(c.value);
value            1590 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoSampleCoverage(value, invert);
value            2370 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   const GLfloat* value = GetSharedMemoryAs<const GLfloat*>(
value            2377 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (value == NULL) {
value            2380 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoUniformMatrix2fv(location, count, transpose, value);
value            2397 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   const GLfloat* value =
value            2404 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (value == NULL) {
value            2407 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoUniformMatrix2fv(location, count, transpose, value);
value            2421 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   const GLfloat* value = GetSharedMemoryAs<const GLfloat*>(
value            2428 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (value == NULL) {
value            2431 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoUniformMatrix3fv(location, count, transpose, value);
value            2448 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   const GLfloat* value =
value            2455 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (value == NULL) {
value            2458 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoUniformMatrix3fv(location, count, transpose, value);
value            2472 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   const GLfloat* value = GetSharedMemoryAs<const GLfloat*>(
value            2479 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (value == NULL) {
value            2482 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoUniformMatrix4fv(location, count, transpose, value);
value            2499 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   const GLfloat* value =
value            2506 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (value == NULL) {
value            2509 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoUniformMatrix4fv(location, count, transpose, value);
value            5039 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc static bool ValueInArray(GLint value, GLint* array, GLint count) {
value            5041 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     if (array[ii] == value) {
value              30 gpu/command_buffer/service/gles2_cmd_validation.h   void AddValue(const T value) {
value              31 gpu/command_buffer/service/gles2_cmd_validation.h     if (!IsValid(value)) {
value              32 gpu/command_buffer/service/gles2_cmd_validation.h       valid_values_.push_back(value);
value              36 gpu/command_buffer/service/gles2_cmd_validation.h   bool IsValid(const T value) const {
value              37 gpu/command_buffer/service/gles2_cmd_validation.h     return std::find(valid_values_.begin(), valid_values_.end(), value) !=
value             201 gpu/command_buffer/service/gpu_scheduler_unittest.cc ACTION_P2(SetPointee, address, value) {
value             202 gpu/command_buffer/service/gpu_scheduler_unittest.cc   *address = value;
value             151 gpu/command_buffer/service/memory_program_cache.cc   const scoped_refptr<ProgramCacheValue> value = found->second;
value             153 gpu/command_buffer/service/memory_program_cache.cc                   value->format(),
value             154 gpu/command_buffer/service/memory_program_cache.cc                   static_cast<const GLvoid*>(value->data()),
value             155 gpu/command_buffer/service/memory_program_cache.cc                   value->length());
value             161 gpu/command_buffer/service/memory_program_cache.cc   shader_a->set_attrib_map(value->attrib_map_0());
value             162 gpu/command_buffer/service/memory_program_cache.cc   shader_a->set_uniform_map(value->uniform_map_0());
value             163 gpu/command_buffer/service/memory_program_cache.cc   shader_a->set_varying_map(value->varying_map_0());
value             164 gpu/command_buffer/service/memory_program_cache.cc   shader_b->set_attrib_map(value->attrib_map_1());
value             165 gpu/command_buffer/service/memory_program_cache.cc   shader_b->set_uniform_map(value->uniform_map_1());
value             166 gpu/command_buffer/service/memory_program_cache.cc   shader_b->set_varying_map(value->varying_map_1());
value             174 gpu/command_buffer/service/memory_program_cache.cc     proto->set_format(value->format());
value             175 gpu/command_buffer/service/memory_program_cache.cc     proto->set_program(value->data(), value->length());
value             124 gpu/command_buffer/service/program_cache.cc       const GLint value = it->second;
value             125 gpu/command_buffer/service/program_cache.cc       buffer[current_pos++] = value >> 24;
value             126 gpu/command_buffer/service/program_cache.cc       buffer[current_pos++] = value >> 16;
value             127 gpu/command_buffer/service/program_cache.cc       buffer[current_pos++] = value >> 8;
value             128 gpu/command_buffer/service/program_cache.cc       buffer[current_pos++] = value;
value             937 gpu/command_buffer/service/program_manager.cc     GLsizei count, const GLint* value) {
value             953 gpu/command_buffer/service/program_manager.cc           if (value[ii] < 0 || value[ii] >= num_texture_units) {
value             957 gpu/command_buffer/service/program_manager.cc         std::copy(value, value + count,
value             158 gpu/command_buffer/service/program_manager.h       GLsizei count, const GLint* value);
value             727 gpu/command_buffer/service/program_manager_unittest.cc   GLint value = 0;
value             728 gpu/command_buffer/service/program_manager_unittest.cc   program->GetProgramiv(GL_ACTIVE_ATTRIBUTES, &value);
value             729 gpu/command_buffer/service/program_manager_unittest.cc   EXPECT_EQ(3, value);
value             731 gpu/command_buffer/service/program_manager_unittest.cc   program->GetProgramiv(GL_ACTIVE_UNIFORMS, &value);
value             732 gpu/command_buffer/service/program_manager_unittest.cc   EXPECT_EQ(2, value);
value             736 gpu/command_buffer/service/program_manager_unittest.cc   program->GetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH, &value);
value             737 gpu/command_buffer/service/program_manager_unittest.cc   EXPECT_EQ(strlen(kUniform3BadName) + 4u, static_cast<size_t>(value));
value             606 gpu/command_buffer/service/test_helper.cc     GLenum pname, GLint value, GLenum error) {
value             610 gpu/command_buffer/service/test_helper.cc                                      pname, value))
value             615 gpu/command_buffer/service/test_helper.cc     EXPECT_CALL(*error_state, SetGLErrorInvalidEnum(_, _, _, value, _))
value             623 gpu/command_buffer/service/test_helper.cc   manager->SetParameteri("", error_state, texture_ref, pname, value);
value             104 gpu/command_buffer/service/test_helper.h       GLenum pname, GLint value, GLenum error);
value              79 gpu/command_buffer/service/texture_manager_unittest.cc       TextureRef* texture_ref, GLenum pname, GLint value, GLenum error) {
value              82 gpu/command_buffer/service/texture_manager_unittest.cc         texture_ref, pname, value, error);
value             392 gpu/command_buffer/service/texture_manager_unittest.cc       TextureRef* texture_ref, GLenum pname, GLint value, GLenum error) {
value             395 gpu/command_buffer/service/texture_manager_unittest.cc         texture_ref, pname, value, error);
value              83 gpu/command_buffer/service/vertex_attrib_manager.h   void set_is_client_side_array(bool value) {
value              84 gpu/command_buffer/service/vertex_attrib_manager.h     is_client_side_array_ = value;
value              66 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc   GLint value = 0;
value              67 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc   glGetIntegerv(GL_FRAMEBUFFER_BINDING, &value);
value              68 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc   GLuint fb_id = value;
value             236 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc void glEnableDisable(GLint param, GLboolean value) {
value             237 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc   if (value)
value              92 gpu/command_buffer/tests/gl_readback_unittest.cc static float HalfToFloat32(uint16 value) {
value              93 gpu/command_buffer/tests/gl_readback_unittest.cc   int32 s = (value >> 15) & 0x00000001;
value              94 gpu/command_buffer/tests/gl_readback_unittest.cc   int32 e = (value >> 10) & 0x0000001f;
value              95 gpu/command_buffer/tests/gl_readback_unittest.cc   int32 m =  value        & 0x000003ff;
value              42 gpu/command_buffer/tests/gl_test_utils.cc   GLint value = 0;
value              43 gpu/command_buffer/tests/gl_test_utils.cc   glGetShaderiv(shader, GL_COMPILE_STATUS, &value);
value              44 gpu/command_buffer/tests/gl_test_utils.cc   if (value == 0) {
value              49 gpu/command_buffer/tests/gl_test_utils.cc     EXPECT_EQ(1, value) << "Error compiling shader: " << log;
value             163 gpu/command_buffer/tests/gl_test_utils.cc void Set16BitValue(uint8 dest[2], uint16 value) {
value             164 gpu/command_buffer/tests/gl_test_utils.cc   dest[0] = value & 0xFFu;
value             165 gpu/command_buffer/tests/gl_test_utils.cc   dest[1] = value >> 8;
value             168 gpu/command_buffer/tests/gl_test_utils.cc void Set32BitValue(uint8 dest[4], uint32 value) {
value             169 gpu/command_buffer/tests/gl_test_utils.cc   dest[0] = (value >> 0) & 0xFFu;
value             170 gpu/command_buffer/tests/gl_test_utils.cc   dest[1] = (value >> 8) & 0xFFu;
value             171 gpu/command_buffer/tests/gl_test_utils.cc   dest[2] = (value >> 16) & 0xFFu;
value             172 gpu/command_buffer/tests/gl_test_utils.cc   dest[3] = (value >> 24) & 0xFFu;
value             278 gpu/config/gpu_control_list.cc bool GpuControlList::StringInfo::Contains(const std::string& value) const {
value             279 gpu/config/gpu_control_list.cc   std::string my_value = StringToLowerASCII(value);
value             335 gpu/config/gpu_control_list.cc bool GpuControlList::FloatInfo::Contains(float value) const {
value             341 gpu/config/gpu_control_list.cc     return (value == value_);
value             343 gpu/config/gpu_control_list.cc     return (value < value_);
value             345 gpu/config/gpu_control_list.cc     return (value <= value_);
value             347 gpu/config/gpu_control_list.cc     return (value > value_);
value             349 gpu/config/gpu_control_list.cc     return (value >= value_);
value             351 gpu/config/gpu_control_list.cc   return ((value_ <= value && value <= value2_) ||
value             352 gpu/config/gpu_control_list.cc           (value2_ <= value && value <= value_));
value             377 gpu/config/gpu_control_list.cc bool GpuControlList::IntInfo::Contains(int value) const {
value             383 gpu/config/gpu_control_list.cc     return (value == value_);
value             385 gpu/config/gpu_control_list.cc     return (value < value_);
value             387 gpu/config/gpu_control_list.cc     return (value <= value_);
value             389 gpu/config/gpu_control_list.cc     return (value > value_);
value             391 gpu/config/gpu_control_list.cc     return (value >= value_);
value             393 gpu/config/gpu_control_list.cc   return ((value_ <= value && value <= value2_) ||
value             394 gpu/config/gpu_control_list.cc           (value2_ <= value && value <= value_));
value             401 gpu/config/gpu_control_list.cc GpuControlList::BoolInfo::BoolInfo(bool value) : value_(value) {}
value             403 gpu/config/gpu_control_list.cc bool GpuControlList::BoolInfo::Contains(bool value) const {
value             404 gpu/config/gpu_control_list.cc   return value_ == value;
value             410 gpu/config/gpu_control_list.cc     const base::DictionaryValue* value, bool top_level,
value             413 gpu/config/gpu_control_list.cc   DCHECK(value);
value             420 gpu/config/gpu_control_list.cc     if (!value->GetInteger("id", reinterpret_cast<int*>(&id)) ||
value             428 gpu/config/gpu_control_list.cc     if (value->GetBoolean("disabled", &disabled)) {
value             435 gpu/config/gpu_control_list.cc   if (value->GetString("description", &description)) {
value             443 gpu/config/gpu_control_list.cc   if (value->GetList("cr_bugs", &cr_bugs)) {
value             457 gpu/config/gpu_control_list.cc   if (value->GetList("webkit_bugs", &webkit_bugs)) {
value             471 gpu/config/gpu_control_list.cc   if (value->GetDictionary("os", &os_value)) {
value             492 gpu/config/gpu_control_list.cc   if (value->GetString("vendor_id", &vendor_id)) {
value             501 gpu/config/gpu_control_list.cc   if (value->GetList("device_id", &device_id_list)) {
value             514 gpu/config/gpu_control_list.cc   if (value->GetString("multi_gpu_style", &multi_gpu_style)) {
value             523 gpu/config/gpu_control_list.cc   if (value->GetString("multi_gpu_category", &multi_gpu_category)) {
value             532 gpu/config/gpu_control_list.cc   if (value->GetDictionary("driver_vendor", &driver_vendor_value)) {
value             545 gpu/config/gpu_control_list.cc   if (value->GetDictionary("driver_version", &driver_version_value)) {
value             565 gpu/config/gpu_control_list.cc   if (value->GetDictionary("driver_date", &driver_date_value)) {
value             581 gpu/config/gpu_control_list.cc   if (value->GetDictionary("gl_vendor", &gl_vendor_value)) {
value             594 gpu/config/gpu_control_list.cc   if (value->GetDictionary("gl_renderer", &gl_renderer_value)) {
value             607 gpu/config/gpu_control_list.cc   if (value->GetDictionary("gl_extensions", &gl_extensions_value)) {
value             620 gpu/config/gpu_control_list.cc   if (value->GetDictionary("gl_reset_notification_strategy",
value             638 gpu/config/gpu_control_list.cc   if (value->GetDictionary("cpu_info", &cpu_brand_value)) {
value             651 gpu/config/gpu_control_list.cc   if (value->GetDictionary("perf_graphics", &perf_graphics_value)) {
value             666 gpu/config/gpu_control_list.cc   if (value->GetDictionary("perf_gaming", &perf_gaming_value)) {
value             681 gpu/config/gpu_control_list.cc   if (value->GetDictionary("perf_overall", &perf_overall_value)) {
value             696 gpu/config/gpu_control_list.cc   if (value->GetDictionary("machine_model", &machine_model_value)) {
value             723 gpu/config/gpu_control_list.cc   if (value->GetDictionary("gpu_count", &gpu_count_value)) {
value             738 gpu/config/gpu_control_list.cc   if (value->GetBoolean("direct_rendering", &direct_rendering)) {
value             745 gpu/config/gpu_control_list.cc     if (value->GetList("features", &feature_value)) {
value             767 gpu/config/gpu_control_list.cc     if (value->GetList("exceptions", &exception_list_value)) {
value             790 gpu/config/gpu_control_list.cc   if (value->size() != dictionary_entry_count) {
value             970 gpu/config/gpu_control_list.cc void GpuControlList::GpuControlListEntry::SetDirectRenderingInfo(bool value) {
value             971 gpu/config/gpu_control_list.cc   direct_rendering_info_.reset(new BoolInfo(value));
value             200 gpu/config/gpu_control_list.h     bool Contains(const std::string& value) const;
value             228 gpu/config/gpu_control_list.h     bool Contains(float value) const;
value             246 gpu/config/gpu_control_list.h     bool Contains(int value) const;
value             259 gpu/config/gpu_control_list.h     explicit BoolInfo(bool value);
value             262 gpu/config/gpu_control_list.h     bool Contains(bool value) const;
value             299 gpu/config/gpu_control_list.h         const base::DictionaryValue* value, bool top_level,
value             432 gpu/config/gpu_control_list.h     void SetDirectRenderingInfo(bool value);
value              35 gpu/config/gpu_control_list_entry_unittest.cc     base::DictionaryValue* value = NULL;
value              36 gpu/config/gpu_control_list_entry_unittest.cc     if (root.get() == NULL || !root->GetAsDictionary(&value))
value              45 gpu/config/gpu_control_list_entry_unittest.cc         value, true, feature_map, supports_feature_type_all);
value              41 gpu/config/gpu_control_list_number_info_unittest.cc   const std::string value[] = {
value              49 gpu/config/gpu_control_list_number_info_unittest.cc   for (size_t i = 0; i < arraysize(value); ++i) {
value              50 gpu/config/gpu_control_list_number_info_unittest.cc     FloatInfo info("=", value[i], std::string());
value              71 gpu/config/gpu_control_list_number_info_unittest.cc   const std::string value[] = {
value              78 gpu/config/gpu_control_list_number_info_unittest.cc   for (size_t i = 0; i < arraysize(value); ++i) {
value              79 gpu/config/gpu_control_list_number_info_unittest.cc     FloatInfo info("=", value[i], std::string());
value             139 gpu/config/gpu_control_list_number_info_unittest.cc   const std::string value[] = {
value             143 gpu/config/gpu_control_list_number_info_unittest.cc   for (size_t i = 0; i < arraysize(value); ++i) {
value             144 gpu/config/gpu_control_list_number_info_unittest.cc     IntInfo info("=", value[i], std::string());
value             165 gpu/config/gpu_control_list_number_info_unittest.cc   const std::string value[] = {
value             172 gpu/config/gpu_control_list_number_info_unittest.cc   for (size_t i = 0; i < arraysize(value); ++i) {
value             173 gpu/config/gpu_control_list_number_info_unittest.cc     IntInfo info("=", value[i], std::string());
value             169 gpu/config/gpu_info.h     virtual void AddInt64(const char* name, int64 value) = 0;
value             170 gpu/config/gpu_info.h     virtual void AddInt(const char* name, int value) = 0;
value             171 gpu/config/gpu_info.h     virtual void AddString(const char* name, const std::string& value) = 0;
value             172 gpu/config/gpu_info.h     virtual void AddBool(const char* name, bool value) = 0;
value             174 gpu/config/gpu_info.h                                         const base::TimeDelta& value) = 0;
value              96 gpu/config/gpu_info_collector_win.cc     if (base::FilePath::CompareLessIgnoreCase(current_results.value(),
value              97 gpu/config/gpu_info_collector_win.cc                                               results.value()))
value             393 gpu/config/gpu_info_collector_win.cc     WCHAR value[255];
value             398 gpu/config/gpu_info_collector_win.cc                                         reinterpret_cast<PBYTE>(value),
value             399 gpu/config/gpu_info_collector_win.cc                                         sizeof(value),
value             403 gpu/config/gpu_info_collector_win.cc       driver_key += value;
value             407 gpu/config/gpu_info_collector_win.cc         DWORD dwcb_data = sizeof(value);
value             411 gpu/config/gpu_info_collector_win.cc             reinterpret_cast<LPBYTE>(value), &dwcb_data);
value             413 gpu/config/gpu_info_collector_win.cc           driver_version = base::UTF16ToASCII(std::wstring(value));
value             416 gpu/config/gpu_info_collector_win.cc         dwcb_data = sizeof(value);
value             419 gpu/config/gpu_info_collector_win.cc             reinterpret_cast<LPBYTE>(value), &dwcb_data);
value             421 gpu/config/gpu_info_collector_win.cc           driver_date = base::UTF16ToASCII(std::wstring(value));
value             424 gpu/config/gpu_info_collector_win.cc         dwcb_data = sizeof(value);
value             427 gpu/config/gpu_info_collector_win.cc             reinterpret_cast<LPBYTE>(value), &dwcb_data);
value             429 gpu/config/gpu_info_collector_win.cc           driver_vendor = base::UTF16ToASCII(std::wstring(value));
value              47 gpu/gles2_conform_support/egl/config.cc bool Config::GetAttrib(EGLint attribute, EGLint* value) const {
value              51 gpu/gles2_conform_support/egl/config.cc       *value = buffer_size_;
value              54 gpu/gles2_conform_support/egl/config.cc       *value = red_size_;
value              57 gpu/gles2_conform_support/egl/config.cc       *value = green_size_;
value              60 gpu/gles2_conform_support/egl/config.cc       *value = blue_size_;
value              63 gpu/gles2_conform_support/egl/config.cc       *value = luminance_size_;
value              66 gpu/gles2_conform_support/egl/config.cc       *value = alpha_size_;
value              69 gpu/gles2_conform_support/egl/config.cc       *value = alpha_mask_size_;
value              72 gpu/gles2_conform_support/egl/config.cc       *value = bind_to_texture_rgb_;
value              75 gpu/gles2_conform_support/egl/config.cc       *value = bind_to_texture_rgba_;
value              78 gpu/gles2_conform_support/egl/config.cc       *value = color_buffer_type_;
value              81 gpu/gles2_conform_support/egl/config.cc       *value = config_caveat_;
value              84 gpu/gles2_conform_support/egl/config.cc       *value = config_id_;
value              87 gpu/gles2_conform_support/egl/config.cc       *value = conformant_;
value              90 gpu/gles2_conform_support/egl/config.cc       *value = depth_size_;
value              93 gpu/gles2_conform_support/egl/config.cc       *value = level_;
value              96 gpu/gles2_conform_support/egl/config.cc       *value = max_pbuffer_width_;
value              99 gpu/gles2_conform_support/egl/config.cc       *value = max_pbuffer_height_;
value             102 gpu/gles2_conform_support/egl/config.cc       *value = max_pbuffer_pixels_;
value             105 gpu/gles2_conform_support/egl/config.cc       *value = min_swap_interval_;
value             108 gpu/gles2_conform_support/egl/config.cc       *value = max_swap_interval_;
value             111 gpu/gles2_conform_support/egl/config.cc       *value = native_renderable_;
value             114 gpu/gles2_conform_support/egl/config.cc       *value = native_visual_id_;
value             117 gpu/gles2_conform_support/egl/config.cc       *value = native_visual_type_;
value             120 gpu/gles2_conform_support/egl/config.cc       *value = renderable_type_;
value             123 gpu/gles2_conform_support/egl/config.cc       *value = sample_buffers_;
value             126 gpu/gles2_conform_support/egl/config.cc       *value = samples_;
value             129 gpu/gles2_conform_support/egl/config.cc       *value = stencil_size_;
value             132 gpu/gles2_conform_support/egl/config.cc       *value = surface_type_;
value             135 gpu/gles2_conform_support/egl/config.cc       *value = transparent_type_;
value             138 gpu/gles2_conform_support/egl/config.cc       *value = transparent_red_value_;
value             141 gpu/gles2_conform_support/egl/config.cc       *value = transparent_green_value_;
value             144 gpu/gles2_conform_support/egl/config.cc       *value = transparent_blue_value_;
value              19 gpu/gles2_conform_support/egl/config.h   bool GetAttrib(EGLint attribute, EGLint* value) const;
value              80 gpu/gles2_conform_support/egl/display.cc                               EGLint* value) {
value              82 gpu/gles2_conform_support/egl/display.cc   return cfg->GetAttrib(attribute, value);
value              56 gpu/gles2_conform_support/egl/display.h   bool GetConfigAttrib(EGLConfig config, EGLint attribute, EGLint* value);
value             187 gpu/gles2_conform_support/egl/egl.cc                               EGLint* value) {
value             193 gpu/gles2_conform_support/egl/egl.cc   if (!display->GetConfigAttrib(config, attribute, value))
value             245 gpu/gles2_conform_support/egl/egl.cc                            EGLint* value) {
value             276 gpu/gles2_conform_support/egl/egl.cc                             EGLint value) {
value             371 gpu/gles2_conform_support/egl/egl.cc                            EGLint* value) {
value              82 ipc/ipc_channel_factory.cc   if (unlink(path_.value().c_str()) < 0)
value             254 ipc/ipc_channel_posix.cc     int value = fcntl(local_pipe, F_GETFL);
value             255 ipc/ipc_channel_posix.cc     if (value == -1) {
value             259 ipc/ipc_channel_posix.cc     if (!(value & O_NONBLOCK)) {
value             123 ipc/ipc_channel_posix_unittest.cc   return tmp_dir.value();
value             154 ipc/ipc_fuzzing_tests.cc   void OnMsgClassISMessage(int value, const std::wstring& text) {
value             155 ipc/ipc_fuzzing_tests.cc     UseData(MsgClassIS::ID, value, text);
value             156 ipc/ipc_fuzzing_tests.cc     RoundtripAckReply(FUZZER_ROUTING_ID, MsgClassIS::ID, value);
value             160 ipc/ipc_fuzzing_tests.cc   void OnMsgClassSIMessage(const std::wstring& text, int value) {
value             161 ipc/ipc_fuzzing_tests.cc     UseData(MsgClassSI::ID, value, text);
value             162 ipc/ipc_fuzzing_tests.cc     RoundtripAckReply(FUZZER_ROUTING_ID, MsgClassSI::ID, value);
value             186 ipc/ipc_fuzzing_tests.cc   void UseData(int caller, int value, const std::wstring& text) {
value             188 ipc/ipc_fuzzing_tests.cc     wos << L"IPC fuzzer:" << caller << " [" << value << L" " << text << L"]\n";
value             208 ipc/ipc_fuzzing_tests.cc   bool ExpectMessage(int value, uint32 type_id) {
value             220 ipc/ipc_fuzzing_tests.cc     if (msg_value2 != value)
value             274 ipc/ipc_fuzzing_tests.cc   int value = 43;
value             275 ipc/ipc_fuzzing_tests.cc   msg = new MsgClassIS(value, L"expect 43");
value             277 ipc/ipc_fuzzing_tests.cc   EXPECT_TRUE(listener.ExpectMessage(value, MsgClassIS::ID));
value             279 ipc/ipc_fuzzing_tests.cc   msg = new MsgClassSI(L"expect 44", ++value);
value             281 ipc/ipc_fuzzing_tests.cc   EXPECT_TRUE(listener.ExpectMessage(value, MsgClassSI::ID));
value             372 ipc/ipc_fuzzing_tests.cc   void OnMsgClassISMessage(int value, const std::wstring& text) {
value             374 ipc/ipc_fuzzing_tests.cc   void OnMsgClassSIMessage(const std::wstring& text, int value) {
value              53 ipc/ipc_message_utils.cc bool ReadValue(const Message* m, PickleIterator* iter, base::Value** value,
value              56 ipc/ipc_message_utils.cc void WriteValue(Message* m, const base::Value* value, int recursion) {
value              63 ipc/ipc_message_utils.cc   m->WriteInt(value->GetType());
value              65 ipc/ipc_message_utils.cc   switch (value->GetType()) {
value              70 ipc/ipc_message_utils.cc       result = value->GetAsBoolean(&val);
value              77 ipc/ipc_message_utils.cc       result = value->GetAsInteger(&val);
value              84 ipc/ipc_message_utils.cc       result = value->GetAsDouble(&val);
value              91 ipc/ipc_message_utils.cc       result = value->GetAsString(&val);
value              98 ipc/ipc_message_utils.cc           static_cast<const base::BinaryValue*>(value);
value             104 ipc/ipc_message_utils.cc           static_cast<const base::DictionaryValue*>(value);
value             111 ipc/ipc_message_utils.cc         WriteValue(m, &it.value(), recursion + 1);
value             116 ipc/ipc_message_utils.cc       const base::ListValue* list = static_cast<const base::ListValue*>(value);
value             130 ipc/ipc_message_utils.cc                          base::DictionaryValue* value, int recursion) {
value             141 ipc/ipc_message_utils.cc     value->SetWithoutPathExpansion(key, subval);
value             150 ipc/ipc_message_utils.cc                    base::ListValue* value, int recursion) {
value             159 ipc/ipc_message_utils.cc     value->Set(i, subval);
value             165 ipc/ipc_message_utils.cc bool ReadValue(const Message* m, PickleIterator* iter, base::Value** value,
value             178 ipc/ipc_message_utils.cc     *value = base::Value::CreateNullValue();
value             184 ipc/ipc_message_utils.cc       *value = new base::FundamentalValue(val);
value             191 ipc/ipc_message_utils.cc       *value = new base::FundamentalValue(val);
value             198 ipc/ipc_message_utils.cc       *value = new base::FundamentalValue(val);
value             205 ipc/ipc_message_utils.cc       *value = new base::StringValue(val);
value             213 ipc/ipc_message_utils.cc       *value = base::BinaryValue::CreateWithCopiedBuffer(data, length);
value             220 ipc/ipc_message_utils.cc       *value = val.release();
value             227 ipc/ipc_message_utils.cc       *value = val.release();
value             423 ipc/ipc_message_utils.cc     bool value;
value             424 ipc/ipc_message_utils.cc     if (!ReadParam(m, iter, &value))
value             426 ipc/ipc_message_utils.cc     (*r)[i] = value;
value             508 ipc/ipc_message_utils.cc   ParamTraits<base::FilePath::StringType>::Log(p.value(), l);
value             608 ipc/ipc_message_utils.cc   int64 value;
value             609 ipc/ipc_message_utils.cc   if (!ParamTraits<int64>::Read(m, iter, &value))
value             611 ipc/ipc_message_utils.cc   *r = base::Time::FromInternalValue(value);
value             626 ipc/ipc_message_utils.cc   int64 value;
value             627 ipc/ipc_message_utils.cc   bool ret = ParamTraits<int64>::Read(m, iter, &value);
value             629 ipc/ipc_message_utils.cc     *r = base::TimeDelta::FromInternalValue(value);
value             645 ipc/ipc_message_utils.cc   int64 value;
value             646 ipc/ipc_message_utils.cc   bool ret = ParamTraits<int64>::Read(m, iter, &value);
value             648 ipc/ipc_message_utils.cc     *r = base::TimeTicks::FromInternalValue(value);
value             386 ipc/ipc_message_utils.h       V& value = (*r)[k];
value             387 ipc/ipc_message_utils.h       if (!ReadParam(m, iter, &value))
value             698 ipc/ipc_message_utils.h       V& value = (*r)[key];
value             699 ipc/ipc_message_utils.h       if (!ReadParam(m, iter, &value))
value              89 ipc/ipc_sync_channel.h   void set_sync_messages_with_no_timeout_allowed(bool value) {
value              90 ipc/ipc_sync_channel.h     sync_messages_with_no_timeout_allowed_ = value;
value            1203 ipc/ipc_sync_channel_unittest.cc     int value = 0;
value            1204 ipc/ipc_sync_channel_unittest.cc     Send(new SyncChannelTestMsg_PingTTL(ping, &value));
value            1284 ipc/ipc_sync_channel_unittest.cc     int value = 0;
value            1285 ipc/ipc_sync_channel_unittest.cc     Send(new SyncChannelTestMsg_PingTTL(4, &value));
value            1286 ipc/ipc_sync_channel_unittest.cc     if (ping_ == 3 && value == 4)
value            1652 ipc/ipc_sync_channel_unittest.cc     int value = 0;
value            1653 ipc/ipc_sync_channel_unittest.cc     OnPingTTL(3, &value);
value            1654 ipc/ipc_sync_channel_unittest.cc     *success_ += (value == 3);
value            1655 ipc/ipc_sync_channel_unittest.cc     OnPingTTL(4, &value);
value            1656 ipc/ipc_sync_channel_unittest.cc     *success_ += (value == 4);
value            1657 ipc/ipc_sync_channel_unittest.cc     OnPingTTL(5, &value);
value            1658 ipc/ipc_sync_channel_unittest.cc     *success_ += (value == 5);
value              43 ipc/param_traits_macros.h   IPC_ENUM_TRAITS_VALIDATE(type, (value >= (minvalue) && value <= (maxvalue)))
value              37 ipc/param_traits_read_macros.h     int value; \
value              38 ipc/param_traits_read_macros.h     if (!m->ReadInt(iter, &value)) \
value              42 ipc/param_traits_read_macros.h     *p = static_cast<param_type>(value); \
value              33 ipc/param_traits_write_macros.h   void ParamTraits<enum_name>::Write(Message* m, const param_type& value) { \
value              35 ipc/param_traits_write_macros.h     m->WriteInt(static_cast<int>(value)); \
value              76 ipc/unix_domain_socket_util.cc   std::string socket_name = socket_path.value();
value              88 ipc/unix_domain_socket_util.cc     LOG(ERROR) << "Couldn't create directory: " << socket_dir.value();
value             101 ipc/unix_domain_socket_util.cc     PLOG(ERROR) << "bind " << socket_path.value();
value             107 ipc/unix_domain_socket_util.cc     PLOG(ERROR) << "listen " << socket_path.value();
value             120 ipc/unix_domain_socket_util.cc   std::string socket_name = socket_path.value();
value             132 ipc/unix_domain_socket_util.cc     PLOG(ERROR) << "connect " << socket_path.value();
value             108 ipc/unix_domain_socket_util_unittest.cc     stat(socket_name_.value().c_str(), &socket_stat);
value             133 ipc/unix_domain_socket_util_unittest.cc       unlink(socket_name_.value().c_str());
value              41 jingle/glue/channel_socket_adapter_unittest.cc   MOCK_METHOD2(SetOption, int(talk_base::Socket::Option opt, int value));
value              85 jingle/glue/fake_socket_factory.cc int FakeUDPPacketSocket::GetOption(talk_base::Socket::Option opt, int* value) {
value              90 jingle/glue/fake_socket_factory.cc int FakeUDPPacketSocket::SetOption(talk_base::Socket::Option opt, int value) {
value              48 jingle/glue/fake_socket_factory.h   virtual int GetOption(talk_base::Socket::Option opt, int* value) OVERRIDE;
value              49 jingle/glue/fake_socket_factory.h   virtual int SetOption(talk_base::Socket::Option opt, int value) OVERRIDE;
value              56 jingle/glue/logging_unittest.cc     const std::string& value = value_stream.str();
value              57 jingle/glue/logging_unittest.cc     command_line->AppendSwitchASCII("vmodule", value);
value              38 jingle/glue/utils.cc   base::DictionaryValue value;
value              39 jingle/glue/utils.cc   value.SetString("ip", candidate.address().ipaddr().ToString());
value              40 jingle/glue/utils.cc   value.SetInteger("port", candidate.address().port());
value              41 jingle/glue/utils.cc   value.SetString("type", candidate.type());
value              42 jingle/glue/utils.cc   value.SetString("protocol", candidate.protocol());
value              43 jingle/glue/utils.cc   value.SetString("username", candidate.username());
value              44 jingle/glue/utils.cc   value.SetString("password", candidate.password());
value              45 jingle/glue/utils.cc   value.SetDouble("preference", candidate.preference());
value              46 jingle/glue/utils.cc   value.SetInteger("generation", candidate.generation());
value              49 jingle/glue/utils.cc   base::JSONWriter::Write(&value, &result);
value              55 jingle/glue/utils.cc   scoped_ptr<base::Value> value(
value              57 jingle/glue/utils.cc   if (!value.get() || !value->IsType(base::Value::TYPE_DICTIONARY)) {
value              62 jingle/glue/utils.cc       static_cast<base::DictionaryValue*>(value.get());
value              24 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* MakeBoolXmlElement(const char* name, bool value) {
value              29 jingle/notifier/listener/xml_element_util.cc   bool_xml_element->AddAttr(boolAttrQName, value ? "true" : "false");
value              33 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* MakeIntXmlElement(const char* name, int value) {
value              38 jingle/notifier/listener/xml_element_util.cc   int_xml_element->AddAttr(intAttrQName, base::IntToString(value));
value              42 jingle/notifier/listener/xml_element_util.cc buzz::XmlElement* MakeStringXmlElement(const char* name, const char* value) {
value              47 jingle/notifier/listener/xml_element_util.cc   data_xml_element->AddAttr(dataAttrQName, value);
value              21 jingle/notifier/listener/xml_element_util.h buzz::XmlElement* MakeBoolXmlElement(const char* name, bool value);
value              23 jingle/notifier/listener/xml_element_util.h buzz::XmlElement* MakeIntXmlElement(const char* name, int value);
value              25 jingle/notifier/listener/xml_element_util.h buzz::XmlElement* MakeStringXmlElement(const char* name, const char* value);
value             155 media/audio/alsa/alsa_wrapper.cc     snd_mixer_elem_t* elem, long value) {
value             156 media/audio/alsa/alsa_wrapper.cc   return snd_mixer_selem_set_capture_volume_all(elem, value);
value             160 media/audio/alsa/alsa_wrapper.cc     snd_mixer_elem_t* elem, snd_mixer_selem_channel_id_t channel, long* value) {
value             161 media/audio/alsa/alsa_wrapper.cc   return snd_mixer_selem_get_capture_volume(elem, channel, value);
value              66 media/audio/alsa/alsa_wrapper.h   virtual int MixerSelemSetCaptureVolumeAll(snd_mixer_elem_t* elem, long value);
value              69 media/audio/alsa/alsa_wrapper.h                                          long* value);
value             172 media/audio/android/audio_android_unittest.cc     VLOG(0) << "Reading from file: " << file_path.value().c_str();
value             250 media/audio/android/audio_android_unittest.cc     VLOG(0) << "Writing to file: " << file_path.value().c_str();
value             166 media/audio/audio_low_latency_input_output_unittest.cc     VLOG(0) << ">> Output file " << file_name.value() << " has been created.";
value             189 media/audio/mac/audio_manager_mac.cc     AudioValueTranslation value;
value             190 media/audio/mac/audio_manager_mac.cc     value.mInputData = &uid;
value             191 media/audio/mac/audio_manager_mac.cc     value.mInputDataSize = sizeof(CFStringRef);
value             192 media/audio/mac/audio_manager_mac.cc     value.mOutputData = &audio_device_id;
value             193 media/audio/mac/audio_manager_mac.cc     value.mOutputDataSize = device_size;
value             202 media/audio/mac/audio_manager_mac.cc                                         &value);
value              97 media/audio/win/audio_low_latency_input_win_unittest.cc     VLOG(0) << ">> Output file: " << file_path.value() << " has been created.";
value              51 media/audio/win/audio_low_latency_output_win_unittest.cc MATCHER_P(HasValidDelay, value, "") {
value              55 media/audio/win/audio_low_latency_output_win_unittest.cc   return arg.hardware_delay_bytes >= value.hardware_delay_bytes;
value              29 media/base/android/media_drm_bridge.cc   uint32 value = 0;
value              31 media/base/android/media_drm_bridge.cc     value = (value << 8) | data[i];
value              32 media/base/android/media_drm_bridge.cc   return value;
value              36 media/base/android/media_drm_bridge.cc   uint64 value = 0;
value              38 media/base/android/media_drm_bridge.cc     value = (value << 8) | data[i];
value              39 media/base/android/media_drm_bridge.cc   return value;
value             164 media/base/audio_buffer.cc static inline float ConvertS16ToFloat(int16 value) {
value             165 media/base/audio_buffer.cc   return value * (value < 0 ? -1.0f / kint16min : 1.0f / kint16max);
value              36 media/base/audio_bus_unittest.cc   void VerifyValue(const float data[], int size, float value) {
value              38 media/base/audio_bus_unittest.cc       ASSERT_FLOAT_EQ(value, data[i]) << "i=" << i;
value             128 media/base/audio_converter_unittest.cc   void FillAudioData(float value) {
value             131 media/base/audio_converter_unittest.cc                 audio_bus_->channel(i) + audio_bus_->frames(), value);
value              17 media/base/audio_fifo_unittest.cc   void VerifyValue(const float data[], int size, float value) {
value              19 media/base/audio_fifo_unittest.cc       ASSERT_FLOAT_EQ(value, data[i]) << "i=" << i;
value             142 media/base/audio_fifo_unittest.cc   int value = 1;
value             145 media/base/audio_fifo_unittest.cc       std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value);
value             147 media/base/audio_fifo_unittest.cc     EXPECT_EQ(fifo.frames(), bus->frames() * value);
value             148 media/base/audio_fifo_unittest.cc     ++value;
value             158 media/base/audio_fifo_unittest.cc   value = 1;
value             164 media/base/audio_fifo_unittest.cc       VerifyValue(bus->channel(j), frames_to_consume, value);
value             166 media/base/audio_fifo_unittest.cc       ++value;  // counts 1, 1, 2, 2, 3, 3,...
value             173 media/base/audio_fifo_unittest.cc   value = 1;
value             175 media/base/audio_fifo_unittest.cc     std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value);
value             185 media/base/audio_fifo_unittest.cc       VerifyValue(bus->channel(j), bus->channels(), value);
value             186 media/base/audio_fifo_unittest.cc       std::fill(bus->channel(j), bus->channel(j) + bus->frames(), value + 1);
value             190 media/base/audio_fifo_unittest.cc     ++value;
value              38 media/base/audio_pull_fifo_unittest.cc     float value = start_value;
value              40 media/base/audio_pull_fifo_unittest.cc       ASSERT_FLOAT_EQ(value++, data[i]) << "i=" << i;
value             148 media/base/audio_renderer_mixer_unittest.cc   void FillAudioData(float value) {
value             151 media/base/audio_renderer_mixer_unittest.cc                 audio_bus_->channel(i) + audio_bus_->frames(), value);
value              33 media/base/audio_splicer_unittest.cc   scoped_refptr<AudioBuffer> GetNextInputBuffer(float value) {
value              34 media/base/audio_splicer_unittest.cc     return GetNextInputBuffer(value, kDefaultBufferSize);
value              37 media/base/audio_splicer_unittest.cc   scoped_refptr<AudioBuffer> GetNextInputBuffer(float value, int frame_size) {
value              43 media/base/audio_splicer_unittest.cc         value,
value              56 media/base/audio_splicer_unittest.cc   bool VerifyData(const scoped_refptr<AudioBuffer>& buffer, float value) {
value              62 media/base/audio_splicer_unittest.cc         if (bus->channel(ch)[i] != value)
value              30 media/base/audio_video_metadata_extractor.cc     *destination = tag->value;
value              42 media/base/audio_video_metadata_extractor.cc   if (*destination < 0 && base::StringToInt(tag->value, &temporary) &&
value             211 media/base/audio_video_metadata_extractor.cc       raw_tags_[tag->key] = tag->value;
value              68 media/base/bit_reader_unittest.cc   int value;
value              77 media/base/bit_reader_unittest.cc   EXPECT_TRUE(reader1.ReadBits(3, &value));
value              74 media/base/container_names.cc   uint64 value;
value              75 media/base/container_names.cc   reader->ReadBits(num_bits, &value);
value              76 media/base/container_names.cc   return value;
value             119 media/base/container_names_unittest.cc       << "Failure with file " << filename.value();
value             128 media/base/media_log.cc     MediaLogEvent::Type type, const char* property, bool value) {
value             130 media/base/media_log.cc   event->params.SetBoolean(property, value);
value             135 media/base/media_log.cc     MediaLogEvent::Type type, const char* property, const std::string& value) {
value             137 media/base/media_log.cc   event->params.SetString(property, value);
value             142 media/base/media_log.cc     MediaLogEvent::Type type, const char* property, base::TimeDelta value) {
value             144 media/base/media_log.cc   if (value.is_max())
value             147 media/base/media_log.cc     event->params.SetDouble(property, value.InSecondsF());
value             207 media/base/media_log.cc     const char* key, const std::string& value) {
value             209 media/base/media_log.cc   event->params.SetString(key, value);
value             214 media/base/media_log.cc     const char* key, int value) {
value             216 media/base/media_log.cc   event->params.SetInteger(key, value);
value             221 media/base/media_log.cc     const char* key, double value) {
value             223 media/base/media_log.cc   event->params.SetDouble(key, value);
value             228 media/base/media_log.cc     const char* key, bool value) {
value             230 media/base/media_log.cc   event->params.SetBoolean(key, value);
value             235 media/base/media_log.cc     const char* key, base::TimeDelta value) {
value             237 media/base/media_log.cc   if (value.is_max())
value             240 media/base/media_log.cc     event->params.SetDouble(key, value.InSecondsF());
value              54 media/base/media_log.h       MediaLogEvent::Type type, const char* property, bool value);
value              56 media/base/media_log.h       MediaLogEvent::Type type, const char* property, const std::string& value);
value              58 media/base/media_log.h       MediaLogEvent::Type type, const char* property, base::TimeDelta value);
value              72 media/base/media_log.h   void SetStringProperty(const char* key, const std::string& value);
value              73 media/base/media_log.h   void SetIntegerProperty(const char* key, int value);
value              74 media/base/media_log.h   void SetDoubleProperty(const char* key, double value);
value              75 media/base/media_log.h   void SetBooleanProperty(const char* key, bool value);
value              76 media/base/media_log.h   void SetTimeProperty(const char* key, base::TimeDelta value);
value              53 media/base/media_posix.cc   paths[kModuleFfmpegsumo].push_back(module_dir.Append(kSumoLib).value());
value              57 media/base/media_posix.cc       FILE_PATH_LITERAL(DSO_NAME("avutil", AVUTIL_VERSION))).value());
value              59 media/base/media_posix.cc       FILE_PATH_LITERAL(DSO_NAME("avcodec", AVCODEC_VERSION))).value());
value              61 media/base/media_posix.cc       FILE_PATH_LITERAL(DSO_NAME("avformat", AVFORMAT_VERSION))).value());
value              31 media/base/media_win.cc       module_dir.AppendASCII(kFFmpegDLL).value().c_str(), NULL,
value              53 media/base/simd/convert_rgb_to_yuv_sse2.cc static inline int Clamp(int value) {
value              54 media/base/simd/convert_rgb_to_yuv_sse2.cc   if (value < 0)
value              56 media/base/simd/convert_rgb_to_yuv_sse2.cc   if (value > 255)
value              58 media/base/simd/convert_rgb_to_yuv_sse2.cc   return value;
value              45 media/base/vector_math_unittest.cc   void VerifyOutput(float value) {
value              47 media/base/vector_math_unittest.cc       ASSERT_FLOAT_EQ(output_vector_[i], value);
value             197 media/base/vector_math_unittest.cc   EWMATestScenario WithImpulse(float value, int offset) const {
value             199 media/base/vector_math_unittest.cc     result.data_.get()[offset] = value;
value              21 media/base/video_frame.cc static inline size_t RoundUp(size_t value, size_t alignment) {
value              24 media/base/video_frame.cc   return ((value + (alignment - 1)) & ~(alignment - 1));
value             116 media/cast/logging/logging_defines.h   int value;
value              93 media/cast/logging/logging_impl.cc                                      CastLoggingEvent event, int value) {
value              95 media/cast/logging/logging_impl.cc   raw_.InsertGenericEvent(time_of_event, event, value);
value              53 media/cast/logging/logging_impl.h                           CastLoggingEvent event, int value);
value             218 media/cast/logging/logging_impl_unittest.cc     int value = kBaseValue + base::RandInt(-5, 5);
value             219 media/cast/logging/logging_impl_unittest.cc     sum_value_rtt += value;
value             220 media/cast/logging/logging_impl_unittest.cc     sumsq_value_rtt += value * value;
value             221 media/cast/logging/logging_impl_unittest.cc     logging_.InsertGenericEvent(testing_clock_.NowTicks(), kRttMs, value);
value             226 media/cast/logging/logging_impl_unittest.cc                                    value);
value             229 media/cast/logging/logging_impl_unittest.cc       sum_value_pl += value;
value             230 media/cast/logging/logging_impl_unittest.cc       sumsq_value_pl += value * value;
value             233 media/cast/logging/logging_impl_unittest.cc       logging_.InsertGenericEvent(testing_clock_.NowTicks(), kJitterMs, value);
value             236 media/cast/logging/logging_impl_unittest.cc       sum_value_jitter += value;
value             237 media/cast/logging/logging_impl_unittest.cc       sumsq_value_jitter += value * value;
value             240 media/cast/logging/logging_impl_unittest.cc       min_value = value;
value             241 media/cast/logging/logging_impl_unittest.cc       max_value = value;
value             242 media/cast/logging/logging_impl_unittest.cc     } else if (min_value > value) {
value             243 media/cast/logging/logging_impl_unittest.cc       min_value = value;
value             244 media/cast/logging/logging_impl_unittest.cc     } else if (max_value < value) {
value             245 media/cast/logging/logging_impl_unittest.cc       max_value = value;
value              81 media/cast/logging/logging_raw.cc                                     CastLoggingEvent event, int value) {
value              84 media/cast/logging/logging_raw.cc   generic_event.value = value;
value              56 media/cast/logging/logging_raw.h                           CastLoggingEvent event, int value);
value             132 media/cast/logging/logging_raw_unittest.cc   int value = 100;
value             133 media/cast/logging/logging_raw_unittest.cc   raw_.InsertGenericEvent(timestamp, event_type, value);
value             144 media/cast/logging/logging_raw_unittest.cc   EXPECT_EQ(value, generic_events_[0].value);
value              86 media/cast/logging/stats_event_subscriber.cc     stats.sum = generic_event.value;
value              87 media/cast/logging/stats_event_subscriber.cc     stats.sum_squared = generic_event.value * generic_event.value;
value              88 media/cast/logging/stats_event_subscriber.cc     stats.min = generic_event.value;
value              89 media/cast/logging/stats_event_subscriber.cc     stats.max = generic_event.value;
value              94 media/cast/logging/stats_event_subscriber.cc     it->second.sum += generic_event.value;
value              95 media/cast/logging/stats_event_subscriber.cc     it->second.sum_squared += generic_event.value * generic_event.value;
value              96 media/cast/logging/stats_event_subscriber.cc     if (it->second.min > generic_event.value) {
value              97 media/cast/logging/stats_event_subscriber.cc       it->second.min = generic_event.value;
value              98 media/cast/logging/stats_event_subscriber.cc     } else if (it->second.max < generic_event.value) {
value              99 media/cast/logging/stats_event_subscriber.cc       it->second.max = generic_event.value;
value             137 media/cast/logging/stats_event_subscriber_unittest.cc   int value = 123;
value             140 media/cast/logging/stats_event_subscriber_unittest.cc         testing_clock_->NowTicks(), kRttMs, value);
value             151 media/cast/logging/stats_event_subscriber_unittest.cc   EXPECT_EQ(num_generic_events * value, it->second.sum);
value             152 media/cast/logging/stats_event_subscriber_unittest.cc   EXPECT_EQ(static_cast<uint64>(num_generic_events * value * value),
value             154 media/cast/logging/stats_event_subscriber_unittest.cc   EXPECT_LE(value, it->second.min);
value             155 media/cast/logging/stats_event_subscriber_unittest.cc   EXPECT_GE(value, it->second.max);
value             100 media/cast/test/utility/barcode.cc     float value = 0.0;
value             102 media/cast/test/utility/barcode.cc       value += frame->data(VideoFrame::kYPlane)[
value             105 media/cast/test/utility/barcode.cc     value /= max_row - min_row;
value             106 media/cast/test/utility/barcode.cc     if (is_black ? value > kBlackThreshold : value < kWhiteThreshold) {
value              70 media/cast/test/utility/input_builder.cc   int value;
value              71 media/cast/test/utility/input_builder.cc   if (!base::StringToInt(input, &value))
value              73 media/cast/test/utility/input_builder.cc   return value >= low_range_ && value <= high_range_;
value             838 media/cdm/ppapi/cdm_adapter.cc void CdmAdapter::LogToConsole(const pp::Var& value) {
value             842 media/cdm/ppapi/cdm_adapter.cc   console->Log(pp_instance(), PP_LOGLEVEL_LOG, value.pp_var());
value             180 media/cdm/ppapi/cdm_adapter.h   void LogToConsole(const pp::Var& value);
value             423 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_audio_decoder.cc void FFmpegCdmAudioDecoder::SerializeInt64(int64 value) {
value             425 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_audio_decoder.cc   serialized_audio_frames_.resize(previous_size + sizeof(value));
value             426 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_audio_decoder.cc   memcpy(&serialized_audio_frames_[0] + previous_size, &value, sizeof(value));
value              59 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_audio_decoder.h   void SerializeInt64(int64_t value);
value             419 media/ffmpeg/ffmpeg_common.cc   if (webm_alpha && !strcmp(webm_alpha->value, "1")) {
value             122 media/ffmpeg/ffmpeg_unittest.cc     ASSERT_TRUE(glue_->OpenContext()) << "Could not open " << path.value();
value             125 media/ffmpeg/ffmpeg_unittest.cc         << "Could not find stream information for " << path.value();
value              86 media/filters/ffmpeg_demuxer.cc     DCHECK(key->value);
value              87 media/filters/ffmpeg_demuxer.cc     if (!key || !key->value)
value              89 media/filters/ffmpeg_demuxer.cc     base::StringPiece base64_key_id(key->value);
value             352 media/filters/ffmpeg_demuxer.cc   return (entry == NULL || entry->value == NULL) ? "" : entry->value;
value              23 media/filters/opus_audio_decoder.cc   uint16 value = 0;
value              24 media/filters/opus_audio_decoder.cc   DCHECK_LE(read_offset + sizeof(value), data_size);
value              25 media/filters/opus_audio_decoder.cc   memcpy(&value, data + read_offset, sizeof(value));
value              26 media/filters/opus_audio_decoder.cc   return base::ByteSwapToLE16(value);
value             301 media/formats/mpeg/mpeg_audio_stream_parser_base.cc                                                  int32* value) {
value             302 media/formats/mpeg/mpeg_audio_stream_parser_base.cc   *value = 0;
value             313 media/formats/mpeg/mpeg_audio_stream_parser_base.cc     *value <<= 7;
value             314 media/formats/mpeg/mpeg_audio_stream_parser_base.cc     *value += tmp;
value             103 media/formats/mpeg/mpeg_audio_stream_parser_base.h   bool ParseSyncSafeInt(BitReader* reader, int32* value);
value              31 media/formats/webm/chromeos/webm_encoder.cc                                      uint64_t value) {
value              35 media/formats/webm/chromeos/webm_encoder.cc   Ebml_Serialize(ebml, &value, sizeof(value), 4);
value             275 media/formats/webm/chromeos/webm_encoder.cc     LOG(ERROR) << "Error writing to " << output_path_.value();
value             282 media/formats/webm/chromeos/webm_encoder.cc     LOG(ERROR) << "Error writing to " << output_path_.value();
value             290 media/formats/webm/chromeos/webm_encoder.cc     LOG(ERROR) << "Error writing to " << output_path_.value();
value             164 media/formats/webm/cluster_builder.cc void ClusterBuilder::UpdateUInt64(int offset, int64 value) {
value             170 media/formats/webm/cluster_builder.cc     buf[i] = value & 0xff;
value             171 media/formats/webm/cluster_builder.cc     value >>= 8;
value              45 media/formats/webm/cluster_builder.h   void UpdateUInt64(int offset, int64 value);
value              13 media/formats/webm/tracks_builder.cc static int GetUIntMkvSize(uint64 value) {
value              14 media/formats/webm/tracks_builder.cc   if (value < 0x07FULL)
value              16 media/formats/webm/tracks_builder.cc   if (value < 0x03FFFULL)
value              18 media/formats/webm/tracks_builder.cc   if (value < 0x01FFFFFULL)
value              20 media/formats/webm/tracks_builder.cc   if (value < 0x0FFFFFFFULL)
value              22 media/formats/webm/tracks_builder.cc   if (value < 0x07FFFFFFFFULL)
value              24 media/formats/webm/tracks_builder.cc   if (value < 0x03FFFFFFFFFFULL)
value              26 media/formats/webm/tracks_builder.cc   if (value < 0x01FFFFFFFFFFFFULL)
value              32 media/formats/webm/tracks_builder.cc static int GetUIntSize(uint64 value) {
value              33 media/formats/webm/tracks_builder.cc   if (value < 0x0100ULL)
value              35 media/formats/webm/tracks_builder.cc   if (value < 0x010000ULL)
value              37 media/formats/webm/tracks_builder.cc   if (value < 0x01000000ULL)
value              39 media/formats/webm/tracks_builder.cc   if (value < 0x0100000000ULL)
value              41 media/formats/webm/tracks_builder.cc   if (value < 0x010000000000ULL)
value              43 media/formats/webm/tracks_builder.cc   if (value < 0x01000000000000ULL)
value              45 media/formats/webm/tracks_builder.cc   if (value < 0x0100000000000000ULL)
value              54 media/formats/webm/tracks_builder.cc static int IntElementSize(int element_id, int value) {
value              55 media/formats/webm/tracks_builder.cc   return GetUIntSize(element_id) + 1 + GetUIntSize(value);
value              62 media/formats/webm/tracks_builder.cc static int StringElementSize(int element_id, const std::string& value) {
value              64 media/formats/webm/tracks_builder.cc         GetUIntMkvSize(value.length()) +
value              65 media/formats/webm/tracks_builder.cc         value.length();
value              69 media/formats/webm/tracks_builder.cc                          int64 value, int size) {
value              74 media/formats/webm/tracks_builder.cc     *buf++ = static_cast<uint8>(value >> ((size - idx) * 8));
value              80 media/formats/webm/tracks_builder.cc                             double value) {
value              86 media/formats/webm/tracks_builder.cc   tmp.src = value;
value              96 media/formats/webm/tracks_builder.cc static void WriteUInt(uint8** buf, int* buf_size, uint64 value) {
value              97 media/formats/webm/tracks_builder.cc   const int size = GetUIntMkvSize(value);
value              98 media/formats/webm/tracks_builder.cc   value |= (1ULL << (size * 7));  // Matroska formatting
value              99 media/formats/webm/tracks_builder.cc   SerializeInt(buf, buf_size, value, size);
value             109 media/formats/webm/tracks_builder.cc                             int element_id, int value) {
value             112 media/formats/webm/tracks_builder.cc   const int size = GetUIntSize(value);
value             115 media/formats/webm/tracks_builder.cc   SerializeInt(buf, buf_size, value, size);
value             119 media/formats/webm/tracks_builder.cc                                int element_id, double value) {
value             122 media/formats/webm/tracks_builder.cc   SerializeDouble(buf, buf_size, value);
value             126 media/formats/webm/tracks_builder.cc                                int element_id, const std::string& value) {
value             132 media/formats/webm/tracks_builder.cc   const uint64 size = value.length();
value             135 media/formats/webm/tracks_builder.cc   memcpy(buf, value.data(), size);
value             551 media/formats/webm/webm_parser.cc   int64 value = 0;
value             553 media/formats/webm/webm_parser.cc     value = (value << 8) | buf[i];
value             555 media/formats/webm/webm_parser.cc   if (!client->OnUInt(id, value))
value             567 media/formats/webm/webm_parser.cc   double value = -1;
value             582 media/formats/webm/webm_parser.cc     value = tmp2.dst;
value             589 media/formats/webm/webm_parser.cc     value = tmp2.dst;
value             594 media/formats/webm/webm_parser.cc   if (!client->OnFloat(id, value))
value              28 media/video/capture/android/video_capture_device_android.h #define DEFINE_ANDROID_IMAGEFORMAT(name, value) name = value,
value              21 media/video/capture/android/video_capture_device_factory_android.h #define DEFINE_ANDROID_IMAGEFORMAT(name, value) name = value,
value             130 media/video/capture/file_video_capture_device.cc   CHECK(file.IsValid()) << file_path.value();
value             148 media/video/capture/file_video_capture_device.cc       Name(base::SysWideToUTF8(command_line_file_path.value()),
value             151 media/video/capture/file_video_capture_device.cc   device_names->push_back(Name(command_line_file_path.value(),
value             122 media/video/capture/linux/video_capture_device_linux.cc     std::string unique_id = path.value() + info.GetName().value();
value             138 media/video/capture/linux/video_capture_device_linux.cc         DVLOG(1) << "No usable formats reported by " << info.GetName().value();
value              26 media/video/capture/mac/coremedia_glue.h     CMTimeValue value;
value              50 media/video/capture/mac/coremedia_glue.h   static CMTime CMTimeMake(int64_t value, int32_t timescale);
value             158 mojo/apps/js/bindings/gl/context.cc       handle.value(),
value              36 mojo/bindings/js/core.cc   return MojoWait(handle.value(), flags, deadline);
value              65 mojo/bindings/js/core.cc     raw_handles[i] = handles[i]->get().value();
value              66 mojo/bindings/js/core.cc   MojoResult rv = MojoWriteMessage(handle.value(),
value              87 mojo/bindings/js/core.cc       handle.value(), NULL, &num_bytes, NULL, &num_handles, flags);
value             102 mojo/bindings/js/core.cc   result = MojoReadMessage(handle.value(),
value             164 mojo/bindings/js/core.cc       MojoWriteData(handle.value(), buffer.bytes(), &num_bytes, flags);
value             176 mojo/bindings/js/core.cc       handle.value(), NULL, &num_bytes, MOJO_READ_DATA_FLAG_QUERY);
value             189 mojo/bindings/js/core.cc   result = MojoReadData(handle.value(), buffer.bytes(), &num_bytes, flags);
value              20 mojo/bindings/js/handle.cc   return HandleWrapper::Create(isolate, val.value()).ToV8();
value              34 mojo/bindings/js/support.cc       handle.value(),
value              19 mojo/common/test/test_support_impl.cc                                     double value,
value              21 mojo/common/test/test_support_impl.cc   base::LogPerfResult(test_name, value, units);
value              20 mojo/common/test/test_support_impl.h                              double value,
value              43 mojo/embedder/embedder_unittest.cc                    base::Unretained(this)), NULL).release().value();
value              18 mojo/examples/compositor_app/mojo_context_provider.cc       gl_pipe_.release().value(), &ContextLostThunk, NULL, this);
value             218 mojo/examples/launcher/launcher.cc         MakeScopedHandle(LauncherClientHandle(handle.release().value())).Pass(),
value              29 mojo/examples/pepper_container_app/graphics_3d_resource.cc   context_ = MojoGLES2CreateContext(pipe.release().value(),
value              79 mojo/examples/pepper_container_app/graphics_3d_resource.cc                                               int32_t* value) {
value              36 mojo/examples/pepper_container_app/graphics_3d_resource.h   virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) OVERRIDE;
value             126 mojo/examples/pepper_container_app/mojo_ppapi_globals.cc                                      const std::string& value) {
value             133 mojo/examples/pepper_container_app/mojo_ppapi_globals.cc                                               const std::string& value) {
value              55 mojo/examples/pepper_container_app/mojo_ppapi_globals.h                              const std::string& value) OVERRIDE;
value              59 mojo/examples/pepper_container_app/mojo_ppapi_globals.h                                       const std::string& value) OVERRIDE;
value             149 mojo/examples/pepper_container_app/plugin_instance.cc                          PP_Var value) {
value             156 mojo/examples/pepper_container_app/plugin_instance.cc                                    PP_Var value) {
value              58 mojo/examples/pepper_container_app/plugin_instance.h                    PP_Var value) OVERRIDE;
value              62 mojo/examples/pepper_container_app/plugin_instance.h                              PP_Var value) OVERRIDE;
value             902 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void SampleCoverage(PP_Resource context_id, GLclampf value, GLboolean invert) {
value             905 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glSampleCoverage(value, invert);
value            1235 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                       const GLfloat* value) {
value            1238 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glUniformMatrix2fv(location, count, transpose, value);
value            1246 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                       const GLfloat* value) {
value            1249 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glUniformMatrix3fv(location, count, transpose, value);
value            1257 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                       const GLfloat* value) {
value            1260 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glUniformMatrix4fv(location, count, transpose, value);
value              27 mojo/examples/sample_app/gles2_client_impl.cc       pipe.release().value(),
value              66 mojo/gles2/gles2_support_impl.cc   ScopedCommandBufferHandle scoped_handle(CommandBufferHandle(handle.value()));
value             330 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLclampf value, GLboolean invert),
value             331 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (value, invert))
value             482 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value),
value             483 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (location, count, transpose, value))
value             487 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value),
value             488 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (location, count, transpose, value))
value             492 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value),
value             493 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (location, count, transpose, value))
value              18 mojo/public/c/test_support/test_support.h     double value,
value              48 mojo/public/cpp/bindings/interface.h   explicit InterfaceHandle(MojoHandle value) : MessagePipeHandle(value) {}
value              19 mojo/public/cpp/bindings/lib/array_internal.cc ArrayDataTraits<bool>::BitRef::operator=(bool value) {
value              20 mojo/public/cpp/bindings/lib/array_internal.cc   if (value) {
value              29 mojo/public/cpp/bindings/lib/array_internal.cc ArrayDataTraits<bool>::BitRef::operator=(const BitRef& value) {
value              30 mojo/public/cpp/bindings/lib/array_internal.cc   return (*this) = static_cast<bool>(value);
value              69 mojo/public/cpp/bindings/lib/array_internal.h     BitRef& operator=(bool value);
value              70 mojo/public/cpp/bindings/lib/array_internal.h     BitRef& operator=(const BitRef& value);
value             281 mojo/public/cpp/bindings/lib/array_internal.h   static typename T::Data* ToArrayElement(const T& value) {
value             282 mojo/public/cpp/bindings/lib/array_internal.h     return Unwrap(value);
value             297 mojo/public/cpp/bindings/lib/array_internal.h   static T ToArrayElement(const T& value) {
value             298 mojo/public/cpp/bindings/lib/array_internal.h     return value;
value             308 mojo/public/cpp/bindings/lib/array_internal.h   static bool ToArrayElement(const bool& value) {
value             309 mojo/public/cpp/bindings/lib/array_internal.h     return value;
value             319 mojo/public/cpp/bindings/lib/array_internal.h   static Handle ToArrayElement(const Handle& value) {
value             320 mojo/public/cpp/bindings/lib/array_internal.h     return value;
value             333 mojo/public/cpp/bindings/lib/array_internal.h       const DataPipeConsumerHandle& value) {
value             334 mojo/public/cpp/bindings/lib/array_internal.h     return value;
value             347 mojo/public/cpp/bindings/lib/array_internal.h       const DataPipeProducerHandle& value) {
value             348 mojo/public/cpp/bindings/lib/array_internal.h     return value;
value             360 mojo/public/cpp/bindings/lib/array_internal.h   static MessagePipeHandle ToArrayElement(const MessagePipeHandle& value) {
value             361 mojo/public/cpp/bindings/lib/array_internal.h     return value;
value              61 mojo/public/cpp/bindings/lib/bindings_serialization.cc   if (handle->value() == static_cast<MojoHandle>(-1)) {
value              65 mojo/public/cpp/bindings/lib/bindings_serialization.cc   if (handle->value() >= handles->size())
value              68 mojo/public/cpp/bindings/lib/bindings_serialization.cc   *handle = FetchAndReset(&handles->at(handle->value()));
value             106 mojo/public/cpp/bindings/lib/connector.cc                                       message_pipe_.get().value(),
value              26 mojo/public/cpp/bindings/lib/router.cc     Router* router = router_.value();
value              22 mojo/public/cpp/bindings/lib/shared_data.h   explicit SharedData(const T& value) : holder_(new Holder(value)) {
value              42 mojo/public/cpp/bindings/lib/shared_data.h   void reset(const T& value) {
value              44 mojo/public/cpp/bindings/lib/shared_data.h     holder_ = new Holder(value);
value              47 mojo/public/cpp/bindings/lib/shared_data.h   void set_value(const T& value) {
value              48 mojo/public/cpp/bindings/lib/shared_data.h     holder_->value = value;
value              51 mojo/public/cpp/bindings/lib/shared_data.h     return &holder_->value;
value              53 mojo/public/cpp/bindings/lib/shared_data.h   const T& value() const {
value              54 mojo/public/cpp/bindings/lib/shared_data.h     return holder_->value;
value              60 mojo/public/cpp/bindings/lib/shared_data.h     Holder() : value(), ref_count_(1) {
value              62 mojo/public/cpp/bindings/lib/shared_data.h     Holder(const T& value) : value(value), ref_count_(1) {
value              68 mojo/public/cpp/bindings/lib/shared_data.h     T value;
value              28 mojo/public/cpp/bindings/lib/shared_ptr.h     return impl_.value().ptr;
value              31 mojo/public/cpp/bindings/lib/shared_ptr.h     return impl_.value().ptr;
value              61 mojo/public/cpp/bindings/passable.h     this->ptr_->set_value(obj.value());
value             226 mojo/public/cpp/bindings/tests/connector_unittest.cc   smph.reset(MessagePipeHandle(message_received.handles()->front().value()));
value              45 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   virtual void Add(double value) MOJO_OVERRIDE {
value              46 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc     total_ += value;
value              50 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   virtual void Multiply(double value) MOJO_OVERRIDE {
value              51 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc     total_ *= value;
value              72 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   void Add(double value) {
value              73 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc     calculator_->Add(value);
value              76 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   void Subtract(double value) {
value              77 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc     calculator_->Add(-value);
value              80 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   void Multiply(double value) {
value              81 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc     calculator_->Multiply(value);
value              84 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   void Divide(double value) {
value              85 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc     calculator_->Multiply(1.0 / value);
value              94 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc   virtual void Output(double value) MOJO_OVERRIDE {
value              95 mojo/public/cpp/bindings/tests/remote_ptr_unittest.cc     output_ = value;
value             132 mojo/public/cpp/bindings/tests/request_response_unittest.cc   std::string value;
value             133 mojo/public/cpp/bindings/tests/request_response_unittest.cc   ReadTextMessage(pipe2.handle0.get(), &value);
value             135 mojo/public/cpp/bindings/tests/request_response_unittest.cc   EXPECT_EQ(std::string("hello"), value);
value             148 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, bool value) {
value             150 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   std::cout << name << ": " << (value ? "true" : "false") << std::endl;
value             153 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, int32_t value) {
value             155 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   std::cout << name << ": " << value << std::endl;
value             158 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, uint8_t value) {
value             160 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   std::cout << name << ": " << uint32_t(value) << std::endl;
value             163 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, mojo::Handle value) {
value             165 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   std::cout << name << ": 0x" << std::hex << value.value() << std::endl;
value              47 mojo/public/cpp/environment/tests/async_waiter_unittest.cc                            handle.value(),
value             153 mojo/public/cpp/shell/service.h                 client_handle.release().value())).Pass(),
value             123 mojo/public/cpp/system/core.h         static_cast<HandleType>(other.release().value()));
value             149 mojo/public/cpp/system/core.h     MojoResult result MOJO_ALLOW_UNUSED = MojoClose(handle_.value());
value             169 mojo/public/cpp/system/core.h   explicit Handle(MojoHandle value) : value_(value) {}
value             182 mojo/public/cpp/system/core.h   MojoHandle value() const { return value_; }
value             184 mojo/public/cpp/system/core.h   void set_value(MojoHandle value) { value_ = value; }
value             204 mojo/public/cpp/system/core.h   return MojoWait(handle.value(), flags, deadline);
value             240 mojo/public/cpp/system/core.h   return MojoClose(handle.value());
value             246 mojo/public/cpp/system/core.h   return a.value() < b.value();
value             254 mojo/public/cpp/system/core.h   explicit MessagePipeHandle(MojoHandle value) : Handle(value) {}
value             291 mojo/public/cpp/system/core.h   return MojoWriteMessage(message_pipe.value(), bytes, num_bytes, handles,
value             301 mojo/public/cpp/system/core.h   return MojoReadMessage(message_pipe.value(), bytes, num_bytes, handles,
value             329 mojo/public/cpp/system/core.h   explicit DataPipeProducerHandle(MojoHandle value) : Handle(value) {}
value             345 mojo/public/cpp/system/core.h   explicit DataPipeConsumerHandle(MojoHandle value) : Handle(value) {}
value             379 mojo/public/cpp/system/core.h   return MojoWriteData(data_pipe_producer.value(), elements, num_bytes, flags);
value             386 mojo/public/cpp/system/core.h   return MojoBeginWriteData(data_pipe_producer.value(), buffer,
value             392 mojo/public/cpp/system/core.h   return MojoEndWriteData(data_pipe_producer.value(), num_bytes_written);
value             399 mojo/public/cpp/system/core.h   return MojoReadData(data_pipe_consumer.value(), elements, num_bytes, flags);
value             406 mojo/public/cpp/system/core.h   return MojoBeginReadData(data_pipe_consumer.value(), buffer, buffer_num_bytes,
value             412 mojo/public/cpp/system/core.h   return MojoEndReadData(data_pipe_consumer.value(), num_bytes_read);
value             449 mojo/public/cpp/system/core.h   explicit SharedBufferHandle(MojoHandle value) : Handle(value) {}
value             488 mojo/public/cpp/system/core.h       buffer.value(), options, handle.mutable_value());
value             502 mojo/public/cpp/system/core.h   return MojoMapBuffer(buffer.value(), offset, num_bytes, pointer, flags);
value              31 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(kInvalidHandleValue, h0.value());
value              36 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(static_cast<MojoHandle>(123), h1.value());
value              40 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(static_cast<MojoHandle>(456), h1.value());
value              44 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(static_cast<MojoHandle>(456), h0.value());
value              50 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(static_cast<MojoHandle>(789), h0.value());
value              52 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(static_cast<MojoHandle>(456), h1.value());
value              57 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(static_cast<MojoHandle>(789), h2.value());
value              60 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(static_cast<MojoHandle>(456), h2.value());
value              93 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(kInvalidHandleValue, h.get().value());
value              99 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(kInvalidHandleValue, h.get().value());
value             159 mojo/public/cpp/system/tests/core_unittest.cc       EXPECT_NE(h0.get().value(), h1.get().value());
value             162 mojo/public/cpp/system/tests/core_unittest.cc       hv0 = h0.get().value();
value             163 mojo/public/cpp/system/tests/core_unittest.cc       MojoHandle hv1 = h1.get().value();
value             234 mojo/public/cpp/system/tests/core_unittest.cc       handles[0] = mp.handle1.release().value();
value             325 mojo/public/cpp/system/tests/core_unittest.cc     h3_value = h3.release().value();
value             336 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h0.release().value()));
value             337 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h1.release().value()));
value             338 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h2.release().value()));
value             372 mojo/public/cpp/system/tests/core_unittest.cc     h3_value = h3.release().value();
value             383 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h2.release().value()));
value             384 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h0.release().value()));
value             385 mojo/public/cpp/system/tests/core_unittest.cc     EXPECT_EQ(MOJO_RESULT_OK, MojoClose(h1.release().value()));
value              80 mojo/public/cpp/system/tests/macros_unittest.cc   explicit MoveOnlyInt(int value) : is_set_(true), value_(value) {}
value             108 mojo/public/cpp/system/tests/macros_unittest.cc   EXPECT_EQ(123, x.value());
value             114 mojo/public/cpp/system/tests/macros_unittest.cc   EXPECT_EQ(123, y.value());
value             118 mojo/public/cpp/system/tests/macros_unittest.cc   EXPECT_EQ(123, z.value());
value             121 mojo/public/cpp/system/tests/macros_unittest.cc   EXPECT_EQ(123, z.value());
value              14 mojo/public/cpp/test_support/test_support.h                           double value,
value              16 mojo/public/cpp/test_support/test_support.h   MojoTestSupportLogPerfResult(test_name, value, units);
value              28 mojo/public/cpp/utility/lib/thread_local.h   static void SetValueInSlot(SlotType slot, void* value);
value              50 mojo/public/cpp/utility/lib/thread_local.h   void Set(P* value) {
value              51 mojo/public/cpp/utility/lib/thread_local.h     ThreadLocalPlatform::SetValueInSlot(slot_, value);
value              32 mojo/public/cpp/utility/lib/thread_local_posix.cc void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
value              33 mojo/public/cpp/utility/lib/thread_local_posix.cc   if (pthread_setspecific(slot, value) != 0) {
value              32 mojo/public/cpp/utility/lib/thread_local_win.cc void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
value              33 mojo/public/cpp/utility/lib/thread_local_win.cc   if (!TlsSetValue(slot, value)) {
value              15 mojo/public/cpp/utility/tests/thread_unittest.cc   SetIntThread(int* int_to_set, int value)
value              17 mojo/public/cpp/utility/tests/thread_unittest.cc         value_(value) {
value              19 mojo/public/cpp/utility/tests/thread_unittest.cc   SetIntThread(const Options& options, int* int_to_set, int value)
value              22 mojo/public/cpp/utility/tests/thread_unittest.cc         value_(value) {
value              40 mojo/public/cpp/utility/tests/thread_unittest.cc   int value = 0;
value              44 mojo/public/cpp/utility/tests/thread_unittest.cc     SetIntThread thread(&value, 1234567);
value              46 mojo/public/cpp/utility/tests/thread_unittest.cc   EXPECT_EQ(0, value);
value              50 mojo/public/cpp/utility/tests/thread_unittest.cc     SetIntThread thread(&value, 12345678);
value              53 mojo/public/cpp/utility/tests/thread_unittest.cc     EXPECT_EQ(12345678, value);
value              60 mojo/public/cpp/utility/tests/thread_unittest.cc     SetIntThread thread(options, &value, 12345678);
value              63 mojo/public/cpp/utility/tests/thread_unittest.cc     EXPECT_EQ(12345678, value);
value              74 mojo/public/cpp/utility/tests/thread_unittest.cc     int value = 0;
value              75 mojo/public/cpp/utility/tests/thread_unittest.cc     SetIntThread thread(&value, 1);
value              82 mojo/public/cpp/utility/tests/thread_unittest.cc     int value = 0;
value              83 mojo/public/cpp/utility/tests/thread_unittest.cc     SetIntThread thread(&value, 2);
value              89 mojo/public/cpp/utility/tests/thread_unittest.cc     int value = 0;
value              90 mojo/public/cpp/utility/tests/thread_unittest.cc     SetIntThread thread(&value, 3);
value              98 mojo/public/cpp/utility/tests/thread_unittest.cc     int value = 0;
value             101 mojo/public/cpp/utility/tests/thread_unittest.cc     SetIntThread thread(options, &value, 4);
value              16 mojo/public/tests/test_support_private.cc                                   double value,
value              19 mojo/public/tests/test_support_private.cc     g_test_support->LogPerfResult(test_name, value, units);
value              21 mojo/public/tests/test_support_private.cc     printf("[no test runner]\t%s\t%g\t%s\n", test_name, value, units);
value              24 mojo/public/tests/test_support_private.h                              double value,
value              79 mojo/services/native_viewport/native_viewport_service.cc         InterfaceHandle<CommandBufferClient>(client_handle.release().value()));
value             216 mojo/shell/app_child_process.cc                 host_message_pipe.release().value())), this);
value             229 mojo/shell/app_child_process.cc     DVLOG(2) << "Loading/running Mojo app from " << app_path.value()
value             255 mojo/shell/app_child_process.cc       MojoResult result = main_function(service.release().value());
value              40 mojo/shell/app_child_process_host.cc               child_message_pipe.release().value())), controller_client_);
value              68 mojo/shell/dynamic_service_loader.cc              << app_path.value();
value              50 mojo/shell/in_process_dynamic_service_runner.cc   DVLOG(2) << "Loading/running Mojo app from " << app_path_.value()
value              75 mojo/shell/in_process_dynamic_service_runner.cc     MojoResult result = main_function(service_handle_.release().value());
value              53 mojo/shell/out_of_process_dynamic_service_runner.cc           service_handle.release().value())));
value              63 mojo/system/raw_shared_buffer_posix.cc   if (unlink(shared_buffer_file.value().c_str()) != 0) {
value              92 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     int value = decoded[0];
value             103 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     memset(output, value, count);
value             342 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   pp::Var value(buf);
value             343 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   console->Log(pp_instance(), PP_LOGLEVEL_ERROR, value.pp_var());
value              77 native_client_sdk/src/examples/api/var_array_buffer/var_array_buffer.cc   void DrawBar(uint32_t column, double value, pp::ImageData* image_data) {
value              78 native_client_sdk/src/examples/api/var_array_buffer/var_array_buffer.cc     assert((value >= 0.0) && (value <= 1.0));
value              83 native_client_sdk/src/examples/api/var_array_buffer/var_array_buffer.cc     int bar_height = static_cast<int>(value * image_height);
value              28 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc pp::Var MakeResult(const char* cmd, const pp::Var& value,
value              32 native_client_sdk/src/examples/api/var_dictionary/var_dictionary.cc   dict.Set("result", value);
value              60 native_client_sdk/src/examples/demo/drive/drive.cc                        const std::string& value,
value              65 native_client_sdk/src/examples/demo/drive/drive.cc   *s += EncodeUriComponent(value);
value              70 native_client_sdk/src/examples/demo/drive/drive.cc                        int value,
value              72 native_client_sdk/src/examples/demo/drive/drive.cc   AddQueryParameter(s, key, IntToString(value), first);
value              81 native_client_sdk/src/examples/demo/drive/drive.cc void AddHeader(std::string* s, const char* key, const std::string& value) {
value              84 native_client_sdk/src/examples/demo/drive/drive.cc   *s += value;
value             228 native_client_sdk/src/examples/demo/drive/drive.cc   Json::Value value(Json::objectValue);
value             230 native_client_sdk/src/examples/demo/drive/drive.cc     value["description"] = Json::Value(params.description);
value             233 native_client_sdk/src/examples/demo/drive/drive.cc     value["mimeType"] = Json::Value(params.mime_type);
value             236 native_client_sdk/src/examples/demo/drive/drive.cc     value["title"] = Json::Value(params.title);
value             239 native_client_sdk/src/examples/demo/drive/drive.cc   std::string metadata = writer.write(value);
value             539 native_client_sdk/src/examples/demo/drive/drive.cc   Json::Value value = metadata[key];
value             540 native_client_sdk/src/examples/demo/drive/drive.cc   if (!value.isString()) {
value             545 native_client_sdk/src/examples/demo/drive/drive.cc   *output = value.asString();
value             218 native_client_sdk/src/examples/demo/earth/earth.cc   void PostUpdateMessage(const char* message_name, double value);
value             774 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::PostUpdateMessage(const char* message_name, double value) {
value             777 native_client_sdk/src/examples/demo/earth/earth.cc   message.Set("value", value);
value             134 native_client_sdk/src/examples/demo/voronoi/voronoi.cc   void PostUpdateMessage(const char* message_name, double value);
value             494 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::PostUpdateMessage(const char* message_name, double value) {
value             497 native_client_sdk/src/examples/demo/voronoi/voronoi.cc   message.Set("value", value);
value              93 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     int value = decoded[0];
value             104 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     memset(output, value, count);
value             221 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   void PostUpdateMessage(const char* message_name, double value);
value             778 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::PostUpdateMessage(const char* message_name, double value) {
value             781 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   message.Set("value", value);
value             126 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc   void PostUpdateMessage(const char* message_name, double value);
value             463 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::PostUpdateMessage(const char* message_name, double value) {
value             466 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc   message.Set("value", value);
value              45 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   std::string value;
value              74 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc           value.assign(start, &headers[i] - start);
value              75 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc           result[key] = value;
value             330 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   *out_statuscode = statuscode.value.as_int;
value              93 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int setenv(const char* name, const char* value, int overwrite);
value             173 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc int setenv(const char* name, const char* value, int overwrite) {
value             177 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   errno_t result = _putenv_s(name, value);
value             229 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   int value = 0;
value             237 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc       value = 1;
value             238 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc       value_ptr = &value;
value             239 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc       value_len = sizeof(value);
value             246 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc       value = keep_alive_;
value             247 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc       value_ptr = &value;
value             248 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc       value_len = sizeof(value);
value             305 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc       int value = *static_cast<const int*>(optval);
value             306 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc       keep_alive_ = value != 0;
value             320 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc     int value = tcp_nodelay_;
value             321 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc     socklen_t value_len = static_cast<socklen_t>(sizeof(value));
value             323 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc     memcpy(optval, &value, copy_bytes);
value              33 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c     unsigned long value = strtoul(pos, &end_pos, 10);
value              34 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c     if (value > 255 || pos == end_pos)
value              36 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c     result[i] = (unsigned char)value;
value             187 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc     char* value = new char[strlen(next_arg) + 1];
value             188 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc     strcpy(value, next_arg);
value             189 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc     si->argv_[si->argc_++] = value;
value             449 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc                                           const pp::Var& value,
value             452 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   instance->MessageHandlerExit(value);
value             456 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc                                            const pp::Var& value,
value             459 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   instance->MessageHandlerInput(value);
value             463 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc                                             const pp::Var& value,
value             466 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   instance->MessageHandlerResize(value);
value              30 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h                                  const pp::Var& value,
value             172 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h                                        const pp::Var& value,
value             178 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h                                         const pp::Var& value,
value             186 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h                                          const pp::Var& value,
value              28 native_client_sdk/src/libraries/sdk_util/atomicops.h inline Atomic32 AtomicAddFetch(volatile Atomic32* ptr, Atomic32 value) {
value              29 native_client_sdk/src/libraries/sdk_util/atomicops.h   return __sync_add_and_fetch(ptr, value);
value              32 native_client_sdk/src/libraries/sdk_util/atomicops.h inline Atomic32 AtomicAndFetch(volatile Atomic32* ptr, Atomic32 value) {
value              33 native_client_sdk/src/libraries/sdk_util/atomicops.h   return __sync_and_and_fetch(ptr, value);
value              36 native_client_sdk/src/libraries/sdk_util/atomicops.h inline Atomic32 AtomicOrFetch(volatile Atomic32* ptr, Atomic32 value) {
value              37 native_client_sdk/src/libraries/sdk_util/atomicops.h   return __sync_or_and_fetch(ptr, value);
value              40 native_client_sdk/src/libraries/sdk_util/atomicops.h inline Atomic32 AtomicXorFetch(volatile Atomic32* ptr, Atomic32 value) {
value              41 native_client_sdk/src/libraries/sdk_util/atomicops.h   return __sync_xor_and_fetch(ptr, value);
value              68 native_client_sdk/src/libraries/sdk_util/atomicops.h inline Atomic32 AtomicAddFetch(volatile Atomic32* ptr, Atomic32 value) {
value              69 native_client_sdk/src/libraries/sdk_util/atomicops.h   return InterlockedExchangeAdd(ptr, value);
value              72 native_client_sdk/src/libraries/sdk_util/atomicops.h inline Atomic32 AtomicAndFetch(volatile Atomic32* ptr, Atomic32 value) {
value              77 native_client_sdk/src/libraries/sdk_util/atomicops.h     newval = oldval & value;
value              83 native_client_sdk/src/libraries/sdk_util/atomicops.h inline Atomic32 AtomicOrFetch(volatile Atomic32* ptr, Atomic32 value) {
value              88 native_client_sdk/src/libraries/sdk_util/atomicops.h     newval = oldval | value;
value              94 native_client_sdk/src/libraries/sdk_util/atomicops.h inline Atomic32 AtomicXorFetch(volatile Atomic32* ptr, Atomic32 value) {
value              99 native_client_sdk/src/libraries/sdk_util/atomicops.h     newval = oldval ^ value;
value             185 native_client_sdk/src/libraries/third_party/newlib-extras/sys/signal.h int _EXFUN(sigqueue, (pid_t pid, int signo, const union sigval value));
value             223 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   int value;
value             770 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_COMPARE_EXCHANGE_64(location, value, comparand)    \
value             772 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h       __typeof (value) _result;                                            \
value             778 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h         :"r"  (location), "r" (value), "a" (comparand)                     \
value             782 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_64(location, value)                    \
value             784 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h       __typeof (value) _result;                                            \
value             789 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h         :"r" (location), "0" (value)                                       \
value             793 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_ADD_64(location, value)                \
value             795 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h       __typeof (value) _result;                                            \
value             801 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h         :"r" (location), "0" (value)                                       \
value             830 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_COMPARE_EXCHANGE_LONG(location, value, comparand)    \
value             832 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h       __typeof (value) _result;                                            \
value             838 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h         :"r"  (location), "r" (value), "a" (comparand)                     \
value             842 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_LONG(location, value)                  \
value             844 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h       __typeof (value) _result;                                            \
value             849 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h         :"r" (location), "0" (value)                                       \
value             853 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_ADD_LONG(location, value)              \
value             855 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h       __typeof (value) _result;                                            \
value             861 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h         :"r" (location), "0" (value)                                       \
value             889 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_COMPARE_EXCHANGE_PTR(location, value, comparand) \
value             891 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h                                             (PTW32_INTERLOCKED_SIZE)value, \
value             893 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_PTR(location, value) \
value             895 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h                                     (PTW32_INTERLOCKED_SIZE)value)
value             905 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h #  define PTW32_INTERLOCKED_COMPARE_EXCHANGE_LONG(location, value, comparand) \
value             906 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h       ((LONG)InterlockedCompareExchange((PVOID *)(location), (PVOID)(value), (PVOID)(comparand)))
value             916 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h #  define PTW32_INTERLOCKED_EXCHANGE_PTR(location, value) \
value             917 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h     ((PVOID)InterlockedExchange((LPLONG)(location), (LONG)(value)))
value             987 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                  const void *value);
value              42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c pthread_setspecific (pthread_key_t key, const void *value)
value              94 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c 	  if (value == NULL)
value              98 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c           self = *((pthread_t *) value);
value             110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c       if (self.p != NULL && key->destructor != NULL && value != NULL)
value             159 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setspecific.c 	  if (!TlsSetValue (key->key, (LPVOID) value))
value             112 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 	      void * value;
value             167 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 	      value = TlsGetValue(k->key);
value             171 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 	      if (value != NULL && iterations <= PTHREAD_DESTRUCTOR_ITERATIONS)
value             192 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 		      destructor (value);
value             213 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c 		  destructor (value);
value              91 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_semwait.c           v = --s->value;
value              88 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_destroy.c           if (s->value < 0)
value             116 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_destroy.c                   s->value = SEM_VALUE_MAX;
value              87 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_getvalue.c       long value;
value             102 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_getvalue.c           value = s->value;
value             104 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_getvalue.c           *sval = value;
value              47 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c sem_init (sem_t * sem, int pshared, unsigned int value)
value              96 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c   else if (value > (unsigned int)SEM_VALUE_MAX)
value             111 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c 	  s->value = value;
value              54 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_open.c sem_open (const char *name, int oflag, mode_t mode, unsigned int value)
value              94 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c       if (s->value < SEM_VALUE_MAX)
value              97 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c 	  if (++s->value <= 0
value             100 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c 	      s->value--;
value             104 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c 	  if (++s->value <= 0
value             107 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c 	      s->value--;
value              98 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c       if (s->value <= (SEM_VALUE_MAX - count))
value             100 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c 	  waiters = -s->value;
value             101 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c 	  s->value += count;
value             122 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c 		  s->value -= count;
value              79 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c 	  s->value++;
value              81 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c 	  if (s->value > 0)
value             175 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c 	  v = --s->value;
value              97 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_trywait.c       if (s->value > 0)
value              99 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_trywait.c 	  s->value--;
value              65 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c 	  ++s->value;
value              67 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c 	  if (s->value > 0)
value             137 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c           v = --s->value;
value             134 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h 			    unsigned int value);
value             153 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h 			    unsigned int value);
value             454 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   int value = 0;
value             455 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   socklen_t len = sizeof(value);
value             456 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(0, ki_getsockopt(sock1_, SOL_SOCKET, SO_KEEPALIVE, &value, &len));
value             457 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(0, value);
value             500 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   int value = 1;
value             501 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   socklen_t len = sizeof(value);
value             505 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(0, ki_setsockopt(sock1_, SOL_SOCKET, SO_REUSEADDR, &value, len));
value             507 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   value = 0;
value             508 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   len = sizeof(value);
value             509 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(0, ki_getsockopt(sock1_, SOL_SOCKET, SO_REUSEADDR, &value, &len));
value             510 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(1, value);
value             399 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc                                                  PP_Var value) {
value             408 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       if (value.type != PP_VARTYPE_STRING)
value             412 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       const char* url = var_interface_->VarToUtf8(value, &len);
value             417 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       var_interface_->Release(value);
value             421 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       if (value.type != PP_VARTYPE_STRING)
value             425 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       const char* url = var_interface_->VarToUtf8(value, &len);
value             430 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       var_interface_->Release(value);
value             434 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       if (value.type != PP_VARTYPE_STRING)
value             438 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       const char* url = var_interface_->VarToUtf8(value, &len);
value             443 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       var_interface_->Release(value);
value             447 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       if (value.type != PP_VARTYPE_BOOL)
value             453 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       if (value.type != PP_VARTYPE_BOOL)
value              99 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.h                               PP_Var value);
value              20 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc   result.value.as_id = var_data->id;
value              19 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc   result.value.as_id = var_data->id;
value              37 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc PP_Bool FakeVarArrayInterface::Set(PP_Var var, uint32_t index, PP_Var value) {
value              45 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc   data->array_value[index] = value;
value              46 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc   manager_->AddRef(value);
value              24 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.h   virtual PP_Bool Set(PP_Var array, uint32_t index, PP_Var value);
value              18 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.cc   result.value.as_id = var_data->id;
value              95 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc   VarMap::iterator iter = var_map_.find(var.value.as_id);
value              27 native_client_sdk/src/tests/nacl_io_test/mock_util.h       return arg.value.as_bool == var.value.as_bool;
value              30 native_client_sdk/src/tests/nacl_io_test/mock_util.h       return arg.value.as_int == var.value.as_int;
value              33 native_client_sdk/src/tests/nacl_io_test/mock_util.h       return arg.value.as_double == var.value.as_double;
value              36 native_client_sdk/src/tests/nacl_io_test/mock_util.h       return arg.value.as_id == var.value.as_id;
value              20 net/android/cert_verify_result_android.h #define CERT_VERIFY_STATUS_ANDROID(label, value) VERIFY_ ## label = value,
value              30 net/android/keystore.h #define DEFINE_PRIVATE_KEY_TYPE(name,value)  PRIVATE_KEY_TYPE_ ## name = value,
value              44 net/base/capturing_net_log.cc     std::string* value) const {
value              47 net/base/capturing_net_log.cc   return params->GetString(name, value);
value              52 net/base/capturing_net_log.cc     int* value) const {
value              55 net/base/capturing_net_log.cc   return params->GetInteger(name, value);
value              60 net/base/capturing_net_log.cc     base::ListValue** value) const {
value              63 net/base/capturing_net_log.cc   return params->GetList(name, value);
value              66 net/base/capturing_net_log.cc bool CapturingNetLog::CapturedEntry::GetNetErrorCode(int* value) const {
value              67 net/base/capturing_net_log.cc   return GetIntegerValue("net_error", value);
value              52 net/base/capturing_net_log.h     bool GetStringValue(const std::string& name, std::string* value) const;
value              53 net/base/capturing_net_log.h     bool GetIntegerValue(const std::string& name, int* value) const;
value              54 net/base/capturing_net_log.h     bool GetListValue(const std::string& name, base::ListValue** value) const;
value              58 net/base/capturing_net_log.h     bool GetNetErrorCode(int* value) const;
value              24 net/base/directory_lister.cc   return FILE_PATH_LITERAL("..") == path.BaseName().value();
value              93 net/base/directory_lister.cc   DCHECK(!dir.value().empty());
value             103 net/base/directory_lister.cc   DCHECK(!dir.value().empty());
value              71 net/base/directory_lister_unittest.cc                   file_list_[current].GetName().BaseName().value());
value             106 net/base/escape.cc                                  unsigned char* value) {
value             116 net/base/escape.cc     *value = HexDigitToInt(most_sig_digit) * 16 +
value              70 net/base/escape_unittest.cc     EscapeCase value = escape_cases[i];
value              71 net/base/escape_unittest.cc     EXPECT_EQ(value.output, EscapeQueryParamValue(value.input, true));
value              80 net/base/escape_unittest.cc     EscapeCase value = escape_cases_no_plus[i];
value              81 net/base/escape_unittest.cc     EXPECT_EQ(value.output, EscapeQueryParamValue(value.input, false));
value              23 net/base/expiring_cache.h               const ValueType& value,
value             103 net/base/expiring_cache.h     const ValueType& value() const { return it_->second.first; }
value             141 net/base/expiring_cache.h            const ValueType& value,
value             151 net/base/expiring_cache.h       entries_.insert(std::make_pair(key, Entry(value, expiration)));
value             154 net/base/expiring_cache.h       it->second.first = value;
value              99 net/base/file_stream_context.h   void set_record_uma(bool value) { record_uma_ = value; }
value              48 net/base/hash_value.cc bool HashValue::FromString(const base::StringPiece value) {
value              50 net/base/hash_value.cc   if (value.starts_with("sha1/")) {
value              52 net/base/hash_value.cc     base64_str = value.substr(5);
value              53 net/base/hash_value.cc   } else if (value.starts_with("sha256/")) {
value              55 net/base/hash_value.cc     base64_str = value.substr(7);
value              22 net/base/ip_pattern.cc   bool Match(uint32 value) const;
value              44 net/base/ip_pattern.cc bool IPPattern::ComponentPattern::Match(uint32 value) const {
value              49 net/base/ip_pattern.cc     if (range_it->maximum >= value && range_it->minimum <= value)
value             112 net/base/ip_pattern.cc       uint32 value;
value             113 net/base/ip_pattern.cc       if (!ValueTextToInt(*component_it, &value))
value             116 net/base/ip_pattern.cc       component_values_.push_back(value);
value              14 net/base/load_flags.h #define LOAD_FLAG(label, value) LOAD_ ## label = value,
value            1009 net/base/mime_util.cc                                 const std::string& value,
value            1024 net/base/mime_util.cc   post_data->append("\r\n" + value + "\r\n");
value             111 net/base/mime_util.h #define CERTIFICATE_MIME_TYPE(name, value) CERTIFICATE_MIME_TYPE_ ## name = value,
value             121 net/base/mime_util.h                                            const std::string& value,
value              15 net/base/net_errors.cc #define NET_ERROR(label, value) -(value),
value              32 net/base/net_errors.cc #define NET_ERROR(label, value) \
value              24 net/base/net_errors.h #define NET_ERROR(label, value) ERR_ ## label = value,
value              43 net/base/net_log.cc                                    int value,
value              46 net/base/net_log.cc   event_params->SetInteger(name, value);
value              51 net/base/net_log.cc                                  int64 value,
value              54 net/base/net_log.cc   event_params->SetString(name, base::Int64ToString(value));
value              59 net/base/net_log.cc                                   const std::string* value,
value              62 net/base/net_log.cc   event_params->SetString(name, *value);
value              67 net/base/net_log.cc                                     const base::string16* value,
value              70 net/base/net_log.cc   event_params->SetString(name, *value);
value             140 net/base/net_log.cc     base::Value* value = data_->parameters_callback->Run(log_level_);
value             141 net/base/net_log.cc     if (value)
value             142 net/base/net_log.cc       entry_dict->Set("params", value);
value             373 net/base/net_log.cc                                                    int value) {
value             374 net/base/net_log.cc   return base::Bind(&NetLogIntegerCallback, name, value);
value             379 net/base/net_log.cc                                                  int64 value) {
value             380 net/base/net_log.cc   return base::Bind(&NetLogInt64Callback, name, value);
value             385 net/base/net_log.cc                                                   const std::string* value) {
value             386 net/base/net_log.cc   DCHECK(value);
value             387 net/base/net_log.cc   return base::Bind(&NetLogStringCallback, name, value);
value             392 net/base/net_log.cc                                                   const base::string16* value) {
value             393 net/base/net_log.cc   DCHECK(value);
value             394 net/base/net_log.cc   return base::Bind(&NetLogString16Callback, name, value);
value             284 net/base/net_log.h   static ParametersCallback IntegerCallback(const char* name, int value);
value             290 net/base/net_log.h   static ParametersCallback Int64Callback(const char* name, int64 value);
value             297 net/base/net_log.h                                            const std::string* value);
value             301 net/base/net_log.h                                            const base::string16* value);
value              60 net/base/net_log_logger.cc   scoped_ptr<base::Value> value(entry.ToValue());
value              62 net/base/net_log_logger.cc   base::JSONWriter::Write(value.get(), &json);
value              84 net/base/net_log_logger.cc #define LOAD_FLAG(label, value) \
value              85 net/base/net_log_logger.cc     dict->SetInteger(# label, static_cast<int>(value));
value             110 net/base/net_log_logger.cc #define NET_ERROR(label, value) \
value             111 net/base/net_log_logger.cc     dict->SetInteger(# label, static_cast<int>(value));
value             103 net/base/net_log_unittest.cc     base::Value* value = entry.ToValue();
value             105 net/base/net_log_unittest.cc     ASSERT_TRUE(value->GetAsDictionary(&dict));
value             427 net/base/net_util.cc     value = uidna_openUTS46(UIDNA_CHECK_BIDI, &err);
value             429 net/base/net_util.cc       value = NULL;
value             432 net/base/net_util.cc   UIDNA* value;
value             454 net/base/net_util.cc     UIDNA* uidna = g_uidna.Get().value;
value             950 net/base/net_util.cc       path.value().c_str(), path.value().size(), converted);
value            1004 net/base/net_util.cc     url_string.append(current_dir.value());
value            1007 net/base/net_util.cc   url_string.append(path.value());
value            1206 net/base/net_util.cc   base::FilePath::StringType sanitized = component.value();
value            1217 net/base/net_util.cc          (sanitized == component.value()) &&
value            1218 net/base/net_util.cc          !IsReservedName(component.value());
value            1243 net/base/net_util.cc   base::FilePath::StringType leaf_name = file_path->BaseName().value();
value            1248 net/base/net_util.cc     if (file_path->value() == base::FilePath::kCurrentDirectory) {
value              90 net/base/net_util_posix.cc   std::string& file_path_str = const_cast<std::string&>(path->value());
value             971 net/base/net_util_unittest.cc     EXPECT_EQ(safe_tests[i].expected_filename, file_path.value())
value              90 net/base/net_util_win.cc   std::wstring& file_path_str = const_cast<std::wstring&>(file_path->value());
value             308 net/base/nss_memio.c         data->value.non_blocking = PR_TRUE;
value              18 net/base/platform_mime_util_win.cc   std::wstring value, key = L"." + ext;
value              20 net/base/platform_mime_util_win.cc       L"Content Type", &value);
value              21 net/base/platform_mime_util_win.cc   if (!value.empty()) {
value              22 net/base/platform_mime_util_win.cc     *result = base::WideToUTF8(value);
value              58 net/base/prioritized_dispatcher.cc   Job* job = handle.value();
value              75 net/base/prioritized_dispatcher.cc   Job* job = handle.value();
value             129 net/base/prioritized_dispatcher.cc   Job* job = handle.value();
value              74 net/base/prioritized_dispatcher_unittest.cc         EXPECT_EQ(tag_, reinterpret_cast<TestJob*>(handle_.value())->tag_);
value              94 net/base/prioritized_dispatcher_unittest.cc         EXPECT_EQ(tag_, reinterpret_cast<TestJob*>(handle_.value())->tag_);
value              83 net/base/priority_queue.h     const T& value() const { return iterator_->second; }
value              85 net/base/priority_queue.h     const T& value() const { return *iterator_; }
value             140 net/base/priority_queue.h   Pointer Insert(const T& value, Priority priority) {
value             150 net/base/priority_queue.h                                          std::make_pair(id, value)));
value             152 net/base/priority_queue.h     return Pointer(priority, list.insert(list.end(), value));
value             158 net/base/priority_queue.h   Pointer InsertAtFront(const T& value, Priority priority) {
value             168 net/base/priority_queue.h                                          std::make_pair(id, value)));
value             170 net/base/priority_queue.h     return Pointer(priority, list.insert(list.begin(), value));
value              54 net/base/priority_queue_unittest.cc     EXPECT_EQ(static_cast<int>(i), pointers_[i].value());
value              65 net/base/priority_queue_unittest.cc     EXPECT_EQ(kFirstMinOrder[i], queue_.FirstMin().value());
value              73 net/base/priority_queue_unittest.cc     EXPECT_EQ(kLastMinOrder[i], queue_.LastMin().value());
value              84 net/base/priority_queue_unittest.cc     EXPECT_EQ(kFirstMaxOrder[i], p.value());
value              96 net/base/priority_queue_unittest.cc     EXPECT_EQ(kFirstMaxOrder[i], current.value());
value             107 net/base/priority_queue_unittest.cc     EXPECT_EQ(kFirstMaxOrder[i], queue_.FirstMax().value());
value             115 net/base/priority_queue_unittest.cc     EXPECT_EQ(kLastMaxOrderErase[i], queue_.LastMax().value());
value             128 net/base/priority_queue_unittest.cc     EXPECT_EQ(expected_order[i], queue_.FirstMin().value());
value             143 net/base/priority_queue_unittest.cc     EXPECT_EQ(expected_order[i], queue_.FirstMin().value());
value             442 net/base/sdch_manager.cc       std::string value(dictionary_text, value_start, line_end - value_start);
value             445 net/base/sdch_manager.cc         domain = value;
value             447 net/base/sdch_manager.cc         path = value;
value             449 net/base/sdch_manager.cc         if (value != "1.0")
value             453 net/base/sdch_manager.cc         base::StringToInt64(value, &seconds);
value             457 net/base/sdch_manager.cc         base::StringToInt(value, &port);
value             109 net/base/upload_file_element_reader.cc     DLOG(WARNING) << "Failed to open \"" << path_.value()
value             135 net/base/upload_file_element_reader.cc     DLOG(WARNING) << "Failed to seek \"" << path_.value()
value             161 net/base/upload_file_element_reader.cc     DLOG(WARNING) << "Failed to get file info of \"" << path_.value() << "\"";
value             205 net/base/upload_file_element_reader.cc ScopedOverridingContentLengthForTests(uint64 value) {
value             206 net/base/upload_file_element_reader.cc   overriding_content_length = value;
value              78 net/base/upload_file_element_reader.h     ScopedOverridingContentLengthForTests(uint64 value);
value              18 net/base/url_util.cc                           const std::string& value) {
value              25 net/base/url_util.cc             EscapeQueryParamValue(value, true));
value              33 net/base/url_util.cc                                    const std::string& value) {
value              36 net/base/url_util.cc   std::string param_value = EscapeQueryParamValue(value, true);
value              46 net/base/url_util.cc     const base::StringPiece value(
value              30 net/base/url_util.h                                      const std::string& value);
value              47 net/base/url_util.h                                               const std::string& value);
value              87 net/base/url_util_unittest.cc   std::string value;
value              90 net/base/url_util_unittest.cc   EXPECT_FALSE(GetValueForKeyInQuery(url, "non-exist", &value));
value              93 net/base/url_util_unittest.cc   EXPECT_TRUE(GetValueForKeyInQuery(url, "name", &value));
value              94 net/base/url_util_unittest.cc   EXPECT_EQ("value", value);
value              96 net/base/url_util_unittest.cc   EXPECT_TRUE(GetValueForKeyInQuery(url, "boolParam", &value));
value              97 net/base/url_util_unittest.cc   EXPECT_EQ("", value);
value              99 net/base/url_util_unittest.cc   EXPECT_TRUE(GetValueForKeyInQuery(url, "url", &value));
value             100 net/base/url_util_unittest.cc   EXPECT_EQ("http://test.com/q?n1=v1&n2", value);
value             105 net/base/url_util_unittest.cc   std::string value;
value             108 net/base/url_util_unittest.cc   EXPECT_FALSE(GetValueForKeyInQuery(url, "test", &value));
value              72 net/cert/cert_verify_proc_nss.cc           if (p->value.pointer.cert) {
value              73 net/cert/cert_verify_proc_nss.cc             CERT_DestroyCertificate(p->value.pointer.cert);
value              74 net/cert/cert_verify_proc_nss.cc             p->value.pointer.cert = NULL;
value              78 net/cert/cert_verify_proc_nss.cc           if (p->value.pointer.chain) {
value              79 net/cert/cert_verify_proc_nss.cc             CERT_DestroyCertList(p->value.pointer.chain);
value              80 net/cert/cert_verify_proc_nss.cc             p->value.pointer.chain = NULL;
value             428 net/cert/cert_verify_proc_nss.cc   in_param.value.pointer.revocation = &revocation_flags;
value             432 net/cert/cert_verify_proc_nss.cc     in_param.value.arraySize = num_policy_oids;
value             433 net/cert/cert_verify_proc_nss.cc     in_param.value.array.oids = policy_oids;
value             438 net/cert/cert_verify_proc_nss.cc     in_param.value.pointer.chain = additional_trust_anchors;
value             441 net/cert/cert_verify_proc_nss.cc     in_param.value.scalar.b = PR_FALSE;
value             446 net/cert/cert_verify_proc_nss.cc     in_param.value.pointer.chainVerifyCallback = chain_verify_callback;
value             489 net/cert/cert_verify_proc_nss.cc     in_param.value.scalar.b = PR_TRUE;
value             524 net/cert/cert_verify_proc_nss.cc       in_param.value.arraySize = 1;
value             525 net/cert/cert_verify_proc_nss.cc       in_param.value.array.oids = &policy;
value             674 net/cert/cert_verify_proc_nss.cc   cvout[cvout_index].value.pointer.chain = NULL;
value             678 net/cert/cert_verify_proc_nss.cc   cvout[cvout_index].value.pointer.cert = NULL;
value             698 net/cert/cert_verify_proc_nss.cc       cvout[cvout_trust_anchor_index].value.pointer.cert;
value             707 net/cert/cert_verify_proc_nss.cc         cvout[cvout_cert_list_index].value.pointer.chain,
value             708 net/cert/cert_verify_proc_nss.cc         cvout[cvout_trust_anchor_index].value.pointer.cert,
value             780 net/cert/cert_verify_proc_nss.cc   cvout[cvout_index].value.pointer.chain = NULL;
value             784 net/cert/cert_verify_proc_nss.cc   cvout[cvout_index].value.pointer.cert = NULL;
value             820 net/cert/cert_verify_proc_nss.cc       !IsKnownRoot(cvout[cvout_trust_anchor_index].value.pointer.cert)) {
value             838 net/cert/cert_verify_proc_nss.cc     AppendPublicKeyHashes(cvout[cvout_cert_list_index].value.pointer.chain,
value             839 net/cert/cert_verify_proc_nss.cc                           cvout[cvout_trust_anchor_index].value.pointer.cert,
value             843 net/cert/cert_verify_proc_nss.cc         IsKnownRoot(cvout[cvout_trust_anchor_index].value.pointer.cert);
value             847 net/cert/cert_verify_proc_nss.cc             cvout[cvout_trust_anchor_index].value.pointer.cert);
value             849 net/cert/cert_verify_proc_nss.cc     GetCertChainInfo(cvout[cvout_cert_list_index].value.pointer.chain,
value             850 net/cert/cert_verify_proc_nss.cc                      cvout[cvout_trust_anchor_index].value.pointer.cert,
value             857 net/cert/cert_verify_proc_nss.cc         cvout[cvout_cert_list_index].value.pointer.chain,
value             858 net/cert/cert_verify_proc_nss.cc         cvout[cvout_trust_anchor_index].value.pointer.cert,
value             196 net/cert/ct_objects_extractor_nss.cc                                         &match->value);
value             176 net/cert/ct_serialization.cc void WriteUint(size_t length, T value, std::string* output) {
value             178 net/cert/ct_serialization.cc   DCHECK(length == sizeof(T) || value >> (length * 8) == 0);
value             181 net/cert/ct_serialization.cc     output->push_back((value >> ((length - 1)* 8)) & 0xFF);
value              81 net/cert/ct_signed_certificate_timestamp_log_param.cc     const std::string& value,
value              84 net/cert/ct_signed_certificate_timestamp_log_param.cc   base::Base64Encode(value, &b64_value);
value              26 net/cert/test_root_certs.cc     LOG(ERROR) << "Can't load certificate " << filename.value();
value              30 net/cert/test_root_certs_mac.cc const void* RetainWrapper(CFAllocatorRef unused, const void* value) {
value              31 net/cert/test_root_certs_mac.cc   return CFRetain(value);
value              34 net/cert/test_root_certs_mac.cc void ReleaseWrapper(CFAllocatorRef unused, const void* value) {
value              35 net/cert/test_root_certs_mac.cc   CFRelease(value);
value              63 net/cert/x509_cert_types_mac.cc     offsetof(CSSM_X509_TYPE_VALUE_PAIR, value), 0,
value              66 net/cert/x509_cert_types_mac.cc     offsetof(CSSM_X509_TYPE_VALUE_PAIR, value), 0,
value              69 net/cert/x509_cert_types_mac.cc     offsetof(CSSM_X509_TYPE_VALUE_PAIR, value), 0,
value              72 net/cert/x509_cert_types_mac.cc     offsetof(CSSM_X509_TYPE_VALUE_PAIR, value), 0,
value              75 net/cert/x509_cert_types_mac.cc     offsetof(CSSM_X509_TYPE_VALUE_PAIR, value), 0,
value              78 net/cert/x509_cert_types_mac.cc     offsetof(CSSM_X509_TYPE_VALUE_PAIR, value), 0,
value             150 net/cert/x509_cert_types_mac.cc                       const std::string& value,
value             154 net/cert/x509_cert_types_mac.cc       values[oid]->push_back(value);
value             237 net/cert/x509_cert_types_mac.cc           AddTypeValuePair(pair->type, DataToString(pair->value), values);
value             241 net/cert/x509_cert_types_mac.cc                            Latin1DataToUTF8String(pair->value),
value             245 net/cert/x509_cert_types_mac.cc           std::string value;
value             247 net/cert/x509_cert_types_mac.cc               reinterpret_cast<base::char16*>(pair->value.Data),
value             248 net/cert/x509_cert_types_mac.cc               pair->value.Length / sizeof(base::char16),
value             249 net/cert/x509_cert_types_mac.cc               &value);
value             250 net/cert/x509_cert_types_mac.cc           AddTypeValuePair(pair->type, value, values);
value             254 net/cert/x509_cert_types_mac.cc           std::string value;
value             255 net/cert/x509_cert_types_mac.cc           UTF32BigEndianToUTF8(reinterpret_cast<int32_t*>(pair->value.Data),
value             256 net/cert/x509_cert_types_mac.cc                                pair->value.Length / sizeof(int32_t),
value             257 net/cert/x509_cert_types_mac.cc                                &value);
value             258 net/cert/x509_cert_types_mac.cc           AddTypeValuePair(pair->type, value, values);
value             266 net/cert/x509_cert_types_mac.cc           AddTypeValuePair(pair->type, DataToString(pair->value), values);
value              38 net/cert/x509_cert_types_win.cc                        std::string* value) {
value              47 net/cert/x509_cert_types_win.cc     value->clear();
value              57 net/cert/x509_cert_types_win.cc   *value = base::WideToUTF8(wide_name);
value              67 net/cert/x509_cert_types_win.cc       std::string value;
value              68 net/cert/x509_cert_types_win.cc       if (!GetAttributeValue(attribute, &value))
value              70 net/cert/x509_cert_types_win.cc       values[oid]->push_back(value);
value             250 net/cert/x509_certificate_mac.cc   if (!cssm_ext || !cssm_ext->value.parsedValue)
value             253 net/cert/x509_certificate_mac.cc       reinterpret_cast<const CE_GeneralNames*>(cssm_ext->value.parsedValue);
value             417 net/cert/x509_certificate_mac.cc         reinterpret_cast<const CE_KeyUsage*>(ext->value.parsedValue);
value             426 net/cert/x509_certificate_mac.cc         reinterpret_cast<const CE_ExtendedKeyUsage*>(ext->value.parsedValue);
value             405 net/cert/x509_util_nss.cc           SECItem* decode_item = CERT_DecodeAVAValue(&avas[pair]->value);
value             409 net/cert/x509_util_nss.cc           std::string value(reinterpret_cast<char*>(decode_item->data),
value             411 net/cert/x509_util_nss.cc           values[oid]->push_back(value);
value             427 net/cert/x509_util_nss.cc     char* value = get_name_funcs[i](name);
value             428 net/cert/x509_util_nss.cc     if (value) {
value             429 net/cert/x509_util_nss.cc       single_values[i]->assign(value);
value             430 net/cert/x509_util_nss.cc       PORT_Free(value);
value             294 net/cert/x509_util_openssl.cc                                       std::string* value) {
value             313 net/cert/x509_util_openssl.cc   value->assign(reinterpret_cast<const char*>(buf), len);
value             320 net/cert/x509_util_openssl.cc                                 std::string* value) {
value             321 net/cert/x509_util_openssl.cc   return ParsePrincipalKeyAndValueByIndex(name, index, NULL, value);
value             324 net/cert/x509_util_openssl.cc bool ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value) {
value             329 net/cert/x509_util_openssl.cc   return ParsePrincipalValueByIndex(name, index, value);
value              29 net/cert/x509_util_openssl.h                                                  std::string* value);
value              33 net/cert/x509_util_openssl.h                                            std::string* value);
value              37 net/cert/x509_util_openssl.h                                          std::string* value);
value             113 net/cookies/canonical_cookie.cc     const GURL& url, const std::string& name, const std::string& value,
value             120 net/cookies/canonical_cookie.cc       value_(value),
value             251 net/cookies/canonical_cookie.cc                                          const std::string& value,
value             264 net/cookies/canonical_cookie.cc   std::string parsed_value = ParsedCookie::ParseValueString(value);
value             265 net/cookies/canonical_cookie.cc   if (parsed_value != value)
value              32 net/cookies/canonical_cookie.h                   const std::string& value,
value              64 net/cookies/canonical_cookie.h                                  const std::string& value,
value             408 net/cookies/cookie_monster.cc                            const std::string& value,
value             419 net/cookies/cookie_monster.cc         value_(value),
value             894 net/cookies/cookie_monster.cc     const std::string& value,
value             903 net/cookies/cookie_monster.cc       new SetCookieWithDetailsTask(this, url, name, value, domain, path,
value            1076 net/cookies/cookie_monster.cc                                          const std::string& value,
value            1092 net/cookies/cookie_monster.cc   cc.reset(CanonicalCookie::Create(url, name, value, domain, path,
value             164 net/cookies/cookie_monster.h                                  const std::string& value,
value             404 net/cookies/cookie_monster.h                             const std::string& value,
value             152 net/cookies/cookie_monster_unittest.cc                             const std::string& value,
value             162 net/cookies/cookie_monster_unittest.cc         url, name, value, domain, path, expiration_time, secure, http_only,
value             686 net/cookies/cookie_monster_unittest.cc   const std::string value;
value             720 net/cookies/cookie_monster_unittest.cc       cc.url, cc.name, cc.value, cc.domain, cc.path, cc.expiration_time,
value            1966 net/cookies/cookie_monster_unittest.cc                                        p->value,
value            1993 net/cookies/cookie_monster_unittest.cc       EXPECT_EQ(input->value, output->Value());
value            2350 net/cookies/cookie_monster_unittest.cc     std::string value = "B";
value            2358 net/cookies/cookie_monster_unittest.cc         url, name, value, domain, path, expiration_time, secure, http_only,
value             879 net/cookies/cookie_store_unittest.h   std::string value = this->GetCookies(cs.get(), test_url);
value             880 net/cookies/cookie_store_unittest.h   this->MatchCookieLines("foo=bar", value);
value              96 net/cookies/parsed_cookie.cc bool IsValidToken(const std::string& value) {
value              97 net/cookies/parsed_cookie.cc   if (value.empty())
value             102 net/cookies/parsed_cookie.cc   if (value.find_first_of(separators) != std::string::npos)
value             106 net/cookies/parsed_cookie.cc   for (std::string::const_iterator i = value.begin(); i != value.end(); ++i) {
value             120 net/cookies/parsed_cookie.cc bool IsValidCookieValue(const std::string& value) {
value             123 net/cookies/parsed_cookie.cc   if (value.size() >= 2 && *value.begin() == '"' && *(value.end()-1) == '"')
value             125 net/cookies/parsed_cookie.cc   for (std::string::const_iterator i = value.begin() + skip;
value             126 net/cookies/parsed_cookie.cc        i != value.end() - skip; ++i) {
value             143 net/cookies/parsed_cookie.cc bool IsValidCookieAttributeValue(const std::string& value) {
value             146 net/cookies/parsed_cookie.cc   for (std::string::const_iterator i = value.begin(); i != value.end(); ++i) {
value             197 net/cookies/parsed_cookie.cc bool ParsedCookie::SetValue(const std::string& value) {
value             198 net/cookies/parsed_cookie.cc   if (!IsValidCookieValue(value))
value             202 net/cookies/parsed_cookie.cc   pairs_[0].second = value;
value             333 net/cookies/parsed_cookie.cc std::string ParsedCookie::ParseValueString(const std::string& value) {
value             334 net/cookies/parsed_cookie.cc   std::string::const_iterator it = value.begin();
value             335 net/cookies/parsed_cookie.cc   std::string::const_iterator end = FindFirstTerminator(value);
value             437 net/cookies/parsed_cookie.cc                              const std::string& value) {
value             438 net/cookies/parsed_cookie.cc   if (value.empty()) {
value             442 net/cookies/parsed_cookie.cc     return SetAttributePair(index, key, value);
value             448 net/cookies/parsed_cookie.cc                            bool value) {
value             449 net/cookies/parsed_cookie.cc   if (!value) {
value             459 net/cookies/parsed_cookie.cc                                     const std::string& value) {
value             460 net/cookies/parsed_cookie.cc   if (!(IsValidToken(key) && IsValidCookieAttributeValue(value)))
value             465 net/cookies/parsed_cookie.cc     pairs_[*index].second = value;
value             467 net/cookies/parsed_cookie.cc     pairs_.push_back(std::make_pair(key, value));
value              61 net/cookies/parsed_cookie.h   bool SetValue(const std::string& value);
value              99 net/cookies/parsed_cookie.h   static std::string ParseValueString(const std::string& value);
value             113 net/cookies/parsed_cookie.h                  const std::string& value);
value             116 net/cookies/parsed_cookie.h                bool value);
value             122 net/cookies/parsed_cookie.h                         const std::string& value);
value              90 net/cronet/android/java/src/org/chromium/net/UrlRequest.java     public void addHeader(String header, String value) {
value              95 net/cronet/android/java/src/org/chromium/net/UrlRequest.java         mAdditionalHeaders.put(header, value);
value             401 net/cronet/android/java/src/org/chromium/net/UrlRequest.java             String value);
value             134 net/cronet/android/org_chromium_net_UrlRequest.cc                       jstring value) {
value             142 net/cronet/android/org_chromium_net_UrlRequest.cc   const char* value_utf8 = env->GetStringUTFChars(value, NULL);
value             144 net/cronet/android/org_chromium_net_UrlRequest.cc   env->ReleaseStringUTFChars(value, value_utf8);
value              42 net/cronet/android/url_request_peer.cc                                const std::string& value) {
value              43 net/cronet/android/url_request_peer.cc   headers_.SetHeader(name, value);
value              45 net/cronet/android/url_request_peer.h   void AddHeader(const std::string& name, const std::string& value);
value            3072 net/disk_cache/backend_unittest.cc       name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
value            3076 net/disk_cache/backend_unittest.cc   file2.Set(CreateFile(name.value().c_str(), access, sharing, NULL,
value              80 net/disk_cache/blockfile/addr.h   CacheAddr value() const { return value_; }
value             502 net/disk_cache/blockfile/backend_impl.cc         cache_entry->entry()->address().value());
value             584 net/disk_cache/blockfile/backend_impl.cc   open_entries_[entry_address.value()] = cache_entry.get();
value             596 net/disk_cache/blockfile/backend_impl.cc     data_->table[hash & mask_] = entry_address.value();
value             693 net/disk_cache/blockfile/backend_impl.cc   address->set_value(file_address.value());
value             731 net/disk_cache/blockfile/backend_impl.cc   data_->table[hash & mask_] = address.value();
value             768 net/disk_cache/blockfile/backend_impl.cc   EntriesMap::iterator it = open_entries_.find(address.value());
value             789 net/disk_cache/blockfile/backend_impl.cc     DCHECK(entry_addr.value() != address.value());
value             814 net/disk_cache/blockfile/backend_impl.cc   EntriesMap::iterator it = open_entries_.find(address.value());
value            1343 net/disk_cache/blockfile/backend_impl.cc     data_->header.stats = address.value();
value            1436 net/disk_cache/blockfile/backend_impl.cc   EntriesMap::iterator it = open_entries_.find(address.value());
value            1488 net/disk_cache/blockfile/backend_impl.cc     rankings_.SetContents(cache_entry->rankings(), address.value());
value            1502 net/disk_cache/blockfile/backend_impl.cc           address.value());
value            1505 net/disk_cache/blockfile/backend_impl.cc   open_entries_[address.value()] = cache_entry.get();
value            1526 net/disk_cache/blockfile/backend_impl.cc     if (visited.find(address.value()) != visited.end()) {
value            1529 net/disk_cache/blockfile/backend_impl.cc       Trace("Hash collision loop 0x%x", address.value());
value            1533 net/disk_cache/blockfile/backend_impl.cc     visited.insert(address.value());
value            1555 net/disk_cache/blockfile/backend_impl.cc         data_->table[hash & mask_] = child.value();
value            1558 net/disk_cache/blockfile/backend_impl.cc       Trace("MatchEntry dirty %d 0x%x 0x%x", find_parent, entry_addr.value(),
value            1559 net/disk_cache/blockfile/backend_impl.cc             address.value());
value            1567 net/disk_cache/blockfile/backend_impl.cc         Trace("NewEntry failed on MatchEntry 0x%x", address.value());
value            1581 net/disk_cache/blockfile/backend_impl.cc       if (find_parent && entry_addr.value() != address.value()) {
value            1582 net/disk_cache/blockfile/backend_impl.cc         Trace("Entry not on the index 0x%x", address.value());
value             166 net/disk_cache/blockfile/backend_impl_v3.cc   EntriesMap::iterator it = open_entries_.find(address.value());
value             468 net/disk_cache/blockfile/backend_impl_v3.cc         cache_entry->entry()->address().value());
value             550 net/disk_cache/blockfile/backend_impl_v3.cc   open_entries_[entry_address.value()] = cache_entry.get();
value             562 net/disk_cache/blockfile/backend_impl_v3.cc     data_->table[hash & mask_] = entry_address.value();
value             888 net/disk_cache/blockfile/backend_impl_v3.cc   EntriesMap::iterator it = open_entries_.find(address.value());
value             940 net/disk_cache/blockfile/backend_impl_v3.cc     rankings_.SetContents(cache_entry->rankings(), address.value());
value             954 net/disk_cache/blockfile/backend_impl_v3.cc           address.value());
value             957 net/disk_cache/blockfile/backend_impl_v3.cc   open_entries_[address.value()] = cache_entry.get();
value            1277 net/disk_cache/blockfile/backend_impl_v3.cc   open_entries_[entry_address.value()] = cache_entry;
value            1289 net/disk_cache/blockfile/backend_impl_v3.cc     data_->table[hash & mask_] = entry_address.value();
value              31 net/disk_cache/blockfile/bitmap.cc int FindLSBNonEmpty(uint32 word, bool value) {
value              33 net/disk_cache/blockfile/bitmap.cc   if (!value)
value              92 net/disk_cache/blockfile/bitmap.cc void Bitmap::Set(int index, bool value) {
value              97 net/disk_cache/blockfile/bitmap.cc   if (value)
value             119 net/disk_cache/blockfile/bitmap.cc void Bitmap::SetMapElement(int array_index, uint32 value) {
value             122 net/disk_cache/blockfile/bitmap.cc   map_[array_index] = value;
value             135 net/disk_cache/blockfile/bitmap.cc void Bitmap::SetRange(int begin, int end, bool value) {
value             141 net/disk_cache/blockfile/bitmap.cc     SetWordBits(begin, len, value);
value             151 net/disk_cache/blockfile/bitmap.cc   SetWordBits(end, end_offset, value);
value             154 net/disk_cache/blockfile/bitmap.cc   memset(map_ + (begin / kIntBits), (value ? 0xFF : 0x00),
value             160 net/disk_cache/blockfile/bitmap.cc bool Bitmap::TestRange(int begin, int end, bool value) const {
value             180 net/disk_cache/blockfile/bitmap.cc   if (!value)
value             194 net/disk_cache/blockfile/bitmap.cc       if (!value)
value             206 net/disk_cache/blockfile/bitmap.cc   if (!value)
value             212 net/disk_cache/blockfile/bitmap.cc bool Bitmap::FindNextBit(int* index, int limit, bool value) const {
value             230 net/disk_cache/blockfile/bitmap.cc   if (Get(bit_index) == value)
value             237 net/disk_cache/blockfile/bitmap.cc   if (value) {
value             243 net/disk_cache/blockfile/bitmap.cc   uint32 empty_value = value ? 0 : 0xFFFFFFFF;
value             252 net/disk_cache/blockfile/bitmap.cc       *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);
value             263 net/disk_cache/blockfile/bitmap.cc   if (value) {
value             269 net/disk_cache/blockfile/bitmap.cc     *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);
value             275 net/disk_cache/blockfile/bitmap.cc int Bitmap::FindBits(int* index, int limit, bool value) const {
value             282 net/disk_cache/blockfile/bitmap.cc   if (!FindNextBit(index, limit, value))
value             287 net/disk_cache/blockfile/bitmap.cc   if (!FindNextBit(&end, limit, !value))
value             293 net/disk_cache/blockfile/bitmap.cc void Bitmap::SetWordBits(int start, int len, bool value) {
value             304 net/disk_cache/blockfile/bitmap.cc   if (value) {
value              43 net/disk_cache/blockfile/bitmap.h   void SetAll(bool value) {
value              44 net/disk_cache/blockfile/bitmap.h     memset(map_, (value ? 0xFF : 0x00), array_size_ * sizeof(*map_));
value              51 net/disk_cache/blockfile/bitmap.h   void Set(int index, bool value);
value              57 net/disk_cache/blockfile/bitmap.h   void SetMapElement(int array_index, uint32 value);
value              71 net/disk_cache/blockfile/bitmap.h   void SetRange(int begin, int end, bool value);
value              75 net/disk_cache/blockfile/bitmap.h   bool TestRange(int begin, int end, bool value) const;
value              88 net/disk_cache/blockfile/bitmap.h   bool FindNextBit(int* index, int limit, bool value) const;
value             107 net/disk_cache/blockfile/bitmap.h   int FindBits(int* index, int limit, bool value) const;
value             124 net/disk_cache/blockfile/bitmap.h   void SetWordBits(int start, int len, bool value);
value              49 net/disk_cache/blockfile/block_bitmaps_v3.cc   block_address->set_value(address.value());
value              50 net/disk_cache/blockfile/block_bitmaps_v3.cc   Trace("CreateBlock 0x%x", address.value());
value              62 net/disk_cache/blockfile/block_bitmaps_v3.cc   Trace("DeleteBlock 0x%x", address.value());
value              31 net/disk_cache/blockfile/block_files.cc inline int GetMapBlockType(uint8 value) {
value              32 net/disk_cache/blockfile/block_files.cc   value &= 0xf;
value              33 net/disk_cache/blockfile/block_files.cc   return s_types[value];
value             343 net/disk_cache/blockfile/block_files.cc   block_address->set_value(address.value());
value             344 net/disk_cache/blockfile/block_files.cc   Trace("CreateBlock 0x%x", address.value());
value             361 net/disk_cache/blockfile/block_files.cc   Trace("DeleteBlock 0x%x", address.value());
value             477 net/disk_cache/blockfile/block_files.cc     LOG(ERROR) << "Failed to open " << name.value();
value             483 net/disk_cache/blockfile/block_files.cc     LOG(ERROR) << "File too small " << name.value();
value             490 net/disk_cache/blockfile/block_files.cc     LOG(ERROR) << "Invalid file version or magic " << name.value();
value             497 net/disk_cache/blockfile/block_files.cc       LOG(ERROR) << "Unable to fix block file " << name.value();
value             504 net/disk_cache/blockfile/block_files.cc     LOG(ERROR) << "File too small " << name.value();
value             639 net/disk_cache/blockfile/block_files.cc         LOG(ERROR) << "Failed to delete " << name.value() << " from the cache.";
value              21 net/disk_cache/blockfile/block_files_unittest.cc   for (base::FilePath file = iter.Next(); !file.value().empty();
value              97 net/disk_cache/blockfile/block_files_unittest.cc     entries[i] = address.value();
value             416 net/disk_cache/blockfile/entry_impl.cc   entry_store->rankings_node = node_address.value();
value             417 net/disk_cache/blockfile/entry_impl.cc   node->contents = entry_.address().value();
value             427 net/disk_cache/blockfile/entry_impl.cc     entry_store->long_key = address.value();
value             522 net/disk_cache/blockfile/entry_impl.cc   DCHECK_NE(address.value(), entry_.address().value());
value             523 net/disk_cache/blockfile/entry_impl.cc   entry_.Data()->next = address.value();
value             592 net/disk_cache/blockfile/entry_impl.cc   STRESS_DCHECK(next_addr.value() != entry_.address().value());
value            1021 net/disk_cache/blockfile/entry_impl.cc     LOG(ERROR) << "No file for " << std::hex << address.value();
value            1091 net/disk_cache/blockfile/entry_impl.cc   Trace("To PrepareTarget 0x%x", entry_.address().value());
value            1095 net/disk_cache/blockfile/entry_impl.cc   Trace("From PrepareTarget 0x%x", entry_.address().value());
value            1171 net/disk_cache/blockfile/entry_impl.cc   entry_.Data()->data_addr[index] = address.value();
value            1211 net/disk_cache/blockfile/entry_impl.cc           backend_->GetFileName(address).value() << " from the cache.";
value            1545 net/disk_cache/blockfile/entry_impl.cc         entry_.address().value(), node_.address().value());
value             271 net/disk_cache/blockfile/entry_impl_v3.cc   entry_store->rankings_node = node_address.value();
value             272 net/disk_cache/blockfile/entry_impl_v3.cc   node->contents = entry_.address().value();
value             282 net/disk_cache/blockfile/entry_impl_v3.cc     entry_store->long_key = address.value();
value             354 net/disk_cache/blockfile/entry_impl_v3.cc   STRESS_DCHECK(next_addr.value() != entry_.address().value());
value             820 net/disk_cache/blockfile/entry_impl_v3.cc     LOG(ERROR) << "No file for " << std::hex << address.value();
value             890 net/disk_cache/blockfile/entry_impl_v3.cc   Trace("To PrepareTarget 0x%x", entry_.address().value());
value             894 net/disk_cache/blockfile/entry_impl_v3.cc   Trace("From PrepareTarget 0x%x", entry_.address().value());
value             970 net/disk_cache/blockfile/entry_impl_v3.cc   entry_.Data()->data_addr[index] = address.value();
value            1010 net/disk_cache/blockfile/entry_impl_v3.cc           backend_->GetFileName(address).value() << " from the cache.";
value             289 net/disk_cache/blockfile/eviction.cc     Trace("NewEntry failed on Trim 0x%x", node->address().value());
value             530 net/disk_cache/blockfile/eviction.cc     Trace("NewEntry failed on Trim 0x%x", node->address().value());
value             280 net/disk_cache/blockfile/eviction_v3.cc     Trace("NewEntry failed on Trim 0x%x", node->address().value());
value              86 net/disk_cache/blockfile/file_win.cc       base::File(CreateFile(name.value().c_str(), access, sharing, NULL,
value              97 net/disk_cache/blockfile/file_win.cc     base::File(CreateFile(name.value().c_str(), access, sharing, NULL,
value             349 net/disk_cache/blockfile/index_table_v3.cc   DCHECK(IsValidAddress(address) || !address.value());
value            1098 net/disk_cache/blockfile/index_table_v3.cc       if (!entries.insert(std::make_pair(cell.GetAddress().value(),
value             173 net/disk_cache/blockfile/index_table_v3_unittest.cc     EXPECT_EQ(addr.value(), entry.GetAddress().value());
value             187 net/disk_cache/blockfile/index_table_v3_unittest.cc     EXPECT_EQ(addr.value(), entry2.GetAddress().value());
value             297 net/disk_cache/blockfile/index_table_v3_unittest.cc     EXPECT_EQ(addr.value(), found_entries.cells[0].GetAddress().value());
value             302 net/disk_cache/blockfile/index_table_v3_unittest.cc     EXPECT_EQ(addr.value(), entry.GetAddress().value());
value             322 net/disk_cache/blockfile/index_table_v3_unittest.cc       EXPECT_EQ(addr.value(), found_entries.cells[0].GetAddress().value());
value              59 net/disk_cache/blockfile/rankings.cc   data_->transaction = addr.value();
value             248 net/disk_cache/blockfile/rankings.cc   Trace("Insert 0x%x l %d", node->address().value(), list);
value             258 net/disk_cache/blockfile/rankings.cc     if (head.Data()->prev != my_head.value() &&  // Normal path.
value             259 net/disk_cache/blockfile/rankings.cc         head.Data()->prev != node->address().value()) {  // FinishInsert().
value             264 net/disk_cache/blockfile/rankings.cc     head.Data()->prev = node->address().value();
value             270 net/disk_cache/blockfile/rankings.cc   node->Data()->next = my_head.value();
value             271 net/disk_cache/blockfile/rankings.cc   node->Data()->prev = node->address().value();
value             272 net/disk_cache/blockfile/rankings.cc   my_head.set_value(node->address().value());
value             274 net/disk_cache/blockfile/rankings.cc   if (!my_tail.is_initialized() || my_tail.value() == node->address().value()) {
value             275 net/disk_cache/blockfile/rankings.cc     my_tail.set_value(node->address().value());
value             276 net/disk_cache/blockfile/rankings.cc     node->Data()->next = my_tail.value();
value             319 net/disk_cache/blockfile/rankings.cc   Trace("Remove 0x%x (0x%x 0x%x) l %d", node->address().value(),
value             347 net/disk_cache/blockfile/rankings.cc   prev.Data()->next = next.address().value();
value             348 net/disk_cache/blockfile/rankings.cc   next.Data()->prev = prev.address().value();
value             351 net/disk_cache/blockfile/rankings.cc   CacheAddr node_value = node->address().value();
value             354 net/disk_cache/blockfile/rankings.cc   if (node_value == my_head.value() || node_value == my_tail.value()) {
value             355 net/disk_cache/blockfile/rankings.cc     if (my_head.value() == my_tail.value()) {
value             363 net/disk_cache/blockfile/rankings.cc     } else if (node_value == my_head.value()) {
value             364 net/disk_cache/blockfile/rankings.cc       my_head.set_value(next.address().value());
value             365 net/disk_cache/blockfile/rankings.cc       next.Data()->prev = next.address().value();
value             369 net/disk_cache/blockfile/rankings.cc     } else if (node_value == my_tail.value()) {
value             370 net/disk_cache/blockfile/rankings.cc       my_tail.set_value(prev.address().value());
value             371 net/disk_cache/blockfile/rankings.cc       prev.Data()->next = prev.address().value();
value             405 net/disk_cache/blockfile/rankings.cc   if (my_head.value() == node->address().value()) {
value             430 net/disk_cache/blockfile/rankings.cc     if (my_tail.value() == node->address().value())
value             433 net/disk_cache/blockfile/rankings.cc     if (address.value() == node->address().value())
value             463 net/disk_cache/blockfile/rankings.cc     if (my_head.value() == node->address().value())
value             466 net/disk_cache/blockfile/rankings.cc     if (address.value() == node->address().value())
value             492 net/disk_cache/blockfile/rankings.cc   IteratorPair current(node->address().value(), node);
value             528 net/disk_cache/blockfile/rankings.cc   if ((node->address().value() == data->prev) && !IsHead(data->prev, &list))
value             531 net/disk_cache/blockfile/rankings.cc   if ((node->address().value() == data->next) && !IsTail(data->next, &list))
value             574 net/disk_cache/blockfile/rankings.cc   control_data_->heads[list] = heads_[list].value();
value             578 net/disk_cache/blockfile/rankings.cc   control_data_->tails[list] = tails_[list].value();
value             643 net/disk_cache/blockfile/rankings.cc   Trace("CompleteTransaction 0x%x", node_addr.value());
value             658 net/disk_cache/blockfile/rankings.cc     Trace("FinishInsert h:0x%x t:0x%x", my_head.value(), my_tail.value());
value             661 net/disk_cache/blockfile/rankings.cc     Trace("RevertRemove h:0x%x t:0x%x", my_head.value(), my_tail.value());
value             674 net/disk_cache/blockfile/rankings.cc   if (my_head.value() != node->address().value()) {
value             675 net/disk_cache/blockfile/rankings.cc     if (my_tail.value() == node->address().value()) {
value             677 net/disk_cache/blockfile/rankings.cc       node->Data()->next = my_tail.value();
value             707 net/disk_cache/blockfile/rankings.cc   CacheAddr node_value = node->address().value();
value             709 net/disk_cache/blockfile/rankings.cc          prev.Data()->next == prev_addr.value() ||
value             710 net/disk_cache/blockfile/rankings.cc          prev.Data()->next == next.address().value());
value             712 net/disk_cache/blockfile/rankings.cc          next.Data()->prev == next_addr.value() ||
value             713 net/disk_cache/blockfile/rankings.cc          next.Data()->prev == prev.address().value());
value             715 net/disk_cache/blockfile/rankings.cc   if (node_value != prev_addr.value())
value             717 net/disk_cache/blockfile/rankings.cc   if (node_value != next_addr.value())
value             728 net/disk_cache/blockfile/rankings.cc   } else if (my_head.value() == next.address().value()) {
value             730 net/disk_cache/blockfile/rankings.cc     prev.Data()->next = next.address().value();
value             732 net/disk_cache/blockfile/rankings.cc   } else if (my_tail.value() == prev.address().value()) {
value             734 net/disk_cache/blockfile/rankings.cc     next.Data()->prev = prev.address().value();
value             747 net/disk_cache/blockfile/rankings.cc   CacheAddr node_addr = node->address().value();
value             757 net/disk_cache/blockfile/rankings.cc   if (node_addr != prev->address().value() &&
value             758 net/disk_cache/blockfile/rankings.cc       node_addr != next->address().value() &&
value             759 net/disk_cache/blockfile/rankings.cc       prev->Data()->next == next->address().value() &&
value             760 net/disk_cache/blockfile/rankings.cc       next->Data()->prev == prev->address().value()) {
value             788 net/disk_cache/blockfile/rankings.cc   if (prev->Data()->next != next->address().value() ||
value             789 net/disk_cache/blockfile/rankings.cc       next->Data()->prev != prev->address().value()) {
value             835 net/disk_cache/blockfile/rankings.cc     if (prev != prev_addr.value())
value             860 net/disk_cache/blockfile/rankings.cc     if (addr == heads_[i].value()) {
value             872 net/disk_cache/blockfile/rankings.cc     if (addr == tails_[i].value()) {
value             886 net/disk_cache/blockfile/rankings.cc   CacheAddr address = node->address().value();
value             897 net/disk_cache/blockfile/rankings.cc   CacheAddr address = node->address().value();
value             555 net/disk_cache/blockfile/sparse_control.cc void SparseControl::SetChildBit(bool value) {
value             562 net/disk_cache/blockfile/sparse_control.cc   children_map_.Set(child_bit, value);
value             106 net/disk_cache/blockfile/sparse_control.h   void SetChildBit(bool value);
value             655 net/disk_cache/blockfile/sparse_control_v3.cc void SparseControl::SetChildBit(bool value) {
value             662 net/disk_cache/blockfile/sparse_control_v3.cc   children_map_.Set(child_bit, value);
value             118 net/disk_cache/blockfile/sparse_control_v3.h   void SetChildBit(bool value);
value              27 net/disk_cache/blockfile/stats.cc   unsigned int value = static_cast<unsigned int>(number);
value              33 net/disk_cache/blockfile/stats.cc     if (value & mask[i]) {
value              34 net/disk_cache/blockfile/stats.cc       value >>= s[i];
value             166 net/disk_cache/blockfile/stats.cc void Stats::SetCounter(Counters counter, int64 value) {
value             168 net/disk_cache/blockfile/stats.cc   counters_[counter] = value;
value              71 net/disk_cache/blockfile/stats.h   void SetCounter(Counters counter, int64 value);
value              52 net/disk_cache/blockfile/storage_block-inl.h   address_.set_value(address.value());
value              94 net/disk_cache/cache_util.cc   for (base::FilePath file = iter.Next(); !file.value().empty();
value             119 net/disk_cache/cache_util.cc   std::string name_str = name.value();
value             122 net/disk_cache/cache_util.cc   std::string name_str = base::UTF16ToASCII(name.value());
value             132 net/disk_cache/cache_util.cc     LOG(ERROR) << "Unable to move cache folder " << full_path.value() << " to "
value             133 net/disk_cache/cache_util.cc                << to_delete.value();
value              28 net/disk_cache/cache_util_posix.cc   for (base::FilePath name = iter.Next(); !name.value().empty();
value              19 net/disk_cache/cache_util_win.cc   if (!MoveFileEx(from_path.value().c_str(), to_path.value().c_str(), 0)) {
value              29 net/disk_cache/cache_util_win.cc   if (!DeleteFile(name.value().c_str())) {
value              37 net/disk_cache/cache_util_win.cc         name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
value              85 net/disk_cache/simple/simple_index_file.cc   const base::FilePath::StringType base_name = file_path.BaseName().value();
value             100 net/disk_cache/simple/simple_index_file.cc     LOG(ERROR) << "Could not get file info for " << file_path.value();
value              32 net/disk_cache/simple/simple_index_file_posix.cc   const ScopedDir dir(opendir(cache_path.value().c_str()));
value              34 net/disk_cache/simple/simple_index_file_posix.cc     PLOG(ERROR) << "opendir " << cache_path.value();
value              48 net/disk_cache/simple/simple_index_file_posix.cc   PLOG(ERROR) << "readdir_r " << cache_path.value();
value             119 net/disk_cache/simple/simple_util.cc   if (stat(path.value().c_str(), &file_stat) != 0)
value              63 net/dns/address_sorter_posix.cc       return entry.value;
value              67 net/dns/address_sorter_posix.cc   return table.back().value;
value              35 net/dns/address_sorter_posix.h     unsigned value;
value             175 net/dns/dns_config_service.h   void set_watch_failed(bool value) { watch_failed_ = value; }
value             144 net/dns/dns_config_service_unittest.cc     void set_watch_failed(bool value) {
value             145 net/dns/dns_config_service_unittest.cc       DnsConfigService::set_watch_failed(value);
value              85 net/dns/dns_config_service_win.cc     LONG result = key_.ReadValue(name, &out->value);
value             101 net/dns/dns_config_service_win.cc     LONG result = key_.ReadValueDW(name, &out->value);
value             362 net/dns/dns_config_service_win.cc     if (ParseSearchList(settings.policy_search_list.value, &search)) {
value             369 net/dns/dns_config_service_win.cc     if (ParseSearchList(settings.tcpip_search_list.value, &search)) {
value             388 net/dns/dns_config_service_win.cc        ParseDomainASCII(settings.primary_dns_suffix.value, &primary_suffix)) ||
value             390 net/dns/dns_config_service_win.cc        ParseDomainASCII(settings.tcpip_domain.value, &primary_suffix))) {
value             406 net/dns/dns_config_service_win.cc   if (devolution.enabled.set && (devolution.enabled.value == 0))
value             425 net/dns/dns_config_service_win.cc   if (!devolution.level.set || devolution.level.value < 2)
value             435 net/dns/dns_config_service_win.cc   for (size_t offset = 0; num_dots >= devolution.level.value; --num_dots) {
value             443 net/dns/dns_config_service_win.cc bool ParseSearchList(const base::string16& value,
value             446 net/dns/dns_config_service_win.cc   if (value.empty())
value             456 net/dns/dns_config_service_win.cc   base::SplitString(value, ',', &woutput);
value             529 net/dns/dns_config_service_win.cc         (settings.append_to_multi_label_name.value != 0);
value              41 net/dns/dns_config_service_win.h bool NET_EXPORT_PRIVATE ParseSearchList(const base::string16& value,
value              51 net/dns/dns_config_service_win.h     base::string16 value;
value              56 net/dns/dns_config_service_win.h     DWORD value;
value            1854 net/dns/host_resolver_impl.cc void HostResolverImpl::SetMaxQueuedJobs(size_t value) {
value            1856 net/dns/host_resolver_impl.cc   DCHECK_GT(value, 0u);
value            1857 net/dns/host_resolver_impl.cc   max_queued_jobs_ = value;
value             124 net/dns/host_resolver_impl.h   void SetMaxQueuedJobs(size_t value);
value             366 net/dns/mdns_client_unittest.cc   void SaveWithDummyArg(int unused, const RecordParsed* value) {
value             367 net/dns/mdns_client_unittest.cc     Save(value);
value             370 net/dns/mdns_client_unittest.cc   void Save(const RecordParsed* value) {
value             372 net/dns/mdns_client_unittest.cc     name_ = value->name();
value             373 net/dns/mdns_client_unittest.cc     ptrdomain_ = value->rdata<PtrRecordRdata>()->ptrdomain();
value             374 net/dns/mdns_client_unittest.cc     ttl_ = value->ttl();
value              21 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("foobar"), parameters.value());
value              37 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("foobar@baz.com"), parameters.value());
value              53 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("foobar@baz.com"), parameters.value());
value              69 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string(), parameters.value());
value              86 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("foo bar"), parameters.value());
value             103 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("auth-int"), parameters.value());
value             107 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("md5"), parameters.value());
value             111 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("foo"), parameters.value());
value             141 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("md5"), parameters.value());
value             145 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("Oblivion"), parameters.value());
value             149 net/http/http_auth_challenge_tokenizer_unittest.cc   EXPECT_EQ(std::string("auth-int"), parameters.value());
value             126 net/http/http_auth_gssapi_posix.cc       if (msg_len > 0 && msg.value != NULL) {
value             128 net/http/http_auth_gssapi_posix.cc                                  static_cast<char*>(msg.value));
value             321 net/http/http_auth_gssapi_posix.cc       reinterpret_cast<const char*>(output_name_buffer.value),
value             725 net/http/http_auth_gssapi_posix.cc   input_token.value = (input_token.length > 0) ?
value             735 net/http/http_auth_gssapi_posix.cc   std::string encode_input(static_cast<char*>(output_token.value),
value             844 net/http/http_auth_gssapi_posix.cc   spn_buffer.value = const_cast<char*>(spn_principal.c_str());
value              25 net/http/http_auth_gssapi_posix_unittest.cc   delete [] reinterpret_cast<char*>(dest->value);
value              26 net/http/http_auth_gssapi_posix_unittest.cc   dest->value = NULL;
value              37 net/http/http_auth_gssapi_posix_unittest.cc     dest->value = new char[length];
value              38 net/http/http_auth_gssapi_posix_unittest.cc     memcpy(dest->value, src, length);
value              48 net/http/http_auth_gssapi_posix_unittest.cc   SetBuffer(dest, src->value, src->length);
value              47 net/http/http_auth_handler_basic.cc             parameters.value(), base::kCodepageLatin1, realm))
value             126 net/http/http_auth_handler_digest.cc       if (LowerCaseEqualsASCII(parameters.value(), "true"))
value             129 net/http/http_auth_handler_digest.cc       original_realm = parameters.value();
value             211 net/http/http_auth_handler_digest.cc                                 parameters.value()))
value             227 net/http/http_auth_handler_digest.cc                                                    const std::string& value) {
value             230 net/http/http_auth_handler_digest.cc     if (!base::ConvertToUtf8AndNormalize(value, base::kCodepageLatin1, &realm))
value             233 net/http/http_auth_handler_digest.cc     original_realm_ = value;
value             235 net/http/http_auth_handler_digest.cc     nonce_ = value;
value             237 net/http/http_auth_handler_digest.cc     domain_ = value;
value             239 net/http/http_auth_handler_digest.cc     opaque_ = value;
value             242 net/http/http_auth_handler_digest.cc     stale_ = LowerCaseEqualsASCII(value, "true");
value             245 net/http/http_auth_handler_digest.cc     if (LowerCaseEqualsASCII(value, "md5")) {
value             247 net/http/http_auth_handler_digest.cc     } else if (LowerCaseEqualsASCII(value, "md5-sess")) {
value             256 net/http/http_auth_handler_digest.cc     HttpUtil::ValuesIterator qop_values(value.begin(), value.end(), ',');
value             259 net/http/http_auth_handler_digest.cc       if (LowerCaseEqualsASCII(qop_values.value(), "auth")) {
value             131 net/http/http_auth_handler_digest.h                               const std::string& value);
value              31 net/http/http_byte_range.h   void set_first_byte_position(int64 value) { first_byte_position_ = value; }
value              34 net/http/http_byte_range.h   void set_last_byte_position(int64 value) { last_byte_position_ = value; }
value              37 net/http/http_byte_range.h   void set_suffix_length(int64 value) { suffix_length_ = value; }
value             174 net/http/http_cache.h   void set_mode(Mode value) { mode_ = value; }
value             126 net/http/http_cache_transaction.cc   const char* value;
value             170 net/http/http_cache_transaction.cc     if (!search->value)
value             175 net/http/http_cache_transaction.cc       if (LowerCaseEqualsASCII(v.value_begin(), v.value_end(), search->value))
value             233 net/http/http_cache_unittest.cc   void set_no_store(bool value) { no_store = value; }
value             281 net/http/http_cache_unittest.cc   void set_not_modified(bool value) { not_modified_ = value; }
value             284 net/http/http_cache_unittest.cc   void set_modified(bool value) { modified_ = value; }
value             287 net/http/http_cache_unittest.cc   void set_bad_200(bool value) { bad_200_ = value; }
value             333 net/http/http_content_disposition.cc   std::string value;
value             334 net/http/http_content_disposition.cc   if (!ParseExtValueComponents(param_value, &charset, &value))
value             338 net/http/http_content_disposition.cc   if (!IsStringASCII(value)) {
value             344 net/http/http_content_disposition.cc       value, net::UnescapeRule::SPACES | net::UnescapeRule::URL_SPECIAL_CHARS);
value             429 net/http/http_content_disposition.cc       DecodeFilenameValue(iter.value(), referrer_charset, &filename,
value             436 net/http/http_content_disposition.cc       DecodeFilenameValue(iter.value(), referrer_charset, &name, NULL);
value              38 net/http/http_log_util.cc                                       const std::string& value) {
value              47 net/http/http_log_util.cc     return value;
value              52 net/http/http_log_util.cc   std::string::const_iterator redact_begin = value.begin();
value              53 net/http/http_log_util.cc   std::string::const_iterator redact_end = value.begin();
value              59 net/http/http_log_util.cc     redact_begin = value.begin();
value              60 net/http/http_log_util.cc     redact_end = value.end();
value              65 net/http/http_log_util.cc     HttpAuthChallengeTokenizer challenge(value.begin(), value.end());
value              73 net/http/http_log_util.cc     return value;
value              75 net/http/http_log_util.cc   return std::string(value.begin(), redact_begin) +
value              78 net/http/http_log_util.cc       std::string(redact_end, value.end());
value              20 net/http/http_log_util.h     const std::string& value);
value              67 net/http/http_network_layer_unittest.cc                                                const std::string& value) {
value              92 net/http/http_network_layer_unittest.cc           header, value));
value             361 net/http/http_network_transaction_unittest.cc     std::string value;
value             362 net/http/http_network_transaction_unittest.cc     EXPECT_TRUE(request_headers.GetHeader("Host", &value));
value             363 net/http/http_network_transaction_unittest.cc     EXPECT_EQ("www.google.com", value);
value             364 net/http/http_network_transaction_unittest.cc     EXPECT_TRUE(request_headers.GetHeader("Connection", &value));
value             365 net/http/http_network_transaction_unittest.cc     EXPECT_EQ("keep-alive", value);
value             139 net/http/http_pipelined_host_pool.cc     base::Value* value = it->second->PipelineInfoToValue();
value             140 net/http/http_pipelined_host_pool.cc     list->Append(value);
value              44 net/http/http_request_headers.cc     const base::StringPiece& key, const base::StringPiece& value)
value              45 net/http/http_request_headers.cc     : key(key.data(), key.size()), value(value.data(), value.size()) {
value              77 net/http/http_request_headers.cc   out->assign(it->value);
value              86 net/http/http_request_headers.cc                                    const base::StringPiece& value) {
value              89 net/http/http_request_headers.cc     it->value.assign(value.data(), value.size());
value              91 net/http/http_request_headers.cc     headers_.push_back(HeaderKeyValuePair(key, value));
value              95 net/http/http_request_headers.cc                                             const base::StringPiece& value) {
value              98 net/http/http_request_headers.cc     headers_.push_back(HeaderKeyValuePair(key, value));
value             168 net/http/http_request_headers.cc     SetHeader(it->key, it->value);
value             176 net/http/http_request_headers.cc     if (!it->value.empty()) {
value             178 net/http/http_request_headers.cc                           it->key.c_str(), it->value.c_str());
value             196 net/http/http_request_headers.cc         log_level, it->key, it->value);
value              28 net/http/http_request_headers.h                        const base::StringPiece& value);
value              31 net/http/http_request_headers.h     std::string value;
value              48 net/http/http_request_headers.h     const std::string& value() const { return curr_->value; }
value             101 net/http/http_request_headers.h   void SetHeader(const base::StringPiece& key, const base::StringPiece& value);
value             107 net/http/http_request_headers.h                           const base::StringPiece& value);
value             317 net/http/http_response_headers.cc                                            const std::string& value) {
value             334 net/http/http_response_headers.cc         value == old_header_value)
value             511 net/http/http_response_headers.cc                                               std::string* value) const {
value             515 net/http/http_response_headers.cc   value->clear();
value             526 net/http/http_response_headers.cc     if (!value->empty())
value             527 net/http/http_response_headers.cc       value->append(", ");
value             533 net/http/http_response_headers.cc     value->append(value_begin, value_end);
value             557 net/http/http_response_headers.cc                                                std::string* value) const {
value             571 net/http/http_response_headers.cc   value->assign(value_begin, value_end);
value             579 net/http/http_response_headers.cc                                           std::string* value) const {
value             593 net/http/http_response_headers.cc     value->clear();
value             599 net/http/http_response_headers.cc   value->assign(parsed_[i].value_begin, parsed_[i].value_end);
value             604 net/http/http_response_headers.cc                                          const base::StringPiece& value) const {
value             610 net/http/http_response_headers.cc     if (value.size() == temp.size() &&
value             611 net/http/http_response_headers.cc         std::equal(temp.begin(), temp.end(), value.begin(),
value             799 net/http/http_response_headers.cc   std::string value;
value             801 net/http/http_response_headers.cc   while (EnumerateHeader(&iter, kCacheControl, &value)) {
value             804 net/http/http_response_headers.cc     if (value.size() <= kPrefixLen ||
value             805 net/http/http_response_headers.cc         value.compare(0, kPrefixLen, kPrefix) != 0) {
value             809 net/http/http_response_headers.cc     if (value[value.size()-1] != '\"')
value             814 net/http/http_response_headers.cc     std::string::const_iterator item = value.begin() + kPrefixLen;
value             815 net/http/http_response_headers.cc     std::string::const_iterator end = value.end() - 1;
value             872 net/http/http_response_headers.cc   std::string value;
value             877 net/http/http_response_headers.cc   while (EnumerateHeader(&iter, name, &value))
value             878 net/http/http_response_headers.cc     HttpUtil::ParseContentType(value, mime_type, charset, &had_charset, NULL);
value            1095 net/http/http_response_headers.cc   std::string value;
value            1101 net/http/http_response_headers.cc   while (EnumerateHeader(&iter, name, &value)) {
value            1102 net/http/http_response_headers.cc     if (value.size() > kMaxAgePrefixLen) {
value            1103 net/http/http_response_headers.cc       if (LowerCaseEqualsASCII(value.begin(),
value            1104 net/http/http_response_headers.cc                                value.begin() + kMaxAgePrefixLen,
value            1107 net/http/http_response_headers.cc         base::StringToInt64(StringPiece(value.begin() + kMaxAgePrefixLen,
value            1108 net/http/http_response_headers.cc                                         value.end()),
value            1120 net/http/http_response_headers.cc   std::string value;
value            1121 net/http/http_response_headers.cc   if (!EnumerateHeader(NULL, "Age", &value))
value            1125 net/http/http_response_headers.cc   base::StringToInt64(value, &seconds);
value            1144 net/http/http_response_headers.cc   std::string value;
value            1145 net/http/http_response_headers.cc   if (!EnumerateHeader(NULL, name, &value))
value            1159 net/http/http_response_headers.cc   return Time::FromUTCString(value.c_str(), result);
value            1345 net/http/http_response_headers.cc   std::string value;
value            1346 net/http/http_response_headers.cc   while (EnumerateHeaderLines(&iterator, &name, &value)) {
value            1347 net/http/http_response_headers.cc     std::string log_value = ElideHeaderValueForNetLog(log_level, name, value);
value            1398 net/http/http_response_headers.cc   std::string value;
value            1401 net/http/http_response_headers.cc   while (EnumerateHeader(&iter, name, &value)) {
value            1402 net/http/http_response_headers.cc     if (value.size() > action_prefix.size()) {
value            1403 net/http/http_response_headers.cc       if (LowerCaseEqualsASCII(value.begin(),
value            1404 net/http/http_response_headers.cc                                value.begin() + action_prefix.size(),
value            1408 net/http/http_response_headers.cc                 StringPiece(value.begin() + action_prefix.size(), value.end()),
value            1451 net/http/http_response_headers.cc   std::string value;
value            1456 net/http/http_response_headers.cc   while (EnumerateHeader(&iter, "via", &value)) {
value            1457 net/http/http_response_headers.cc     if (value.size() >= kVersionSize + value_len &&
value            1458 net/http/http_response_headers.cc         !value.compare(kVersionSize, value_len, kChromeProxyViaValue))
value            1465 net/http/http_response_headers.cc   while (EnumerateHeader(&iter, "via", &value))
value            1466 net/http/http_response_headers.cc     if (value == kDeprecatedChromeProxyViaValue)
value              79 net/http/http_response_headers.h   void RemoveHeaderLine(const std::string& name, const std::string& value);
value             135 net/http/http_response_headers.h   bool GetNormalizedHeader(const std::string& name, std::string* value) const;
value             166 net/http/http_response_headers.h                             std::string* value) const;
value             176 net/http/http_response_headers.h                        std::string* value) const;
value             181 net/http/http_response_headers.h                       const base::StringPiece& value) const;
value             231 net/http/http_response_headers.h   bool GetMaxAgeValue(base::TimeDelta* value) const;
value             232 net/http/http_response_headers.h   bool GetAgeValue(base::TimeDelta* value) const;
value             233 net/http/http_response_headers.h   bool GetDateValue(base::Time* value) const;
value             234 net/http/http_response_headers.h   bool GetLastModifiedValue(base::Time* value) const;
value             235 net/http/http_response_headers.h   bool GetExpiresValue(base::Time* value) const;
value             302 net/http/http_response_headers_unittest.cc   std::string value;
value             303 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->GetNormalizedHeader("cache-control", &value));
value             304 net/http/http_response_headers_unittest.cc   EXPECT_EQ("private, no-store", value);
value             507 net/http/http_response_headers_unittest.cc   std::string value;
value             508 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->EnumerateHeader(&iter, "cache-control", &value));
value             509 net/http/http_response_headers_unittest.cc   EXPECT_EQ("private", value);
value             510 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->EnumerateHeader(&iter, "cache-control", &value));
value             511 net/http/http_response_headers_unittest.cc   EXPECT_EQ("no-cache=\"set-cookie,server\"", value);
value             512 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->EnumerateHeader(&iter, "cache-control", &value));
value             513 net/http/http_response_headers_unittest.cc   EXPECT_EQ("no-store", value);
value             514 net/http/http_response_headers_unittest.cc   EXPECT_FALSE(parsed->EnumerateHeader(&iter, "cache-control", &value));
value             529 net/http/http_response_headers_unittest.cc   std::string value;
value             530 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value));
value             531 net/http/http_response_headers_unittest.cc   EXPECT_EQ("Digest realm=foobar, nonce=x, domain=y", value);
value             532 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value));
value             533 net/http/http_response_headers_unittest.cc   EXPECT_EQ("Basic realm=quatar", value);
value             534 net/http/http_response_headers_unittest.cc   EXPECT_FALSE(parsed->EnumerateHeader(&iter, "WWW-Authenticate", &value));
value             548 net/http/http_response_headers_unittest.cc   std::string value;
value             549 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->EnumerateHeader(NULL, "date", &value));
value             550 net/http/http_response_headers_unittest.cc   EXPECT_EQ("Tue, 07 Aug 2007 23:10:55 GMT", value);
value             551 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->EnumerateHeader(NULL, "last-modified", &value));
value             552 net/http/http_response_headers_unittest.cc   EXPECT_EQ("Wed, 01 Aug 2007 23:23:45 GMT", value);
value             570 net/http/http_response_headers_unittest.cc   base::Time value;
value             573 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->GetDateValue(&value));
value             574 net/http/http_response_headers_unittest.cc   EXPECT_EQ(expected_value, value);
value             576 net/http/http_response_headers_unittest.cc   EXPECT_TRUE(parsed->GetLastModifiedValue(&value));
value             577 net/http/http_response_headers_unittest.cc   EXPECT_EQ(expected_value, value);
value             581 net/http/http_response_headers_unittest.cc   if (parsed->GetExpiresValue(&value))
value             582 net/http/http_response_headers_unittest.cc     EXPECT_EQ(expected_value, value);
value             723 net/http/http_response_headers_unittest.cc     std::string value;
value             724 net/http/http_response_headers_unittest.cc     EXPECT_EQ(tests[i].has_mimetype, parsed->GetMimeType(&value));
value             725 net/http/http_response_headers_unittest.cc     EXPECT_EQ(tests[i].mime_type, value);
value             726 net/http/http_response_headers_unittest.cc     value.clear();
value             727 net/http/http_response_headers_unittest.cc     EXPECT_EQ(tests[i].has_charset, parsed->GetCharset(&value));
value             728 net/http/http_response_headers_unittest.cc     EXPECT_EQ(tests[i].charset, value);
value             729 net/http/http_response_headers_unittest.cc     EXPECT_TRUE(parsed->GetNormalizedHeader("content-type", &value));
value             730 net/http/http_response_headers_unittest.cc     EXPECT_EQ(tests[i].all_content_type, value);
value            1018 net/http/http_response_headers_unittest.cc     std::string name, value, lines;
value            1021 net/http/http_response_headers_unittest.cc     while (parsed->EnumerateHeaderLines(&iter, &name, &value)) {
value            1024 net/http/http_response_headers_unittest.cc       lines.append(value);
value            1795 net/http/http_response_headers_unittest.cc     std::string value(tests[i].to_remove_value);
value            1796 net/http/http_response_headers_unittest.cc     parsed->RemoveHeaderLine(name, value);
value             258 net/http/http_response_info.cc     int value;
value             259 net/http/http_response_info.cc     if (!pickle.ReadInt(&iter, &value))
value             262 net/http/http_response_info.cc     if (value > static_cast<int>(CONNECTION_INFO_UNKNOWN) &&
value             263 net/http/http_response_info.cc         value < static_cast<int>(NUM_OF_CONNECTION_INFOS)) {
value             264 net/http/http_response_info.cc       connection_info = static_cast<ConnectionInfo>(value);
value             118 net/http/http_security_headers.cc bool ParseAndAppendPin(const std::string& value,
value             121 net/http/http_security_headers.cc   std::string unquoted = HttpUtil::Unquote(value);
value             167 net/http/http_security_headers.cc bool ParseHSTSHeader(const std::string& value,
value             188 net/http/http_security_headers.cc   base::StringTokenizer tokenizer(value, " \t=;");
value             276 net/http/http_security_headers.cc bool ParseHPKPHeader(const std::string& value,
value             286 net/http/http_security_headers.cc   std::string source = value;
value              29 net/http/http_security_headers.h bool NET_EXPORT_PRIVATE ParseHSTSHeader(const std::string& value,
value              51 net/http/http_security_headers.h bool NET_EXPORT_PRIVATE ParseHPKPHeader(const std::string& value,
value             135 net/http/http_server_properties.h                               uint32 value) = 0;
value             315 net/http/http_server_properties_impl.cc     uint32 value) {
value             319 net/http/http_server_properties_impl.cc   SettingsFlagsAndValue flags_and_value(SETTINGS_FLAG_PERSISTED, value);
value             122 net/http/http_server_properties_impl.h                               uint32 value) OVERRIDE;
value             380 net/http/http_server_properties_impl_unittest.cc   const uint32 value = 31337;
value             381 net/http/http_server_properties_impl_unittest.cc   SettingsFlagsAndValue flags_and_value(flags, value);
value             392 net/http/http_server_properties_impl_unittest.cc   EXPECT_EQ(value, flags_and_value2.second);
value             139 net/http/http_stream_factory.cc void HttpStreamFactory::add_forced_spdy_exclusion(const std::string& value) {
value             140 net/http/http_stream_factory.cc   HostPortPair pair = HostPortPair::FromURL(GURL(value));
value             228 net/http/http_stream_factory.cc void HttpStreamFactory::SetNextProtos(const std::vector<NextProto>& value) {
value             238 net/http/http_stream_factory.cc   for (uint32 i = 0; i < value.size(); ++i) {
value             239 net/http/http_stream_factory.cc     NextProto proto = value[i];
value             232 net/http/http_stream_factory.h   static void set_spdy_enabled(bool value) {
value             233 net/http/http_stream_factory.h     spdy_enabled_ = value;
value             242 net/http/http_stream_factory.h   static void set_use_alternate_protocols(bool value) {
value             243 net/http/http_stream_factory.h     use_alternate_protocols_ = value;
value             248 net/http/http_stream_factory.h   static void set_force_spdy_over_ssl(bool value) {
value             249 net/http/http_stream_factory.h     force_spdy_over_ssl_ = value;
value             256 net/http/http_stream_factory.h   static void set_force_spdy_always(bool value) {
value             257 net/http/http_stream_factory.h     force_spdy_always_ = value;
value             262 net/http/http_stream_factory.h   static void add_forced_spdy_exclusion(const std::string& value);
value             291 net/http/http_stream_factory.h   static void SetNextProtos(const std::vector<NextProto>& value);
value             228 net/http/http_util.cc     size_t minus_char_offset = byte_range_set_iterator.value().find('-');
value             285 net/http/http_util.h     std::string value() const {
value             329 net/http/http_util.h     std::string value() const {
value             213 net/http/http_util_unittest.cc   EXPECT_EQ(std::string("must-revalidate"), it.value());
value             216 net/http/http_util_unittest.cc   EXPECT_EQ(std::string("no-cache=\"foo, bar\""), it.value());
value             219 net/http/http_util_unittest.cc   EXPECT_EQ(std::string("private"), it.value());
value             896 net/http/http_util_unittest.cc   ASSERT_EQ(expected_value, parser->value());
value             941 net/http/http_util_unittest.cc     ASSERT_EQ(valid_parser.value(), invalid_parser.value());
value              59 net/http/mock_gssapi_library_posix.cc   delete [] reinterpret_cast<char*>(dest->value);
value              60 net/http/mock_gssapi_library_posix.cc   dest->value = NULL;
value              71 net/http/mock_gssapi_library_posix.cc     dest->value = new char[length];
value              72 net/http/mock_gssapi_library_posix.cc     memcpy(dest->value, src, length);
value              82 net/http/mock_gssapi_library_posix.cc   SetBuffer(dest, src->value, src->length);
value              89 net/http/mock_gssapi_library_posix.cc   const char* string = reinterpret_cast<char*>(src->value);
value             196 net/http/mock_gssapi_library_posix.cc   expected_input_token.value = NULL;
value             198 net/http/mock_gssapi_library_posix.cc   output_token.value = NULL;
value             214 net/http/mock_gssapi_library_posix.cc     expected_input_token.value = const_cast<char*>(in_expected_input_token);
value             217 net/http/mock_gssapi_library_posix.cc     expected_input_token.value = NULL;
value             222 net/http/mock_gssapi_library_posix.cc     output_token.value = const_cast<char*>(in_output_token);
value             225 net/http/mock_gssapi_library_posix.cc     output_token.value = NULL;
value             400 net/http/mock_gssapi_library_posix.cc       EXPECT_EQ(0, memcmp(input_token->value,
value             401 net/http/mock_gssapi_library_posix.cc                           security_query.expected_input_token.value,
value             270 net/http/mock_http_cache.cc void MockDiskEntry::IgnoreCallbacks(bool value) {
value             271 net/http/mock_http_cache.cc   if (ignore_callbacks_ == value)
value             273 net/http/mock_http_cache.cc   ignore_callbacks_ = value;
value             274 net/http/mock_http_cache.cc   if (!value)
value              60 net/http/mock_http_cache.h   static void IgnoreCallbacks(bool value);
value             134 net/http/mock_http_cache.h   void set_soft_failures(bool value) { soft_failures_ = value; }
value             137 net/http/mock_http_cache.h   void set_double_create_check(bool value) { double_create_check_ = value; }
value             202 net/http/transport_security_persister.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(serialized));
value             204 net/http/transport_security_persister.cc   if (!value.get() || !value->GetAsDictionary(&dict_value))
value             213 net/http/transport_security_persister.cc     if (!i.value().GetAsDictionary(&parsed)) {
value             613 net/http/transport_security_state.cc                                            const std::string& value) {
value             620 net/http/transport_security_state.cc   if (ParseHSTSHeader(value, &max_age, &domain_state.sts_include_subdomains)) {
value             635 net/http/transport_security_state.cc                                            const std::string& value,
value             643 net/http/transport_security_state.cc   if (ParseHPKPHeader(value, ssl_info.public_key_hashes,
value             221 net/http/transport_security_state.h   bool AddHSTSHeader(const std::string& host, const std::string& value);
value             226 net/http/transport_security_state.h   bool AddHPKPHeader(const std::string& host, const std::string& value,
value              78 net/proxy/proxy_config_service_android_unittest.cc   void AddProperty(const std::string& key, const std::string& value) {
value              79 net/proxy/proxy_config_service_android_unittest.cc     configuration_[key] = value;
value             392 net/proxy/proxy_config_service_linux.cc     gchar* value = gconf_client_get_string(client_, key, &error);
value             395 net/proxy/proxy_config_service_linux.cc     if (!value)
value             397 net/proxy/proxy_config_service_linux.cc     *result = value;
value             398 net/proxy/proxy_config_service_linux.cc     g_free(value);
value             428 net/proxy/proxy_config_service_linux.cc     int value = gconf_client_get_int(client_, key, &error);
value             433 net/proxy/proxy_config_service_linux.cc     *result = value;
value             703 net/proxy/proxy_config_service_linux.cc     gchar* value = libgio_loader_.g_settings_get_string(client, key);
value             704 net/proxy/proxy_config_service_linux.cc     if (!value)
value             706 net/proxy/proxy_config_service_linux.cc     *result = value;
value             707 net/proxy/proxy_config_service_linux.cc     g_free(value);
value             962 net/proxy/proxy_config_service_linux.cc     if (inotify_add_watch(inotify_fd_, kde_config_dir_.value().c_str(),
value            1040 net/proxy/proxy_config_service_linux.cc   void AddProxy(StringSetting host_key, const std::string& value) {
value            1041 net/proxy/proxy_config_service_linux.cc     if (value.empty() || value.substr(0, 3) == "//:")
value            1044 net/proxy/proxy_config_service_linux.cc     size_t space = value.find(' ');
value            1048 net/proxy/proxy_config_service_linux.cc       std::string fixed = value;
value            1055 net/proxy/proxy_config_service_linux.cc       string_table_[host_key] = value;
value            1059 net/proxy/proxy_config_service_linux.cc   void AddHostList(StringListSetting key, const std::string& value) {
value            1061 net/proxy/proxy_config_service_linux.cc     base::StringTokenizer tk(value, ", ");
value            1070 net/proxy/proxy_config_service_linux.cc   void AddKDESetting(const std::string& key, const std::string& value) {
value            1076 net/proxy/proxy_config_service_linux.cc       base::StringToInt(value, &int_value);
value            1097 net/proxy/proxy_config_service_linux.cc       string_table_[PROXY_AUTOCONF_URL] = value;
value            1099 net/proxy/proxy_config_service_linux.cc       AddProxy(PROXY_HTTP_HOST, value);
value            1101 net/proxy/proxy_config_service_linux.cc       AddProxy(PROXY_HTTPS_HOST, value);
value            1103 net/proxy/proxy_config_service_linux.cc       AddProxy(PROXY_FTP_HOST, value);
value            1108 net/proxy/proxy_config_service_linux.cc       AddProxy(PROXY_SOCKS_HOST, value);
value            1114 net/proxy/proxy_config_service_linux.cc       base::StringToInt(value, &int_value);
value            1115 net/proxy/proxy_config_service_linux.cc       reversed_bypass_list_ = (value == "true" || int_value);
value            1117 net/proxy/proxy_config_service_linux.cc       AddHostList(PROXY_IGNORE_HOSTS, value);
value            1121 net/proxy/proxy_config_service_linux.cc       base::StringToInt(value, &mode);
value            1134 net/proxy/proxy_config_service_linux.cc       std::string value;
value            1135 net/proxy/proxy_config_service_linux.cc       if (env_var_getter_->GetVar(it->second.c_str(), &value))
value            1136 net/proxy/proxy_config_service_linux.cc         it->second = value;
value            1145 net/proxy/proxy_config_service_linux.cc       std::string value;
value            1147 net/proxy/proxy_config_service_linux.cc           env_var_getter_->GetVar(it->second[0].c_str(), &value))
value            1148 net/proxy/proxy_config_service_linux.cc         AddHostList(key, value);
value            1196 net/proxy/proxy_config_service_linux.cc         LOG(WARNING) << "skipped very long line in " << kioslaverc.value();
value            1218 net/proxy/proxy_config_service_linux.cc         std::string value = split;
value            1220 net/proxy/proxy_config_service_linux.cc         base::TrimWhitespaceASCII(value, base::TRIM_ALL, &value);
value            1240 net/proxy/proxy_config_service_linux.cc         AddKDESetting(key, value);
value            1244 net/proxy/proxy_config_service_linux.cc       LOG(ERROR) << "error reading " << kioslaverc.value();
value             199 net/proxy/proxy_config_service_linux_unittest.cc     const char* value = strings_table.Get(key);
value             200 net/proxy/proxy_config_service_linux_unittest.cc     if (value) {
value             201 net/proxy/proxy_config_service_linux_unittest.cc       *result = value;
value             208 net/proxy/proxy_config_service_linux_unittest.cc     BoolSettingValue value = bools_table.Get(key);
value             209 net/proxy/proxy_config_service_linux_unittest.cc     switch (value) {
value            1500 net/proxy/proxy_config_service_linux_unittest.cc     env->values.KDEHOME = kde_home_.value().c_str();
value            1538 net/proxy/proxy_config_service_linux_unittest.cc     env->values.HOME = user_home_.value().c_str();
value            1558 net/proxy/proxy_config_service_linux_unittest.cc     env->values.HOME = user_home_.value().c_str();
value            1572 net/proxy/proxy_config_service_linux_unittest.cc     env->values.HOME = user_home_.value().c_str();
value            1586 net/proxy/proxy_config_service_linux_unittest.cc     env->values.HOME = user_home_.value().c_str();
value            1587 net/proxy/proxy_config_service_linux_unittest.cc     env->values.KDEHOME = kde_home_.value().c_str();
value            1605 net/proxy/proxy_config_service_linux_unittest.cc     env->values.HOME = user_home_.value().c_str();
value             169 net/proxy/proxy_resolver_perftest.cc     LOG_IF(ERROR, !ok) << "Failed to read file: " << path.value();
value              55 net/proxy/proxy_resolver_v8_tracing_unittest.cc   EXPECT_TRUE(ok) << "Failed to read file: " << path.value();
value             127 net/proxy/proxy_resolver_v8_unittest.cc       LOG(ERROR) << "Failed to read file: " << path.value();
value             263 net/proxy/proxy_service.h   void set_quick_check_enabled(bool value) {
value             264 net/proxy/proxy_service.h     quick_check_enabled_ = value;
value              37 net/quic/congestion_control/quic_max_sized_map.h   void Insert(const Key& k, const Value& value) {
value              43 net/quic/congestion_control/quic_max_sized_map.h     TableIterator it = table_.insert(std::pair<Key, Value>(k, value));
value             260 net/quic/crypto/crypto_framer.cc         StringPiece value;
value             261 net/quic/crypto/crypto_framer.cc         reader.ReadStringPiece(&value, it->second);
value             262 net/quic/crypto/crypto_framer.cc         message_.SetStringPiece(it->first, value);
value              91 net/quic/crypto/crypto_handshake_message.cc void CryptoHandshakeMessage::SetStringPiece(QuicTag tag, StringPiece value) {
value              92 net/quic/crypto/crypto_handshake_message.cc   tag_value_map_[tag] = value.as_string();
value             135 net/quic/crypto/crypto_handshake_message.cc   StringPiece value;
value             136 net/quic/crypto/crypto_handshake_message.cc   if (!GetStringPiece(tag, &value)) {
value             141 net/quic/crypto/crypto_handshake_message.cc     if (value.empty()) {
value             144 net/quic/crypto/crypto_handshake_message.cc     if (value.size() < 3) {
value             149 net/quic/crypto/crypto_handshake_message.cc         reinterpret_cast<const unsigned char*>(value.data());
value             153 net/quic/crypto/crypto_handshake_message.cc     value.remove_prefix(3);
value             155 net/quic/crypto/crypto_handshake_message.cc     if (value.size() < size) {
value             160 net/quic/crypto/crypto_handshake_message.cc       *out = StringPiece(value.data(), size);
value             164 net/quic/crypto/crypto_handshake_message.cc     value.remove_prefix(size);
value             249 net/quic/crypto/crypto_handshake_message.cc           uint32 value;
value             250 net/quic/crypto/crypto_handshake_message.cc           memcpy(&value, it->second.data(), sizeof(value));
value             251 net/quic/crypto/crypto_handshake_message.cc           ret += base::UintToString(value);
value              67 net/quic/crypto/crypto_handshake_message.h   void SetStringPiece(QuicTag tag, base::StringPiece value);
value              42 net/quic/crypto/quic_random.cc   uint64 value;
value              43 net/quic/crypto/quic_random.cc   RandBytes(&value, sizeof(value));
value              44 net/quic/crypto/quic_random.cc   return value;
value             137 net/quic/crypto/strike_register.cc   uint8 value[24];
value             138 net/quic/crypto/strike_register.cc   memcpy(value, &nonce_time, sizeof(nonce_time));
value             139 net/quic/crypto/strike_register.cc   memcpy(value + sizeof(nonce_time),
value             141 net/quic/crypto/strike_register.cc          sizeof(value) - sizeof(nonce_time));
value             146 net/quic/crypto/strike_register.cc   uint32 best_match_index = BestMatch(value);
value             150 net/quic/crypto/strike_register.cc     memcpy(external_node(index), value, sizeof(value));
value             156 net/quic/crypto/strike_register.cc   if (memcmp(best_match, value, sizeof(value)) == 0) {
value             170 net/quic/crypto/strike_register.cc     best_match_index = BestMatch(value);
value             177 net/quic/crypto/strike_register.cc   for (differing_byte = 0; differing_byte < sizeof(value); differing_byte++) {
value             178 net/quic/crypto/strike_register.cc     new_other_bits = value[differing_byte] ^ best_match[differing_byte];
value             200 net/quic/crypto/strike_register.cc   if ((new_other_bits | value[differing_byte]) == 0xff) {
value             206 net/quic/crypto/strike_register.cc   memcpy(external_node(external_node_index), value, sizeof(value));
value             234 net/quic/crypto/strike_register.cc     uint8 c = value[node->critbyte()];
value             100 net/quic/quic_config.cc   uint32 value;
value             105 net/quic/quic_config.cc                                    &value,
value             111 net/quic/quic_config.cc   negotiated_value_ = min(value, max_value_);
value             121 net/quic/quic_config.cc   uint32 value;
value             126 net/quic/quic_config.cc                                    &value,
value             132 net/quic/quic_config.cc   if (value > max_value_) {
value             139 net/quic/quic_config.cc   negotiated_value_ = value;
value             169 net/quic/quic_config.h   void set_value(uint32 value) { value_ = value; }
value              42 net/quic/quic_config_test.cc   uint32 value;
value              43 net/quic/quic_config_test.cc   QuicErrorCode error = msg.GetUint32(kICSL, &value);
value              45 net/quic/quic_config_test.cc   EXPECT_EQ(5u, value);
value              47 net/quic/quic_config_test.cc   error = msg.GetUint32(kMSPC, &value);
value              49 net/quic/quic_config_test.cc   EXPECT_EQ(4u, value);
value             138 net/quic/quic_connection_logger.cc         string value = base::Uint64ToString(it->first) + "@" +
value             140 net/quic/quic_connection_logger.cc         received->AppendString(value);
value              66 net/quic/quic_data_reader.cc   uint16 value;
value              67 net/quic/quic_data_reader.cc   if (!ReadUInt16(&value)) {
value              71 net/quic/quic_data_reader.cc   *result = value;
value              80 net/quic/quic_data_reader.cc   uint16 exponent = value >> kUFloat16MantissaBits;  // No sign extend on uint!
value              91 net/quic/quic_data_reader.cc   DCHECK_GE(value, 1 << kUFloat16MantissaEffectiveBits);
value              92 net/quic/quic_data_reader.cc   DCHECK_LE(value, kUFloat16MaxValue);
value              37 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUInt8(uint8 value) {
value              38 net/quic/quic_data_writer.cc   return WriteBytes(&value, sizeof(value));
value              41 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUInt16(uint16 value) {
value              42 net/quic/quic_data_writer.cc   return WriteBytes(&value, sizeof(value));
value              45 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUInt32(uint32 value) {
value              46 net/quic/quic_data_writer.cc   return WriteBytes(&value, sizeof(value));
value              49 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUInt48(uint64 value) {
value              50 net/quic/quic_data_writer.cc   uint32 hi = value >> 32;
value              51 net/quic/quic_data_writer.cc   uint32 lo = value & GG_UINT64_C(0x00000000FFFFFFFF);
value              55 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUInt64(uint64 value) {
value              56 net/quic/quic_data_writer.cc   return WriteBytes(&value, sizeof(value));
value              59 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUFloat16(uint64 value) {
value              61 net/quic/quic_data_writer.cc   if (value < (GG_UINT64_C(1) << kUFloat16MantissaEffectiveBits)) {
value              64 net/quic/quic_data_writer.cc     result = value;
value              65 net/quic/quic_data_writer.cc   } else if (value >= kUFloat16MaxValue) {
value              78 net/quic/quic_data_writer.cc       if (value >= (GG_UINT64_C(1) << (kUFloat16MantissaBits + offset))) {
value              80 net/quic/quic_data_writer.cc         value >>= offset;
value              86 net/quic/quic_data_writer.cc     DCHECK_GE(value, GG_UINT64_C(1) << kUFloat16MantissaBits);
value              87 net/quic/quic_data_writer.cc     DCHECK_LT(value, GG_UINT64_C(1) << kUFloat16MantissaEffectiveBits);
value              92 net/quic/quic_data_writer.cc     result = value + (exponent << kUFloat16MantissaBits);
value             169 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUInt8ToOffset(uint8 value, size_t offset) {
value             176 net/quic/quic_data_writer.cc   bool success = WriteUInt8(value);
value             182 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUInt32ToOffset(uint32 value, size_t offset) {
value             186 net/quic/quic_data_writer.cc   bool success = WriteUInt32(value);
value             192 net/quic/quic_data_writer.cc bool QuicDataWriter::WriteUInt48ToOffset(uint64 value, size_t offset) {
value             196 net/quic/quic_data_writer.cc   bool success = WriteUInt48(value);
value              41 net/quic/quic_data_writer.h   bool WriteUInt8(uint8 value);
value              42 net/quic/quic_data_writer.h   bool WriteUInt16(uint16 value);
value              43 net/quic/quic_data_writer.h   bool WriteUInt32(uint32 value);
value              44 net/quic/quic_data_writer.h   bool WriteUInt48(uint64 value);
value              45 net/quic/quic_data_writer.h   bool WriteUInt64(uint64 value);
value              49 net/quic/quic_data_writer.h   bool WriteUFloat16(uint64 value);
value              60 net/quic/quic_data_writer.h   bool WriteUInt8ToOffset(uint8 value, size_t offset);
value              61 net/quic/quic_data_writer.h   bool WriteUInt32ToOffset(uint32 value, size_t offset);
value              62 net/quic/quic_data_writer.h   bool WriteUInt48ToOffset(uint64 value, size_t offset);
value             121 net/quic/quic_data_writer_test.cc     uint64 value;
value             122 net/quic/quic_data_writer_test.cc     EXPECT_TRUE(reader.ReadUFloat16(&value));
value             123 net/quic/quic_data_writer_test.cc     EXPECT_EQ(test_cases[i].decoded, value);
value             133 net/quic/quic_data_writer_test.cc     uint64 value;
value             135 net/quic/quic_data_writer_test.cc     EXPECT_TRUE(reader.ReadUFloat16(&value));
value             138 net/quic/quic_data_writer_test.cc       EXPECT_EQ(i, value);
value             140 net/quic/quic_data_writer_test.cc     EXPECT_LT(previous_value, value);
value             143 net/quic/quic_data_writer_test.cc       EXPECT_GT(previous_value * 1005, value * 1000);
value             145 net/quic/quic_data_writer_test.cc     EXPECT_LT(value, GG_UINT64_C(0x3FFC0000000));
value             146 net/quic/quic_data_writer_test.cc     previous_value = value;
value             148 net/quic/quic_data_writer_test.cc     EXPECT_TRUE(writer.WriteUFloat16(value - 1));
value             149 net/quic/quic_data_writer_test.cc     EXPECT_TRUE(writer.WriteUFloat16(value));
value             150 net/quic/quic_data_writer_test.cc     EXPECT_TRUE(writer.WriteUFloat16(value + 1));
value             370 net/quic/quic_framer.h   void set_validate_flags(bool value) { validate_flags_ = value; }
value              99 net/quic/quic_headers_stream.cc                          uint32 value) OVERRIDE {
value              49 net/quic/quic_headers_stream_test.cc   MOCK_METHOD3(OnSetting, void(SpdySettingsIds id, uint8 flags, uint32 value));
value             111 net/quic/test_tools/crypto_test_utils.cc bool HexChar(char c, uint8* value) {
value             113 net/quic/test_tools/crypto_test_utils.cc     *value = c - '0';
value             117 net/quic/test_tools/crypto_test_utils.cc     *value = c - 'a' + 10;
value             121 net/quic/test_tools/crypto_test_utils.cc     *value = c - 'A' + 10;
value              84 net/quic/test_tools/quic_test_utils.h   ValueRestore(SaveType* name, SaveType value)
value              87 net/quic/test_tools/quic_test_utils.h     *name_ = value;
value              15 net/quic/test_tools/reliable_quic_stream_peer.cc void ReliableQuicStreamPeer::SetWriteSideClosed(bool value,
value              17 net/quic/test_tools/reliable_quic_stream_peer.cc   stream->write_side_closed_ = value;
value              19 net/quic/test_tools/reliable_quic_stream_peer.h   static void SetWriteSideClosed(bool value, ReliableQuicStream* stream);
value              36 net/server/http_server_response_info.cc                                        const std::string& value) {
value              37 net/server/http_server_response_info.cc   headers_.push_back(std::make_pair(name, value));
value              26 net/server/http_server_response_info.h   void AddHeader(const std::string& name, const std::string& value);
value             206 net/server/http_server_unittest.cc     std::string value = kHeaders[i][2];
value             208 net/server/http_server_unittest.cc     ASSERT_EQ(value, requests_[0].headers[field]) << kHeaders[i][0];
value            1235 net/socket/client_socket_pool_base.cc           group_name, *pending_requests_.FirstMax().value(), pool);
value            1264 net/socket/client_socket_pool_base.cc       pending_requests_.empty() ? NULL : pending_requests_.FirstMax().value();
value            1276 net/socket/client_socket_pool_base.cc     if (pointer.value()->handle() == handle)
value            1310 net/socket/client_socket_pool_base.cc     if (pointer.value()->handle() == handle) {
value            1321 net/socket/client_socket_pool_base.cc   scoped_ptr<const Request> request(pointer.value());
value             398 net/socket/client_socket_pool_base.h       return pending_requests_.FirstMax().value()->priority();
value              45 net/socket/client_socket_pool_manager_impl.h     COMPILE_ASSERT(base::is_pointer<Value>::value,
value              41 net/socket/socket_descriptor.cc     DWORD value = 0;
value              43 net/socket/socket_descriptor.cc                    reinterpret_cast<const char*>(&value), sizeof(value))) {
value             104 net/socket/ssl_client_socket_openssl_unittest.cc                << filepath.value() << ": " << strerror(errno);
value             118 net/socket/ssl_client_socket_openssl_unittest.cc                << filepath.value();
value              45 net/socket/ssl_session_cache_openssl_unittest.cc   static void Set(SSL* ssl, const std::string& value) {
value              46 net/socket/ssl_session_cache_openssl_unittest.cc     GetInstance()->SetValue(ssl, value);
value              61 net/socket/ssl_session_cache_openssl_unittest.cc     std::string* value =
value              63 net/socket/ssl_session_cache_openssl_unittest.cc     if (!value)
value              65 net/socket/ssl_session_cache_openssl_unittest.cc     return *value;
value              68 net/socket/ssl_session_cache_openssl_unittest.cc   void SetValue(SSL* ssl, const std::string& value) {
value              69 net/socket/ssl_session_cache_openssl_unittest.cc     int ret = SSL_set_ex_data(ssl, ex_index_, new std::string(value));
value              98 net/socket/ssl_session_cache_openssl_unittest.cc     std::string* value = reinterpret_cast<std::string*>(ptr);
value              99 net/socket/ssl_session_cache_openssl_unittest.cc     delete value;
value              51 net/socket/tcp_socket.cc void SetTCPFastOpenEnabled(bool value) {
value              52 net/socket/tcp_socket.cc   g_tcp_fastopen_enabled = value && SystemSupportsTCPFastOpen();
value              21 net/socket/tcp_socket.h NET_EXPORT void SetTCPFastOpenEnabled(bool value);
value              58 net/socket/unix_domain_socket_posix_unittest.cc   return temp_dir.Append(socket_file_name).value();
value             158 net/socket/unix_domain_socket_posix_unittest.cc         file_path_.value(), socket_delegate_.get(), MakeAuthCallback());
value             199 net/socket/unix_domain_socket_posix_unittest.cc     strncpy(addr.sun_path, file_path_.value().c_str(), sizeof(addr.sun_path));
value             262 net/socket/unix_domain_socket_posix_unittest.cc       file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
value             269 net/socket/unix_domain_socket_posix_unittest.cc           file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
value             274 net/socket/unix_domain_socket_posix_unittest.cc           file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
value             279 net/socket/unix_domain_socket_posix_unittest.cc       file_path_.value(),
value             186 net/spdy/buffered_spdy_framer.cc                                    uint32 value) {
value             187 net/spdy/buffered_spdy_framer.cc   visitor_->OnSetting(id, flags, value);
value              78 net/spdy/buffered_spdy_framer.h   virtual void OnSetting(SpdySettingsIds id, uint8 flags, uint32 value) = 0;
value             148 net/spdy/buffered_spdy_framer.h       SpdySettingsIds id, uint8 flags, uint32 value) OVERRIDE;
value              86 net/spdy/buffered_spdy_framer_unittest.cc                          uint32 value) OVERRIDE {
value              71 net/spdy/hpack_decoder.cc                                               StringPiece value) {
value              79 net/spdy/hpack_decoder.cc       cookie_value_.assign(value.data(), value.size());
value              82 net/spdy/hpack_decoder.cc       cookie_value_.insert(cookie_value_.end(), value.begin(), value.end());
value              86 net/spdy/hpack_decoder.cc         std::make_pair(name.as_string(), value.as_string()));
value              90 net/spdy/hpack_decoder.cc                                   value.begin(),
value              91 net/spdy/hpack_decoder.cc                                   value.end());
value             170 net/spdy/hpack_decoder.cc   StringPiece value;
value             171 net/spdy/hpack_decoder.cc   if (!DecodeNextStringLiteral(input_stream, false, &value))
value             174 net/spdy/hpack_decoder.cc   HandleHeaderRepresentation(name, value);
value             182 net/spdy/hpack_decoder.cc       name, value, &new_index, &removed_referenced_indices)) {
value              82 net/spdy/hpack_decoder.h                                   base::StringPiece value);
value              43 net/spdy/hpack_decoder_test.cc   void HandleHeaderRepresentation(StringPiece name, StringPiece value) {
value              44 net/spdy/hpack_decoder_test.cc     decoder_->HandleHeaderRepresentation(name, value);
value              58 net/spdy/hpack_decoder_test.cc   void set_cookie_value(string value) {
value              59 net/spdy/hpack_decoder_test.cc     decoder_->cookie_value_ = value;
value              26 net/spdy/hpack_encoding_context.cc   const char* const value;
value              32 net/spdy/hpack_encoding_context.cc #define STATIC_ENTRY(name, value) \
value              33 net/spdy/hpack_encoding_context.cc   { name, arraysize(name) - 1, value, arraysize(value) - 1 }
value             139 net/spdy/hpack_encoding_context.cc     return StringPiece(entry.value, entry.value_len);
value             141 net/spdy/hpack_encoding_context.cc   return header_table_.GetEntry(index).value();
value             223 net/spdy/hpack_encoding_context.cc     StringPiece value,
value             226 net/spdy/hpack_encoding_context.cc   HpackEntry entry(name, value);
value             109 net/spdy/hpack_encoding_context.h       base::StringPiece value,
value              95 net/spdy/hpack_encoding_context_test.cc   std::string value = encoding_context.GetValueAt(2).as_string();
value              98 net/spdy/hpack_encoding_context_test.cc   EXPECT_NE(value, encoding_context.GetValueAt(1));
value             112 net/spdy/hpack_encoding_context_test.cc   EXPECT_EQ(value, encoding_context.GetValueAt(1));
value             127 net/spdy/hpack_encoding_context_test.cc   EXPECT_EQ(value, encoding_context.GetValueAt(1));
value              26 net/spdy/hpack_entry.cc HpackEntry::HpackEntry(base::StringPiece name, base::StringPiece value)
value              28 net/spdy/hpack_entry.cc       value_(value.as_string()),
value              50 net/spdy/hpack_entry.h   HpackEntry(base::StringPiece name, base::StringPiece value);
value              58 net/spdy/hpack_entry.h   base::StringPiece value() const { return base::StringPiece(value_); }
value              27 net/spdy/hpack_entry_test.cc   EXPECT_TRUE(entry.value().empty());
value              37 net/spdy/hpack_entry_test.cc   string value = kValue;
value              38 net/spdy/hpack_entry_test.cc   HpackEntry entry(name, value);
value              40 net/spdy/hpack_entry_test.cc   EXPECT_EQ(value, entry.value());
value              43 net/spdy/hpack_entry_test.cc   ++value[0];
value              45 net/spdy/hpack_entry_test.cc   EXPECT_NE(value, entry.name());
value              29 net/spdy/hpack_header_table_test.cc   string value(size - HpackEntry::kSizeOverhead - name.size(), 'v');
value              30 net/spdy/hpack_header_table_test.cc   HpackEntry entry(name, value);
value              27 net/spdy/hpack_output_stream.cc     StringPiece name, StringPiece value) {
value              32 net/spdy/hpack_output_stream.cc   if (!AppendStringLiteral(value))
value              39 net/spdy/hpack_output_stream.h                                              base::StringPiece value);
value              39 net/spdy/mock_spdy_framer_visitor.h   MOCK_METHOD3(OnSetting, void(SpdySettingsIds id, uint8 flags, uint32 value));
value             122 net/spdy/spdy_frame_builder.cc bool SpdyFrameBuilder::WriteString(const std::string& value) {
value             123 net/spdy/spdy_frame_builder.cc   if (value.size() > 0xffff) {
value             128 net/spdy/spdy_frame_builder.cc   if (!WriteUInt16(static_cast<int>(value.size())))
value             131 net/spdy/spdy_frame_builder.cc   return WriteBytes(value.data(), static_cast<uint16>(value.size()));
value             134 net/spdy/spdy_frame_builder.cc bool SpdyFrameBuilder::WriteStringPiece32(const base::StringPiece& value) {
value             135 net/spdy/spdy_frame_builder.cc   if (!WriteUInt32(value.size())) {
value             139 net/spdy/spdy_frame_builder.cc   return WriteBytes(value.data(), value.size());
value              84 net/spdy/spdy_frame_builder.h   bool WriteUInt8(uint8 value) {
value              85 net/spdy/spdy_frame_builder.h     return WriteBytes(&value, sizeof(value));
value              87 net/spdy/spdy_frame_builder.h   bool WriteUInt16(uint16 value) {
value              88 net/spdy/spdy_frame_builder.h     value = htons(value);
value              89 net/spdy/spdy_frame_builder.h     return WriteBytes(&value, sizeof(value));
value              91 net/spdy/spdy_frame_builder.h   bool WriteUInt32(uint32 value) {
value              92 net/spdy/spdy_frame_builder.h     value = htonl(value);
value              93 net/spdy/spdy_frame_builder.h     return WriteBytes(&value, sizeof(value));
value              95 net/spdy/spdy_frame_builder.h   bool WriteUInt64(uint64 value) {
value              96 net/spdy/spdy_frame_builder.h     uint32 upper = htonl(value >> 32);
value              97 net/spdy/spdy_frame_builder.h     uint32 lower = htonl(value);
value             102 net/spdy/spdy_frame_builder.h   bool WriteString(const std::string& value);
value             103 net/spdy/spdy_frame_builder.h   bool WriteStringPiece32(const base::StringPiece& value);
value            1613 net/spdy/spdy_framer.cc   uint32 value;
value            1623 net/spdy/spdy_framer.cc     value = ntohl(*(reinterpret_cast<const uint32*>(data + 4)));
value            1626 net/spdy/spdy_framer.cc     value = ntohl(*(reinterpret_cast<const uint32*>(data + 1)));
value            1657 net/spdy/spdy_framer.cc   visitor_->OnSetting(id, flags, value);
value            1996 net/spdy/spdy_framer.cc     std::string value = temp.as_string();
value            2006 net/spdy/spdy_framer.cc     (*block)[name] = value;
value            2298 net/spdy/spdy_framer.cc     builder.WriteUInt32(it->second.value);
value             187 net/spdy/spdy_framer.h   virtual void OnSetting(SpdySettingsIds id, uint8 flags, uint32 value) = 0;
value             452 net/spdy/spdy_framer.h   void set_enable_compression(bool value) {
value             453 net/spdy/spdy_framer.h     enable_compression_ = value;
value             148 net/spdy/spdy_framer_test.cc                            uint32 value) OVERRIDE {
value             351 net/spdy/spdy_framer_test.cc                          uint32 value) OVERRIDE {
value             787 net/spdy/spdy_framer_test.cc   string value("value1\0value2", 13);
value             791 net/spdy/spdy_framer_test.cc     frame.WriteString(value);
value             794 net/spdy/spdy_framer_test.cc     output_stream.AppendLiteralHeaderNoIndexingWithName("name", value);
value             801 net/spdy/spdy_framer_test.cc     frame.WriteStringPiece32(value);
value             816 net/spdy/spdy_framer_test.cc       Pair("name", value)));
value              44 net/spdy/spdy_header_block.cc     if (!it.value().GetAsString(&(*headers)[it.key()])) {
value              44 net/spdy/spdy_headers_block_parser.cc   SpdyPinnableBufferPiece prefix, key, value;
value              77 net/spdy/spdy_headers_block_parser.cc         if (!reader.ReadN(next_field_length_, &value)) {
value              80 net/spdy/spdy_headers_block_parser.cc           handler_->OnHeader(stream_id, key, value);
value              31 net/spdy/spdy_headers_block_parser.h                         base::StringPiece value) = 0;
value              70 net/spdy/spdy_headers_block_parser_test.cc       string value;
value              72 net/spdy/spdy_headers_block_parser_test.cc         value = string(base_value) + string("\0", 1) + IntToString(i);
value              74 net/spdy/spdy_headers_block_parser_test.cc         value = string(base_value) + IntToString(i);
value              77 net/spdy/spdy_headers_block_parser_test.cc       headers += EncodeLength(value.length());
value              78 net/spdy/spdy_headers_block_parser_test.cc       headers += value;
value              57 net/spdy/spdy_http_utils.cc     std::string value = it->second;
value              61 net/spdy/spdy_http_utils.cc       end = value.find('\0', start);
value              63 net/spdy/spdy_http_utils.cc       if (end != value.npos)
value              64 net/spdy/spdy_http_utils.cc         tval = value.substr(start, (end - start));
value              66 net/spdy/spdy_http_utils.cc         tval = value.substr(start);
value              75 net/spdy/spdy_http_utils.cc     } while (end != value.npos);
value              97 net/spdy/spdy_http_utils.cc       (*headers)[name] = it.value();
value             101 net/spdy/spdy_http_utils.cc       new_value += it.value();
value            3332 net/spdy/spdy_network_transaction_unittest.cc     std::string name, value;
value            3334 net/spdy/spdy_network_transaction_unittest.cc     while (headers->EnumerateHeaderLines(&iter, &name, &value)) {
value            3336 net/spdy/spdy_network_transaction_unittest.cc         header_block[name] = value;
value            3339 net/spdy/spdy_network_transaction_unittest.cc         header_block[name] += value;
value            3497 net/spdy/spdy_network_transaction_unittest.cc     std::string name, value, lines;
value            3498 net/spdy/spdy_network_transaction_unittest.cc     while (headers->EnumerateHeaderLines(&iter, &name, &value)) {
value            3501 net/spdy/spdy_network_transaction_unittest.cc       lines.append(value);
value             506 net/spdy/spdy_protocol.h                  const base::StringPiece& value) {
value             507 net/spdy/spdy_protocol.h     name_value_block_[name.as_string()] = value.as_string();
value             662 net/spdy/spdy_protocol.h               value(0) {}
value             665 net/spdy/spdy_protocol.h     int32 value;
value             678 net/spdy/spdy_protocol.h                   int32 value) {
value             681 net/spdy/spdy_protocol.h     values_[id].value = value;
value             147 net/spdy/spdy_session.cc                                        uint32 value,
value             152 net/spdy/spdy_session.cc   dict->SetInteger("value", value);
value             164 net/spdy/spdy_session.cc     const uint32 value = it->second.second;
value             166 net/spdy/spdy_session.cc         base::StringPrintf("[id:%u flags:%u value:%u]", id, flags, value)));
value            1990 net/spdy/spdy_session.cc                             uint32 value) {
value            1996 net/spdy/spdy_session.cc   HandleSetting(id, value);
value            2001 net/spdy/spdy_session.cc       value);
value            2008 net/spdy/spdy_session.cc                  id, static_cast<SpdySettingsFlags>(flags), value));
value            2607 net/spdy/spdy_session.cc void SpdySession::HandleSetting(uint32 id, uint32 value) {
value            2610 net/spdy/spdy_session.cc       max_concurrent_streams_ = std::min(static_cast<size_t>(value),
value            2621 net/spdy/spdy_session.cc       if (value > static_cast<uint32>(kint32max)) {
value            2624 net/spdy/spdy_session.cc             NetLog::IntegerCallback("initial_window_size", value));
value            2630 net/spdy/spdy_session.cc           static_cast<int32>(value) - stream_initial_send_window_size_;
value            2631 net/spdy/spdy_session.cc       stream_initial_send_window_size_ = static_cast<int32>(value);
value             656 net/spdy/spdy_session.h   void HandleSetting(uint32 id, uint32 value);
value             802 net/spdy/spdy_session.h       SpdySettingsIds id, uint8 flags, uint32 value) OVERRIDE;
value             239 net/spdy/spdy_test_util_common.cc       SpdySettingsIds id, uint8 flags, uint32 value) OVERRIDE {}
value              28 net/spdy/spdy_websocket_test_util.cc     const std::string& value,
value              30 net/spdy/spdy_websocket_test_util.cc   (*headers)[GetHeaderKey(key)] = value;
value              27 net/spdy/spdy_websocket_test_util.h                  const std::string& value,
value             338 net/ssl/ssl_cipher_suite_names.cc   int value = 0;
value             341 net/ssl/ssl_cipher_suite_names.cc       base::HexStringToInt(cipher_string, &value)) {
value             342 net/ssl/ssl_cipher_suite_names.cc     *cipher_suite = static_cast<uint16>(value);
value              34 net/ssl/ssl_client_auth_cache.cc                              X509Certificate* value) {
value              35 net/ssl/ssl_client_auth_cache.cc   cache_[server] = value;
value              22 net/test/embedded_test_server/http_request.cc std::string Trim(const std::string& value) {
value              24 net/test/embedded_test_server/http_request.cc   base::TrimString(value, " \t", &result);
value              52 net/test/embedded_test_server/http_response.h   void AddCustomHeader(const std::string& key, const std::string& value) {
value              53 net/test/embedded_test_server/http_response.h     custom_headers_.push_back(std::make_pair(key, value));
value              24 net/test/python_utils.cc   dir_path = base::WideToUTF8(dir.value());
value              26 net/test/python_utils.cc   dir_path = dir.value();
value              71 net/test/python_utils.cc     LOG(ERROR) << "Can't find " << generated_code_dir.value();
value              80 net/test/python_utils.cc     LOG(ERROR) << "Can't find " << source_dir.value();
value              88 net/test/python_utils.cc     LOG(WARNING) << "Can't find " << kPyProto.value()
value              89 net/test/python_utils.cc                  << " next to " << generated_code_dir.value();
value              97 net/test/python_utils.cc       LOG(WARNING) << "Can't find " << kPyProto.value()
value              98 net/test/python_utils.cc                    << " next to " << generated_code_dir.value();
value             105 net/test/python_utils.cc   VLOG(2) << "Found " << kPyProto.value() << " in " << dir->value();
value             271 net/test/spawned_test_server/base_test_server.cc   scoped_ptr<base::Value> value(json_reader.ReadToValue(server_data));
value             272 net/test/spawned_test_server/base_test_server.cc   if (!value.get() || !value->IsType(base::Value::TYPE_DICTIONARY)) {
value             278 net/test/spawned_test_server/base_test_server.cc   server_data_.reset(static_cast<base::DictionaryValue*>(value.release()));
value             340 net/test/spawned_test_server/base_test_server.cc   arguments->SetString("data-dir", document_root_.value());
value             349 net/test/spawned_test_server/base_test_server.cc     if (!certificate_file.value().empty()) {
value             353 net/test/spawned_test_server/base_test_server.cc         LOG(ERROR) << "Certificate path " << certificate_path.value()
value             357 net/test/spawned_test_server/base_test_server.cc       arguments->SetString("cert-and-key-file", certificate_path.value());
value             369 net/test/spawned_test_server/base_test_server.cc         LOG(ERROR) << "Client authority path " << it->value()
value             373 net/test/spawned_test_server/base_test_server.cc       ssl_client_certs->Append(new base::StringValue(it->value()));
value              32 net/test/spawned_test_server/local_test_server.cc       int value;
value              33 net/test/spawned_test_server/local_test_server.cc       bool result = value_node.GetAsInteger(&value);
value              35 net/test/spawned_test_server/local_test_server.cc       command_line->AppendArg(argument_name + "=" + base::IntToString(value));
value              39 net/test/spawned_test_server/local_test_server.cc       std::string value;
value              40 net/test/spawned_test_server/local_test_server.cc       bool result = value_node.GetAsString(&value);
value              41 net/test/spawned_test_server/local_test_server.cc       if (!result || value.empty())
value              43 net/test/spawned_test_server/local_test_server.cc       command_line->AppendArg(argument_name + "=" + value);
value             210 net/test/spawned_test_server/local_test_server.cc     const base::Value& value = it.value();
value             214 net/test/spawned_test_server/local_test_server.cc     if (value.IsType(base::Value::TYPE_LIST)) {
value             216 net/test/spawned_test_server/local_test_server.cc       if (!value.GetAsList(&list) || !list || list->empty())
value             223 net/test/spawned_test_server/local_test_server.cc     } else if (!AppendArgumentFromJSONValue(key, value, command_line)) {
value             132 net/test/spawned_test_server/local_test_server_posix.cc   OrphanedTestServerFilter filter(testserver_path.value(),
value             125 net/test/spawned_test_server/local_test_server_win.cc   new_value += base::WideToUTF8(path_to_add.value());
value             339 net/test/spawned_test_server/spawner_communicator.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(server_return_data));
value             340 net/test/spawned_test_server/spawner_communicator.cc   if (!value.get() || !value->IsType(base::Value::TYPE_DICTIONARY)) {
value             347 net/test/spawned_test_server/spawner_communicator.cc       static_cast<base::DictionaryValue*>(value.get());
value             307 net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp   SECItem value;
value             310 net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp   rv=PK11_ReadRawAttribute(PK11_TypePrivKey, privKey, CKA_EXTRACTABLE, &value);
value             314 net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp   if ((value.len == 1) && (value.data != NULL))
value             315 net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp     *extractable = !!(*(CK_BBOOL*)value.data);
value             318 net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp   SECITEM_FreeItem(&value, PR_FALSE);
value              10 net/third_party/nss/ssl/sslerrstrs.c #define ER3(name, value, str) {#name, str},
value             444 net/third_party/nss/ssl/sslsock.c     opt.value.no_delay = (PRBool)!enabled;
value            2548 net/third_party/nss/ssl/sslsock.c     opt.value.non_blocking = PR_FALSE;
value            2552 net/third_party/nss/ssl/sslsock.c     return (PRBool)!opt.value.non_blocking;
value             731 net/tools/balsa/balsa_frame.cc     base::StringPiece value;
value             732 net/tools/balsa/balsa_frame.cc     SplitStringPiece(extension, '=', &key, &value);
value             733 net/tools/balsa/balsa_frame.cc     if (!value.empty()) {
value             735 net/tools/balsa/balsa_frame.cc       if (!value.empty() && value[0] == '"')
value             736 net/tools/balsa/balsa_frame.cc         value.remove_prefix(1);
value             737 net/tools/balsa/balsa_frame.cc       if (!value.empty() && value[value.length() - 1] == '"')
value             738 net/tools/balsa/balsa_frame.cc         value.remove_suffix(1);
value             741 net/tools/balsa/balsa_frame.cc     extensions->AppendHeader(key, value);
value             380 net/tools/balsa/balsa_headers.cc                                          const base::StringPiece& value,
value             384 net/tools/balsa/balsa_headers.cc   size_t line_size = key.size() + 2 + value.size();
value             396 net/tools/balsa/balsa_headers.cc   memcpy(cur_loc, value.data(), value.size());
value             400 net/tools/balsa/balsa_headers.cc                              base_idx + key.size() + 2 + value.size(),
value             406 net/tools/balsa/balsa_headers.cc     const base::StringPiece& value,
value             412 net/tools/balsa/balsa_headers.cc     AddAndMakeDescription(key, value, d);
value             420 net/tools/balsa/balsa_headers.cc   size_t new_size = key.size() + 3 + old_value_size + value.size();
value             425 net/tools/balsa/balsa_headers.cc   base::StringPiece second_value = value;
value             427 net/tools/balsa/balsa_headers.cc     first_value = value;
value             461 net/tools/balsa/balsa_headers.cc                               const base::StringPiece& value) {
value             472 net/tools/balsa/balsa_headers.cc     AddAndMakeDescription(key, value, &(*i));
value             475 net/tools/balsa/balsa_headers.cc   AppendHeader(key, value);
value             494 net/tools/balsa/balsa_headers.cc                                          const base::StringPiece& value) {
value             505 net/tools/balsa/balsa_headers.cc     AddAndMakeDescription(key, value, &(*i));
value             508 net/tools/balsa/balsa_headers.cc   AppendHeader(key, value);
value             512 net/tools/balsa/balsa_headers.cc                                 const base::StringPiece& value) {
value             514 net/tools/balsa/balsa_headers.cc   AddAndMakeDescription(key, value, &hld);
value             519 net/tools/balsa/balsa_headers.cc                                   const base::StringPiece& value) {
value             520 net/tools/balsa/balsa_headers.cc   AppendOrPrependToHeader(key, value, true);
value             524 net/tools/balsa/balsa_headers.cc                                    const base::StringPiece& value) {
value             525 net/tools/balsa/balsa_headers.cc   AppendOrPrependToHeader(key, value, false);
value             575 net/tools/balsa/balsa_headers.cc                                            const base::StringPiece& value,
value             581 net/tools/balsa/balsa_headers.cc     AppendHeader(key, value);
value             586 net/tools/balsa/balsa_headers.cc   AppendOrPrependAndMakeDescription(key, value, append, &hld);
value             623 net/tools/balsa/balsa_headers.h   void HackHeader(const base::StringPiece& key, const base::StringPiece& value);
value             635 net/tools/balsa/balsa_headers.h                           const base::StringPiece& value);
value             644 net/tools/balsa/balsa_headers.h                              const base::StringPiece& value);
value             655 net/tools/balsa/balsa_headers.h                     const base::StringPiece& value);
value             662 net/tools/balsa/balsa_headers.h                       const base::StringPiece& value);
value             669 net/tools/balsa/balsa_headers.h                        const base::StringPiece& value);
value             808 net/tools/balsa/balsa_headers.h                                       const base::StringPiece& value) {
value             814 net/tools/balsa/balsa_headers.h       buffer->Write(value.data(), value.size());
value            1020 net/tools/balsa/balsa_headers.h                              const base::StringPiece& value,
value            1024 net/tools/balsa/balsa_headers.h                                          const base::StringPiece& value,
value            1037 net/tools/balsa/balsa_headers.h                                const base::StringPiece& value,
value              61 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(json));
value              62 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc   if (!value.get()) {
value              68 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc   if (!value->GetAsDictionary(&dict)) {
value              55 net/tools/dump_cache/cache_dumper.cc   if (path.value().find(header) == 0)
value              59 net/tools/dump_cache/cache_dumper.cc   while ((pos = path.value().find(backslash, pos)) != std::wstring::npos) {
value              60 net/tools/dump_cache/cache_dumper.cc     base::FilePath::StringType subdir = path.value().substr(0, pos);
value              66 net/tools/dump_cache/cache_dumper.cc   return CreateDirectoryW(path.value().c_str(), NULL) == TRUE;
value              95 net/tools/dump_cache/cache_dumper.cc   name.append(entry_path_.value());
value             103 net/tools/dump_cache/cache_dumper.cc   base::FilePath::StringType file = entry_path_.value();
value             144 net/tools/dump_cache/cache_dumper.cc   std::string name, value;
value             145 net/tools/dump_cache/cache_dumper.cc   while (info.headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             148 net/tools/dump_cache/cache_dumper.cc     output->append(value);
value              98 net/tools/dump_cache/dump_cache.cc            command_line.GetProgram().value().c_str());
value              43 net/tools/dump_cache/simple_cache_dumper.cc   LOG(INFO) << "Reading cache from: " << input_path_.value();
value              44 net/tools/dump_cache/simple_cache_dumper.cc   LOG(INFO) << "Writing cache to: " << output_path_.value();
value              36 net/tools/dump_cache/url_to_filename_encoder.cc   const uint64 value = strtoull(str, &error, 16);
value              37 net/tools/dump_cache/url_to_filename_encoder.cc   return (error == str) ? deflt : value;
value              31 net/tools/flip_server/acceptor_thread.h   explicit Notification(bool value) : value_(value) {}
value             304 net/tools/flip_server/flip_in_mem_edsm_server.cc     std::string value = cl.GetSwitchValueASCII(name.str());
value             305 net/tools/flip_server/flip_in_mem_edsm_server.cc     std::vector<std::string> valueArgs = split(value, ',');
value             332 net/tools/flip_server/flip_in_mem_edsm_server.cc     std::string value = cl.GetSwitchValueASCII("spdy-server");
value             333 net/tools/flip_server/flip_in_mem_edsm_server.cc     std::vector<std::string> valueArgs = split(value, ',');
value             358 net/tools/flip_server/flip_in_mem_edsm_server.cc     std::string value = cl.GetSwitchValueASCII("http-server");
value             359 net/tools/flip_server/flip_in_mem_edsm_server.cc     std::vector<std::string> valueArgs = split(value, ',');
value              79 net/tools/flip_server/output_ordering.h   static void set_server_think_time_in_s(double value) {
value              80 net/tools/flip_server/output_ordering.h     server_think_time_in_s_ = value;
value             100 net/tools/flip_server/sm_connection.h   static void set_force_spdy(bool value) { force_spdy_ = value; }
value             111 net/tools/flip_server/spdy_interface.h                          uint32 value) OVERRIDE {}
value             172 net/tools/flip_server/spdy_interface.h   static void set_forward_ip_header(const std::string& value) {
value             173 net/tools/flip_server/spdy_interface.h     forward_ip_header_ = value;
value              72 net/tools/flip_server/streamer_interface.h   static void set_forward_ip_header(std::string value) {
value              73 net/tools/flip_server/streamer_interface.h     forward_ip_header_ = value;
value             151 net/tools/quic/quic_in_memory_cache.cc     if (file.value().find("/.svn/") != std::string::npos) {
value             176 net/tools/quic/quic_in_memory_cache.cc       LOG(DFATAL) << "Did not frame entire message from file: " << file.value()
value             189 net/tools/quic/quic_in_memory_cache.cc     StringPiece base = file.value();
value             106 net/tools/quic/quic_in_memory_cache_test.cc   std::string value;
value             107 net/tools/quic/quic_in_memory_cache_test.cc   response->headers().GetAllOfHeaderAsString("Connection", &value);
value             109 net/tools/quic/quic_in_memory_cache_test.cc   EXPECT_EQ("Keep-Alive", value);
value             120 net/tools/quic/quic_in_memory_cache_test.cc   std::string value;
value             121 net/tools/quic/quic_in_memory_cache_test.cc   response->headers().GetAllOfHeaderAsString("Connection", &value);
value             123 net/tools/quic/quic_in_memory_cache_test.cc   EXPECT_EQ("Keep-Alive", value);
value             127 net/tools/quic/test_tools/http_message.cc void HTTPMessage::AddHeader(const string& header, const string& value) {
value             128 net/tools/quic/test_tools/http_message.cc   headers()->AppendHeader(header, value);
value             135 net/tools/quic/test_tools/http_message.cc void HTTPMessage::ReplaceHeader(const string& header, const string& value) {
value             136 net/tools/quic/test_tools/http_message.cc   headers()->ReplaceOrAppendHeader(header, value);
value              70 net/tools/quic/test_tools/http_message.h   void AddHeader(const std::string& header, const std::string& value);
value              76 net/tools/quic/test_tools/http_message.h   void ReplaceHeader(const std::string& header, const std::string& value);
value              86 net/tools/quic/test_tools/http_message.h   void set_has_complete_message(bool value) { has_complete_message_ = value; }
value              96 net/tools/quic/test_tools/http_message.h   void set_skip_message_validation(bool value) {
value              97 net/tools/quic/test_tools/http_message.h     skip_message_validation_ = value;
value              63 net/tools/tld_cleanup/tld_cleanup.cc   settings.log_file = log_filename.value().c_str();
value            1370 net/url_request/url_fetcher_impl_unittest.cc       << file_path_.value() << " not removed.";
value            1418 net/url_request/url_fetcher_impl_unittest.cc         "FilePath: " << file_path_.value();
value            1491 net/url_request/url_fetcher_impl_unittest.cc       << file_path_.value() << " not removed.";
value            1532 net/url_request/url_fetcher_impl_unittest.cc         "FilePath: " << file_path_.value();
value              83 net/url_request/url_fetcher_response_writer_unittest.cc   EXPECT_EQ(file_path_.value(), writer_->file_path().value());
value             337 net/url_request/url_request.cc void URLRequest::SetExtraRequestHeaderById(int id, const string& value,
value             344 net/url_request/url_request.cc                                              const string& value,
value             348 net/url_request/url_request.cc     extra_request_headers_.SetHeader(name, value);
value             350 net/url_request/url_request.cc     extra_request_headers_.SetHeaderIfMissing(name, value);
value             488 net/url_request/url_request.cc void URLRequest::GetResponseHeaderById(int id, string* value) {
value             493 net/url_request/url_request.cc void URLRequest::GetResponseHeaderByName(const string& name, string* value) {
value             494 net/url_request/url_request.cc   DCHECK(value);
value             496 net/url_request/url_request.cc     response_info_.headers->GetNormalizedHeader(name, value);
value             498 net/url_request/url_request.cc     value->clear();
value             413 net/url_request/url_request.h   void SetExtraRequestHeaderById(int header_id, const std::string& value,
value             416 net/url_request/url_request.h                                    const std::string& value, bool overwrite);
value             483 net/url_request/url_request.h   void GetResponseHeaderById(int header_id, std::string* value);
value             484 net/url_request/url_request.h   void GetResponseHeaderByName(const std::string& name, std::string* value);
value             699 net/url_request/url_request.h   void set_is_pending(bool value) { is_pending_ = value; }
value             702 net/url_request/url_request.h   void set_status(const URLRequestStatus& value) { status_ = value; }
value              31 net/url_request/url_request_context_builder_unittest.cc                           ScopedCustomUrlRequestTestHttpHost::value(),
value              35 net/url_request/url_request_context_builder_unittest.cc                           ScopedCustomUrlRequestTestHttpHost::value(),
value             104 net/url_request/url_request_file_dir_job.cc     const base::string16& title = dir_path_.value();
value             112 net/url_request/url_request_file_dir_job.cc         base::SysNativeMBToWide(dir_path_.value()));
value             123 net/url_request/url_request_file_dir_job.cc   const std::string& raw_bytes = filename.value();
value             712 net/url_request/url_request_http_job.cc   std::string value;
value             716 net/url_request/url_request_http_job.cc   while (headers->EnumerateHeader(&iter, name, &value)) {
value             717 net/url_request/url_request_http_job.cc     if (!value.empty())
value             718 net/url_request/url_request_http_job.cc       cookies->push_back(value);
value             742 net/url_request/url_request_http_job.cc   std::string value;
value             743 net/url_request/url_request_http_job.cc   if (headers->EnumerateHeader(NULL, "Strict-Transport-Security", &value))
value             744 net/url_request/url_request_http_job.cc     security_state->AddHSTSHeader(request_info_.url.host(), value);
value             765 net/url_request/url_request_http_job.cc   std::string value;
value             766 net/url_request/url_request_http_job.cc   if (headers->EnumerateHeader(NULL, "Public-Key-Pins", &value))
value             767 net/url_request/url_request_http_job.cc     security_state->AddHPKPHeader(request_info_.url.host(), value, ssl_info);
value             152 net/url_request/url_request_job.cc   std::string value;
value             153 net/url_request/url_request_job.cc   if (!headers->IsRedirect(&value))
value             156 net/url_request/url_request_job.cc   *location = request_->url().Resolve(value);
value             271 net/url_request/url_request_test_job.cc   std::string value;
value             272 net/url_request/url_request_test_job.cc   if (!response_headers_->IsRedirect(&value))
value             275 net/url_request/url_request_test_job.cc   *location = request_->url().Resolve(value);
value             361 net/url_request/url_request_test_util.h   static const std::string& value();
value             911 net/url_request/url_request_unittest.cc   std::wstring lnk_path = app_path.value() + L".lnk";
value             922 net/url_request/url_request_unittest.cc     EXPECT_TRUE(SUCCEEDED(shell->SetPath(app_path.value().c_str())));
value             940 net/url_request/url_request_unittest.cc     GetFileAttributesEx(app_path.value().c_str(),
value             942 net/url_request/url_request_unittest.cc     HANDLE file = CreateFile(app_path.value().c_str(), GENERIC_READ,
value            1970 net/url_request/url_request_unittest.cc                           ScopedCustomUrlRequestTestHttpHost::value(),
value            1974 net/url_request/url_request_unittest.cc                           ScopedCustomUrlRequestTestHttpHost::value(),
value            4557 net/url_request/url_request_unittest.cc   std::string value;
value            4559 net/url_request/url_request_unittest.cc   EXPECT_TRUE(headers.GetHeader(kExtraHeader, &value));
value            4560 net/url_request/url_request_unittest.cc   EXPECT_EQ(kExtraValue, value);
value            4594 net/url_request/url_request_unittest.cc   std::string value;
value            4596 net/url_request/url_request_unittest.cc   EXPECT_FALSE(headers.GetHeader(kExtraHeaderToRemove, &value));
value             314 net/url_request/view_cache_helper.cc       std::string name, value;
value             315 net/url_request/view_cache_helper.cc       while (response.headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             318 net/url_request/view_cache_helper.cc         data_->append(EscapeForHTML(value));
value              86 net/websockets/websocket_basic_handshake_stream.cc                                const std::vector<std::string>& value,
value              88 net/websockets/websocket_basic_handshake_stream.cc   if (value.empty())
value              90 net/websockets/websocket_basic_handshake_stream.cc   headers->SetHeader(name, JoinString(value, ", "));
value              95 net/websockets/websocket_basic_handshake_stream.cc                                      std::string* value) {
value             102 net/websockets/websocket_basic_handshake_stream.cc     *value = temp_value;
value             124 net/websockets/websocket_basic_handshake_stream.cc   std::string value;
value             126 net/websockets/websocket_basic_handshake_stream.cc       GetSingleHeaderValue(headers, websockets::kUpgrade, &value);
value             133 net/websockets/websocket_basic_handshake_stream.cc   if (!LowerCaseEqualsASCII(value, websockets::kWebSocketLowercase)) {
value             135 net/websockets/websocket_basic_handshake_stream.cc         "'Upgrade' header value is not 'WebSocket': " + value;
value             181 net/websockets/websocket_basic_handshake_stream.cc   std::string value;
value             193 net/websockets/websocket_basic_handshake_stream.cc     value = temp_value;
value             194 net/websockets/websocket_basic_handshake_stream.cc     if (requested_set.count(value) == 0)
value             208 net/websockets/websocket_basic_handshake_stream.cc         + value;
value             213 net/websockets/websocket_basic_handshake_stream.cc         value +
value             222 net/websockets/websocket_basic_handshake_stream.cc   *sub_protocol = value;
value             275 net/websockets/websocket_basic_handshake_stream.cc       if (!base::StringToInt(it->value(), &bits) || bits < 8 || bits > 15 ||
value             276 net/websockets/websocket_basic_handshake_stream.cc           it->value()[0] == '0' ||
value             277 net/websockets/websocket_basic_handshake_stream.cc           it->value().find_first_not_of("0123456789") != std::string::npos) {
value             299 net/websockets/websocket_basic_handshake_stream.cc   std::string value;
value             305 net/websockets/websocket_basic_handshake_stream.cc              &state, websockets::kSecWebSocketExtensions, &value)) {
value             307 net/websockets/websocket_basic_handshake_stream.cc     parser.Parse(value);
value             313 net/websockets/websocket_basic_handshake_stream.cc           value;
value             332 net/websockets/websocket_basic_handshake_stream.cc     accepted_extensions.push_back(value);
value              26 net/websockets/websocket_basic_stream_test.cc #define WEBSOCKET_BASIC_STREAM_TEST_DEFINE_CONSTANT(name, value) \
value              27 net/websockets/websocket_basic_stream_test.cc   const char k##name[] = value;                                  \
value             656 net/websockets/websocket_channel_test.cc   void CallCallbackUnlessClosed(const CompletionCallback& callback, int value) {
value             658 net/websockets/websocket_channel_test.cc       callback.Run(value);
value              17 net/websockets/websocket_extension.cc                                          const std::string& value)
value              18 net/websockets/websocket_extension.cc     : name_(name), value_(value) {
value              19 net/websockets/websocket_extension.cc   DCHECK(!value.empty());
value              25 net/websockets/websocket_extension.h     Parameter(const std::string& name, const std::string& value);
value              29 net/websockets/websocket_extension.h     const std::string& value() const { return value_; }
value              55 net/websockets/websocket_extension_parser.cc   base::StringPiece name, value;
value              68 net/websockets/websocket_extension_parser.cc     ConsumeToken(&value);
value              69 net/websockets/websocket_extension_parser.cc     value_string = value.as_string();
value             136 net/websockets/websocket_handshake_handler.cc                   const base::StringPiece& value,
value             144 net/websockets/websocket_handshake_handler.cc       header.size() + kColonSpaceSize + value.size() + kCrNlSize;
value             148 net/websockets/websocket_handshake_handler.cc   response_message->append(value.begin(), value.end());
value             186 net/websockets/websocket_handshake_handler.cc     const std::string& name, const std::string& value) {
value             188 net/websockets/websocket_handshake_handler.cc   HttpUtil::AppendHeaderIfMissing(name.c_str(), value, &headers_);
value             382 net/websockets/websocket_handshake_handler.cc   std::string value;
value             383 net/websockets/websocket_handshake_handler.cc   while (response_info.headers->EnumerateHeaderLines(&iter, &name, &value)) {
value             384 net/websockets/websocket_handshake_handler.cc     AppendHeader(name, value, &response_message);
value             433 net/websockets/websocket_handshake_handler.cc     const std::string& value = iter->second;
value             437 net/websockets/websocket_handshake_handler.cc       end = value.find('\0', start);
value             440 net/websockets/websocket_handshake_handler.cc         tval = value.substr(start, (end - start));
value             442 net/websockets/websocket_handshake_handler.cc         tval = value.substr(start);
value              44 net/websockets/websocket_handshake_handler.h                              const std::string& value);
value             195 net/websockets/websocket_handshake_handler_test.cc   std::string value;
value             196 net/websockets/websocket_handshake_handler_test.cc   EXPECT_TRUE(request_info.extra_headers.GetHeader("Host", &value));
value             197 net/websockets/websocket_handshake_handler_test.cc   EXPECT_EQ("example.com", value);
value             199 net/websockets/websocket_handshake_handler_test.cc                                                    &value));
value             200 net/websockets/websocket_handshake_handler_test.cc   EXPECT_EQ("http://example.com", value);
value             202 net/websockets/websocket_handshake_handler_test.cc                                                    &value));
value             203 net/websockets/websocket_handshake_handler_test.cc   EXPECT_EQ("sample", value);
value              43 net/websockets/websocket_stream_test.cc     result.push_back(HeaderKeyValuePair(it.name(), it.value()));
value              49 net/websockets/websocket_stream_test.cc   std::string name, value;
value              51 net/websockets/websocket_stream_test.cc   while (headers.EnumerateHeaderLines(&iter, &name, &value))
value              52 net/websockets/websocket_stream_test.cc     result.push_back(HeaderKeyValuePair(name, value));
value              26 ppapi/c/dev/pp_optional_structs_dev.h   double value;
value              77 ppapi/c/dev/ppb_scrollbar_dev.h   void (*SetValue)(PP_Resource scrollbar, uint32_t value);
value             149 ppapi/c/dev/ppb_var_deprecated.h                       struct PP_Var value,
value              94 ppapi/c/dev/ppp_class_deprecated.h                       struct PP_Var value,
value              37 ppapi/c/dev/ppp_scrollbar_dev.h                        uint32_t value);
value              52 ppapi/c/dev/ppp_scrollbar_dev.h                        uint32_t value);
value             169 ppapi/c/pp_var.h   union PP_VarValue value;
value             212 ppapi/c/pp_var.h PP_INLINE struct PP_Var PP_MakeBool(PP_Bool value) {
value             214 ppapi/c/pp_var.h   result.value.as_bool = value;
value             226 ppapi/c/pp_var.h PP_INLINE struct PP_Var PP_MakeInt32(int32_t value) {
value             228 ppapi/c/pp_var.h   result.value.as_int = value;
value             240 ppapi/c/pp_var.h PP_INLINE struct PP_Var PP_MakeDouble(double value) {
value             242 ppapi/c/pp_var.h   result.value.as_double = value;
value              52 ppapi/c/ppb_console.h   void (*Log)(PP_Instance instance, PP_LogLevel level, struct PP_Var value);
value              66 ppapi/c/ppb_console.h                         struct PP_Var value);
value              91 ppapi/c/ppb_graphics_3d.h                                int32_t* value);
value             139 ppapi/c/ppb_media_stream_audio_track.h                        int32_t* value);
value             154 ppapi/c/ppb_media_stream_video_track.h                        int32_t* value);
value             317 ppapi/c/ppb_opengles2.h   void (*SampleCoverage)(PP_Resource context, GLclampf value, GLboolean invert);
value             449 ppapi/c/ppb_opengles2.h                            const GLfloat* value);
value             454 ppapi/c/ppb_opengles2.h                            const GLfloat* value);
value             459 ppapi/c/ppb_opengles2.h                            const GLfloat* value);
value             272 ppapi/c/ppb_tcp_socket.h                        struct PP_Var value,
value             297 ppapi/c/ppb_tcp_socket.h                        struct PP_Var value,
value             207 ppapi/c/ppb_udp_socket.h                        struct PP_Var value,
value             214 ppapi/c/ppb_url_request_info.h                          struct PP_Var value);
value              65 ppapi/c/ppb_var_array.h   PP_Bool (*Set)(struct PP_Var array, uint32_t index, struct PP_Var value);
value              68 ppapi/c/ppb_var_dictionary.h   PP_Bool (*Set)(struct PP_Var dict, struct PP_Var key, struct PP_Var value);
value             219 ppapi/c/private/ppb_flash.h                           struct PP_Var value);
value             302 ppapi/c/private/ppb_flash.h                           struct PP_Var value);
value             336 ppapi/c/private/ppb_flash.h                           struct PP_Var value);
value             169 ppapi/c/private/ppb_tcp_socket_private.h                        struct PP_Var value,
value              76 ppapi/c/private/ppb_udp_socket_private.h                               struct PP_Var value);
value              69 ppapi/cpp/dev/alarms_dev.cc void Alarm_Dev::set_name(const std::string& value) {
value              70 ppapi/cpp/dev/alarms_dev.cc   name_wrapper_.set(value);
value              77 ppapi/cpp/dev/alarms_dev.cc void Alarm_Dev::set_scheduled_time(double value) {
value              78 ppapi/cpp/dev/alarms_dev.cc   storage_->scheduled_time = value;
value              93 ppapi/cpp/dev/alarms_dev.cc void Alarm_Dev::set_period_in_minutes(double value) {
value              94 ppapi/cpp/dev/alarms_dev.cc   period_in_minutes_wrapper_.set(value);
value             175 ppapi/cpp/dev/alarms_dev.cc void AlarmCreateInfo_Dev::set_when(double value) {
value             176 ppapi/cpp/dev/alarms_dev.cc   when_wrapper_.set(value);
value             191 ppapi/cpp/dev/alarms_dev.cc void AlarmCreateInfo_Dev::set_delay_in_minutes(double value) {
value             192 ppapi/cpp/dev/alarms_dev.cc   delay_in_minutes_wrapper_.set(value);
value             207 ppapi/cpp/dev/alarms_dev.cc void AlarmCreateInfo_Dev::set_period_in_minutes(double value) {
value             208 ppapi/cpp/dev/alarms_dev.cc   period_in_minutes_wrapper_.set(value);
value              52 ppapi/cpp/dev/alarms_dev.h   void set_name(const std::string& value);
value              55 ppapi/cpp/dev/alarms_dev.h   void set_scheduled_time(double value);
value              60 ppapi/cpp/dev/alarms_dev.h   void set_period_in_minutes(double value);
value             100 ppapi/cpp/dev/alarms_dev.h   void set_when(double value);
value             105 ppapi/cpp/dev/alarms_dev.h   void set_delay_in_minutes(double value);
value             110 ppapi/cpp/dev/alarms_dev.h   void set_period_in_minutes(double value);
value              31 ppapi/cpp/dev/may_own_ptr_dev.h   MayOwnPtr(T* value, NotOwned) : value_(value), owned_(false) {
value              32 ppapi/cpp/dev/may_own_ptr_dev.h     PP_DCHECK(value);
value              27 ppapi/cpp/dev/optional_dev.h   Optional(double value) { set(value); }
value              54 ppapi/cpp/dev/optional_dev.h     return storage_->value;
value              57 ppapi/cpp/dev/optional_dev.h   void set(double value) {
value              58 ppapi/cpp/dev/optional_dev.h     storage_->value = value;
value              78 ppapi/cpp/dev/optional_dev.h   Optional(const std::string& value) : wrapper_(value) {}
value              80 ppapi/cpp/dev/optional_dev.h   Optional(const char* value) : wrapper_(value) {}
value             104 ppapi/cpp/dev/optional_dev.h   void set(const std::string& value) { wrapper_.set(value); }
value              85 ppapi/cpp/dev/scriptable_object_deprecated.cc                  PP_Var value,
value              89 ppapi/cpp/dev/scriptable_object_deprecated.cc       Var(Var::DontManage(), name), Var(Var::DontManage(), value), e.Get());
value              55 ppapi/cpp/dev/scriptable_object_deprecated.h                            const Var& value,
value              57 ppapi/cpp/dev/scrollbar_dev.cc void Scrollbar_Dev::SetValue(uint32_t value) {
value              59 ppapi/cpp/dev/scrollbar_dev.cc     get_interface<PPB_Scrollbar_Dev>()->SetValue(pp_resource(), value);
value              31 ppapi/cpp/dev/scrollbar_dev.h   void SetValue(uint32_t value);
value              16 ppapi/cpp/dev/string_wrapper_dev.cc OptionalStringWrapper::OptionalStringWrapper(const std::string& value) {
value              17 ppapi/cpp/dev/string_wrapper_dev.cc   *storage_ = Var(value).Detach();
value              73 ppapi/cpp/dev/string_wrapper_dev.cc void OptionalStringWrapper::set(const std::string& value) {
value              75 ppapi/cpp/dev/string_wrapper_dev.cc   *storage_ = Var(value).Detach();
value              91 ppapi/cpp/dev/string_wrapper_dev.cc StringWrapper::StringWrapper(const std::string& value) : storage_(value) {
value              23 ppapi/cpp/dev/string_wrapper_dev.h   explicit OptionalStringWrapper(const std::string& value);
value              42 ppapi/cpp/dev/string_wrapper_dev.h   void set(const std::string& value);
value              59 ppapi/cpp/dev/string_wrapper_dev.h   explicit StringWrapper(const std::string& value);
value              76 ppapi/cpp/dev/string_wrapper_dev.h   void set(const std::string& value) { return storage_.set(value); }
value              45 ppapi/cpp/dev/widget_client_dev.cc                             uint32_t value) {
value              51 ppapi/cpp/dev/widget_client_dev.cc       Scrollbar_Dev(scrollbar_id), value);
value              37 ppapi/cpp/dev/widget_client_dev.h                                      uint32_t value) = 0;
value              29 ppapi/cpp/extensions/dev/socket_dev.cc SocketType_Dev::SocketType_Dev() : value(NONE) {
value              32 ppapi/cpp/extensions/dev/socket_dev.cc SocketType_Dev::SocketType_Dev(ValueType in_value) : value(in_value) {
value              44 ppapi/cpp/extensions/dev/socket_dev.cc     value = TCP;
value              46 ppapi/cpp/extensions/dev/socket_dev.cc     value = UDP;
value              48 ppapi/cpp/extensions/dev/socket_dev.cc     value = NONE;
value              55 ppapi/cpp/extensions/dev/socket_dev.cc   switch (value) {
value              75 ppapi/cpp/extensions/dev/socket_dev.cc bool CreateInfo_Dev::Populate(const PP_Ext_Socket_CreateInfo_Dev& value) {
value              76 ppapi/cpp/extensions/dev/socket_dev.cc   if (value.type != PP_VARTYPE_DICTIONARY)
value              79 ppapi/cpp/extensions/dev/socket_dev.cc   VarDictionary dict(value);
value             107 ppapi/cpp/extensions/dev/socket_dev.cc bool AcceptInfo_Dev::Populate(const PP_Ext_Socket_AcceptInfo_Dev& value) {
value             108 ppapi/cpp/extensions/dev/socket_dev.cc   if (value.type != PP_VARTYPE_DICTIONARY)
value             111 ppapi/cpp/extensions/dev/socket_dev.cc   VarDictionary dict(value);
value             139 ppapi/cpp/extensions/dev/socket_dev.cc bool ReadInfo_Dev::Populate(const PP_Ext_Socket_ReadInfo_Dev& value) {
value             140 ppapi/cpp/extensions/dev/socket_dev.cc   if (value.type != PP_VARTYPE_DICTIONARY)
value             143 ppapi/cpp/extensions/dev/socket_dev.cc   VarDictionary dict(value);
value             169 ppapi/cpp/extensions/dev/socket_dev.cc bool WriteInfo_Dev::Populate(const PP_Ext_Socket_WriteInfo_Dev& value) {
value             170 ppapi/cpp/extensions/dev/socket_dev.cc   if (value.type != PP_VARTYPE_DICTIONARY)
value             173 ppapi/cpp/extensions/dev/socket_dev.cc   VarDictionary dict(value);
value             205 ppapi/cpp/extensions/dev/socket_dev.cc bool RecvFromInfo_Dev::Populate(const PP_Ext_Socket_RecvFromInfo_Dev& value) {
value             206 ppapi/cpp/extensions/dev/socket_dev.cc   if (value.type != PP_VARTYPE_DICTIONARY)
value             209 ppapi/cpp/extensions/dev/socket_dev.cc   VarDictionary dict(value);
value             249 ppapi/cpp/extensions/dev/socket_dev.cc bool SocketInfo_Dev::Populate(const PP_Ext_Socket_SocketInfo_Dev& value) {
value             250 ppapi/cpp/extensions/dev/socket_dev.cc   if (value.type != PP_VARTYPE_DICTIONARY)
value             253 ppapi/cpp/extensions/dev/socket_dev.cc   VarDictionary dict(value);
value             290 ppapi/cpp/extensions/dev/socket_dev.cc     const PP_Ext_Socket_NetworkInterface_Dev& value) {
value             291 ppapi/cpp/extensions/dev/socket_dev.cc   if (value.type != PP_VARTYPE_DICTIONARY)
value             294 ppapi/cpp/extensions/dev/socket_dev.cc   VarDictionary dict(value);
value              47 ppapi/cpp/extensions/dev/socket_dev.h   ValueType value;
value              60 ppapi/cpp/extensions/dev/socket_dev.h   bool Populate(const PP_Ext_Socket_CreateInfo_Dev& value);
value              74 ppapi/cpp/extensions/dev/socket_dev.h   bool Populate(const PP_Ext_Socket_AcceptInfo_Dev& value);
value              90 ppapi/cpp/extensions/dev/socket_dev.h   bool Populate(const PP_Ext_Socket_ReadInfo_Dev& value);
value             106 ppapi/cpp/extensions/dev/socket_dev.h   bool Populate(const PP_Ext_Socket_WriteInfo_Dev& value);
value             120 ppapi/cpp/extensions/dev/socket_dev.h   bool Populate(const PP_Ext_Socket_RecvFromInfo_Dev& value);
value             140 ppapi/cpp/extensions/dev/socket_dev.h   bool Populate(const PP_Ext_Socket_SocketInfo_Dev& value);
value             164 ppapi/cpp/extensions/dev/socket_dev.h   bool Populate(const PP_Ext_Socket_NetworkInterface_Dev& value);
value              50 ppapi/cpp/extensions/dict_field.h     value_ = converter.value();
value              88 ppapi/cpp/extensions/dict_field.h     value_.Swap(&converter.value());
value              37 ppapi/cpp/extensions/ext_output_traits.h     return converter_.value();
value             103 ppapi/cpp/extensions/ext_output_traits.h         output_storage_.push_back(converter.value());
value              25 ppapi/cpp/extensions/from_var_converter.h   T& value() { return value_; }
value              31 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverterBase(const T& value) : value_(value) {
value              80 ppapi/cpp/extensions/from_var_converter.h       FromVarConverterBase<Optional<T> >::value_ = converter.value();
value              17 ppapi/cpp/extensions/optional.h   explicit Optional(T* value) : value_(value) {
value              19 ppapi/cpp/extensions/optional.h   Optional(const T& value) : value_(new T(value)) {
value              70 ppapi/cpp/extensions/optional.h   void Set(T* value) {
value              71 ppapi/cpp/extensions/optional.h     if (value == value_)
value              75 ppapi/cpp/extensions/optional.h     *value_ = value;
value              79 ppapi/cpp/extensions/optional.h     T* value = value_;
value              81 ppapi/cpp/extensions/optional.h     delete value;
value             131 ppapi/cpp/instance.cc void Instance::LogToConsole(PP_LogLevel level, const Var& value) {
value             135 ppapi/cpp/instance.cc       pp_instance(), level, value.pp_var());
value             140 ppapi/cpp/instance.cc                                       const Var& value) {
value             144 ppapi/cpp/instance.cc       pp_instance(), level, source.pp_var(), value.pp_var());
value             495 ppapi/cpp/instance.h   void LogToConsole(PP_LogLevel level, const Var& value);
value             507 ppapi/cpp/instance.h                               const Var& value);
value              54 ppapi/cpp/media_stream_audio_track.cc                                          int32_t* value) {
value              57 ppapi/cpp/media_stream_audio_track.cc         pp_resource(), attrib, value);
value              88 ppapi/cpp/media_stream_audio_track.h                     int32_t* value);
value              54 ppapi/cpp/media_stream_video_track.cc                                          int32_t* value) {
value              57 ppapi/cpp/media_stream_video_track.cc         pp_resource(), attrib, value);
value              93 ppapi/cpp/media_stream_video_track.h                     int32_t* value);
value              34 ppapi/cpp/output_traits.h   static bool const value = false;
value              37 ppapi/cpp/output_traits.h   static bool const value = true;
value              51 ppapi/cpp/output_traits.h   static bool const value = sizeof Check(CreateDerived()) == 1 &&
value              52 ppapi/cpp/output_traits.h                             !IsSame<Base const, void const>::value;
value             134 ppapi/cpp/output_traits.h                        !IsBaseOf<Resource, T>::value>,
value             136 ppapi/cpp/output_traits.h                        IsBaseOf<Resource, T>::value> {
value             248 ppapi/cpp/output_traits.h                        !IsBaseOf<Resource, T>::value>,
value             250 ppapi/cpp/output_traits.h                        IsBaseOf<Resource, T>::value> {
value             260 ppapi/cpp/private/flash.cc                          const pp::Var& value) {
value             264 ppapi/cpp/private/flash.cc         instance.pp_instance(), key, value.pp_var()));
value             269 ppapi/cpp/private/flash.cc                                                  key, value.pp_var()));
value              68 ppapi/cpp/private/flash.h                            const pp::Var& value);
value             239 ppapi/cpp/private/tcp_socket_private.cc                                     const Var& value,
value             243 ppapi/cpp/private/tcp_socket_private.cc         pp_resource(), name, value.pp_var(), callback.pp_completion_callback());
value              50 ppapi/cpp/private/tcp_socket_private.h                     const Var& value,
value              46 ppapi/cpp/private/udp_socket_private.cc                                            const Var& value) {
value              49 ppapi/cpp/private/udp_socket_private.cc         pp_resource(), name, value.pp_var());
value              25 ppapi/cpp/private/udp_socket_private.h   int32_t SetSocketFeature(PP_UDPSocketFeature_Private name, const Var& value);
value              93 ppapi/cpp/private/var_private.cc void VarPrivate::SetProperty(const Var& name, const Var& value,
value              98 ppapi/cpp/private/var_private.cc       var_, name.pp_var(), value.pp_var(), OutException(exception).get());
value              48 ppapi/cpp/private/var_private.h   void SetProperty(const Var& name, const Var& value, Var* exception = NULL);
value             169 ppapi/cpp/tcp_socket.cc                              const Var& value,
value             173 ppapi/cpp/tcp_socket.cc         pp_resource(), name, value.pp_var(), callback.pp_completion_callback());
value             177 ppapi/cpp/tcp_socket.cc         pp_resource(), name, value.pp_var(), callback.pp_completion_callback());
value             206 ppapi/cpp/tcp_socket.h                     const Var& value,
value             101 ppapi/cpp/udp_socket.cc                              const Var& value,
value             105 ppapi/cpp/udp_socket.cc         pp_resource(), name, value.pp_var(), callback.pp_completion_callback());
value             154 ppapi/cpp/udp_socket.h                     const Var& value,
value              34 ppapi/cpp/url_request_info.cc                                  const Var& value) {
value              38 ppapi/cpp/url_request_info.cc       pp_resource(), property, value.pp_var()));
value              48 ppapi/cpp/url_request_info.h   bool SetProperty(PP_URLRequestProperty property, const Var& value);
value             109 ppapi/cpp/var.cc   var_.value.as_bool = PP_FromBool(b);
value             116 ppapi/cpp/var.cc   var_.value.as_int = i;
value             123 ppapi/cpp/var.cc   var_.value.as_double = d;
value             211 ppapi/cpp/var.cc       if (var_.value.as_id == other.var_.value.as_id)
value             220 ppapi/cpp/var.cc       return var_.value.as_id == other.var_.value.as_id;
value             229 ppapi/cpp/var.cc   return PP_ToBool(var_.value.as_bool);
value             234 ppapi/cpp/var.cc     return var_.value.as_int;
value             236 ppapi/cpp/var.cc     return static_cast<int>(var_.value.as_double);
value             243 ppapi/cpp/var.cc     return var_.value.as_double;
value             245 ppapi/cpp/var.cc     return static_cast<double>(var_.value.as_int);
value              74 ppapi/cpp/var_array.cc bool VarArray::Set(uint32_t index, const Var& value) {
value              79 ppapi/cpp/var_array.cc                                                           value.pp_var()));
value              69 ppapi/cpp/var_array.h   bool Set(uint32_t index, const Var& value);
value              78 ppapi/cpp/var_dictionary.cc bool VarDictionary::Set(const Var& key, const Var& value) {
value              83 ppapi/cpp/var_dictionary.cc       var_, key.pp_var(), value.pp_var()));
value              70 ppapi/cpp/var_dictionary.h   bool Set(const Var& key, const Var& value);
value              49 ppapi/examples/audio/audio.cc         int value = atoi(argv[i]);
value              50 ppapi/examples/audio/audio.cc         if (value > 0 && value <= 1000000)
value              51 ppapi/examples/audio/audio.cc           sample_rate_ = static_cast<PP_AudioSampleRate>(value);
value             700 ppapi/examples/ime/ime.cc   void Log(const pp::Var& value) {
value             705 ppapi/examples/ime/ime.cc     console->Log(pp_instance(), PP_LOGLEVEL_LOG, value.pp_var());
value             237 ppapi/examples/mouse_lock/mouse_lock.cc     pp::Var value(buf);
value             238 ppapi/examples/mouse_lock/mouse_lock.cc     console_->Log(pp_instance(), level, value.pp_var());
value             597 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glSampleCoverage(GLclampf value, GLboolean invert) {
value             599 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), value, invert);
value             800 ppapi/lib/gl/gles2/gles2.c                                     const GLfloat* value) {
value             802 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), location, count, transpose, value);
value             808 ppapi/lib/gl/gles2/gles2.c                                     const GLfloat* value) {
value             810 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), location, count, transpose, value);
value             816 ppapi/lib/gl/gles2/gles2.c                                     const GLfloat* value) {
value             818 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), location, count, transpose, value);
value             263 ppapi/lib/gl/include/EGL/egl.h 			      EGLint attribute, EGLint *value);
value             275 ppapi/lib/gl/include/EGL/egl.h 			   EGLint attribute, EGLint *value);
value             289 ppapi/lib/gl/include/EGL/egl.h 			    EGLint attribute, EGLint value);
value             308 ppapi/lib/gl/include/EGL/egl.h 			   EGLint attribute, EGLint *value);
value             145 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
value             151 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
value             216 ppapi/lib/gl/include/EGL/eglext.h EGLBoolean eglGetSyncAttribNV (EGLSyncNV sync, EGLint attribute, EGLint *value);
value             223 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBNVPROC) (EGLSyncNV sync, EGLint attribute, EGLint *value);
value             734 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
value             766 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
value             767 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
value             768 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
value            1214 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramParameteriEXT (GLuint program, GLenum pname, GLint value);
value            1224 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
value            1225 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
value            1226 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
value            1227 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
value            1228 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value            1229 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value            1230 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value            1231 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value            1232 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1233 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1234 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1246 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMPARAMETERIEXTPROC) (GLuint program, GLenum pname, GLint value);
value            1256 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
value            1257 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
value            1258 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
value            1259 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
value            1260 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value            1261 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value            1262 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value            1263 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value            1264 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1265 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1266 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value              68 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc     std::string value = tokens[1];
value              69 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc     value.erase(0, value.find_first_not_of(" \t"));
value              70 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc     header_entries_.push_back(Entry(key, value));
value             112 ppapi/native_client/src/trusted/plugin/plugin.cc     std::string value(argv[i]);
value             113 ppapi/native_client/src/trusted/plugin/plugin.cc     args_[name] = value;
value             215 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M25_PPB_Console_Log(PP_Instance instance, PP_LogLevel level, struct PP_Var* value) {
value             217 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   iface->Log(instance, level, *value);
value             220 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M25_PPB_Console_LogWithSource(PP_Instance instance, PP_LogLevel level, struct PP_Var* source, struct PP_Var* value) {
value             222 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   iface->LogWithSource(instance, level, *source, *value);
value             693 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M15_PPB_Graphics3D_GetAttribMaxValue(PP_Resource instance, int32_t attribute, int32_t* value) {
value             695 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetAttribMaxValue(instance, attribute, value);
value            1005 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M35_PPB_MediaStreamAudioTrack_GetAttrib(PP_Resource audio_track, PP_MediaStreamAudioTrack_Attrib attrib, int32_t* value) {
value            1007 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetAttrib(audio_track, attrib, value);
value            1049 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M35_PPB_MediaStreamVideoTrack_GetAttrib(PP_Resource video_track, PP_MediaStreamVideoTrack_Attrib attrib, int32_t* value) {
value            1051 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetAttrib(video_track, attrib, value);
value            1298 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_TCPSocket_SetOption(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
value            1300 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetOption(tcp_socket, name, *value, *callback);
value            1362 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M31_PPB_TCPSocket_SetOption(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
value            1364 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetOption(tcp_socket, name, *value, *callback);
value            1430 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_UDPSocket_SetOption(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
value            1432 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetOption(udp_socket, name, *value, *callback);
value            1503 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M14_PPB_URLRequestInfo_SetProperty(PP_Resource request, PP_URLRequestProperty property, struct PP_Var* value) {
value            1505 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetProperty(request, property, *value);
value            1633 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarArray_Set(struct PP_Var* array, uint32_t index, struct PP_Var* value) {
value            1635 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Set(*array, index, *value);
value            1686 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarDictionary_Set(struct PP_Var* dict, struct PP_Var* key, struct PP_Var* value) {
value            1688 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Set(*dict, *key, *value);
value            2698 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M22_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) {
value            2700 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetCrashData(instance, key, *value);
value            2782 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M24_0_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) {
value            2784 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetCrashData(instance, key, *value);
value            2846 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M24_1_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) {
value            2848 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetCrashData(instance, key, *value);
value            3698 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M27_PPB_TCPSocket_Private_SetOption(PP_Resource tcp_socket, PP_TCPSocketOption_Private name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
value            3700 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetOption(tcp_socket, name, *value, *callback);
value            3849 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M23_PPB_UDPSocket_Private_SetSocketFeature(PP_Resource udp_socket, PP_UDPSocketFeature_Private name, struct PP_Var* value) {
value            3851 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetSocketFeature(udp_socket, name, *value);
value            4288 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Log = (void (*)(PP_Instance instance, PP_LogLevel level, struct PP_Var value))&Pnacl_M25_PPB_Console_Log,
value            4289 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .LogWithSource = (void (*)(PP_Instance instance, PP_LogLevel level, struct PP_Var source, struct PP_Var value))&Pnacl_M25_PPB_Console_LogWithSource
value            4411 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetAttribMaxValue = (int32_t (*)(PP_Resource instance, int32_t attribute, int32_t* value))&Pnacl_M15_PPB_Graphics3D_GetAttribMaxValue,
value            4498 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetAttrib = (int32_t (*)(PP_Resource audio_track, PP_MediaStreamAudioTrack_Attrib attrib, int32_t* value))&Pnacl_M35_PPB_MediaStreamAudioTrack_GetAttrib,
value            4509 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetAttrib = (int32_t (*)(PP_Resource video_track, PP_MediaStreamVideoTrack_Attrib attrib, int32_t* value))&Pnacl_M35_PPB_MediaStreamVideoTrack_GetAttrib,
value            4578 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_SetOption
value            4593 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_SetOption
value            4611 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetOption = (int32_t (*)(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_UDPSocket_SetOption
value            4630 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetProperty = (PP_Bool (*)(PP_Resource request, PP_URLRequestProperty property, struct PP_Var value))&Pnacl_M14_PPB_URLRequestInfo_SetProperty,
value            4667 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Set = (PP_Bool (*)(struct PP_Var array, uint32_t index, struct PP_Var value))&Pnacl_M29_PPB_VarArray_Set,
value            4682 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Set = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key, struct PP_Var value))&Pnacl_M29_PPB_VarDictionary_Set,
value            4999 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M22_PPB_Flash_SetCrashData
value            5018 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M24_0_PPB_Flash_SetCrashData,
value            5033 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M24_1_PPB_Flash_SetCrashData,
value            5262 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocketOption_Private name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TCPSocket_Private_SetOption
value            5301 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetSocketFeature = (int32_t (*)(PP_Resource udp_socket, PP_UDPSocketFeature_Private name, struct PP_Var value))&Pnacl_M23_PPB_UDPSocket_Private_SetSocketFeature,
value              52 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc      return "<BOOL>" + toString(var.value.as_bool);
value              54 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc      return "<INT32>" + toString(var.value.as_int);
value              56 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc      return "<DOUBLE>" + toString(var.value.as_double);
value             120 ppapi/native_client/tests/ppapi_test_lib/test_interface.h   EXPECT(var.type == PP_VARTYPE_INT32 && var.value.as_int == val)
value             133 ppapi/native_client/tests/ppapi_test_lib/test_interface.h   EXPECT(var.type == PP_VARTYPE_BOOL && var.value.as_bool == val)
value              58 ppapi/proxy/device_enumeration_resource_helper_unittest.cc     if (expected.name != name_string_var->value())
value             147 ppapi/proxy/file_chooser_resource.cc         sugg_str ? sugg_str->value() : std::string(),
value              35 ppapi/proxy/flash_clipboard_resource.cc     *string_out = string_var->value();
value             111 ppapi/proxy/flash_clipboard_resource.cc   std::string value;
value             116 ppapi/proxy/flash_clipboard_resource.cc           &value);
value             120 ppapi/proxy/flash_clipboard_resource.cc   return ClipboardStringToPPVar(format, value);
value              35 ppapi/proxy/flash_file_resource.cc   return string_var->value();
value              86 ppapi/proxy/flash_resource.cc                                     PP_Var value) {
value              87 ppapi/proxy/flash_resource.cc   StringVar* url_string_var(StringVar::FromPPVar(value));
value              92 ppapi/proxy/flash_resource.cc       PluginGlobals::Get()->SetActiveURL(url_string_var->value());
value              96 ppapi/proxy/flash_resource.cc       base::debug::SetCrashKeyValue("subresource_url", url_string_var->value());
value              38 ppapi/proxy/flash_resource.h                                PP_Var value) OVERRIDE;
value             255 ppapi/proxy/host_dispatcher.cc                                             const std::string& value) {
value             258 ppapi/proxy/host_dispatcher.cc     PpapiGlobals::Get()->LogWithSource(instance, level, source, value);
value             261 ppapi/proxy/host_dispatcher.cc                                                 source, value);
value             115 ppapi/proxy/host_dispatcher.h                               const std::string& value);
value              50 ppapi/proxy/media_stream_audio_track_resource.cc     int32_t* value) {
value              41 ppapi/proxy/media_stream_audio_track_resource.h                             int32_t* value) OVERRIDE;
value              95 ppapi/proxy/media_stream_video_track_resource.cc     int32_t* value) {
value              41 ppapi/proxy/media_stream_video_track_resource.h                             int32_t* value) OVERRIDE;
value              39 ppapi/proxy/network_proxy_resource.cc       PpapiHostMsg_NetworkProxy_GetProxyForURL(string_url->value()),
value             132 ppapi/proxy/pdf_resource.cc          PpapiHostMsg_PDF_UserMetricsRecordAction(action_str->value()));
value              50 ppapi/proxy/pdf_resource_unittest.cc     std::string actual_string = string_var->value();
value              65 ppapi/proxy/platform_verification_private_resource.cc       service_id_str->value(), challenge_vector);
value             125 ppapi/proxy/plugin_dispatcher.cc                                      const std::string& value) {
value             135 ppapi/proxy/plugin_dispatcher.cc           instance, static_cast<int>(level), source, value));
value             144 ppapi/proxy/plugin_dispatcher.cc         instance, static_cast<int>(level), source, value));
value             124 ppapi/proxy/plugin_dispatcher.h                             const std::string& value);
value             149 ppapi/proxy/plugin_globals.cc                                   const std::string& value) {
value             151 ppapi/proxy/plugin_globals.cc   PluginDispatcher::LogWithSource(instance, level, fixed_up_source, value);
value             157 ppapi/proxy/plugin_globals.cc                                            const std::string& value) {
value             161 ppapi/proxy/plugin_globals.cc   LogWithSource(0, level, source, value);
value              70 ppapi/proxy/plugin_globals.h                              const std::string& value) OVERRIDE;
value              74 ppapi/proxy/plugin_globals.h                                       const std::string& value) OVERRIDE;
value             135 ppapi/proxy/plugin_var_tracker.cc   ret.value.as_id = object->host_var_id();
value             162 ppapi/proxy/plugin_var_tracker.cc       HostVar(dispatcher, static_cast<int32>(host_object.value.as_id)));
value             324 ppapi/proxy/plugin_var_tracker.cc   p.plugin_object_id = created_var.value.as_id;
value             453 ppapi/proxy/plugin_var_tracker.cc   ret.value.as_id = var_id;
value             478 ppapi/proxy/plugin_var_tracker.cc   HostVar host_var(dispatcher, var.value.as_id);
value             485 ppapi/proxy/plugin_var_tracker.cc         new ProxyObjectVar(dispatcher, static_cast<int32>(var.value.as_id)));
value              21 ppapi/proxy/plugin_var_tracker_unittest.cc   ret.value.as_id = object_id;
value              75 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(host_object.value.as_id, host_object2.value.as_id);
value              95 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(plugin_object.value.as_id, plugin_object2.value.as_id);
value             103 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(host_object.value.as_id, GetObjectIDForUniqueReleaseObject());
value             112 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(host_object.value.as_id, GetObjectIDForUniqueReleaseObject());
value             125 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(plugin_var.value.as_id, plugin_var2.value.as_id);
value             135 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(host_object.value.as_id, GetObjectIDForUniqueReleaseObject());
value             147 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(plugin_var.value.as_id, plugin_var2.value.as_id);
value             161 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(host_object.value.as_id, GetObjectIDForUniqueReleaseObject());
value             175 ppapi/proxy/plugin_var_tracker_unittest.cc   EXPECT_EQ(plugin_var.value.as_id, plugin_var2.value.as_id);
value             201 ppapi/proxy/plugin_var_tracker_unittest.cc       new ProxyObjectVar(plugin_dispatcher(), host_object.value.as_id));
value             230 ppapi/proxy/plugin_var_tracker_unittest.cc       new ProxyObjectVar(plugin_dispatcher(), host_object.value.as_id));
value             613 ppapi/proxy/ppapi_param_traits.cc       bool value = false;
value             614 ppapi/proxy/ppapi_param_traits.cc       if (!ParamTraits<bool>::Read(m, iter, &value))
value             616 ppapi/proxy/ppapi_param_traits.cc       r->SetBool(value);
value             620 ppapi/proxy/ppapi_param_traits.cc       int32_t value = 0;
value             621 ppapi/proxy/ppapi_param_traits.cc       if (!ParamTraits<int32_t>::Read(m, iter, &value))
value             623 ppapi/proxy/ppapi_param_traits.cc       r->SetInt32(value);
value             368 ppapi/proxy/ppapi_proxy_test.h     EXPECT_EQ(str, sv->value()); \
value             197 ppapi/proxy/ppb_message_loop_proxy.cc void MessageLoopResource::ReleaseMessageLoop(void* value) {
value             198 ppapi/proxy/ppb_message_loop_proxy.cc   static_cast<MessageLoopResource*>(value)->DetachFromThread();
value              69 ppapi/proxy/ppb_message_loop_proxy.h   static void ReleaseMessageLoop(void* value);
value             148 ppapi/proxy/ppb_var_deprecated_proxy.cc                  PP_Var value,
value             161 ppapi/proxy/ppb_var_deprecated_proxy.cc         SerializedVarSendInput(dispatcher, value), &se));
value             360 ppapi/proxy/ppb_var_deprecated_proxy.cc   var.value.as_id = object_id;
value             438 ppapi/proxy/ppb_var_deprecated_proxy.cc     SerializedVarReceiveInput value,
value             443 ppapi/proxy/ppb_var_deprecated_proxy.cc                                 value.Get(dispatcher()),
value             521 ppapi/proxy/ppb_var_deprecated_proxy.cc   var.value.as_id = object_id;
value              58 ppapi/proxy/ppb_var_deprecated_proxy.h                                   SerializedVarReceiveInput value,
value              98 ppapi/proxy/ppp_class_proxy.cc                  PP_Var value,
value             108 ppapi/proxy/ppp_class_proxy.cc       SerializedVarSendInput(obj->dispatcher, value), &se));
value             192 ppapi/proxy/ppp_class_proxy.cc const PPP_Class_Deprecated* ToPPPClass(int64 value) {
value             194 ppapi/proxy/ppp_class_proxy.cc       static_cast<intptr_t>(value));
value             199 ppapi/proxy/ppp_class_proxy.cc void* ToUserData(int64 value) {
value             200 ppapi/proxy/ppp_class_proxy.cc   return reinterpret_cast<void*>(static_cast<intptr_t>(value));
value             323 ppapi/proxy/ppp_class_proxy.cc                                        SerializedVarReceiveInput value,
value             328 ppapi/proxy/ppp_class_proxy.cc       ToUserData(object), property.Get(dispatcher()), value.Get(dispatcher()),
value              73 ppapi/proxy/ppp_class_proxy.h                         SerializedVarReceiveInput value,
value             182 ppapi/proxy/ppp_instance_private_proxy_unittest.cc       plugin().var_tracker().GetHostObject(instance_obj).value.as_id;
value             192 ppapi/proxy/ppp_instance_private_proxy_unittest.cc   EXPECT_EQ(host_pp_var.value.as_id, expected_host_id);
value              28 ppapi/proxy/ppp_messaging_proxy_perftest.cc   std::string s = string_var->value();
value              38 ppapi/proxy/ppp_messaging_proxy_unittest.cc   received_var.value.as_id = 0;
value              61 ppapi/proxy/ppp_messaging_proxy_unittest.cc   EXPECT_EQ(test_string, received_string->AsStringVar()->value());
value              97 ppapi/proxy/ppp_messaging_proxy_unittest.cc   EXPECT_EQ(expected_var.value.as_bool, received_var.value.as_bool);
value             105 ppapi/proxy/ppp_messaging_proxy_unittest.cc   EXPECT_EQ(expected_var.value.as_int, received_var.value.as_int);
value             113 ppapi/proxy/ppp_messaging_proxy_unittest.cc   EXPECT_EQ(expected_var.value.as_double, received_var.value.as_double);
value              50 ppapi/proxy/raw_var_data.cc         var.value.as_id);
value              55 ppapi/proxy/raw_var_data.cc       (*visited_map)[var.value.as_id] = data->size() - 1;
value             104 ppapi/proxy/raw_var_data.cc         parent_ids.erase(current_var.value.as_id);
value             109 ppapi/proxy/raw_var_data.cc       parent_ids.insert(current_var.value.as_id);
value             129 ppapi/proxy/raw_var_data.cc         if (CanHaveChildren(child) && parent_ids.count(child.value.as_id) != 0)
value             148 ppapi/proxy/raw_var_data.cc         if (CanHaveChildren(child) && parent_ids.count(child.value.as_id) != 0)
value             296 ppapi/proxy/raw_var_data.cc       m->WriteBool(PP_ToBool(var_.value.as_bool));
value             299 ppapi/proxy/raw_var_data.cc       m->WriteInt(var_.value.as_int);
value             302 ppapi/proxy/raw_var_data.cc       IPC::ParamTraits<double>::Write(m, var_.value.as_double);
value             305 ppapi/proxy/raw_var_data.cc       m->WriteInt64(var_.value.as_id);
value             328 ppapi/proxy/raw_var_data.cc       result.value.as_bool = PP_FromBool(bool_value);
value             332 ppapi/proxy/raw_var_data.cc       if (!m->ReadInt(iter, &result.value.as_int))
value             336 ppapi/proxy/raw_var_data.cc       if (!IPC::ParamTraits<double>::Read(m, iter, &result.value.as_double))
value             340 ppapi/proxy/raw_var_data.cc       if (!m->ReadInt64(iter, &result.value.as_id))
value             367 ppapi/proxy/raw_var_data.cc   data_ = string_var->value();
value             606 ppapi/proxy/raw_var_data.cc                                     size_t value) {
value             607 ppapi/proxy/raw_var_data.cc   children_.push_back(make_pair(key, value));
value             657 ppapi/proxy/raw_var_data.cc     uint32_t value;
value             660 ppapi/proxy/raw_var_data.cc     if (!m->ReadUInt32(iter, &value))
value             662 ppapi/proxy/raw_var_data.cc     children_.push_back(make_pair(key, value));
value             729 ppapi/proxy/raw_var_data.cc   int value;
value             730 ppapi/proxy/raw_var_data.cc   if (!m->ReadInt(iter, &value))
value             732 ppapi/proxy/raw_var_data.cc   pp_resource_ = static_cast<PP_Resource>(value);
value             240 ppapi/proxy/raw_var_data.h   void AddChild(const std::string& key, size_t value);
value              88 ppapi/proxy/raw_var_data_unittest.cc   object.value.as_id = 10;
value             225 ppapi/proxy/resource_creation_proxy.cc   std::string str = string_var.get() ? string_var->value() : std::string();
value              93 ppapi/proxy/resource_message_params.h     void set_should_close(bool value) { should_close_ = value; }
value              34 ppapi/proxy/serialized_structs.cc   face = string_var ? string_var->value() : std::string();
value              48 ppapi/proxy/serialized_structs.cc   face = string_var ? string_var->value() : std::string();
value             105 ppapi/proxy/serialized_structs.cc   family = string_var ? string_var->value() : std::string();
value              93 ppapi/proxy/serialized_var.cc void SerializedVar::Inner::ForceSetVarValueForTest(PP_Var value) {
value              94 ppapi/proxy/serialized_var.cc   var_ = value;
value             141 ppapi/proxy/serialized_var.h     void ForceSetVarValueForTest(PP_Var value);
value              18 ppapi/proxy/serialized_var_unittest.cc   ret.value.as_id = object_id;
value              64 ppapi/proxy/serialized_var_unittest.cc     EXPECT_EQ(host_object.value.as_id, reader.GetVar().value.as_id);
value             145 ppapi/proxy/serialized_var_unittest.cc     EXPECT_EQ(host_object.value.as_id, reader.GetVar().value.as_id);
value             182 ppapi/proxy/serialized_var_unittest.cc     EXPECT_EQ(plugin_object.value.as_id, plugin_object2.value.as_id);
value             240 ppapi/proxy/serialized_var_unittest.cc     EXPECT_EQ(plugin_objects[0].value.as_id, plugin_objects2[0].value.as_id);
value             244 ppapi/proxy/serialized_var_unittest.cc     EXPECT_NE(plugin_objects[1].value.as_id, plugin_objects2[1].value.as_id);
value             297 ppapi/proxy/serialized_var_unittest.cc     EXPECT_EQ(plugin_object.value.as_id, plugin_object2.value.as_id);
value              98 ppapi/proxy/tcp_socket_private_resource.cc     const PP_Var& value,
value             104 ppapi/proxy/tcp_socket_private_resource.cc       return SetOptionImpl(PP_TCPSOCKET_OPTION_NO_DELAY, value, callback);
value              59 ppapi/proxy/tcp_socket_private_resource.h                             const PP_Var& value,
value             119 ppapi/proxy/tcp_socket_resource.cc                                      const PP_Var& value,
value             121 ppapi/proxy/tcp_socket_resource.cc   return SetOptionImpl(name, value, callback);
value              51 ppapi/proxy/tcp_socket_resource.h                             const PP_Var& value,
value             320 ppapi/proxy/tcp_socket_resource_base.cc     const PP_Var& value,
value             328 ppapi/proxy/tcp_socket_resource_base.cc       if (value.type != PP_VARTYPE_BOOL)
value             330 ppapi/proxy/tcp_socket_resource_base.cc       option_data.SetBool(PP_ToBool(value.value.as_bool));
value             338 ppapi/proxy/tcp_socket_resource_base.cc       if (value.type != PP_VARTYPE_INT32)
value             340 ppapi/proxy/tcp_socket_resource_base.cc       option_data.SetInt32(value.value.as_int);
value              97 ppapi/proxy/tcp_socket_resource_base.h                         const PP_Var& value,
value              53 ppapi/proxy/truetype_font_singleton_resource.cc   if (!family_var.get() || family_var->value().size() > kMaxFamilySizeInBytes)
value              56 ppapi/proxy/truetype_font_singleton_resource.cc       PpapiHostMsg_TrueTypeFontSingleton_GetFontsInFamily(family_var->value()),
value              29 ppapi/proxy/udp_socket_private_resource.cc     PP_Var value) {
value              44 ppapi/proxy/udp_socket_private_resource.cc   int32_t result = SetOptionImpl(public_name, value, NULL);
value              30 ppapi/proxy/udp_socket_private_resource.h                                    PP_Var value) OVERRIDE;
value              80 ppapi/proxy/udp_socket_resource.cc     const PP_Var& value,
value              82 ppapi/proxy/udp_socket_resource.cc   return SetOptionImpl(name, value, callback);
value              40 ppapi/proxy/udp_socket_resource.h                             const PP_Var& value,
value              58 ppapi/proxy/udp_socket_resource_base.cc     const PP_Var& value,
value              69 ppapi/proxy/udp_socket_resource_base.cc       if (value.type != PP_VARTYPE_BOOL)
value              71 ppapi/proxy/udp_socket_resource_base.cc       option_data.SetBool(PP_ToBool(value.value.as_bool));
value              78 ppapi/proxy/udp_socket_resource_base.cc       if (value.type != PP_VARTYPE_INT32)
value              80 ppapi/proxy/udp_socket_resource_base.cc       option_data.SetInt32(value.value.as_int);
value              51 ppapi/proxy/udp_socket_resource_base.h                         const PP_Var& value,
value              19 ppapi/proxy/uma_private_resource.cc   return name_stringvar->value();
value              54 ppapi/proxy/url_request_info_resource.cc           SetBooleanProperty(property, PP_ToBool(var.value.as_bool)));
value              58 ppapi/proxy/url_request_info_resource.cc           SetIntegerProperty(property, var.value.as_int));
value              63 ppapi/proxy/url_request_info_resource.cc         result = PP_FromBool(SetStringProperty(property, string->value()));
value             135 ppapi/proxy/url_request_info_resource.cc     bool value) {
value             141 ppapi/proxy/url_request_info_resource.cc       data_.stream_to_file = value;
value             144 ppapi/proxy/url_request_info_resource.cc       data_.follow_redirects = value;
value             147 ppapi/proxy/url_request_info_resource.cc       data_.record_download_progress = value;
value             150 ppapi/proxy/url_request_info_resource.cc       data_.record_upload_progress = value;
value             153 ppapi/proxy/url_request_info_resource.cc       data_.allow_cross_origin_requests = value;
value             156 ppapi/proxy/url_request_info_resource.cc       data_.allow_credentials = value;
value             165 ppapi/proxy/url_request_info_resource.cc     int32_t value) {
value             171 ppapi/proxy/url_request_info_resource.cc       data_.prefetch_buffer_upper_threshold = value;
value             174 ppapi/proxy/url_request_info_resource.cc       data_.prefetch_buffer_lower_threshold = value;
value             183 ppapi/proxy/url_request_info_resource.cc     const std::string& value) {
value             189 ppapi/proxy/url_request_info_resource.cc       data_.url = value;  // NOTE: This may be a relative URL.
value             192 ppapi/proxy/url_request_info_resource.cc       data_.method = value;
value             195 ppapi/proxy/url_request_info_resource.cc       data_.headers = value;
value             199 ppapi/proxy/url_request_info_resource.cc       data_.custom_referrer_url = value;
value             203 ppapi/proxy/url_request_info_resource.cc       data_.custom_content_transfer_encoding = value;
value             207 ppapi/proxy/url_request_info_resource.cc       data_.custom_user_agent = value;
value              41 ppapi/proxy/url_request_info_resource.h   bool SetBooleanProperty(PP_URLRequestProperty property, bool value);
value              42 ppapi/proxy/url_request_info_resource.h   bool SetIntegerProperty(PP_URLRequestProperty property, int32_t value);
value              44 ppapi/proxy/url_request_info_resource.h                          const std::string& value);
value              51 ppapi/proxy/video_destination_resource.cc       stream_url_var->value().size() > kMaxStreamIdSizeInBytes)
value              54 ppapi/proxy/video_destination_resource.cc       PpapiHostMsg_VideoDestination_Open(stream_url_var->value()),
value              51 ppapi/proxy/video_source_resource.cc       stream_url_var->value().size() > kMaxStreamIdSizeInBytes)
value              54 ppapi/proxy/video_source_resource.cc       PpapiHostMsg_VideoSource_Open(stream_url_var->value()),
value             103 ppapi/proxy/websocket_resource.cc     if (!protocol.get() || !protocol->value().length())
value             107 ppapi/proxy/websocket_resource.cc     if (protocol_set.find(protocol->value()) != protocol_set.end())
value             109 ppapi/proxy/websocket_resource.cc     protocol_set.insert(protocol->value());
value             111 ppapi/proxy/websocket_resource.cc     protocol_strings.push_back(protocol->value());
value             121 ppapi/proxy/websocket_resource.cc   PpapiHostMsg_WebSocket_Connect msg(url_->value(), protocol_strings);
value             154 ppapi/proxy/websocket_resource.cc           reason_string_var->value().size() > kMaxReasonSizeInBytes)
value             156 ppapi/proxy/websocket_resource.cc       reason_string = reason_string_var->value();
value             243 ppapi/proxy/websocket_resource.cc         payload_size += message_string->value().length();
value             266 ppapi/proxy/websocket_resource.cc     Post(RENDERER, PpapiHostMsg_WebSocket_SendText(message_string->value()));
value              47 ppapi/shared_impl/array_var.cc PP_Bool ArrayVar::Set(uint32_t index, const PP_Var& value) {
value              57 ppapi/shared_impl/array_var.cc   elements_[index] = value;
value              36 ppapi/shared_impl/array_var.h   PP_Bool Set(uint32_t index, const PP_Var& value);
value              40 ppapi/shared_impl/dictionary_var.cc   KeyValueMap::const_iterator iter = key_value_map_.find(string_var->value());
value              51 ppapi/shared_impl/dictionary_var.cc PP_Bool DictionaryVar::Set(const PP_Var& key, const PP_Var& value) {
value              56 ppapi/shared_impl/dictionary_var.cc   key_value_map_[string_var->value()] = value;
value              65 ppapi/shared_impl/dictionary_var.cc   key_value_map_.erase(string_var->value());
value              74 ppapi/shared_impl/dictionary_var.cc       key_value_map_.find(string_var->value()) != key_value_map_.end();
value              92 ppapi/shared_impl/dictionary_var.cc                                      const PP_Var& value) {
value              96 ppapi/shared_impl/dictionary_var.cc   key_value_map_[utf8_key] = value;
value              37 ppapi/shared_impl/dictionary_var.h   PP_Bool Set(const PP_Var& key, const PP_Var& value);
value              45 ppapi/shared_impl/dictionary_var.h   bool SetWithStringKey(const std::string& utf8_key, const PP_Var& value);
value              16 ppapi/shared_impl/file_ref_create_info.cc   const base::FilePath::StringType& path = in_path.value();
value              22 ppapi/shared_impl/file_ref_util.cc   const base::FilePath::StringType& file_path = path.value();
value              31 ppapi/shared_impl/id_assignment.h inline T MakeTypedId(T value, PPIdType type) {
value              32 ppapi/shared_impl/id_assignment.h   return (value << kPPIdTypeBits) | static_cast<T>(type);
value              76 ppapi/shared_impl/ppapi_globals.h                              const std::string& value) = 0;
value              89 ppapi/shared_impl/ppapi_globals.h                                       const std::string& value) = 0;
value              30 ppapi/shared_impl/ppb_gamepad_shared.cc         output_pad.buttons[j] = webkit_pad.buttons[j].value;
value              22 ppapi/shared_impl/ppb_gamepad_shared.h   float value;
value              71 ppapi/shared_impl/ppb_graphics_3d_shared.cc                                                  int32_t* value) {
value              41 ppapi/shared_impl/ppb_graphics_3d_shared.h   virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) OVERRIDE;
value             219 ppapi/shared_impl/ppb_input_event_shared.cc     data.character_text = text_str->value();
value             257 ppapi/shared_impl/ppb_input_event_shared.cc     data.character_text = text_str->value();
value             263 ppapi/shared_impl/ppb_input_event_shared.cc     data.code = code_str->value();
value              28 ppapi/shared_impl/ppb_instance_shared.cc                               PP_Var value) {
value              29 ppapi/shared_impl/ppb_instance_shared.cc   LogWithSource(instance, level, PP_MakeUndefined(), value);
value              35 ppapi/shared_impl/ppb_instance_shared.cc                                         PP_Var value) {
value              42 ppapi/shared_impl/ppb_instance_shared.cc   std::string value_str = Var::PPVarToLogString(value);
value              23 ppapi/shared_impl/ppb_instance_shared.h                    PP_Var value) OVERRIDE;
value              27 ppapi/shared_impl/ppb_instance_shared.h                              PP_Var value) OVERRIDE;
value             915 ppapi/shared_impl/ppb_opengles2_shared.cc void SampleCoverage(PP_Resource context_id, GLclampf value, GLboolean invert) {
value             918 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->SampleCoverage(value, invert);
value            1248 ppapi/shared_impl/ppb_opengles2_shared.cc                       const GLfloat* value) {
value            1251 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->UniformMatrix2fv(location, count, transpose, value);
value            1259 ppapi/shared_impl/ppb_opengles2_shared.cc                       const GLfloat* value) {
value            1262 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->UniformMatrix3fv(location, count, transpose, value);
value            1270 ppapi/shared_impl/ppb_opengles2_shared.cc                       const GLfloat* value) {
value            1273 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->UniformMatrix4fv(location, count, transpose, value);
value              53 ppapi/shared_impl/ppb_url_util_shared.cc   return GenerateURLReturn(GURL(url_string->value()), components);
value              67 ppapi/shared_impl/ppb_url_util_shared.cc   GURL base_gurl(base_url_string->value());
value              70 ppapi/shared_impl/ppb_url_util_shared.cc   return GenerateURLReturn(base_gurl.Resolve(relative_string->value()),
value              82 ppapi/shared_impl/ppb_url_util_shared.cc   GURL gurl_a(url_a_string->value());
value              83 ppapi/shared_impl/ppb_url_util_shared.cc   GURL gurl_b(url_b_string->value());
value              50 ppapi/shared_impl/ppb_var_shared.cc     *len = static_cast<uint32_t>(str->value().size());
value              51 ppapi/shared_impl/ppb_var_shared.cc     return str->value().c_str();
value              24 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc     base::Value* value) {
value              26 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc   bool success = values_.Set(index, value);
value              33 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc   const base::Value* value;
value              34 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc   bool success = values_.Get(index, &value);
value              41 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc   switch (value->GetType()) {
value              46 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc       value->GetAsBoolean(&val);
value              51 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc       value->GetAsInteger(&val);
value              56 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc       value->GetAsDouble(&val);
value              61 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc       value->GetAsString(&val);
value              66 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc           static_cast<const base::BinaryValue*>(value);
value              29 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h   void SetField(PP_X509Certificate_Private_Field field, base::Value* value);
value              29 ppapi/shared_impl/socket_option_data.cc void SocketOptionData::SetBool(bool value) {
value              31 ppapi/shared_impl/socket_option_data.cc   value_ = value ? 1 : 0;
value              34 ppapi/shared_impl/socket_option_data.cc void SocketOptionData::SetInt32(int32_t value) {
value              36 ppapi/shared_impl/socket_option_data.cc   value_ = value;
value              25 ppapi/shared_impl/socket_option_data.h   void SetBool(bool value);
value              26 ppapi/shared_impl/socket_option_data.h   void SetInt32(int32_t value);
value              50 ppapi/shared_impl/test_globals.cc                                 const std::string& value) {}
value              55 ppapi/shared_impl/test_globals.cc                                          const std::string& value) {}
value              76 ppapi/shared_impl/test_globals.h                              const std::string& value) OVERRIDE;
value              80 ppapi/shared_impl/test_globals.h                                       const std::string& value) OVERRIDE;
value              37 ppapi/shared_impl/unittest_utils.cc         visited_map->find(expected.value.as_id);
value              39 ppapi/shared_impl/unittest_utils.cc       if (it->second != actual.value.as_id) {
value              41 ppapi/shared_impl/unittest_utils.cc                    << " actual id: " << actual.value.as_id;
value              48 ppapi/shared_impl/unittest_utils.cc         (*visited_map)[expected.value.as_id] = actual.value.as_id;
value              57 ppapi/shared_impl/unittest_utils.cc       if (expected.value.as_bool != actual.value.as_bool) {
value              58 ppapi/shared_impl/unittest_utils.cc         LOG(ERROR) << "expected: " << expected.value.as_bool
value              59 ppapi/shared_impl/unittest_utils.cc                    << " actual: " << actual.value.as_bool;
value              64 ppapi/shared_impl/unittest_utils.cc       if (expected.value.as_int != actual.value.as_int) {
value              65 ppapi/shared_impl/unittest_utils.cc         LOG(ERROR) << "expected: " << expected.value.as_int
value              66 ppapi/shared_impl/unittest_utils.cc                    << " actual: " << actual.value.as_int;
value              71 ppapi/shared_impl/unittest_utils.cc       if (fabs(expected.value.as_double - actual.value.as_double) > 1.0e-4) {
value              72 ppapi/shared_impl/unittest_utils.cc         LOG(ERROR) << "expected: " << expected.value.as_double
value              73 ppapi/shared_impl/unittest_utils.cc                    << " actual: " << actual.value.as_double;
value              78 ppapi/shared_impl/unittest_utils.cc       if (expected.value.as_id != actual.value.as_id) {
value              79 ppapi/shared_impl/unittest_utils.cc         LOG(ERROR) << "expected: " << expected.value.as_id
value              80 ppapi/shared_impl/unittest_utils.cc                    << " actual: " << actual.value.as_id;
value              88 ppapi/shared_impl/unittest_utils.cc       if (expected_var->value() != actual_var->value()) {
value              89 ppapi/shared_impl/unittest_utils.cc         LOG(ERROR) << "expected: " << expected_var->value()
value              90 ppapi/shared_impl/unittest_utils.cc                    << " actual: " << actual_var->value();
value              30 ppapi/shared_impl/var.cc       return var.value.as_bool ? "[True]" : "[False]";
value              32 ppapi/shared_impl/var.cc       return base::IntToString(var.value.as_int);
value              34 ppapi/shared_impl/var.cc       return base::DoubleToString(var.value.as_double);
value              43 ppapi/shared_impl/var.cc       if (string->value().size() > kTruncateAboveLength)
value              44 ppapi/shared_impl/var.cc         result = string->value().substr(0, kTruncateAboveLength) + "...";
value              46 ppapi/shared_impl/var.cc         result = string->value();
value             101 ppapi/shared_impl/var.cc   result.value.as_id = id;
value             151 ppapi/shared_impl/var.cc   if (!str.get() || !IsStringUTF8(str->value()))
value             107 ppapi/shared_impl/var.h   const std::string& value() const { return value_; }
value              61 ppapi/shared_impl/var_tracker.cc   return GetVar(static_cast<int32>(var.value.as_id));
value              94 ppapi/shared_impl/var_tracker.cc   return AddRefVar(static_cast<int32>(var.value.as_id));
value             137 ppapi/shared_impl/var_tracker.cc   return ReleaseVar(static_cast<int32>(var.value.as_id));
value             184 ppapi/shared_impl/var_tracker.cc   return live_vars_.find(static_cast<int32>(var.value.as_id));
value             189 ppapi/shared_impl/var_tracker.cc   return live_vars_.find(static_cast<int32>(var.value.as_id));
value              33 ppapi/shared_impl/var_value_conversions.cc       : var(in_var), value(in_value), sentinel(false) {}
value              38 ppapi/shared_impl/var_value_conversions.cc   base::Value* value;
value              50 ppapi/shared_impl/var_value_conversions.cc       : var(in_var), value(in_value) {}
value              55 ppapi/shared_impl/var_value_conversions.cc   const base::Value* value;
value              65 ppapi/shared_impl/var_value_conversions.cc                               scoped_ptr<base::Value>* value,
value              70 ppapi/shared_impl/var_value_conversions.cc       value->reset(base::Value::CreateNullValue());
value              74 ppapi/shared_impl/var_value_conversions.cc       value->reset(new base::FundamentalValue(PP_ToBool(var.value.as_bool)));
value              78 ppapi/shared_impl/var_value_conversions.cc       value->reset(new base::FundamentalValue(var.value.as_int));
value              82 ppapi/shared_impl/var_value_conversions.cc       value->reset(new base::FundamentalValue(var.value.as_double));
value              90 ppapi/shared_impl/var_value_conversions.cc       value->reset(new base::StringValue(string_var->value()));
value              95 ppapi/shared_impl/var_value_conversions.cc       if (ContainsKey(parent_ids, var.value.as_id)) {
value             100 ppapi/shared_impl/var_value_conversions.cc       value->reset(new base::ListValue());
value             101 ppapi/shared_impl/var_value_conversions.cc       state->push(VarNode(var, value->get()));
value             105 ppapi/shared_impl/var_value_conversions.cc       if (ContainsKey(parent_ids, var.value.as_id)) {
value             110 ppapi/shared_impl/var_value_conversions.cc       value->reset(new base::DictionaryValue());
value             111 ppapi/shared_impl/var_value_conversions.cc       state->push(VarNode(var, value->get()));
value             124 ppapi/shared_impl/var_value_conversions.cc       value->reset(binary_value);
value             138 ppapi/shared_impl/var_value_conversions.cc bool CreateVarFromValueHelper(const base::Value& value,
value             141 ppapi/shared_impl/var_value_conversions.cc   switch (value.GetType()) {
value             148 ppapi/shared_impl/var_value_conversions.cc       if (value.GetAsBoolean(&result)) {
value             156 ppapi/shared_impl/var_value_conversions.cc       if (value.GetAsInteger(&result)) {
value             164 ppapi/shared_impl/var_value_conversions.cc       if (value.GetAsDouble(&result)) {
value             172 ppapi/shared_impl/var_value_conversions.cc       if (value.GetAsString(&result)) {
value             181 ppapi/shared_impl/var_value_conversions.cc           static_cast<const base::BinaryValue&>(value);
value             200 ppapi/shared_impl/var_value_conversions.cc       state->push(ValueNode(var->get(), &value));
value             206 ppapi/shared_impl/var_value_conversions.cc       state->push(ValueNode(var->get(), &value));
value             228 ppapi/shared_impl/var_value_conversions.cc       parent_ids.erase(top.var.value.as_id);
value             231 ppapi/shared_impl/var_value_conversions.cc       parent_ids.insert(top.var.value.as_id);
value             238 ppapi/shared_impl/var_value_conversions.cc       DCHECK(top.value->GetType() == base::Value::TYPE_DICTIONARY);
value             240 ppapi/shared_impl/var_value_conversions.cc           static_cast<base::DictionaryValue*>(top.value);
value             261 ppapi/shared_impl/var_value_conversions.cc       parent_ids.insert(top.var.value.as_id);
value             268 ppapi/shared_impl/var_value_conversions.cc       DCHECK(top.value->GetType() == base::Value::TYPE_LIST);
value             269 ppapi/shared_impl/var_value_conversions.cc       base::ListValue* list_value = static_cast<base::ListValue*>(top.value);
value             292 ppapi/shared_impl/var_value_conversions.cc PP_Var CreateVarFromValue(const base::Value& value) {
value             296 ppapi/shared_impl/var_value_conversions.cc   if (!CreateVarFromValueHelper(value, &root_var, &state))
value             303 ppapi/shared_impl/var_value_conversions.cc     if (top.value->GetType() == base::Value::TYPE_DICTIONARY) {
value             305 ppapi/shared_impl/var_value_conversions.cc           static_cast<const base::DictionaryValue*>(top.value);
value             311 ppapi/shared_impl/var_value_conversions.cc         if (!CreateVarFromValueHelper(iter.value(), &child_var, &state) ||
value             316 ppapi/shared_impl/var_value_conversions.cc     } else if (top.value->GetType() == base::Value::TYPE_LIST) {
value             318 ppapi/shared_impl/var_value_conversions.cc           static_cast<const base::ListValue*>(top.value);
value             345 ppapi/shared_impl/var_value_conversions.cc     base::Value* value = CreateValueFromVar(*iter);
value             346 ppapi/shared_impl/var_value_conversions.cc     if (!value)
value             348 ppapi/shared_impl/var_value_conversions.cc     list_value->Append(value);
value              40 ppapi/shared_impl/var_value_conversions.h PPAPI_SHARED_EXPORT PP_Var CreateVarFromValue(const base::Value& value);
value              29 ppapi/shared_impl/var_value_conversions_unittest.cc bool Equals(const base::Value& value, const PP_Var& var) {
value              30 ppapi/shared_impl/var_value_conversions_unittest.cc   switch (value.GetType()) {
value              36 ppapi/shared_impl/var_value_conversions_unittest.cc       return var.type == PP_VARTYPE_BOOL && value.GetAsBoolean(&result) &&
value              37 ppapi/shared_impl/var_value_conversions_unittest.cc              result == PP_ToBool(var.value.as_bool);
value              41 ppapi/shared_impl/var_value_conversions_unittest.cc       return var.type == PP_VARTYPE_INT32 && value.GetAsInteger(&result) &&
value              42 ppapi/shared_impl/var_value_conversions_unittest.cc              result == var.value.as_int;
value              46 ppapi/shared_impl/var_value_conversions_unittest.cc       return var.type == PP_VARTYPE_DOUBLE && value.GetAsDouble(&result) &&
value              47 ppapi/shared_impl/var_value_conversions_unittest.cc              fabs(result - var.value.as_double) < 1.0e-4;
value              52 ppapi/shared_impl/var_value_conversions_unittest.cc       return string_var && value.GetAsString(&result) &&
value              53 ppapi/shared_impl/var_value_conversions_unittest.cc              result == string_var->value();
value              57 ppapi/shared_impl/var_value_conversions_unittest.cc           static_cast<const base::BinaryValue&>(value);
value              72 ppapi/shared_impl/var_value_conversions_unittest.cc           static_cast<const base::DictionaryValue&>(value);
value              98 ppapi/shared_impl/var_value_conversions_unittest.cc           static_cast<const base::ListValue&>(value);
value             120 ppapi/shared_impl/var_value_conversions_unittest.cc   scoped_ptr<base::Value> value(CreateValueFromVar(var));
value             121 ppapi/shared_impl/var_value_conversions_unittest.cc   if (value.get())
value             122 ppapi/shared_impl/var_value_conversions_unittest.cc     return Equals(*value, var);
value             126 ppapi/shared_impl/var_value_conversions_unittest.cc bool ConvertValueAndVerify(const base::Value& value) {
value             127 ppapi/shared_impl/var_value_conversions_unittest.cc   ScopedPPVar var(ScopedPPVar::PassRef(), CreateVarFromValue(value));
value             129 ppapi/shared_impl/var_value_conversions_unittest.cc     return Equals(value, var.get());
value             166 ppapi/shared_impl/var_value_conversions_unittest.cc     scoped_ptr<base::Value> value(CreateValueFromVar(var_1.get()));
value             167 ppapi/shared_impl/var_value_conversions_unittest.cc     ASSERT_EQ(NULL, value.get());
value             343 ppapi/shared_impl/var_value_conversions_unittest.cc       const base::Value* value = NULL;
value             344 ppapi/shared_impl/var_value_conversions_unittest.cc       ASSERT_TRUE(list_value->Get(i, &value));
value             345 ppapi/shared_impl/var_value_conversions_unittest.cc       ASSERT_TRUE(Equals(*value, vars[i]));
value             382 ppapi/shared_impl/var_value_conversions_unittest.cc       const base::Value* value = NULL;
value             383 ppapi/shared_impl/var_value_conversions_unittest.cc       ASSERT_TRUE(list_value.Get(i, &value));
value             384 ppapi/shared_impl/var_value_conversions_unittest.cc       ASSERT_TRUE(Equals(*value, vars[i]));
value             412 ppapi/tests/extensions/socket/test_socket.cc       if (socket_info.socket_type().value != socket_type.value)
value             425 ppapi/tests/extensions/socket/test_socket.cc       if (socket_type.value == socket::SocketType_Dev::TCP) {
value             453 ppapi/tests/extensions/socket/test_socket.cc       if (socket_info.socket_type().value != socket_type.value)
value             459 ppapi/tests/extensions/socket/test_socket.cc       if (socket_type.value == socket::SocketType_Dev::TCP) {
value             489 ppapi/tests/extensions/socket/test_socket.cc       if (socket_type.value == socket::SocketType_Dev::TCP) {
value             504 ppapi/tests/extensions/socket/test_socket.cc       if (socket_type.value == socket::SocketType_Dev::TCP) {
value             518 ppapi/tests/extensions/socket/test_socket.cc       if (socket_type.value == socket::SocketType_Dev::TCP) {
value             607 ppapi/tests/extensions/socket/test_socket.cc     Var value(buf);
value             608 ppapi/tests/extensions/socket/test_socket.cc     console_interface_->Log(pp_instance(), level, value.pp_var());
value             124 ppapi/tests/test_case.cc       IgnoreLeakedVar(test_object_.pp_var().value.as_id);
value             236 ppapi/tests/test_case.cc       if (ignored_leaked_vars_.count(leaked_var.pp_var().value.as_id) == 0)
value             287 ppapi/tests/test_case.h   static std::string ToString(const T& value) {
value             289 ppapi/tests/test_case.h     stream << value;
value             305 ppapi/tests/test_case.h   static std::string ToString(const T& value) {
value             365 ppapi/tests/test_case.h   explicit ComparisonHelper(const T& param) : value(param) {}
value             368 ppapi/tests/test_case.h     return value == right;
value             372 ppapi/tests/test_case.h     return value != right;
value             376 ppapi/tests/test_case.h     return value < right;
value             380 ppapi/tests/test_case.h     return value > right;
value             384 ppapi/tests/test_case.h     return value <= right;
value             388 ppapi/tests/test_case.h     return value >= right;
value             391 ppapi/tests/test_case.h     return internal::ToString(value);
value             393 ppapi/tests/test_case.h   const T& value;
value             398 ppapi/tests/test_case.h   NullLiteralComparisonHelper() : value(0) {}
value             426 ppapi/tests/test_case.h   const int value;
value             444 ppapi/tests/test_case.h   explicit ComparisonHelper(int param) : value(param) {}
value             447 ppapi/tests/test_case.h     return static_cast<U>(value) == right;
value             451 ppapi/tests/test_case.h     return static_cast<U>(value) != right;
value             455 ppapi/tests/test_case.h     return static_cast<U>(value) < right;
value             459 ppapi/tests/test_case.h     return static_cast<U>(value) > right;
value             463 ppapi/tests/test_case.h     return static_cast<U>(value) <= right;
value             467 ppapi/tests/test_case.h     return static_cast<U>(value) >= right;
value             470 ppapi/tests/test_case.h     return internal::ToString(value);
value             472 ppapi/tests/test_case.h   const int value;
value             480 ppapi/tests/test_case.h   static ComparisonHelper<T> WrapValue(const T& value) {
value             481 ppapi/tests/test_case.h     return ComparisonHelper<T>(value);
value             486 ppapi/tests/test_case.h   static ComparisonHelper<int> WrapValue(int value) {
value             487 ppapi/tests/test_case.h     return ComparisonHelper<int>(value);
value             586 ppapi/tests/test_case.h   if (!(std::fabs(left.value - right) <=
value             153 ppapi/tests/test_instance_deprecated.cc   IgnoreLeakedVar(leaked.pp_var().value.as_id);
value             213 ppapi/tests/test_instance_deprecated.cc       i->IgnoreLeakedVar(child_.pp_var().value.as_id);
value              80 ppapi/tests/test_post_message.cc         visited_ids->find(expected.pp_var().value.as_id);
value              82 ppapi/tests/test_post_message.cc       if (it->second == actual.pp_var().value.as_id)
value              90 ppapi/tests/test_post_message.cc       (*visited_ids)[expected.pp_var().value.as_id] =
value              91 ppapi/tests/test_post_message.cc           actual.pp_var().value.as_id;
value              59 ppapi/tests/test_scrollbar.cc                                           uint32_t value) {
value              28 ppapi/tests/test_scrollbar.h                                      uint32_t value);
value             131 ppapi/tests/test_url_request.cc                      PP_Var value, PP_Bool expected) :
value             133 ppapi/tests/test_url_request.cc         var(value), expected_value(expected) {
value             306 ppapi/tests/test_url_request.cc     if (status.type != PP_VARTYPE_INT32 && status.value.as_int != 200)
value             307 ppapi/tests/test_url_request.cc       error = ReportError("PPB_URLLoader::Open() status", status.value.as_int);
value              81 ppapi/tests/test_var.cc   invalid_string.value.as_id = 31415926;
value             123 ppapi/tests/test_var_deprecated.cc   invalid_string.value.as_id = 31415926;
value             339 ppapi/tests/test_var_deprecated.cc   invalid_object.value.as_id = static_cast<int64_t>(-1234567);
value              74 ppapi/tests/test_var_resource.cc     invalid_resource.value.as_id = 31415926;
value             120 ppapi/tests/testing_instance.cc                                 const std::string& value) {
value             121 ppapi/tests/testing_instance.cc   SendTestCommand("SetCookie", name + "=" + value);
value             111 ppapi/tests/testing_instance.h   void SetCookie(const std::string& name, const std::string& value);
value              18 ppapi/thunk/ppb_console_thunk.cc void Log(PP_Instance instance, PP_LogLevel level, struct PP_Var value) {
value              23 ppapi/thunk/ppb_console_thunk.cc   enter.functions()->Log(instance, level, value);
value              29 ppapi/thunk/ppb_console_thunk.cc                    struct PP_Var value) {
value              34 ppapi/thunk/ppb_console_thunk.cc   enter.functions()->LogWithSource(instance, level, source, value);
value              28 ppapi/thunk/ppb_flash_functions_api.h                                PP_Var value) = 0;
value             148 ppapi/thunk/ppb_flash_thunk.cc                      PP_Var value) {
value             152 ppapi/thunk/ppb_flash_thunk.cc   return enter.functions()->SetCrashData(instance, key, value);
value              30 ppapi/thunk/ppb_graphics_3d_api.h   virtual int32_t GetAttribMaxValue(int32_t attribute, int32_t* value) = 0;
value              22 ppapi/thunk/ppb_graphics_3d_thunk.cc                           int32_t* value) {
value              27 ppapi/thunk/ppb_graphics_3d_thunk.cc   return enter.object()->GetAttribMaxValue(attribute, value);
value              74 ppapi/thunk/ppb_instance_api.h                    PP_Var value) = 0;
value              78 ppapi/thunk/ppb_instance_api.h                              PP_Var value) = 0;
value              21 ppapi/thunk/ppb_media_stream_audio_track_api.h                             int32_t* value) = 0;
value              41 ppapi/thunk/ppb_media_stream_audio_track_thunk.cc                   int32_t* value) {
value              46 ppapi/thunk/ppb_media_stream_audio_track_thunk.cc   return enter.object()->GetAttrib(attrib, value);
value              21 ppapi/thunk/ppb_media_stream_video_track_api.h                             int32_t* value) = 0;
value              41 ppapi/thunk/ppb_media_stream_video_track_thunk.cc                   int32_t* value) {
value              46 ppapi/thunk/ppb_media_stream_video_track_thunk.cc   return enter.object()->GetAttrib(attrib, value);
value              20 ppapi/thunk/ppb_scrollbar_api.h   virtual void SetValue(uint32_t value) = 0;
value              50 ppapi/thunk/ppb_scrollbar_thunk.cc void SetValue(PP_Resource scrollbar, uint32_t value) {
value              53 ppapi/thunk/ppb_scrollbar_thunk.cc     enter.object()->SetValue(value);
value              40 ppapi/thunk/ppb_tcp_socket_api.h                             const PP_Var& value,
value              44 ppapi/thunk/ppb_tcp_socket_private_api.h                             const PP_Var& value,
value             126 ppapi/thunk/ppb_tcp_socket_private_thunk.cc                   PP_Var value,
value             132 ppapi/thunk/ppb_tcp_socket_private_thunk.cc       enter.object()->SetOption(name, value, enter.callback()));
value             137 ppapi/thunk/ppb_tcp_socket_thunk.cc                   struct PP_Var value,
value             144 ppapi/thunk/ppb_tcp_socket_thunk.cc                                                    value,
value              86 ppapi/thunk/ppb_text_input_thunk.cc                                              var->value().c_str(),
value              35 ppapi/thunk/ppb_udp_socket_api.h                             const PP_Var& value,
value              23 ppapi/thunk/ppb_udp_socket_private_api.h                                    PP_Var value) = 0;
value              35 ppapi/thunk/ppb_udp_socket_private_thunk.cc                          PP_Var value) {
value              39 ppapi/thunk/ppb_udp_socket_private_thunk.cc   return enter.object()->SetSocketFeature(name, value);
value              92 ppapi/thunk/ppb_udp_socket_thunk.cc                   struct PP_Var value,
value              99 ppapi/thunk/ppb_udp_socket_thunk.cc                                                    value,
value              35 ppapi/thunk/ppb_url_request_info_thunk.cc                     struct PP_Var value) {
value              40 ppapi/thunk/ppb_url_request_info_thunk.cc   return enter.object()->SetProperty(property, value);
value              32 ppapi/thunk/ppb_var_array_thunk.cc PP_Bool Set(PP_Var array, uint32_t index, PP_Var value) {
value              38 ppapi/thunk/ppb_var_array_thunk.cc   return array_var->Set(index, value);
value              34 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Bool Set(PP_Var dict, PP_Var key, PP_Var value) {
value              41 ppapi/thunk/ppb_var_dictionary_thunk.cc   return dict_var->Set(key, value);
value             290 printing/backend/cups_helper.cc   if (attr && attr->value)
value             357 printing/backend/cups_helper.cc   ppd_file_t* ppd = ppdOpenFile(ppd_file_path.value().c_str());
value             196 printing/backend/print_backend_cups.cc           printer.options[opt_index].value;
value             179 printing/emf_win.cc   hdc_ = CreateEnhMetaFile(NULL, metafile_path.value().c_str(), NULL, NULL);
value             186 printing/emf_win.cc   emf_ = GetEnhMetaFile(metafile_path.value().c_str());
value             283 printing/emf_win.cc   HANDLE file = CreateFile(file_path.value().c_str(), GENERIC_WRITE,
value              35 printing/metafile_skia_wrapper.cc   SkRefCnt* value;
value              36 printing/metafile_skia_wrapper.cc   if (!meta.findRefCnt(kMetafileKey, &value) || !value)
value              39 printing/metafile_skia_wrapper.cc   return static_cast<MetafileSkiaWrapper*>(value)->metafile_;
value              53 printing/metafile_skia_wrapper.cc   SkScalar value;
value              54 printing/metafile_skia_wrapper.cc   if (!meta.findScalar(kCustomScaleKey, &value))
value              57 printing/metafile_skia_wrapper.cc   *scale = SkScalarToFloat(value);
value             293 printing/pdf_metafile_cg_mac.cc   std::string path_string = file_path.value();
value             137 printing/pdf_metafile_skia.cc     DLOG(ERROR) << "Failed to save file " << file_path.value().c_str();
value             446 printing/printing_context_win.cc     di.lpszOutput = debug_dump_path.value().c_str();
value              12 printing/units.cc int ConvertUnit(int value, int old_unit, int new_unit) {
value              18 printing/units.cc   if (value >= 0) {
value              19 printing/units.cc     return ((value * new_unit) + (old_unit / 2)) / old_unit;
value              21 printing/units.cc     return ((value * new_unit) - (old_unit / 2)) / old_unit;
value              25 printing/units.cc double ConvertUnitDouble(double value, double old_unit, double new_unit) {
value              28 printing/units.cc   return value * new_unit / old_unit;
value              43 printing/units.h PRINTING_EXPORT int ConvertUnit(int value, int old_unit, int new_unit);
value              46 printing/units.h PRINTING_EXPORT double ConvertUnitDouble(double value, double old_unit,
value              59 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java             State(int value) {
value              60 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java                 mValue = value;
value              67 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java             public static State fromValue(int value) {
value              68 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java                 return values()[value];
value              90 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java             Error(int value, int message) {
value              91 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java                 mValue = value;
value             103 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java             public static Error fromValue(int value) {
value             104 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java                 return values()[value];
value              20 remoting/base/rate_counter.cc void RateCounter::Record(int64 value) {
value              25 remoting/base/rate_counter.cc   sum_ += value;
value              26 remoting/base/rate_counter.cc   data_points_.push(std::make_pair(current_time, value));
value              27 remoting/base/rate_counter.h   void Record(int64 value);
value              20 remoting/base/running_average.cc void RunningAverage::Record(int64 value) {
value              23 remoting/base/running_average.cc   data_points_.push_back(value);
value              24 remoting/base/running_average.cc   sum_ += value;
value              25 remoting/base/running_average.h   void Record(int64 value);
value              36 remoting/base/vlog_net_log.cc     scoped_ptr<base::Value> value(entry.ToValue());
value              38 remoting/base/vlog_net_log.cc     base::JSONWriter::Write(value.get(), &json);
value              51 remoting/client/plugin/pepper_packet_socket_factory.cc   virtual int GetOption(talk_base::Socket::Option opt, int* value) OVERRIDE;
value              52 remoting/client/plugin/pepper_packet_socket_factory.cc   virtual int SetOption(talk_base::Socket::Option opt, int value) OVERRIDE;
value             241 remoting/client/plugin/pepper_packet_socket_factory.cc int UdpPacketSocket::GetOption(talk_base::Socket::Option opt, int* value) {
value             246 remoting/client/plugin/pepper_packet_socket_factory.cc int UdpPacketSocket::SetOption(talk_base::Socket::Option opt, int value) {
value             146 remoting/host/config_file_watcher.cc     PLOG(ERROR) << "Couldn't watch file '" << config_path_.value() << "'";
value             211 remoting/host/config_file_watcher.cc       PLOG(WARNING) << "Failed to read '" << config_path_.value() << "'";
value             219 remoting/host/config_file_watcher.cc     PLOG(ERROR) << "Failed to read '" << config_path_.value() << "'";
value              78 remoting/host/gnubby_auth_handler_posix.cc       int value;
value              79 remoting/host/gnubby_auth_handler_posix.cc       if (!bytes->GetInteger(i, &value))
value              81 remoting/host/gnubby_auth_handler_posix.cc       out->push_back(static_cast<char>(value));
value             114 remoting/host/gnubby_auth_handler_posix.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(message));
value             116 remoting/host/gnubby_auth_handler_posix.cc   if (value && value->GetAsDictionary(&client_message)) {
value             264 remoting/host/gnubby_auth_handler_posix.cc              << g_gnubby_socket_name.Get().value();
value             267 remoting/host/gnubby_auth_handler_posix.cc         g_gnubby_socket_name.Get().value(), this, base::Bind(MatchUid));
value             116 remoting/host/host_main.cc   info.lpFile = binary.value().c_str();
value             122 remoting/host/host_main.cc     LOG_GETLASTERROR(ERROR) << "Unable to launch '" << binary.value() << "'";
value              54 remoting/host/in_memory_host_config.cc     if (it.value().GetAsString(&str_value)) {
value              56 remoting/host/in_memory_host_config.cc     } else if (it.value().GetAsBoolean(&bool_value)) {
value              30 remoting/host/input_injector_mac.cc void SetOrClearBit(uint64_t &value, uint64_t bit, bool set_bit) {
value              31 remoting/host/input_injector_mac.cc   value = set_bit ? (value | bit) : (value & ~bit);
value              35 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   int value;
value              36 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetInteger("id", &value));
value              37 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   EXPECT_EQ(expected_value, value);
value              45 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   std::string value;
value              46 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString(name, &value));
value              47 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   EXPECT_EQ(expected_value, value);
value             331 remoting/host/it2me/it2me_native_messaging_host_unittest.cc       std::string value;
value             344 remoting/host/it2me/it2me_native_messaging_host_unittest.cc         EXPECT_TRUE(response->GetString("accessCode", &value));
value             345 remoting/host/it2me/it2me_native_messaging_host_unittest.cc         EXPECT_EQ(kTestAccessCode, value);
value             356 remoting/host/it2me/it2me_native_messaging_host_unittest.cc         EXPECT_TRUE(response->GetString("client", &value));
value             357 remoting/host/it2me/it2me_native_messaging_host_unittest.cc         EXPECT_EQ(kTestClientUsername, value);
value             517 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   std::string value;
value             518 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   EXPECT_FALSE(response->GetString("id", &value));
value             522 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("id", &value));
value             523 remoting/host/it2me/it2me_native_messaging_host_unittest.cc   EXPECT_EQ("42", value);
value              30 remoting/host/json_host_config.cc     LOG(WARNING) << "Failed to read " << filename_.value();
value              51 remoting/host/json_host_config.cc   scoped_ptr<base::Value> value(
value              53 remoting/host/json_host_config.cc   if (value.get() == NULL || !value->IsType(base::Value::TYPE_DICTIONARY)) {
value              54 remoting/host/json_host_config.cc     LOG(WARNING) << "Failed to parse " << filename_.value();
value              59 remoting/host/json_host_config.cc       static_cast<base::DictionaryValue*>(value.release());
value              50 remoting/host/json_host_config_unittest.cc   std::string value;
value              51 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(target.GetString(kXmppLoginConfigPath, &value));
value              52 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("test@gmail.com", value);
value              53 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(target.GetString(kXmppAuthTokenConfigPath, &value));
value              54 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("TEST_AUTH_TOKEN", value);
value              55 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(target.GetString(kHostIdConfigPath, &value));
value              56 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("TEST_HOST_ID", value);
value              57 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(target.GetString(kHostNameConfigPath, &value));
value              58 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("TEST_MACHINE_NAME", value);
value              59 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(target.GetString(kPrivateKeyConfigPath, &value));
value              60 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("TEST_PRIVATE_KEY", value);
value              62 remoting/host/json_host_config_unittest.cc   EXPECT_FALSE(target.GetString("non_existent_value", &value));
value              81 remoting/host/json_host_config_unittest.cc   std::string value;
value              82 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(reader.GetString(kXmppLoginConfigPath, &value));
value              83 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("test@gmail.com", value);
value              84 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(reader.GetString(kXmppAuthTokenConfigPath, &value));
value              85 remoting/host/json_host_config_unittest.cc   EXPECT_EQ(new_auth_token_value, value);
value              86 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(reader.GetString(kHostIdConfigPath, &value));
value              87 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("TEST_HOST_ID", value);
value              88 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(reader.GetString(kHostNameConfigPath, &value));
value              89 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("TEST_MACHINE_NAME", value);
value              90 remoting/host/json_host_config_unittest.cc   EXPECT_TRUE(reader.GetString(kPrivateKeyConfigPath, &value));
value              91 remoting/host/json_host_config_unittest.cc   EXPECT_EQ("TEST_PRIVATE_KEY", value);
value              65 remoting/host/linux/audio_pipe_reader.cc       pipe_name.value().c_str(), O_RDONLY | O_NONBLOCK));
value              67 remoting/host/linux/audio_pipe_reader.cc     LOG(ERROR) << "Failed to open " << pipe_name.value();
value              55 remoting/host/pairing_registry_delegate_linux.cc       LOG(WARNING) << "Failed to load '" << pairing_file.value() << "' ("
value              55 remoting/host/pairing_registry_delegate_win.cc   scoped_ptr<base::Value> value(serializer.Deserialize(&error_code,
value              57 remoting/host/pairing_registry_delegate_win.cc   if (!value) {
value              63 remoting/host/pairing_registry_delegate_win.cc   if (value->GetType() != base::Value::TYPE_DICTIONARY) {
value              69 remoting/host/pairing_registry_delegate_win.cc       static_cast<base::DictionaryValue*>(value.release()));
value              76 remoting/host/pairing_registry_delegate_win.cc                 scoped_ptr<base::DictionaryValue> value) {
value              79 remoting/host/pairing_registry_delegate_win.cc   if (!serializer.Serialize(*value)) {
value              34 remoting/host/pin_hash.cc   return hash_calculated == hash_parsed.value;
value             316 remoting/host/plugin/host_plugin.cc                           const NPVariant* value) {
value             323 remoting/host/plugin/host_plugin.cc     return scriptable->SetProperty(property_name_string, value);
value             337 remoting/host/plugin/host_plugin.cc                         NPIdentifier** value,
value             346 remoting/host/plugin/host_plugin.cc       *value = reinterpret_cast<NPIdentifier*>(
value             349 remoting/host/plugin/host_plugin.cc         (*value)[i] =
value             448 remoting/host/plugin/host_plugin.cc NPError GetValue(NPP instance, NPPVariable variable, void* value) {
value             458 remoting/host/plugin/host_plugin.cc     *reinterpret_cast<const char**>(value) = g_ui_name->c_str();
value             462 remoting/host/plugin/host_plugin.cc     *reinterpret_cast<const char**>(value) = g_ui_description->c_str();
value             466 remoting/host/plugin/host_plugin.cc     *(static_cast<NPBool*>(value)) = true;
value             475 remoting/host/plugin/host_plugin.cc     *reinterpret_cast<NPObject**>(value) = scriptable_object;
value             569 remoting/host/plugin/host_plugin.cc                                     void* value) {
value             570 remoting/host/plugin/host_plugin.cc   return GetValue((NPP)npp, variable, value);
value             312 remoting/host/plugin/host_script_object.cc                                      const NPVariant* value) {
value             317 remoting/host/plugin/host_script_object.cc     if (NPVARIANT_IS_OBJECT(*value)) {
value             318 remoting/host/plugin/host_script_object.cc       on_nat_traversal_policy_changed_func_ = NPVARIANT_TO_OBJECT(*value);
value             332 remoting/host/plugin/host_script_object.cc     if (NPVARIANT_IS_OBJECT(*value)) {
value             333 remoting/host/plugin/host_script_object.cc       on_state_changed_func_ = NPVARIANT_TO_OBJECT(*value);
value             343 remoting/host/plugin/host_script_object.cc     if (NPVARIANT_IS_OBJECT(*value)) {
value             344 remoting/host/plugin/host_script_object.cc       log_debug_info_func_ = NPVARIANT_TO_OBJECT(*value);
value             356 remoting/host/plugin/host_script_object.cc     if (NPVARIANT_IS_STRING(*value)) {
value             357 remoting/host/plugin/host_script_object.cc       std::string address = StringFromNPVariant(*value);
value             374 remoting/host/plugin/host_script_object.cc     if (NPVARIANT_IS_BOOLEAN(*value)) {
value             375 remoting/host/plugin/host_script_object.cc       xmpp_server_config_.use_tls = NPVARIANT_TO_BOOLEAN(*value);
value             385 remoting/host/plugin/host_script_object.cc     if (NPVARIANT_IS_STRING(*value)) {
value             386 remoting/host/plugin/host_script_object.cc       directory_bot_jid_ = StringFromNPVariant(*value);
value              46 remoting/host/plugin/host_script_object.h   bool SetProperty(const std::string& property_name, const NPVariant* value);
value              44 remoting/host/policy_hack/policy_watcher.cc     const base::Value* value = NULL;
value              47 remoting/host/policy_hack/policy_watcher.cc     if (!from->Get(i.key(), &value)) {
value              52 remoting/host/policy_hack/policy_watcher.cc     if (!value->IsType(i.value().GetType())) {
value              53 remoting/host/policy_hack/policy_watcher.cc       CHECK(bad_type_values->Get(i.key(), &value));
value              56 remoting/host/policy_hack/policy_watcher.cc     to->Set(i.key(), value->DeepCopy());
value              64 remoting/host/policy_hack/policy_watcher.cc     scoped_ptr<base::Value> value(base::JSONReader::Read(policy_overrides));
value              66 remoting/host/policy_hack/policy_watcher.cc     if (value && value->GetAsDictionary(&override_values)) {
value             212 remoting/host/policy_hack/policy_watcher.cc           old_policy->Equals(&iter.value()))) {
value             213 remoting/host/policy_hack/policy_watcher.cc       changed_policies->Set(iter.key(), iter.value().DeepCopy());
value              97 remoting/host/policy_hack/policy_watcher_linux.cc       LOG(ERROR) << "PolicyWatcherLinux on " << path.value() << " failed.";
value             147 remoting/host/policy_hack/policy_watcher_linux.cc       scoped_ptr<base::Value> value(
value             149 remoting/host/policy_hack/policy_watcher_linux.cc       if (!value.get()) {
value             151 remoting/host/policy_hack/policy_watcher_linux.cc                      << config_file_iter->value() << ": " << error_msg;
value             154 remoting/host/policy_hack/policy_watcher_linux.cc       if (!value->IsType(base::Value::TYPE_DICTIONARY)) {
value             156 remoting/host/policy_hack/policy_watcher_linux.cc                      << config_file_iter->value();
value             159 remoting/host/policy_hack/policy_watcher_linux.cc       policy->MergeDictionary(static_cast<base::DictionaryValue*>(value.get()));
value             120 remoting/host/policy_hack/policy_watcher_win.cc     std::wstring value;
value             122 remoting/host/policy_hack/policy_watcher_win.cc     if (policy_key.ReadValue(value_name_wide.c_str(), &value) ==
value             124 remoting/host/policy_hack/policy_watcher_win.cc       *result = base::WideToUTF8(value);
value             130 remoting/host/policy_hack/policy_watcher_win.cc       if (policy_key.ReadValue(value_name_wide.c_str(), &value) ==
value             132 remoting/host/policy_hack/policy_watcher_win.cc         *result = base::WideToUTF8(value);
value             143 remoting/host/policy_hack/policy_watcher_win.cc     DWORD value = 0;
value             145 remoting/host/policy_hack/policy_watcher_win.cc     if (policy_key.ReadValueDW(value_name_wide.c_str(), &value) ==
value             147 remoting/host/policy_hack/policy_watcher_win.cc       *result = value;
value             153 remoting/host/policy_hack/policy_watcher_win.cc       if (policy_key.ReadValueDW(value_name_wide.c_str(), &value) ==
value             155 remoting/host/policy_hack/policy_watcher_win.cc         *result = value;
value             177 remoting/host/policy_hack/policy_watcher_win.cc       if (i.value().GetType() == base::DictionaryValue::TYPE_BOOLEAN) {
value             183 remoting/host/policy_hack/policy_watcher_win.cc       if (i.value().GetType() == base::DictionaryValue::TYPE_STRING) {
value             413 remoting/host/remoting_me2me_host.cc     LOG(ERROR) << "Can't find host config at " << host_config_path_.value();
value             167 remoting/host/server_log_entry.cc void ServerLogEntry::Set(const std::string& key, const std::string& value) {
value             168 remoting/host/server_log_entry.cc   values_map_[key] = value;
value              64 remoting/host/server_log_entry.h   void Set(const std::string& key, const std::string& value);
value              36 remoting/host/server_log_entry_unittest.cc       const std::string& value = attr->Value();
value              45 remoting/host/server_log_entry_unittest.cc         if (iter->second != value) {
value              47 remoting/host/server_log_entry_unittest.cc               ": expected " + value;
value              47 remoting/host/setup/daemon_controller_delegate_linux.cc std::string GetMd5(const std::string& value) {
value              50 remoting/host/setup/daemon_controller_delegate_linux.cc   base::MD5Update(&ctx, value);
value              64 remoting/host/setup/daemon_controller_delegate_linux.cc   if (access(candidate_exe.value().c_str(), X_OK) == 0) {
value             177 remoting/host/setup/daemon_controller_delegate_linux.cc       std::string value;
value             178 remoting/host/setup/daemon_controller_delegate_linux.cc       if (config.GetString(kHostIdConfigPath, &value)) {
value             179 remoting/host/setup/daemon_controller_delegate_linux.cc         result->SetString(kHostIdConfigPath, value);
value             181 remoting/host/setup/daemon_controller_delegate_linux.cc       if (config.GetString(kXmppLoginConfigPath, &value)) {
value             182 remoting/host/setup/daemon_controller_delegate_linux.cc         result->SetString(kXmppLoginConfigPath, value);
value             213 remoting/host/setup/daemon_controller_delegate_linux.cc     LOG(ERROR) << "Failed to create config directory " << config_dir.value();
value             628 remoting/host/setup/me2me_native_messaging_host.cc   info.lpFile = binary.value().c_str();
value             634 remoting/host/setup/me2me_native_messaging_host.cc     LOG_GETLASTERROR(ERROR) << "Unable to launch '" << binary.value() << "'";
value              35 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value              36 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value              37 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("helloResponse", value);
value              38 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("version", &value));
value              39 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ(STRINGIZE(VERSION), value);
value              44 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value              45 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value              46 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("getHostNameResponse", value);
value              47 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("hostname", &value));
value              48 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ(net::GetHostName(), value);
value              53 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value              54 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value              55 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("getPinHashResponse", value);
value              56 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("hash", &value));
value              57 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ(remoting::MakeHostPinHash("my_host", "1234"), value);
value              62 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value              63 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value              64 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("generateKeyPairResponse", value);
value              65 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("privateKey", &value));
value              66 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("publicKey", &value));
value              71 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value              72 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value              73 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("getDaemonConfigResponse", value);
value              82 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value              83 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value              84 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("getUsageStatsConsentResponse", value);
value              96 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value              97 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value              98 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("stopDaemonResponse", value);
value              99 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("result", &value));
value             100 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("OK", value);
value             105 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value             106 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value             107 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("getDaemonStateResponse", value);
value             108 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("state", &value));
value             109 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("STARTED", value);
value             115 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value             116 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value             117 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("updateDaemonConfigResponse", value);
value             118 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("result", &value));
value             119 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("OK", value);
value             124 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value             125 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("type", &value));
value             126 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("startDaemonResponse", value);
value             127 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("result", &value));
value             128 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("OK", value);
value             534 remoting/host/setup/me2me_native_messaging_host_unittest.cc   std::string value;
value             535 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_FALSE(response->GetString("id", &value));
value             539 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_TRUE(response->GetString("id", &value));
value             540 remoting/host/setup/me2me_native_messaging_host_unittest.cc   EXPECT_EQ("42", value);
value              71 remoting/host/setup/oauth_helper.cc   url_parse::Component value;
value              72 remoting/host/setup/oauth_helper.cc   while (ExtractQueryKeyValue(url.c_str(), &query, &key, &value)) {
value              74 remoting/host/setup/oauth_helper.cc       return GetComponent(url, value);
value             176 remoting/host/token_validator_base.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(data_));
value             178 remoting/host/token_validator_base.cc   if (!value.get() || value->GetType() != base::Value::TYPE_DICTIONARY ||
value             179 remoting/host/token_validator_base.cc       !value->GetAsDictionary(&dict)) {
value              52 remoting/host/usage_stats_consent_win.cc   DWORD value = 0;
value              53 remoting/host/usage_stats_consent_win.cc   if (ReadUsageStatsValue(kOmahaClientStateMedium, &value) == ERROR_SUCCESS) {
value              54 remoting/host/usage_stats_consent_win.cc     *allowed = value != 0;
value              57 remoting/host/usage_stats_consent_win.cc   if (ReadUsageStatsValue(kOmahaClientState, &value) == ERROR_SUCCESS) {
value              58 remoting/host/usage_stats_consent_win.cc     *allowed = value != 0;
value              74 remoting/host/usage_stats_consent_win.cc   DWORD value = allowed;
value              83 remoting/host/usage_stats_consent_win.cc     result = key.WriteValue(kOmahaUsagestatsValue, value);
value             101 remoting/host/win/elevated_controller.cc       CreateFileW(filename.value().c_str(),
value             112 remoting/host/win/elevated_controller.cc         << "Failed to open '" << filename.value() << "'";
value             121 remoting/host/win/elevated_controller.cc         << "Failed to read '" << filename.value() << "'";
value             127 remoting/host/win/elevated_controller.cc   scoped_ptr<base::Value> value(
value             131 remoting/host/win/elevated_controller.cc   if (value.get() == NULL || !value->GetAsDictionary(&dictionary)) {
value             132 remoting/host/win/elevated_controller.cc     LOG(ERROR) << "Failed to read '" << filename.value() << "'.";
value             136 remoting/host/win/elevated_controller.cc   value.release();
value             167 remoting/host/win/elevated_controller.cc       CreateFileW(tempname.value().c_str(),
value             178 remoting/host/win/elevated_controller.cc         << "Failed to create '" << filename.value() << "'";
value             186 remoting/host/win/elevated_controller.cc         << "Failed to write to '" << filename.value() << "'";
value             198 remoting/host/win/elevated_controller.cc   if (!MoveFileExW(tempname.value().c_str(),
value             199 remoting/host/win/elevated_controller.cc                    filename.value().c_str(),
value             203 remoting/host/win/elevated_controller.cc           << "Failed to rename '" << tempname.value() << "' to '"
value             204 remoting/host/win/elevated_controller.cc           << filename.value() << "'";
value             253 remoting/host/win/elevated_controller.cc     base::string16 value;
value             254 remoting/host/win/elevated_controller.cc     if (config_dict->GetString(key, &value)) {
value             255 remoting/host/win/elevated_controller.cc       unprivileged_config_dict.SetString(key, value);
value             463 remoting/host/win/launch_process_with_token.cc   base::FilePath::StringType application_name = binary.value();
value              56 remoting/jingle_glue/chromium_socket_factory.cc   virtual int GetOption(talk_base::Socket::Option option, int* value) OVERRIDE;
value              57 remoting/jingle_glue/chromium_socket_factory.cc   virtual int SetOption(talk_base::Socket::Option option, int value) OVERRIDE;
value             210 remoting/jingle_glue/chromium_socket_factory.cc int UdpPacketSocket::GetOption(talk_base::Socket::Option option, int* value) {
value             216 remoting/jingle_glue/chromium_socket_factory.cc int UdpPacketSocket::SetOption(talk_base::Socket::Option option, int value) {
value             228 remoting/jingle_glue/chromium_socket_factory.cc       int net_error = socket_->SetReceiveBufferSize(value);
value             233 remoting/jingle_glue/chromium_socket_factory.cc       int net_error = socket_->SetSendBufferSize(value);
value              37 remoting/protocol/authentication_method.cc     const std::string& value) {
value              38 remoting/protocol/authentication_method.cc   if (value == "spake2_pair") {
value              40 remoting/protocol/authentication_method.cc   } else if (value == "spake2_plain") {
value              42 remoting/protocol/authentication_method.cc   } else if (value == "spake2_hmac") {
value              44 remoting/protocol/authentication_method.cc   } else if (value == "third_party") {
value             144 remoting/protocol/authentication_method.cc   if (!base::Base64Decode(as_string.substr(separator + 1), &value)) {
value              44 remoting/protocol/authentication_method.h   static AuthenticationMethod FromString(const std::string& value);
value              83 remoting/protocol/authentication_method.h   std::string value;
value              33 remoting/protocol/host_event_dispatcher.h   void set_sequence_number_callback(const SequenceNumberCallback& value) {
value              34 remoting/protocol/host_event_dispatcher.h     sequence_number_callback_ = value;
value             155 remoting/protocol/me2me_host_authenticator_factory.cc         local_cert_, key_pair_, shared_secret_hash_.value,
value              16 remoting/protocol/name_value_map.h   const T value;
value              21 remoting/protocol/name_value_map.h const char* ValueToName(const NameMapElement<T> (&map)[N], T value) {
value              23 remoting/protocol/name_value_map.h     if (map[i].value == value)
value              36 remoting/protocol/name_value_map.h       *result = map[i].value;
value              49 remoting/protocol/pairing_registry_unittest.cc   std::string value;
value              50 remoting/protocol/pairing_registry_unittest.cc   EXPECT_TRUE(actual.GetString(PairingRegistry::kClientNameKey, &value));
value              51 remoting/protocol/pairing_registry_unittest.cc   EXPECT_EQ(expected.client_name(), value);
value              52 remoting/protocol/pairing_registry_unittest.cc   EXPECT_TRUE(actual.GetString(PairingRegistry::kClientIdKey, &value));
value              53 remoting/protocol/pairing_registry_unittest.cc   EXPECT_EQ(expected.client_id(), value);
value             150 remoting/protocol/session_config.cc     const ChannelConfig& value) {
value             151 remoting/protocol/session_config.cc   return std::find(vector.begin(), vector.end(), value) != vector.end();
value             176 remoting/protocol/session_config.h                                        const ChannelConfig& value);
value              93 remoting/tools/winext/manifest/rdp.h value short  VARIANT_BOOL {
value              98 remoting/tools/winext/manifest/rdp.h value long AutoReconnectContinueState {
value             104 remoting/tools/winext/manifest/rdp.h value long RemoteWindowDisplayedAttribute {
value             110 remoting/tools/winext/manifest/rdp.h value long RemoteProgramResult {
value             121 remoting/tools/winext/manifest/rdp.h value long ExtendedDisconnectReasonCode {
value             150 remoting/tools/winext/manifest/rdp.h value long ControlCloseStatus {
value             155 remoting/tools/winext/manifest/rdp.h value long RedirectionWarningType {
value             164 remoting/tools/winext/manifest/rdp.h value long RemoteSessionActionType {
value             172 remoting/tools/winext/manifest/rdp.h value long ClientSpec {
value             178 remoting/tools/winext/manifest/rdp.h value long ControlReconnectStatus {
value             183 remoting/tools/winext/manifest/rdp.h value long RemoteActionType {
value             191 remoting/tools/winext/manifest/rdp.h value long SnapshotEncodingType {
value             195 remoting/tools/winext/manifest/rdp.h value long SnapshotFormatType {
value             209 rlz/chromeos/lib/rlz_value_store_chromeos.cc   scoped_ptr<base::Value> value(
value             217 rlz/chromeos/lib/rlz_value_store_chromeos.cc       rlz_store_.reset(static_cast<base::DictionaryValue*>(value.release()));
value             240 rlz/chromeos/lib/rlz_value_store_chromeos.cc                                            base::Value* value) {
value             246 rlz/chromeos/lib/rlz_value_store_chromeos.cc   list_value->AppendIfNotPresent(value);
value             251 rlz/chromeos/lib/rlz_value_store_chromeos.cc                                                 const base::Value& value) {
value             256 rlz/chromeos/lib/rlz_value_store_chromeos.cc   list_value->Remove(value, &index);
value             331 rlz/chromeos/lib/rlz_value_store_chromeos.cc   return GetRlzStorePath().value();
value              70 rlz/chromeos/lib/rlz_value_store_chromeos.h   bool AddValueToList(std::string list_name, base::Value* value);
value              72 rlz/chromeos/lib/rlz_value_store_chromeos.h   bool RemoveValueFromList(std::string list_name, const base::Value& value);
value              44 rlz/lib/recursive_cross_process_lock_posix.cc     file_lock_ = open(lock_filename.value().c_str(), O_RDWR | O_CREAT, 0666);
value             341 rlz/lib/rlz_lib_test.cc   char value[50];
value             342 rlz/lib/rlz_lib_test.cc   EXPECT_TRUE(rlz_lib::GetAccessPointRlz(rlz_lib::IETB_SEARCH_BOX, value, 50));
value             343 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("1T4_____en__252", value);
value             345 rlz/lib/rlz_lib_test.cc                                               value, 50));
value             346 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("", value);
value             353 rlz/lib/rlz_lib_test.cc   EXPECT_TRUE(rlz_lib::GetAccessPointRlz(rlz_lib::IETB_SEARCH_BOX, value, 50));
value             354 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("1T4_____de__253", value);
value             360 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("1T4_____de__253", value);
value             393 rlz/lib/rlz_lib_test.cc   char value[50];
value             395 rlz/lib/rlz_lib_test.cc                                               value, 50));
value             396 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("", value);
value             406 rlz/lib/rlz_lib_test.cc                                              value, 50));
value             407 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("events=I7S", value);
value             416 rlz/lib/rlz_lib_test.cc                                              value, 50));
value             417 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("events=W1I", value);
value             800 rlz/lib/rlz_lib_test.cc   char value[50];
value             802 rlz/lib/rlz_lib_test.cc                                               value, 50));
value             803 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("", value);
value             808 rlz/lib/rlz_lib_test.cc                                                value, 50));
value             809 rlz/lib/rlz_lib_test.cc     EXPECT_STREQ("events=I7S,W1I", value);
value             820 rlz/lib/rlz_lib_test.cc                                              value, 50));
value             821 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("events=I7S", value);
value             829 rlz/lib/rlz_lib_test.cc                                                 value, 50));
value             830 rlz/lib/rlz_lib_test.cc     EXPECT_STREQ("", value);
value             834 rlz/lib/rlz_lib_test.cc                                              value, 50));
value             835 rlz/lib/rlz_lib_test.cc   EXPECT_STREQ("events=I7S", value);
value             847 rlz/lib/rlz_lib_test.cc   int chmod_result = chmod(temp_dir_.path().value().c_str(), 0500);
value              17 rlz/lib/string_utils.cc bool GetHexValue(char letter, int* value) {
value              18 rlz/lib/string_utils.cc   if (!value) {
value              22 rlz/lib/string_utils.cc   *value = 0;
value              25 rlz/lib/string_utils.cc     *value = letter - '0';
value              27 rlz/lib/string_utils.cc     *value = (letter - 'a') + 0xA;
value              29 rlz/lib/string_utils.cc     *value = (letter - 'A') + 0xA;
value              20 rlz/lib/string_utils.h bool GetHexValue(char letter, int* value);
value              53 rlz/test/rlz_test_helpers.cc       RegistryValue& value = *data->values.insert(data->values.end(),
value              56 rlz/test/rlz_test_helpers.cc       value.name.assign(i.Name());
value              57 rlz/test/rlz_test_helpers.cc       value.type = i.Type();
value              58 rlz/test/rlz_test_helpers.cc       value.data.assign(data, data + i.ValueSize());
value              73 rlz/test/rlz_test_helpers.cc     const RegistryValue& value = data.values[i];
value              74 rlz/test/rlz_test_helpers.cc     dest->WriteValue(value.name.c_str(),
value              75 rlz/test/rlz_test_helpers.cc                      value.data.size() ? &value.data[0] : NULL,
value              76 rlz/test/rlz_test_helpers.cc                      static_cast<DWORD>(value.data.size()),
value              77 rlz/test/rlz_test_helpers.cc                      value.type);
value             100 rlz/win/lib/machine_deal.cc                       std::string* value) {
value             101 rlz/win/lib/machine_deal.cc   if (!value)
value             104 rlz/win/lib/machine_deal.cc   value->clear();
value             116 rlz/win/lib/machine_deal.cc   *value = tokens[1];
value             186 rlz/win/lib/machine_deal.cc     std::string value;
value             189 rlz/win/lib/machine_deal.cc         GetResponseValue(response_line, dcc_cgi, &value)) {
value             191 rlz/win/lib/machine_deal.cc       if (value != stored_dcc)
value             199 rlz/win/lib/machine_deal.cc         GetResponseValue(response_line, dcc_cgi_response, &value)) {
value             201 rlz/win/lib/machine_deal.cc       if (value.size() > kMaxDccLength) continue;  // Too long
value             203 rlz/win/lib/machine_deal.cc       new_dcc_value = value;
value              20 rlz/win/lib/registry_util.cc                      char* value, size_t* value_size) {
value              21 rlz/win/lib/registry_util.cc   value[0] = 0;
value              34 rlz/win/lib/registry_util.cc   strncpy(value, base::WideToUTF8(value_string).c_str(), *value_size);
value              35 rlz/win/lib/registry_util.cc   value[*value_size - 1] = 0;
value              40 rlz/win/lib/registry_util.cc                       const char* value) {
value              41 rlz/win/lib/registry_util.cc   std::wstring value_string(base::ASCIIToWide(value));
value              18 rlz/win/lib/registry_util.h                      char* value,
value              23 rlz/win/lib/registry_util.h                       const char* value);
value             193 rlz/win/lib/rlz_value_store_registry.cc   uint64 value;
value             194 rlz/win/lib/rlz_value_store_registry.cc   DWORD size = sizeof(value);
value             196 rlz/win/lib/rlz_value_store_registry.cc         product_name.c_str(), &value, &size, NULL) == ERROR_SUCCESS) {
value             254 rlz/win/lib/rlz_value_store_registry.cc   DWORD value;
value             255 rlz/win/lib/rlz_value_store_registry.cc   if (key.ReadValueDW(access_point_name_wide.c_str(), &value) ==
value             310 rlz/win/lib/rlz_value_store_registry.cc   DWORD value;
value             311 rlz/win/lib/rlz_value_store_registry.cc   if (key.ReadValueDW(event_rlz_wide.c_str(), &value) == ERROR_SUCCESS) {
value             339 rlz/win/lib/rlz_value_store_registry.cc   DWORD value;
value             343 rlz/win/lib/rlz_value_store_registry.cc   return key.ReadValueDW(event_rlz_wide.c_str(), &value) == ERROR_SUCCESS;
value              35 sandbox/linux/seccomp-bpf/errorcode.cc                      uint64_t value,
value              39 sandbox/linux/seccomp-bpf/errorcode.cc       value_(value),
value             137 sandbox/linux/seccomp-bpf/errorcode.h   uint64_t value() const { return value_; }
value             165 sandbox/linux/seccomp-bpf/errorcode.h             uint64_t value,
value            1005 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                            uint64_t value,
value            1011 sandbox/linux/seccomp-bpf/sandbox_bpf.cc                    value,
value             161 sandbox/linux/seccomp-bpf/sandbox_bpf.h                  uint64_t value,
value              49 sandbox/linux/seccomp-bpf/verifier.cc                                       : data.args[code.argno()]) == code.value()
value              58 sandbox/linux/seccomp-bpf/verifier.cc                                   code.value()) == code.value()
value              67 sandbox/linux/seccomp-bpf/verifier.cc                                          code.value()
value             110 sandbox/linux/seccomp-bpf/verifier.cc         data->args[code.argno()] = code.value();
value             118 sandbox/linux/seccomp-bpf/verifier.cc         data->args[code.argno()] = code.value() ^ 0x55AA55AA;
value             128 sandbox/linux/seccomp-bpf/verifier.cc           if (code.value() >> 32) {
value             153 sandbox/linux/seccomp-bpf/verifier.cc           data->args[code.argno()] = code.value() ^ 0x55AA55AA00000000ull;
value             173 sandbox/linux/seccomp-bpf/verifier.cc               (!code.value() && code.op() == ErrorCode::OP_HAS_ANY_BITS) ||
value             180 sandbox/linux/seccomp-bpf/verifier.cc                       ((code.value() & ~uint64_t(uintptr_t(-1))) &&
value             182 sandbox/linux/seccomp-bpf/verifier.cc                       (code.value() && !(code.value() & uintptr_t(-1)) &&
value             190 sandbox/linux/seccomp-bpf/verifier.cc               !code.value() && code.op() == ErrorCode::OP_HAS_ALL_BITS
value             194 sandbox/linux/seccomp-bpf/verifier.cc           data->args[code.argno()] = code.value() & uintptr_t(-1);
value              72 sandbox/linux/services/credentials.cc COMPILE_ASSERT((base::is_same<uid_t, gid_t>::value), UidAndGidAreSameType);
value             114 sandbox/linux/services/credentials.cc   COMPILE_ASSERT((base::is_same<base::PlatformThreadId, int>::value),
value              54 sandbox/linux/suid/client/setuid_sandbox_client.cc     std::string value;
value              55 sandbox/linux/suid/client/setuid_sandbox_client.cc     if (env->GetVar(env_var, &value))
value              56 sandbox/linux/suid/client/setuid_sandbox_client.cc       env->SetVar(saved_env_var->c_str(), value);
value             372 sandbox/linux/suid/sandbox.c     const char* const value = getenv(saved_envvar);
value             373 sandbox/linux/suid/sandbox.c     if (value) {
value             374 sandbox/linux/suid/sandbox.c       setenv(envvar, value, 1 /* overwrite */);
value              21 sandbox/win/src/crosscall_params.h uint32 Align(uint32 value) {
value              23 sandbox/win/src/crosscall_params.h   return ((value + alignment - 1) / alignment) * alignment;
value             136 sandbox/win/src/crosscall_params.h   void SetIsInOut(bool value) {
value             137 sandbox/win/src/crosscall_params.h     if (value)
value             151 sandbox/win/src/interception.h   static inline size_t RoundUpToMultiple(size_t value, size_t alignment) {
value             152 sandbox/win/src/interception.h     return ((value + alignment -1) / alignment) * alignment;
value             301 sandbox/win/src/ipc_unittest.cc   unsigned long value = 124816;
value             305 sandbox/win/src/ipc_unittest.cc   params_1.CopyParamIn(0, &value, sizeof(value), false, ULONG_TYPE);
value             326 sandbox/win/src/ipc_unittest.cc     params_2.CopyParamIn(0, &value, sizeof(value), false, ULONG_TYPE);
value             338 sandbox/win/src/ipc_unittest.cc   params_3.CopyParamIn(0, &value, sizeof(value), false, ULONG_TYPE);
value             357 sandbox/win/src/ipc_unittest.cc   params_4.CopyParamIn(0, &value, sizeof(value), false, ULONG_TYPE);
value             180 sandbox/win/src/policy_engine_opcodes.cc   unsigned long value = 0;
value             181 sandbox/win/src/policy_engine_opcodes.cc   if (!param->Get(&value)) return EVAL_ERROR;
value             187 sandbox/win/src/policy_engine_opcodes.cc   return((lower_bound <= value) && (upper_bound >= value))?
value             210 sandbox/win/src/policy_engine_opcodes.cc   unsigned long value = 0;
value             211 sandbox/win/src/policy_engine_opcodes.cc   if (!param->Get(&value)) return EVAL_ERROR;
value             215 sandbox/win/src/policy_engine_opcodes.cc   return (number & value)? EVAL_TRUE : EVAL_FALSE;
value              34 sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp inline void* RawMemset(void* destination, int value, size_t bytes) {
value              38 sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp     to[i] = static_cast<char>(value);
value             113 sandbox/win/tests/common/controller.h   void SetKillOnDestruction(bool value) { kill_on_destruction_ = value; }
value             125 skia/ext/convolver_unittest.cc         int value = input[src_offset] +  // Top left source pixel.
value             129 skia/ext/convolver_unittest.cc         value /= 4;  // Average.
value             130 skia/ext/convolver_unittest.cc         int difference = value - output[(y * dest_width + x) * 4 + channel];
value             187 skia/ext/image_operations_bench.cc     std::string value;
value             189 skia/ext/image_operations_bench.cc     value = base::WideToUTF8(iter->second);
value             191 skia/ext/image_operations_bench.cc     value = iter->second;
value             194 skia/ext/image_operations_bench.cc       source_.FromString(value);
value             196 skia/ext/image_operations_bench.cc       dest_.FromString(value);
value             198 skia/ext/image_operations_bench.cc       if (base::StringToInt(value, &num_iterations_) == false) {
value             202 skia/ext/image_operations_bench.cc       if (!StringToMethod(value, &method_)) {
value             203 skia/ext/image_operations_bench.cc         printf("Invalid method '%s' specified\n", value.c_str());
value              21 skia/ext/platform_device.cc void SetBoolMetaData(const SkCanvas& canvas, const char* key,  bool value) {
value              23 skia/ext/platform_device.cc   meta.setBool(key, value);
value              27 skia/ext/platform_device.cc   bool value;
value              29 skia/ext/platform_device.cc   if (!meta.findBool(key, &value))
value              30 skia/ext/platform_device.cc     value = false;
value              31 skia/ext/platform_device.cc   return value;
value              53 skia/ext/recursive_gaussian_convolution_unittest.cc                      unsigned char value) {
value              64 skia/ext/recursive_gaussian_convolution_unittest.cc       (*image)[y * src_row_stride + x * channel_count + channel_index] = value;
value             241 skia/ext/vector_canvas_unittest.cc     base::FilePath::StringType tmp(test_dir_.value());
value             245 sql/connection.cc   return OpenInternal(base::WideToUTF8(path.value()), RETRY_ON_POISON);
value             247 sql/connection.cc   return OpenInternal(path.value(), RETRY_ON_POISON);
value             553 sql/connection.cc   base::FilePath journal_path(path.value() + FILE_PATH_LITERAL("-journal"));
value             554 sql/connection.cc   base::FilePath wal_path(path.value() + FILE_PATH_LITERAL("-wal"));
value             637 sql/connection.cc   s.BindString16(0, other_db_path.value());
value             639 sql/connection.cc   s.BindString(0, other_db_path.value());
value             658 sql/connection_unittest.cc   base::FilePath journal(db_path().value() + FILE_PATH_LITERAL("-journal"));
value             686 sql/connection_unittest.cc   base::FilePath journal(db_path().value() + FILE_PATH_LITERAL("-journal"));
value             169 sql/meta_table.cc bool MetaTable::SetValue(const char* key, const std::string& value) {
value             172 sql/meta_table.cc   s.BindString(1, value);
value             176 sql/meta_table.cc bool MetaTable::SetValue(const char* key, int value) {
value             179 sql/meta_table.cc   s.BindInt(1, value);
value             183 sql/meta_table.cc bool MetaTable::SetValue(const char* key, int64 value) {
value             186 sql/meta_table.cc   s.BindInt64(1, value);
value             190 sql/meta_table.cc bool MetaTable::GetValue(const char* key, std::string* value) {
value             195 sql/meta_table.cc   *value = s.ColumnString(0);
value             199 sql/meta_table.cc bool MetaTable::GetValue(const char* key, int* value) {
value             204 sql/meta_table.cc   *value = s.ColumnInt(0);
value             208 sql/meta_table.cc bool MetaTable::GetValue(const char* key, int64* value) {
value             213 sql/meta_table.cc   *value = s.ColumnInt64(0);
value              75 sql/meta_table.h   bool SetValue(const char* key, const std::string& value);
value              76 sql/meta_table.h   bool SetValue(const char* key, int value);
value              77 sql/meta_table.h   bool SetValue(const char* key, int64 value);
value              81 sql/meta_table.h   bool GetValue(const char* key, std::string* value);
value              82 sql/meta_table.h   bool GetValue(const char* key, int* value);
value              83 sql/meta_table.h   bool GetValue(const char* key, int64* value);
value             139 sql/meta_table_unittest.cc     std::string value;
value             140 sql/meta_table_unittest.cc     EXPECT_FALSE(meta_table.GetValue(kKey, &value));
value             143 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             144 sql/meta_table_unittest.cc     EXPECT_EQ(kFirstValue, value);
value             152 sql/meta_table_unittest.cc     std::string value;
value             153 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             154 sql/meta_table_unittest.cc     EXPECT_EQ(kFirstValue, value);
value             164 sql/meta_table_unittest.cc     std::string value;
value             165 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             166 sql/meta_table_unittest.cc     EXPECT_EQ(kSecondValue, value);
value             180 sql/meta_table_unittest.cc     int value;
value             181 sql/meta_table_unittest.cc     EXPECT_FALSE(meta_table.GetValue(kKey, &value));
value             184 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             185 sql/meta_table_unittest.cc     EXPECT_EQ(kFirstValue, value);
value             193 sql/meta_table_unittest.cc     int value;
value             194 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             195 sql/meta_table_unittest.cc     EXPECT_EQ(kFirstValue, value);
value             205 sql/meta_table_unittest.cc     int value;
value             206 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             207 sql/meta_table_unittest.cc     EXPECT_EQ(kSecondValue, value);
value             221 sql/meta_table_unittest.cc     int64 value;
value             222 sql/meta_table_unittest.cc     EXPECT_FALSE(meta_table.GetValue(kKey, &value));
value             225 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             226 sql/meta_table_unittest.cc     EXPECT_EQ(kFirstValue, value);
value             234 sql/meta_table_unittest.cc     int64 value;
value             235 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             236 sql/meta_table_unittest.cc     EXPECT_EQ(kFirstValue, value);
value             246 sql/meta_table_unittest.cc     int64 value;
value             247 sql/meta_table_unittest.cc     EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             248 sql/meta_table_unittest.cc     EXPECT_EQ(kSecondValue, value);
value             260 sql/meta_table_unittest.cc   std::string value;
value             261 sql/meta_table_unittest.cc   EXPECT_FALSE(meta_table.GetValue(kKey, &value));
value             265 sql/meta_table_unittest.cc   EXPECT_TRUE(meta_table.GetValue(kKey, &value));
value             266 sql/meta_table_unittest.cc   EXPECT_EQ(kValue, value);
value             270 sql/meta_table_unittest.cc   EXPECT_FALSE(meta_table.GetValue(kKey, &value));
value             152 sql/statement.cc bool Statement::BindString16(int col, const base::string16& value) {
value             153 sql/statement.cc   return BindString(col, base::UTF16ToUTF8(value));
value             111 sql/statement.h   bool BindString16(int col, const base::string16& value);
value             112 sql/statement.h   bool BindBlob(int col, const void* value, int value_len);
value              38 sync/android/java/src/org/chromium/sync/internal_api/pub/SyncDecryptionPassphraseType.java     public static SyncDecryptionPassphraseType fromInternalValue(int value) {
value              40 sync/android/java/src/org/chromium/sync/internal_api/pub/SyncDecryptionPassphraseType.java             if (type.internalValue() == value) {
value              89 sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java         public void setSyncAutomatically(Account account, boolean value) {
value              91 sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java             if (mSyncAutomatically == value) return;
value              92 sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java             setSyncAutomaticallyInternal(account, value);
value             126 sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java         protected void setSyncAutomaticallyInternal(Account account, boolean value) {
value             127 sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java             mSyncAutomatically = value;
value             129 sync/android/java/src/org/chromium/sync/notifier/SyncStatusHelper.java             mSyncContentResolverDelegate.setSyncAutomatically(account, mContractAuthority, value);
value              84 sync/android/javatests/src/org/chromium/sync/notifier/signin/SyncStatusHelperTest.java         protected void setSyncAutomaticallyInternal(Account account, boolean value) {
value              86 sync/android/javatests/src/org/chromium/sync/notifier/signin/SyncStatusHelperTest.java             super.setSyncAutomaticallyInternal(account, value);
value             181 sync/api/sync_data.cc   scoped_ptr<base::DictionaryValue> value(
value             184 sync/api/sync_data.cc       value.get(), base::JSONWriter::OPTIONS_PRETTY_PRINT, &specifics);
value             162 sync/engine/directory_commit_contribution_unittest.cc       SCOPED_TRACE(it->value());
value              24 sync/engine/traffic_logger.cc     scoped_ptr<base::DictionaryValue> value(
value              27 sync/engine/traffic_logger.cc     base::JSONWriter::WriteWithOptions(value.get(),
value              21 sync/internal_api/change_record.cc   base::DictionaryValue* value = new base::DictionaryValue();
value              38 sync/internal_api/change_record.cc   value->SetString("action", action_str);
value              39 sync/internal_api/change_record.cc   value->SetString("id", base::Int64ToString(id));
value              42 sync/internal_api/change_record.cc       value->Set("extra", extra->ToValue());
value              44 sync/internal_api/change_record.cc     value->Set("specifics", EntitySpecificsToValue(specifics));
value              46 sync/internal_api/change_record.cc   return value;
value             310 sync/internal_api/http_bridge.cc   std::string value;
value             311 sync/internal_api/http_bridge.cc   fetch_state_.response_headers->EnumerateHeader(NULL, name, &value);
value             312 sync/internal_api/http_bridge.cc   return value;
value              36 sync/internal_api/public/base/ack_handle.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              37 sync/internal_api/public/base/ack_handle.cc   value->SetString("state", state_);
value              38 sync/internal_api/public/base/ack_handle.cc   value->SetString("timestamp",
value              40 sync/internal_api/public/base/ack_handle.cc   return value.Pass();
value              43 sync/internal_api/public/base/ack_handle.cc bool AckHandle::ResetFromValue(const base::DictionaryValue& value) {
value              44 sync/internal_api/public/base/ack_handle.cc   if (!value.GetString("state", &state_))
value              47 sync/internal_api/public/base/ack_handle.cc   if (!value.GetString("timestamp", &timestamp_as_string))
value              31 sync/internal_api/public/base/ack_handle.h   bool ResetFromValue(const base::DictionaryValue& value);
value             128 sync/internal_api/public/base/enum_set.h   explicit EnumSet(E value) {
value             129 sync/internal_api/public/base/enum_set.h     Put(value);
value             159 sync/internal_api/public/base/enum_set.h   void Put(E value) {
value             160 sync/internal_api/public/base/enum_set.h     enums_.set(ToIndex(value));
value             176 sync/internal_api/public/base/enum_set.h   void Remove(E value) {
value             177 sync/internal_api/public/base/enum_set.h     if (InRange(value)) {
value             178 sync/internal_api/public/base/enum_set.h       enums_.reset(ToIndex(value));
value             194 sync/internal_api/public/base/enum_set.h   bool Has(E value) const {
value             195 sync/internal_api/public/base/enum_set.h     return InRange(value) && enums_.test(ToIndex(value));
value             234 sync/internal_api/public/base/enum_set.h   static bool InRange(E value) {
value             235 sync/internal_api/public/base/enum_set.h     return (value >= MinEnumValue) && (value <= MaxEnumValue);
value             240 sync/internal_api/public/base/enum_set.h   static size_t ToIndex(E value) {
value             241 sync/internal_api/public/base/enum_set.h     DCHECK_GE(value, MinEnumValue);
value             242 sync/internal_api/public/base/enum_set.h     DCHECK_LE(value, MaxEnumValue);
value             243 sync/internal_api/public/base/enum_set.h     return value - MinEnumValue;
value              47 sync/internal_api/public/base/invalidation.cc     const base::DictionaryValue& value) {
value              51 sync/internal_api/public/base/invalidation.cc   if (!value.GetDictionary(kObjectIdKey, &object_id_dict)
value              57 sync/internal_api/public/base/invalidation.cc   if (!value.GetBoolean(kIsUnknownVersionKey, &is_unknown_version)) {
value              71 sync/internal_api/public/base/invalidation.cc     if (!value.GetString(kVersionKey, &version_as_string)
value              77 sync/internal_api/public/base/invalidation.cc     if (!value.GetString(kPayloadKey, &payload)) {
value             150 sync/internal_api/public/base/invalidation.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             151 sync/internal_api/public/base/invalidation.cc   value->Set(kObjectIdKey, ObjectIdToValue(id_).release());
value             153 sync/internal_api/public/base/invalidation.cc     value->SetBoolean(kIsUnknownVersionKey, true);
value             155 sync/internal_api/public/base/invalidation.cc     value->SetBoolean(kIsUnknownVersionKey, false);
value             156 sync/internal_api/public/base/invalidation.cc     value->SetString(kVersionKey, base::Int64ToString(version_));
value             157 sync/internal_api/public/base/invalidation.cc     value->SetString(kPayloadKey, payload_);
value             159 sync/internal_api/public/base/invalidation.cc   return value.Pass();
value              36 sync/internal_api/public/base/invalidation.h       const base::DictionaryValue& value);
value             103 sync/internal_api/public/base/invalidation_test_util.cc   scoped_ptr<base::Value> value(ack_handle.ToValue());
value             105 sync/internal_api/public/base/invalidation_test_util.cc   base::JSONWriter::Write(value.get(), &printable_ack_handle);
value             276 sync/internal_api/public/base/model_type.h SYNC_EXPORT_PRIVATE ModelType ModelTypeFromValue(const base::Value& value);
value             292 sync/internal_api/public/base/model_type.h SYNC_EXPORT ModelTypeSet ModelTypeSetFromValue(const base::ListValue& value);
value              74 sync/internal_api/public/base/node_ordinal_unittest.cc     const int64 value = NodeOrdinalToInt64(ordinal);
value              75 sync/internal_api/public/base/node_ordinal_unittest.cc     EXPECT_EQ(expected_value, value) << "i = " << i;
value              15 sync/internal_api/public/base/progress_marker_map.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              21 sync/internal_api/public/base/progress_marker_map.cc     value->SetString(ModelTypeToString(it->first), printable_payload);
value              23 sync/internal_api/public/base/progress_marker_map.cc   return value.Pass();
value              49 sync/internal_api/public/base/unique_position.cc   } else if (proto.has_value() && !proto.value().empty()) {
value              50 sync/internal_api/public/base/unique_position.cc     return UniquePosition(Compress(proto.value()));
value             557 sync/internal_api/public/base/unique_position_unittest.cc     const int64 value = pos.ToInt64();
value             558 sync/internal_api/public/base/unique_position_unittest.cc     EXPECT_EQ(expected_value, value) << "i = " << i;
value              28 sync/internal_api/public/change_record_unittest.cc                                    const base::DictionaryValue& value,
value              31 sync/internal_api/public/change_record_unittest.cc   EXPECT_TRUE(value.GetString(key, &str_value));
value              50 sync/internal_api/public/change_record_unittest.cc     const base::DictionaryValue& value) {
value              51 sync/internal_api/public/change_record_unittest.cc   ExpectChangeRecordActionValue(record.action, value, "action");
value              52 sync/internal_api/public/change_record_unittest.cc   ExpectDictStringValue(base::Int64ToString(record.id), value, "id");
value              60 sync/internal_api/public/change_record_unittest.cc               value.Get("extra", &extra_value));
value              66 sync/internal_api/public/change_record_unittest.cc                               value, "specifics");
value              91 sync/internal_api/public/change_record_unittest.cc     scoped_ptr<base::DictionaryValue> value(record.ToValue());
value              92 sync/internal_api/public/change_record_unittest.cc     CheckChangeRecordValue(record, *value);
value             102 sync/internal_api/public/change_record_unittest.cc     scoped_ptr<base::DictionaryValue> value(record.ToValue());
value             103 sync/internal_api/public/change_record_unittest.cc     CheckChangeRecordValue(record, *value);
value             112 sync/internal_api/public/change_record_unittest.cc     scoped_ptr<base::DictionaryValue> value(record.ToValue());
value             113 sync/internal_api/public/change_record_unittest.cc     CheckChangeRecordValue(record, *value);
value             131 sync/internal_api/public/change_record_unittest.cc     scoped_ptr<base::DictionaryValue> value(record.ToValue());
value             132 sync/internal_api/public/change_record_unittest.cc     CheckChangeRecordValue(record, *value);
value              26 sync/internal_api/public/engine/model_safe_worker_unittest.cc   scoped_ptr<base::DictionaryValue> value(
value              28 sync/internal_api/public/engine/model_safe_worker_unittest.cc   EXPECT_TRUE(value->Equals(&expected_value));
value              58 sync/internal_api/public/sessions/sync_session_snapshot.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              59 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numSuccessfulCommits",
value              61 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numSuccessfulBookmarkCommits",
value              63 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numUpdatesDownloadedTotal",
value              65 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numTombstoneUpdatesDownloadedTotal",
value              67 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numReflectedUpdatesDownloadedTotal",
value              69 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numLocalOverwrites",
value              71 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numServerOverwrites",
value              73 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger(
value              76 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->Set("downloadProgressMarkers",
value              78 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetBoolean("isSilenced", is_silenced_);
value              80 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numEncryptionConflicts",
value              82 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numHierarchyConflicts",
value              84 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numServerConflicts",
value              86 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetInteger("numEntries", num_entries_);
value              87 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetString("legacySource",
value              89 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->SetBoolean("notificationsEnabled", notifications_enabled_);
value             102 sync/internal_api/public/sessions/sync_session_snapshot.cc   value->Set("counter_entries", counter_entries.release());
value             103 sync/internal_api/public/sessions/sync_session_snapshot.cc   return value.release();
value             107 sync/internal_api/public/sessions/sync_session_snapshot.cc   scoped_ptr<base::DictionaryValue> value(ToValue());
value             109 sync/internal_api/public/sessions/sync_session_snapshot.cc   base::JSONWriter::WriteWithOptions(value.get(),
value              58 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc   scoped_ptr<base::DictionaryValue> value(snapshot.ToValue());
value              59 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc   EXPECT_EQ(17u, value->size());
value              61 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                          *value, "numSuccessfulCommits");
value              63 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                          *value, "numSuccessfulBookmarkCommits");
value              65 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                          *value, "numUpdatesDownloadedTotal");
value              67 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                          *value, "numTombstoneUpdatesDownloadedTotal");
value              69 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                          *value, "numReflectedUpdatesDownloadedTotal");
value              71 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                          *value, "numLocalOverwrites");
value              73 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                          *value, "numServerOverwrites");
value              75 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                          *value, "numServerChangesRemaining");
value              77 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc                             *value, "downloadProgressMarkers");
value              78 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc   ExpectDictBooleanValue(kIsSilenced, *value, "isSilenced");
value              79 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc   ExpectDictIntegerValue(kNumEncryptionConflicts, *value,
value              81 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc   ExpectDictIntegerValue(kNumHierarchyConflicts, *value,
value              83 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc   ExpectDictIntegerValue(kNumServerConflicts, *value,
value              85 sync/internal_api/public/sessions/sync_session_snapshot_unittest.cc   ExpectDictBooleanValue(false, *value, "notificationsEnabled");
value              12 sync/internal_api/public/util/syncer_error.cc const char* GetSyncerErrorString(SyncerError value) {
value              13 sync/internal_api/public/util/syncer_error.cc   switch (value) {
value             194 sync/internal_api/sync_manager_impl.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             195 sync/internal_api/sync_manager_impl.cc   value->SetInteger("totalCount", total_count);
value             196 sync/internal_api/sync_manager_impl.cc   value->SetString("payload", payload);
value             197 sync/internal_api/sync_manager_impl.cc   return value;
value              66 sync/notifier/fake_invalidator.cc   base::DictionaryValue value;
value              67 sync/notifier/fake_invalidator.cc   callback.Run(value);
value              68 sync/notifier/invalidation_util.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              69 sync/notifier/invalidation_util.cc   value->SetInteger("source", object_id.source());
value              70 sync/notifier/invalidation_util.cc   value->SetString("name", object_id.name());
value              71 sync/notifier/invalidation_util.cc   return value.Pass();
value              74 sync/notifier/invalidation_util.cc bool ObjectIdFromValue(const base::DictionaryValue& value,
value              79 sync/notifier/invalidation_util.cc   if (!value.GetInteger("source", &source) ||
value              80 sync/notifier/invalidation_util.cc       !value.GetString("name", &name)) {
value              89 sync/notifier/invalidation_util.cc   scoped_ptr<base::DictionaryValue> value(ObjectIdToValue(object_id));
value              91 sync/notifier/invalidation_util.cc   base::JSONWriter::Write(value.get(), &str);
value              63 sync/notifier/invalidation_util.h bool ObjectIdFromValue(const base::DictionaryValue& value,
value              60 sync/notifier/non_blocking_invalidator.cc   void Run(const base::DictionaryValue& value);
value              64 sync/notifier/non_blocking_invalidator.cc                     scoped_ptr<base::DictionaryValue> value);
value              81 sync/notifier/non_blocking_invalidator.cc     scoped_ptr<base::DictionaryValue> value) {
value              82 sync/notifier/non_blocking_invalidator.cc   callback.Run(*value);
value              85 sync/notifier/non_blocking_invalidator.cc void CallbackProxy::Run(const base::DictionaryValue& value) {
value              86 sync/notifier/non_blocking_invalidator.cc   scoped_ptr<base::DictionaryValue> copied(value.DeepCopy());
value              83 sync/notifier/object_id_invalidation_map.cc   scoped_ptr<base::ListValue> value(new base::ListValue());
value              88 sync/notifier/object_id_invalidation_map.cc       value->Append(it2->ToValue().release());
value              91 sync/notifier/object_id_invalidation_map.cc   return value.Pass();
value              94 sync/notifier/object_id_invalidation_map.cc bool ObjectIdInvalidationMap::ResetFromValue(const base::ListValue& value) {
value              96 sync/notifier/object_id_invalidation_map.cc   for (size_t i = 0; i < value.GetSize(); ++i) {
value              98 sync/notifier/object_id_invalidation_map.cc     if (!value.GetDictionary(i, &dict)) {
value              59 sync/notifier/object_id_invalidation_map.h    bool ResetFromValue(const base::ListValue& value);
value              79 sync/notifier/object_id_invalidation_map_unittest.cc   scoped_ptr<base::ListValue> value = empty.ToValue();
value              80 sync/notifier/object_id_invalidation_map_unittest.cc   ASSERT_TRUE(value.get());
value              82 sync/notifier/object_id_invalidation_map_unittest.cc   deserialized.ResetFromValue(*value.get());
value              87 sync/notifier/object_id_invalidation_map_unittest.cc   scoped_ptr<base::ListValue> value = one_invalidation.ToValue();
value              88 sync/notifier/object_id_invalidation_map_unittest.cc   ASSERT_TRUE(value.get());
value              90 sync/notifier/object_id_invalidation_map_unittest.cc   deserialized.ResetFromValue(*value.get());
value              95 sync/notifier/object_id_invalidation_map_unittest.cc   scoped_ptr<base::ListValue> value = invalidate_all.ToValue();
value              96 sync/notifier/object_id_invalidation_map_unittest.cc   ASSERT_TRUE(value.get());
value              98 sync/notifier/object_id_invalidation_map_unittest.cc   deserialized.ResetFromValue(*value.get());
value             209 sync/notifier/p2p_invalidator.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             210 sync/notifier/p2p_invalidator.cc   callback.Run(*value);
value              89 sync/notifier/single_object_invalidation_set.cc   scoped_ptr<base::ListValue> value(new base::ListValue);
value              92 sync/notifier/single_object_invalidation_set.cc     value->Append(it->ToValue().release());
value              94 sync/notifier/single_object_invalidation_set.cc   return value.Pass();
value              78 sync/notifier/single_object_invalidation_set_unittest.cc   scoped_ptr<base::ListValue> value = list.ToValue();
value              79 sync/notifier/single_object_invalidation_set_unittest.cc   ASSERT_TRUE(value.get());
value              81 sync/notifier/single_object_invalidation_set_unittest.cc   deserialized.ResetFromValue(*value.get());
value              89 sync/notifier/single_object_invalidation_set_unittest.cc   scoped_ptr<base::ListValue> value = list.ToValue();
value              90 sync/notifier/single_object_invalidation_set_unittest.cc   ASSERT_TRUE(value.get());
value              92 sync/notifier/single_object_invalidation_set_unittest.cc   deserialized.ResetFromValue(*value.get());
value             101 sync/notifier/single_object_invalidation_set_unittest.cc   scoped_ptr<base::ListValue> value = list.ToValue();
value             102 sync/notifier/single_object_invalidation_set_unittest.cc   ASSERT_TRUE(value.get());
value             104 sync/notifier/single_object_invalidation_set_unittest.cc   deserialized.ResetFromValue(*value.get());
value             219 sync/notifier/sync_system_resources.cc void SyncStorage::WriteKey(const std::string& key, const std::string& value,
value             224 sync/notifier/sync_system_resources.cc   state_writer_->WriteState(value);
value             225 sync/notifier/sync_system_resources.cc   cached_state_ = value;
value             268 sync/notifier/sync_system_resources.cc     invalidation::ReadKeyCallback* callback, const std::string& value) {
value             271 sync/notifier/sync_system_resources.cc       value));
value             169 sync/notifier/sync_system_resources.h   void SetInitialState(const std::string& value) {
value             170 sync/notifier/sync_system_resources.h     cached_state_ = value;
value             174 sync/notifier/sync_system_resources.h   virtual void WriteKey(const std::string& key, const std::string& value,
value             196 sync/notifier/sync_system_resources.h       invalidation::ReadKeyCallback* callback, const std::string& value);
value             196 sync/notifier/sync_system_resources_unittest.cc     base::DictionaryValue value;
value             197 sync/notifier/sync_system_resources_unittest.cc     callback.Run(value);
value             122 sync/notifier/unacked_invalidation_set.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue);
value             123 sync/notifier/unacked_invalidation_set.cc   value->SetString(kSourceKey, base::IntToString(object_id_.source()));
value             124 sync/notifier/unacked_invalidation_set.cc   value->SetString(kNameKey, object_id_.name());
value             131 sync/notifier/unacked_invalidation_set.cc   value->Set(kInvalidationListKey, list_value.release());
value             133 sync/notifier/unacked_invalidation_set.cc   return value.Pass();
value             137 sync/notifier/unacked_invalidation_set.cc     const base::DictionaryValue& value) {
value             139 sync/notifier/unacked_invalidation_set.cc   if (!value.GetString(kSourceKey, &source_str)) {
value             149 sync/notifier/unacked_invalidation_set.cc   if (!value.GetString(kNameKey, &name)) {
value             155 sync/notifier/unacked_invalidation_set.cc   if (!value.GetList(kInvalidationListKey, &invalidation_list)
value              91 sync/notifier/unacked_invalidation_set.h   bool ResetFromValue(const base::DictionaryValue& value);
value              99 sync/notifier/unacked_invalidation_set.h   bool ResetListFromValue(const base::ListValue& value);
value             144 sync/notifier/unacked_invalidation_set_test_util.cc   scoped_ptr<base::DictionaryValue> value = invalidations.ToValue();
value             149 sync/notifier/unacked_invalidation_set_test_util.cc   serializer.Serialize(*value.get());
value             185 sync/notifier/unacked_invalidation_set_unittest.cc     scoped_ptr<base::DictionaryValue> value = unacked_invalidations_.ToValue();
value             187 sync/notifier/unacked_invalidation_set_unittest.cc     deserialized.ResetFromValue(*value.get());
value              91 sync/protocol/proto_value_conversions.cc     value->Set(#field, fn(proto.field())); \
value              94 sync/protocol/proto_value_conversions.cc   value->Set(#field, MakeRepeatedValue(proto.field(), fn))
value              96 sync/protocol/proto_value_conversions.cc   value->Set(#field, MakeEnumValue(proto.field(), fn))
value             106 sync/protocol/proto_value_conversions.cc   value->Set(#field, \
value             116 sync/protocol/proto_value_conversions.cc       value->Set(#field,                             \
value             125 sync/protocol/proto_value_conversions.cc       value->Set(#field, fn(specifics.field()));     \
value             134 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             138 sync/protocol/proto_value_conversions.cc   return value;
value             143 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             147 sync/protocol/proto_value_conversions.cc   return value;
value             152 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             156 sync/protocol/proto_value_conversions.cc   return value;
value             160 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             171 sync/protocol/proto_value_conversions.cc   return value;
value             176 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             181 sync/protocol/proto_value_conversions.cc   return value;
value             186 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             208 sync/protocol/proto_value_conversions.cc   return value;
value             213 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             221 sync/protocol/proto_value_conversions.cc   value->SetString("password_value", "<redacted>");
value             226 sync/protocol/proto_value_conversions.cc   return value;
value             231 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             235 sync/protocol/proto_value_conversions.cc   return value;
value             240 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             243 sync/protocol/proto_value_conversions.cc   return value;
value             248 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             253 sync/protocol/proto_value_conversions.cc   return value;
value             258 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             263 sync/protocol/proto_value_conversions.cc   return value;
value             268 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             272 sync/protocol/proto_value_conversions.cc   return value;
value             277 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             279 sync/protocol/proto_value_conversions.cc   return value;
value             284 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             290 sync/protocol/proto_value_conversions.cc   return value;
value             295 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             300 sync/protocol/proto_value_conversions.cc   return value;
value             305 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             309 sync/protocol/proto_value_conversions.cc   return value;
value             314 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             321 sync/protocol/proto_value_conversions.cc   return value;
value             326 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             331 sync/protocol/proto_value_conversions.cc   return value;
value             336 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             340 sync/protocol/proto_value_conversions.cc   return value;
value             345 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             348 sync/protocol/proto_value_conversions.cc   return value;
value             353 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             361 sync/protocol/proto_value_conversions.cc   return value;
value             366 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             374 sync/protocol/proto_value_conversions.cc   return value;
value             379 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             387 sync/protocol/proto_value_conversions.cc   return value;
value             392 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             394 sync/protocol/proto_value_conversions.cc   return value;
value             399 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             406 sync/protocol/proto_value_conversions.cc   return value;
value             411 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             413 sync/protocol/proto_value_conversions.cc   SET_STR(value);
value             416 sync/protocol/proto_value_conversions.cc   return value;
value             421 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             443 sync/protocol/proto_value_conversions.cc   return value;
value             448 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             450 sync/protocol/proto_value_conversions.cc   SET_STR(value);
value             451 sync/protocol/proto_value_conversions.cc   return value;
value             456 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             463 sync/protocol/proto_value_conversions.cc   return value;
value             468 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             474 sync/protocol/proto_value_conversions.cc   return value;
value             479 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             481 sync/protocol/proto_value_conversions.cc   return value;
value             488 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             491 sync/protocol/proto_value_conversions.cc   return value;
value             498 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             507 sync/protocol/proto_value_conversions.cc   return value;
value             512 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             515 sync/protocol/proto_value_conversions.cc   SET_STR(value);
value             516 sync/protocol/proto_value_conversions.cc   return value;
value             521 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             528 sync/protocol/proto_value_conversions.cc   return value;
value             534 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             538 sync/protocol/proto_value_conversions.cc   return value;
value             544 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             550 sync/protocol/proto_value_conversions.cc   return value;
value             555 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             559 sync/protocol/proto_value_conversions.cc   return value;
value             564 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             567 sync/protocol/proto_value_conversions.cc   return value;
value             572 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             574 sync/protocol/proto_value_conversions.cc   SET_STR(value);
value             575 sync/protocol/proto_value_conversions.cc   return value;
value             580 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             587 sync/protocol/proto_value_conversions.cc   return value;
value             592 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             595 sync/protocol/proto_value_conversions.cc   SET_STR(value);
value             597 sync/protocol/proto_value_conversions.cc   return value;
value             602 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             626 sync/protocol/proto_value_conversions.cc   return value;
value             631 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             633 sync/protocol/proto_value_conversions.cc   return value;
value             638 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             642 sync/protocol/proto_value_conversions.cc   return value;
value             647 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             649 sync/protocol/proto_value_conversions.cc   return value;
value             654 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             656 sync/protocol/proto_value_conversions.cc   SET_STR(value);
value             657 sync/protocol/proto_value_conversions.cc   return value;
value             662 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             664 sync/protocol/proto_value_conversions.cc   return value;
value             669 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             671 sync/protocol/proto_value_conversions.cc   return value;
value             679 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             681 sync/protocol/proto_value_conversions.cc   return value;
value             686 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             710 sync/protocol/proto_value_conversions.cc   return value;
value             715 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             720 sync/protocol/proto_value_conversions.cc   return value;
value             725 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             731 sync/protocol/proto_value_conversions.cc   return value;
value             736 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             742 sync/protocol/proto_value_conversions.cc   return value;
value             747 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             779 sync/protocol/proto_value_conversions.cc   return value;
value             792 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             813 sync/protocol/proto_value_conversions.cc   return value;
value             830 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             833 sync/protocol/proto_value_conversions.cc   return value;
value             839 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             840 sync/protocol/proto_value_conversions.cc   value->Set("entries",
value             845 sync/protocol/proto_value_conversions.cc   return value;
value             850 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             856 sync/protocol/proto_value_conversions.cc   return value;
value             861 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             867 sync/protocol/proto_value_conversions.cc   return value;
value             872 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             876 sync/protocol/proto_value_conversions.cc   return value;
value             881 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             884 sync/protocol/proto_value_conversions.cc   return value;
value             889 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             899 sync/protocol/proto_value_conversions.cc   return value;
value             903 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             905 sync/protocol/proto_value_conversions.cc   return value;
value             910 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             919 sync/protocol/proto_value_conversions.cc   return value;
value             924 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             926 sync/protocol/proto_value_conversions.cc   return value;
value             932 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             933 sync/protocol/proto_value_conversions.cc   value->Set("entries",
value             938 sync/protocol/proto_value_conversions.cc   return value;
value             943 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             950 sync/protocol/proto_value_conversions.cc   return value;
value             955 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             960 sync/protocol/proto_value_conversions.cc   return value;
value             968 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             971 sync/protocol/proto_value_conversions.cc     value->Set("get_updates", GetUpdatesResponseToValue(proto.get_updates(),
value             981 sync/protocol/proto_value_conversions.cc   return value;
value             987 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value             991 sync/protocol/proto_value_conversions.cc     value->Set("commit",
value            1000 sync/protocol/proto_value_conversions.cc   return value;
value            1005 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value            1024 sync/protocol/proto_value_conversions.cc   return value;
value            1029 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value            1035 sync/protocol/proto_value_conversions.cc   return value;
value            1039 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value            1044 sync/protocol/proto_value_conversions.cc   return value;
value            1049 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value            1056 sync/protocol/proto_value_conversions.cc   return value;
value            1061 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value            1064 sync/protocol/proto_value_conversions.cc   return value;
value            1069 sync/protocol/proto_value_conversions.cc   base::DictionaryValue* value = new base::DictionaryValue();
value            1071 sync/protocol/proto_value_conversions.cc   return value;
value              49 sync/protocol/proto_value_conversions_unittest.cc     scoped_ptr<base::DictionaryValue> value(specifics_to_value(specifics));
value              90 sync/protocol/proto_value_conversions_unittest.cc   scoped_ptr<base::DictionaryValue> value(
value              92 sync/protocol/proto_value_conversions_unittest.cc   EXPECT_FALSE(value->empty());
value              94 sync/protocol/proto_value_conversions_unittest.cc   EXPECT_TRUE(value->GetString("password_value", &password_value));
value             110 sync/protocol/proto_value_conversions_unittest.cc   scoped_ptr<base::DictionaryValue> value(AppSettingsToValue(specifics));
value             111 sync/protocol/proto_value_conversions_unittest.cc   EXPECT_FALSE(value->empty());
value             114 sync/protocol/proto_value_conversions_unittest.cc   EXPECT_TRUE(value->GetBoolean("disabled", &disabled_value));
value             116 sync/protocol/proto_value_conversions_unittest.cc   EXPECT_TRUE(value->GetString("oauth_client_id", &oauth_client_id_value));
value             149 sync/protocol/proto_value_conversions_unittest.cc   scoped_ptr<base::DictionaryValue> value(BookmarkSpecificsToValue(specifics));
value             150 sync/protocol/proto_value_conversions_unittest.cc   EXPECT_FALSE(value->empty());
value             152 sync/protocol/proto_value_conversions_unittest.cc   EXPECT_TRUE(value->GetString("creation_time_us", &encoded_time));
value             155 sync/protocol/proto_value_conversions_unittest.cc   EXPECT_TRUE(value->GetString("icon_url", &encoded_icon_url));
value             158 sync/protocol/proto_value_conversions_unittest.cc   ASSERT_TRUE(value->GetList("meta_info", &meta_info_list));
value             303 sync/protocol/proto_value_conversions_unittest.cc   scoped_ptr<base::DictionaryValue> value(EntitySpecificsToValue(specifics));
value             306 sync/protocol/proto_value_conversions_unittest.cc             static_cast<int>(value->size()));
value             312 sync/protocol/proto_value_conversions_unittest.cc bool ValueHasSpecifics(const base::DictionaryValue& value,
value             318 sync/protocol/proto_value_conversions_unittest.cc   if (!value.GetList(path, &entities_list))
value              55 sync/protocol/sync_protocol_error.cc   base::DictionaryValue* value = new base::DictionaryValue();
value              56 sync/protocol/sync_protocol_error.cc   value->SetString("ErrorType",
value              58 sync/protocol/sync_protocol_error.cc   value->SetString("ErrorDescription", error_description);
value              59 sync/protocol/sync_protocol_error.cc   value->SetString("url", url);
value              60 sync/protocol/sync_protocol_error.cc   value->SetString("action", GetClientActionString(action));
value              61 sync/protocol/sync_protocol_error.cc   return value;
value              21 sync/sessions/status_controller.cc void StatusController::increment_num_updates_downloaded_by(int value) {
value              22 sync/sessions/status_controller.cc   model_neutral_.num_updates_downloaded_total += value;
value              26 sync/sessions/status_controller.cc     int value) {
value              27 sync/sessions/status_controller.cc   model_neutral_.num_tombstone_updates_downloaded_total += value;
value              31 sync/sessions/status_controller.cc     int value) {
value              32 sync/sessions/status_controller.cc   model_neutral_.num_reflected_updates_downloaded_total += value;
value              44 sync/sessions/status_controller.cc void StatusController::set_num_successful_bookmark_commits(int value) {
value              45 sync/sessions/status_controller.cc   model_neutral_.num_successful_bookmark_commits = value;
value              56 sync/sessions/status_controller.cc void StatusController::increment_num_updates_applied_by(int value) {
value              57 sync/sessions/status_controller.cc   model_neutral_.num_updates_applied += value;
value              60 sync/sessions/status_controller.cc void StatusController::increment_num_encryption_conflicts_by(int value) {
value              61 sync/sessions/status_controller.cc   model_neutral_.num_encryption_conflicts += value;
value              64 sync/sessions/status_controller.cc void StatusController::increment_num_hierarchy_conflicts_by(int value) {
value              65 sync/sessions/status_controller.cc   model_neutral_.num_hierarchy_conflicts += value;
value              42 sync/sessions/status_controller.h   void set_commit_request_types(ModelTypeSet value) {
value              43 sync/sessions/status_controller.h     model_neutral_.commit_request_types = value;
value              77 sync/sessions/status_controller.h   void increment_num_updates_downloaded_by(int value);
value              78 sync/sessions/status_controller.h   void increment_num_tombstone_updates_downloaded_by(int value);
value              79 sync/sessions/status_controller.h   void increment_num_reflected_updates_downloaded_by(int value);
value              82 sync/sessions/status_controller.h   void increment_num_updates_applied_by(int value);
value              83 sync/sessions/status_controller.h   void increment_num_encryption_conflicts_by(int value);
value              84 sync/sessions/status_controller.h   void increment_num_hierarchy_conflicts_by(int value);
value              92 sync/sessions/status_controller.h   void set_num_successful_bookmark_commits(int value);
value             101 sync/sessions/sync_session_context.h   void set_hierarchy_conflict_detected(bool value) {
value             102 sync/sessions/sync_session_context.h     client_status_.set_hierarchy_conflict_detected(value);
value             118 sync/sessions/sync_session_context.h   void set_server_enabled_pre_commit_update_avoidance(bool value) {
value             119 sync/sessions/sync_session_context.h     server_enabled_pre_commit_update_avoidance_ = value;
value             148 sync/syncable/directory.cc     DCHECK(kernel_->ids_map.find(entry->ref(ID).value()) ==
value             150 sync/syncable/directory.cc     kernel_->ids_map[entry->ref(ID).value()] = entry;
value             216 sync/syncable/directory.cc   IdsMap::iterator id_found = kernel_->ids_map.find(id.value());
value             352 sync/syncable/directory.cc               std::make_pair(entry->ref(ID).value(), entry)).second,
value             390 sync/syncable/directory.cc     size_t num_erased = kernel_->ids_map.erase(entry->ref(ID).value());
value             393 sync/syncable/directory.cc     kernel_->ids_map[entry->ref(ID).value()] = entry;
value             535 sync/syncable/directory.cc       num_erased = kernel_->ids_map.erase(entry->ref(ID).value());
value             621 sync/syncable/directory.cc   num_erased = kernel_->ids_map.erase(entry->ref(ID).value());
value             194 sync/syncable/directory.h       const sync_pb::DataTypeProgressMarker& value);
value            1506 sync/syncable/directory_backing_store.cc     bool is_duplicate_id = !(ids_set.insert(entry->ref(ID).value()).second);
value            1514 sync/syncable/directory_backing_store.cc     bool parent_exists = (ids_set.find(entry->ref(PARENT_ID).value()) != end);
value            3555 sync/syncable/directory_backing_store_unittest.cc   ASSERT_EQ(it->second->ref(ID).value(), "s_ID_8");
value            3585 sync/syncable/directory_backing_store_unittest.cc   ASSERT_EQ(it->second->ref(ID).value(), "s_ID_10");
value              75 sync/syncable/entry_kernel.cc     V* value = enum_value_fn(kernel.ref(field));
value              76 sync/syncable/entry_kernel.cc     dictionary_value->Set(key, value);
value              90 sync/syncable/entry_kernel.cc     base::DictionaryValue* value = NULL;
value              97 sync/syncable/entry_kernel.cc       value = EntitySpecificsToValue(decrypted);
value              98 sync/syncable/entry_kernel.cc       value->SetBoolean("encrypted", true);
value             100 sync/syncable/entry_kernel.cc       value = EntitySpecificsToValue(kernel.ref(field));
value             102 sync/syncable/entry_kernel.cc     dictionary_value->Set(key, value);
value             236 sync/syncable/entry_kernel.h   inline void put(MetahandleField field, int64 value) {
value             237 sync/syncable/entry_kernel.h     int64_fields[field - INT64_FIELDS_BEGIN] = value;
value             239 sync/syncable/entry_kernel.h   inline void put(Int64Field field, int64 value) {
value             240 sync/syncable/entry_kernel.h     int64_fields[field - INT64_FIELDS_BEGIN] = value;
value             242 sync/syncable/entry_kernel.h   inline void put(TimeField field, const base::Time& value) {
value             246 sync/syncable/entry_kernel.h         ProtoTimeToTime(TimeToProtoTime(value));
value             248 sync/syncable/entry_kernel.h   inline void put(IdField field, const Id& value) {
value             249 sync/syncable/entry_kernel.h     id_fields[field - ID_FIELDS_BEGIN] = value;
value             251 sync/syncable/entry_kernel.h   inline void put(BaseVersion field, int64 value) {
value             252 sync/syncable/entry_kernel.h     int64_fields[field - INT64_FIELDS_BEGIN] = value;
value             254 sync/syncable/entry_kernel.h   inline void put(IndexedBitField field, bool value) {
value             255 sync/syncable/entry_kernel.h     bit_fields[field - BIT_FIELDS_BEGIN] = value;
value             257 sync/syncable/entry_kernel.h   inline void put(IsDelField field, bool value) {
value             258 sync/syncable/entry_kernel.h     bit_fields[field - BIT_FIELDS_BEGIN] = value;
value             260 sync/syncable/entry_kernel.h   inline void put(BitField field, bool value) {
value             261 sync/syncable/entry_kernel.h     bit_fields[field - BIT_FIELDS_BEGIN] = value;
value             263 sync/syncable/entry_kernel.h   inline void put(StringField field, const std::string& value) {
value             264 sync/syncable/entry_kernel.h     string_fields[field - STRING_FIELDS_BEGIN] = value;
value             266 sync/syncable/entry_kernel.h   inline void put(ProtoField field, const sync_pb::EntitySpecifics& value) {
value             267 sync/syncable/entry_kernel.h     specifics_fields[field - PROTO_FIELDS_BEGIN].CopyFrom(value);
value             269 sync/syncable/entry_kernel.h   inline void put(UniquePositionField field, const UniquePosition& value) {
value             270 sync/syncable/entry_kernel.h     unique_position_fields[field - UNIQUE_POSITION_FIELDS_BEGIN] = value;
value             273 sync/syncable/entry_kernel.h                   const sync_pb::AttachmentMetadata& value) {
value             275 sync/syncable/entry_kernel.h         value;
value             277 sync/syncable/entry_kernel.h   inline void put(BitTemp field, bool value) {
value             278 sync/syncable/entry_kernel.h     bit_temps[field - BIT_TEMPS_BEGIN] = value;
value              67 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::PutBaseVersion(int64 value) {
value              70 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(BASE_VERSION) != value) {
value              71 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(BASE_VERSION, value);
value              76 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::PutServerVersion(int64 value) {
value              79 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(SERVER_VERSION) != value) {
value              81 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_VERSION, value);
value              86 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::PutServerMtime(base::Time value) {
value              89 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(SERVER_MTIME) != value) {
value              90 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_MTIME, value);
value              95 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::PutServerCtime(base::Time value) {
value              98 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(SERVER_CTIME) != value) {
value              99 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_CTIME, value);
value             104 sync/syncable/model_neutral_mutable_entry.cc bool ModelNeutralMutableEntry::PutId(const Id& value) {
value             107 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(ID) != value) {
value             108 sync/syncable/model_neutral_mutable_entry.cc     if (!dir()->ReindexId(base_write_transaction(), kernel_, value))
value             115 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::PutServerParentId(const Id& value) {
value             119 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(SERVER_PARENT_ID) != value) {
value             120 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_PARENT_ID, value);
value             125 sync/syncable/model_neutral_mutable_entry.cc bool ModelNeutralMutableEntry::PutIsUnsynced(bool value) {
value             128 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(IS_UNSYNCED) != value) {
value             132 sync/syncable/model_neutral_mutable_entry.cc     if (value) {
value             147 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(IS_UNSYNCED, value);
value             153 sync/syncable/model_neutral_mutable_entry.cc bool ModelNeutralMutableEntry::PutIsUnappliedUpdate(bool value) {
value             156 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(IS_UNAPPLIED_UPDATE) != value) {
value             164 sync/syncable/model_neutral_mutable_entry.cc     if (value) {
value             179 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(IS_UNAPPLIED_UPDATE, value);
value             185 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::PutServerIsDir(bool value) {
value             189 sync/syncable/model_neutral_mutable_entry.cc   if (old_value != value) {
value             190 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_IS_DIR, value);
value             195 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::PutServerIsDel(bool value) {
value             199 sync/syncable/model_neutral_mutable_entry.cc   if (old_value != value) {
value             200 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_IS_DEL, value);
value             214 sync/syncable/model_neutral_mutable_entry.cc     const std::string& value) {
value             218 sync/syncable/model_neutral_mutable_entry.cc   if (kernel_->ref(SERVER_NON_UNIQUE_NAME) != value) {
value             219 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_NON_UNIQUE_NAME, value);
value             296 sync/syncable/model_neutral_mutable_entry.cc     const sync_pb::EntitySpecifics& value) {
value             298 sync/syncable/model_neutral_mutable_entry.cc   CHECK(!value.password().has_client_only_encrypted_data());
value             303 sync/syncable/model_neutral_mutable_entry.cc       value.SerializeAsString()) {
value             315 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_SPECIFICS, value);
value             330 sync/syncable/model_neutral_mutable_entry.cc     const sync_pb::EntitySpecifics& value) {
value             332 sync/syncable/model_neutral_mutable_entry.cc   CHECK(!value.password().has_client_only_encrypted_data());
value             337 sync/syncable/model_neutral_mutable_entry.cc       != value.SerializeAsString()) {
value             338 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(BASE_SERVER_SPECIFICS, value);
value             344 sync/syncable/model_neutral_mutable_entry.cc     const UniquePosition& value) {
value             347 sync/syncable/model_neutral_mutable_entry.cc   if(!kernel_->ref(SERVER_UNIQUE_POSITION).Equals(value)) {
value             349 sync/syncable/model_neutral_mutable_entry.cc     DCHECK(value.IsValid());
value             351 sync/syncable/model_neutral_mutable_entry.cc     kernel_->put(SERVER_UNIQUE_POSITION, value);
value             356 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::PutSyncing(bool value) {
value             357 sync/syncable/model_neutral_mutable_entry.cc   kernel_->put(SYNCING, value);
value             366 sync/syncable/model_neutral_mutable_entry.cc void ModelNeutralMutableEntry::UpdateTransactionVersion(int64 value) {
value             368 sync/syncable/model_neutral_mutable_entry.cc   kernel_->put(TRANSACTION_VERSION, value);
value              57 sync/syncable/model_neutral_mutable_entry.h   void PutBaseVersion(int64 value);
value              58 sync/syncable/model_neutral_mutable_entry.h   void PutServerVersion(int64 value);
value              59 sync/syncable/model_neutral_mutable_entry.h   void PutServerMtime(base::Time value);
value              60 sync/syncable/model_neutral_mutable_entry.h   void PutServerCtime(base::Time value);
value              61 sync/syncable/model_neutral_mutable_entry.h   bool PutId(const Id& value);
value              62 sync/syncable/model_neutral_mutable_entry.h   void PutServerParentId(const Id& value);
value              63 sync/syncable/model_neutral_mutable_entry.h   bool PutIsUnsynced(bool value);
value              64 sync/syncable/model_neutral_mutable_entry.h   bool PutIsUnappliedUpdate(bool value);
value              65 sync/syncable/model_neutral_mutable_entry.h   void PutServerIsDir(bool value);
value              66 sync/syncable/model_neutral_mutable_entry.h   void PutServerIsDel(bool value);
value              67 sync/syncable/model_neutral_mutable_entry.h   void PutServerNonUniqueName(const std::string& value);
value              68 sync/syncable/model_neutral_mutable_entry.h   bool PutUniqueServerTag(const std::string& value);
value              69 sync/syncable/model_neutral_mutable_entry.h   bool PutUniqueClientTag(const std::string& value);
value              71 sync/syncable/model_neutral_mutable_entry.h   void PutServerSpecifics(const sync_pb::EntitySpecifics& value);
value              72 sync/syncable/model_neutral_mutable_entry.h   void PutBaseServerSpecifics(const sync_pb::EntitySpecifics& value);
value              73 sync/syncable/model_neutral_mutable_entry.h   void PutServerUniquePosition(const UniquePosition& value);
value              74 sync/syncable/model_neutral_mutable_entry.h   void PutSyncing(bool value);
value             606 sync/syncable/model_type.cc ModelType ModelTypeFromValue(const base::Value& value) {
value             607 sync/syncable/model_type.cc   if (value.IsType(base::Value::TYPE_STRING)) {
value             609 sync/syncable/model_type.cc     CHECK(value.GetAsString(&result));
value             611 sync/syncable/model_type.cc   } else if (value.IsType(base::Value::TYPE_INTEGER)) {
value             613 sync/syncable/model_type.cc     CHECK(value.GetAsInteger(&result));
value             616 sync/syncable/model_type.cc     NOTREACHED() << "Unsupported value type: " << value.GetType();
value             724 sync/syncable/model_type.cc   base::ListValue* value = new base::ListValue();
value             726 sync/syncable/model_type.cc     value->Append(new base::StringValue(ModelTypeToString(it.Get())));
value             728 sync/syncable/model_type.cc   return value;
value             731 sync/syncable/model_type.cc ModelTypeSet ModelTypeSetFromValue(const base::ListValue& value) {
value             733 sync/syncable/model_type.cc   for (base::ListValue::const_iterator i = value.begin();
value             734 sync/syncable/model_type.cc        i != value.end(); ++i) {
value              34 sync/syncable/model_type_unittest.cc     scoped_ptr<base::StringValue> value(ModelTypeToValue(model_type));
value              35 sync/syncable/model_type_unittest.cc     EXPECT_EQ(model_type, ModelTypeFromValue(*value));
value              42 sync/syncable/model_type_unittest.cc   scoped_ptr<base::ListValue> value(ModelTypeSetToValue(model_types));
value              43 sync/syncable/model_type_unittest.cc   EXPECT_EQ(2u, value->GetSize());
value              45 sync/syncable/model_type_unittest.cc   EXPECT_TRUE(value->GetString(0, &types[0]));
value              46 sync/syncable/model_type_unittest.cc   EXPECT_TRUE(value->GetString(1, &types[1]));
value              54 sync/syncable/model_type_unittest.cc   scoped_ptr<base::ListValue> value(ModelTypeSetToValue(model_types));
value              55 sync/syncable/model_type_unittest.cc   EXPECT_TRUE(model_types.Equals(ModelTypeSetFromValue(*value)));
value              60 sync/syncable/model_type_unittest.cc   value.reset(ModelTypeSetToValue(model_types));
value              61 sync/syncable/model_type_unittest.cc   EXPECT_TRUE(model_types.Equals(ModelTypeSetFromValue(*value)));
value             107 sync/syncable/mutable_entry.cc void MutableEntry::PutLocalExternalId(int64 value) {
value             110 sync/syncable/mutable_entry.cc   if (kernel_->ref(LOCAL_EXTERNAL_ID) != value) {
value             112 sync/syncable/mutable_entry.cc     kernel_->put(LOCAL_EXTERNAL_ID, value);
value             117 sync/syncable/mutable_entry.cc void MutableEntry::PutMtime(base::Time value) {
value             120 sync/syncable/mutable_entry.cc   if (kernel_->ref(MTIME) != value) {
value             121 sync/syncable/mutable_entry.cc     kernel_->put(MTIME, value);
value             126 sync/syncable/mutable_entry.cc void MutableEntry::PutCtime(base::Time value) {
value             129 sync/syncable/mutable_entry.cc   if (kernel_->ref(CTIME) != value) {
value             130 sync/syncable/mutable_entry.cc     kernel_->put(CTIME, value);
value             135 sync/syncable/mutable_entry.cc void MutableEntry::PutParentId(const Id& value) {
value             138 sync/syncable/mutable_entry.cc   if (kernel_->ref(PARENT_ID) != value) {
value             139 sync/syncable/mutable_entry.cc     PutParentIdPropertyOnly(value);
value             149 sync/syncable/mutable_entry.cc void MutableEntry::PutIsDir(bool value) {
value             153 sync/syncable/mutable_entry.cc   if (old_value != value) {
value             154 sync/syncable/mutable_entry.cc     kernel_->put(IS_DIR, value);
value             159 sync/syncable/mutable_entry.cc void MutableEntry::PutIsDel(bool value) {
value             162 sync/syncable/mutable_entry.cc   if (value == kernel_->ref(IS_DEL)) {
value             165 sync/syncable/mutable_entry.cc   if (value) {
value             186 sync/syncable/mutable_entry.cc     kernel_->put(IS_DEL, value);
value             191 sync/syncable/mutable_entry.cc void MutableEntry::PutNonUniqueName(const std::string& value) {
value             195 sync/syncable/mutable_entry.cc   if (kernel_->ref(NON_UNIQUE_NAME) != value) {
value             196 sync/syncable/mutable_entry.cc     kernel_->put(NON_UNIQUE_NAME, value);
value             201 sync/syncable/mutable_entry.cc void MutableEntry::PutSpecifics(const sync_pb::EntitySpecifics& value) {
value             203 sync/syncable/mutable_entry.cc   CHECK(!value.password().has_client_only_encrypted_data());
value             208 sync/syncable/mutable_entry.cc       value.SerializeAsString()) {
value             209 sync/syncable/mutable_entry.cc     kernel_->put(SPECIFICS, value);
value             214 sync/syncable/mutable_entry.cc void MutableEntry::PutUniquePosition(const UniquePosition& value) {
value             217 sync/syncable/mutable_entry.cc   if(!kernel_->ref(UNIQUE_POSITION).Equals(value)) {
value             219 sync/syncable/mutable_entry.cc     DCHECK(value.IsValid());
value             223 sync/syncable/mutable_entry.cc     kernel_->put(UNIQUE_POSITION, value);
value              46 sync/syncable/mutable_entry.h   void PutLocalExternalId(int64 value);
value              47 sync/syncable/mutable_entry.h   void PutMtime(base::Time value);
value              48 sync/syncable/mutable_entry.h   void PutCtime(base::Time value);
value              49 sync/syncable/mutable_entry.h   void PutParentId(const Id& value);
value              50 sync/syncable/mutable_entry.h   void PutIsDir(bool value);
value              51 sync/syncable/mutable_entry.h   void PutIsDel(bool value);
value              52 sync/syncable/mutable_entry.h   void PutNonUniqueName(const std::string& value);
value              53 sync/syncable/mutable_entry.h   void PutSpecifics(const sync_pb::EntitySpecifics& value);
value              54 sync/syncable/mutable_entry.h   void PutUniquePosition(const UniquePosition& value);
value             175 sync/syncable/nigori_util.cc       scoped_ptr<base::DictionaryValue> value(entry->ToValue(NULL));
value             177 sync/syncable/nigori_util.cc       base::JSONWriter::WriteWithOptions(value.get(),
value              90 sync/syncable/syncable_id.h   const std::string& value() const {
value              53 sync/syncable/syncable_unittest.cc   scoped_ptr<base::DictionaryValue> value(kernel.ToValue(NULL));
value              54 sync/syncable/syncable_unittest.cc   if (value) {
value              56 sync/syncable/syncable_unittest.cc     EXPECT_TRUE(value->HasKey("isDirty"));
value              59 sync/syncable/syncable_unittest.cc               static_cast<int>(value->size()));
value             376 sync/syncable/syncable_unittest.cc     scoped_ptr<base::DictionaryValue> value(e.ToValue(NULL));
value             377 sync/syncable/syncable_unittest.cc     ExpectDictBooleanValue(false, *value, "good");
value             378 sync/syncable/syncable_unittest.cc     EXPECT_EQ(1u, value->size());
value             389 sync/syncable/syncable_unittest.cc     scoped_ptr<base::DictionaryValue> value(me.ToValue(NULL));
value             390 sync/syncable/syncable_unittest.cc     ExpectDictBooleanValue(true, *value, "good");
value             391 sync/syncable/syncable_unittest.cc     EXPECT_TRUE(value->HasKey("kernel"));
value             392 sync/syncable/syncable_unittest.cc     ExpectDictStringValue("Bookmarks", *value, "modelType");
value             393 sync/syncable/syncable_unittest.cc     ExpectDictBooleanValue(true, *value, "existsOnClientBecauseNameIsNonEmpty");
value             394 sync/syncable/syncable_unittest.cc     ExpectDictBooleanValue(false, *value, "isRoot");
value              98 sync/test/accounts_client/test_accounts_client.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response));
value             100 sync/test/accounts_client/test_accounts_client.cc   if (value != NULL && value->GetAsDictionary(&dict_value) &&
value             692 sync/test/engine/mock_connection_manager.cc     ModelType value) {
value             693 sync/test/engine/mock_connection_manager.cc   int data_type_id = GetSpecificsFieldNumberFromModelType(value);
value             706 sync/test/engine/mock_connection_manager.cc         ModelType value) {
value             707 sync/test/engine/mock_connection_manager.cc   int data_type_id = GetSpecificsFieldNumberFromModelType(value);
value             202 sync/test/engine/mock_connection_manager.h   void set_conflict_all_commits(bool value) {
value             203 sync/test/engine/mock_connection_manager.h     conflict_all_commits_ = value;
value             205 sync/test/engine/mock_connection_manager.h   void set_next_new_id(int value) {
value             206 sync/test/engine/mock_connection_manager.h     next_new_id_ = value;
value             208 sync/test/engine/mock_connection_manager.h   void set_conflict_n_commits(int value) {
value             209 sync/test/engine/mock_connection_manager.h     conflict_n_commits_ = value;
value             212 sync/test/engine/mock_connection_manager.h   void set_use_legacy_bookmarks_protocol(bool value) {
value             213 sync/test/engine/mock_connection_manager.h     use_legacy_bookmarks_protocol_ = value;
value             312 sync/test/engine/mock_connection_manager.h       ModelType value);
value             317 sync/test/engine/mock_connection_manager.h       ModelType value);
value              31 sync/test/engine/test_id_factory.h   static syncable::Id FromNumber(int64 value) {
value              32 sync/test/engine/test_id_factory.h     if (value == 0)
value              34 sync/test/engine/test_id_factory.h     else if (value < 0)
value              35 sync/test/engine/test_id_factory.h       return syncable::Id::CreateFromClientString(base::Int64ToString(value));
value              37 sync/test/engine/test_id_factory.h       return syncable::Id::CreateFromServerId(base::Int64ToString(value));
value             120 sync/tools/sync_client.cc std::string ValueToString(const base::Value& value) {
value             122 sync/tools/sync_client.cc   base::JSONWriter::Write(&value, &str);
value              32 sync/util/nigori.cc   NigoriStream& operator<<(const std::string& value) {
value              33 sync/util/nigori.cc     uint32 size = base::HostToNet32(value.size());
value              35 sync/util/nigori.cc     stream_ << value;
value              45 sync/util/nigori.cc     uint32 value = base::HostToNet32(type);
value              46 sync/util/nigori.cc     stream_.write((char *) &value, sizeof(uint32));
value             158 sync/util/nigori.cc bool Nigori::Encrypt(const std::string& value, std::string* encrypted) const {
value             159 sync/util/nigori.cc   if (0U >= value.size())
value             170 sync/util/nigori.cc   if (!encryptor.Encrypt(value, &ciphertext))
value             194 sync/util/nigori.cc bool Nigori::Decrypt(const std::string& encrypted, std::string* value) const {
value             232 sync/util/nigori.cc   if (!encryptor.Decrypt(ciphertext, value))
value              56 sync/util/nigori.h   bool Encrypt(const std::string& value, std::string* encrypted) const;
value              60 sync/util/nigori.h   bool Decrypt(const std::string& value, std::string* decrypted) const;
value              94 testing/android/native_test_launcher.cc   unlink(path.value().c_str());
value              99 testing/android/native_test_launcher.cc              path.value().c_str(), strerror(errno));
value             112 testing/android/native_test_launcher.cc              path.value().c_str(), strerror(errno));
value              53 testing/perf/perf_test.cc                  size_t value,
value              59 testing/perf/perf_test.cc                    base::UintToString(static_cast<unsigned int>(value)),
value              69 testing/perf/perf_test.cc                  double value,
value              75 testing/perf/perf_test.cc                    base::DoubleToString(value),
value              86 testing/perf/perf_test.cc                   size_t value,
value              93 testing/perf/perf_test.cc       base::UintToString(static_cast<unsigned int>(value)),
value             103 testing/perf/perf_test.cc                  const std::string& value,
value             109 testing/perf/perf_test.cc                    value,
value             120 testing/perf/perf_test.cc                   const std::string& value,
value             126 testing/perf/perf_test.cc                             value,
value              28 testing/perf/perf_test.h                  size_t value,
value              34 testing/perf/perf_test.h                  double value,
value              42 testing/perf/perf_test.h                   size_t value,
value              51 testing/perf/perf_test.h                  const std::string& value,
value              59 testing/perf/perf_test.h                   const std::string& value,
value              16 third_party/bintrees/bintrees/ctrees.c #define VALUE(node) (node->value)
value              25 third_party/bintrees/bintrees/ctrees.c ct_new_node(PyObject *key, PyObject *value, int xdata)
value              31 third_party/bintrees/bintrees/ctrees.c 		VALUE(new_node) = value;
value              32 third_party/bintrees/bintrees/ctrees.c 		Py_INCREF(value);
value             208 third_party/bintrees/bintrees/ctrees.c ct_bintree_insert(node_t **rootaddr, PyObject *key, PyObject *value)
value             215 third_party/bintrees/bintrees/ctrees.c 		node = ct_new_node(key, value, 0); /* new node is also the root */
value             225 third_party/bintrees/bintrees/ctrees.c 				node = ct_new_node(key, value, 0);
value             235 third_party/bintrees/bintrees/ctrees.c 				VALUE(node) = value; /* set new value object */
value             236 third_party/bintrees/bintrees/ctrees.c 				Py_INCREF(value); /* take new value object */
value             255 third_party/bintrees/bintrees/ctrees.c #define rb_new_node(key, value) ct_new_node(key, value, 1)
value             277 third_party/bintrees/bintrees/ctrees.c #define rb_new_node(key, value) ct_new_node(key, value, 1)
value             280 third_party/bintrees/bintrees/ctrees.c rb_insert(node_t **rootaddr, PyObject *key, PyObject *value)
value             289 third_party/bintrees/bintrees/ctrees.c 		root = rb_new_node(key, value);
value             314 third_party/bintrees/bintrees/ctrees.c 				q = rb_new_node(key, value);
value             344 third_party/bintrees/bintrees/ctrees.c 				VALUE(q) = value;     /* set new value object     */
value             345 third_party/bintrees/bintrees/ctrees.c 				Py_INCREF(value);     /* take new value object    */
value             460 third_party/bintrees/bintrees/ctrees.c #define avl_new_node(key, value) ct_new_node(key, value, 0)
value             493 third_party/bintrees/bintrees/ctrees.c avl_insert(node_t **rootaddr, PyObject *key, PyObject *value)
value             498 third_party/bintrees/bintrees/ctrees.c 		root = avl_new_node(key, value);
value             515 third_party/bintrees/bintrees/ctrees.c 				VALUE(it) = value; // set new value object
value             516 third_party/bintrees/bintrees/ctrees.c 				Py_INCREF(value); // take new value object
value             529 third_party/bintrees/bintrees/ctrees.c 		it->link[upd[top - 1]] = avl_new_node(key, value);
value              19 third_party/bintrees/bintrees/ctrees.h 	PyObject *value;
value              40 third_party/bintrees/bintrees/ctrees.h int ct_bintree_insert(node_t **root, PyObject *key, PyObject *value);
value              44 third_party/bintrees/bintrees/ctrees.h int avl_insert(node_t **root, PyObject *key, PyObject *value);
value              48 third_party/bintrees/bintrees/ctrees.h int rb_insert(node_t **root, PyObject *key, PyObject *value);
value             195 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) PySequence_SetSlice(obj, a, b, value)
value             202 third_party/bintrees/bintrees/cwalker.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
value             204 third_party/bintrees/bintrees/cwalker.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
value             441 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
value             442 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); /*proto*/
value             444 third_party/bintrees/bintrees/cwalker.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); /*proto*/
value             894 third_party/bintrees/bintrees/cwalker.c   __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value));
value             895 third_party/bintrees/bintrees/cwalker.c   __pyx_r = ((PyObject *)__pyx_v_self->node->value);
value             946 third_party/bintrees/bintrees/cwalker.c   __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value));
value             947 third_party/bintrees/bintrees/cwalker.c   PyTuple_SET_ITEM(__pyx_t_1, 1, ((PyObject *)__pyx_v_self->node->value));
value             948 third_party/bintrees/bintrees/cwalker.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value));
value            1951 third_party/bintrees/bintrees/cwalker.c   __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value));
value            1952 third_party/bintrees/bintrees/cwalker.c   PyTuple_SET_ITEM(__pyx_t_3, 1, ((PyObject *)__pyx_v_self->node->value));
value            1953 third_party/bintrees/bintrees/cwalker.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value));
value            2064 third_party/bintrees/bintrees/cwalker.c   __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value));
value            2065 third_party/bintrees/bintrees/cwalker.c   PyTuple_SET_ITEM(__pyx_t_3, 1, ((PyObject *)__pyx_v_self->node->value));
value            2066 third_party/bintrees/bintrees/cwalker.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value));
value            2177 third_party/bintrees/bintrees/cwalker.c   __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value));
value            2178 third_party/bintrees/bintrees/cwalker.c   PyTuple_SET_ITEM(__pyx_t_3, 1, ((PyObject *)__pyx_v_self->node->value));
value            2179 third_party/bintrees/bintrees/cwalker.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value));
value            2287 third_party/bintrees/bintrees/cwalker.c   __Pyx_INCREF(((PyObject *)__pyx_v_self->node->value));
value            2288 third_party/bintrees/bintrees/cwalker.c   PyTuple_SET_ITEM(__pyx_t_3, 1, ((PyObject *)__pyx_v_self->node->value));
value            2289 third_party/bintrees/bintrees/cwalker.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_self->node->value));
value            2880 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) {
value            2888 third_party/bintrees/bintrees/cwalker.c     tstate->curexc_value = value;
value            2894 third_party/bintrees/bintrees/cwalker.c     PyErr_Restore(type, value, tb);
value            2897 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
value            2901 third_party/bintrees/bintrees/cwalker.c     *value = tstate->curexc_value;
value            2907 third_party/bintrees/bintrees/cwalker.c     PyErr_Fetch(type, value, tb);
value            2912 third_party/bintrees/bintrees/cwalker.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb,
value            2915 third_party/bintrees/bintrees/cwalker.c     if (!value || value == Py_None)
value            2916 third_party/bintrees/bintrees/cwalker.c         value = NULL;
value            2918 third_party/bintrees/bintrees/cwalker.c         Py_INCREF(value);
value            2935 third_party/bintrees/bintrees/cwalker.c         if (!value) {
value            2937 third_party/bintrees/bintrees/cwalker.c             value = Py_None;
value            2940 third_party/bintrees/bintrees/cwalker.c         PyErr_NormalizeException(&type, &value, &tb);
value            2942 third_party/bintrees/bintrees/cwalker.c         if (value) {
value            2947 third_party/bintrees/bintrees/cwalker.c         value = type;
value            2969 third_party/bintrees/bintrees/cwalker.c     __Pyx_ErrRestore(type, value, tb);
value            2972 third_party/bintrees/bintrees/cwalker.c     Py_XDECREF(value);
value            2978 third_party/bintrees/bintrees/cwalker.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) {
value            2987 third_party/bintrees/bintrees/cwalker.c     if (value == Py_None)
value            2988 third_party/bintrees/bintrees/cwalker.c         value = 0;
value            2990 third_party/bintrees/bintrees/cwalker.c         if (value) {
value            2995 third_party/bintrees/bintrees/cwalker.c         value = type;
value            2996 third_party/bintrees/bintrees/cwalker.c         type = (PyObject*) Py_TYPE(value);
value            2999 third_party/bintrees/bintrees/cwalker.c         if (!value)
value            3001 third_party/bintrees/bintrees/cwalker.c         else if (PyTuple_Check(value)) {
value            3002 third_party/bintrees/bintrees/cwalker.c             Py_INCREF(value);
value            3003 third_party/bintrees/bintrees/cwalker.c             args = value;
value            3006 third_party/bintrees/bintrees/cwalker.c             args = PyTuple_Pack(1, value);
value            3013 third_party/bintrees/bintrees/cwalker.c         value = owned_instance;
value            3014 third_party/bintrees/bintrees/cwalker.c         if (!PyExceptionInstance_Check(value)) {
value            3018 third_party/bintrees/bintrees/cwalker.c                          type, Py_TYPE(value));
value            3043 third_party/bintrees/bintrees/cwalker.c         PyException_SetCause(value, fixed_cause);
value            3045 third_party/bintrees/bintrees/cwalker.c     PyErr_SetObject(type, value);
value             195 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) PySequence_SetSlice(obj, a, b, value)
value             202 third_party/bintrees/bintrees/qavltree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
value             204 third_party/bintrees/bintrees/qavltree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
value             461 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
value             462 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); /*proto*/
value             464 third_party/bintrees/bintrees/qavltree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); /*proto*/
value             721 third_party/bintrees/bintrees/qavltree.c           PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s__items);
value             722 third_party/bintrees/bintrees/qavltree.c           if (value) { values[0] = value; kw_args--; }
value            1613 third_party/bintrees/bintrees/qavltree.c   __Pyx_INCREF(((PyObject *)__pyx_v_node->value));
value            1614 third_party/bintrees/bintrees/qavltree.c   PyTuple_SET_ITEM(__pyx_t_2, 1, ((PyObject *)__pyx_v_node->value));
value            1615 third_party/bintrees/bintrees/qavltree.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_node->value));
value            1710 third_party/bintrees/bintrees/qavltree.c   __Pyx_INCREF(((PyObject *)__pyx_v_node->value));
value            1711 third_party/bintrees/bintrees/qavltree.c   PyTuple_SET_ITEM(__pyx_t_2, 1, ((PyObject *)__pyx_v_node->value));
value            1712 third_party/bintrees/bintrees/qavltree.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_node->value));
value            2244 third_party/bintrees/bintrees/qavltree.c     PyObject *key = 0, *value = 0;
value            2248 third_party/bintrees/bintrees/qavltree.c     while (PyDict_Next(kwds, &pos, &key, &value)) {
value            2252 third_party/bintrees/bintrees/qavltree.c             values[name-argnames] = value;
value            2261 third_party/bintrees/bintrees/qavltree.c                     values[name-argnames] = value;
value            2289 third_party/bintrees/bintrees/qavltree.c                     values[name-argnames] = value;
value            2311 third_party/bintrees/bintrees/qavltree.c             if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad;
value            2362 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) {
value            2370 third_party/bintrees/bintrees/qavltree.c     tstate->curexc_value = value;
value            2376 third_party/bintrees/bintrees/qavltree.c     PyErr_Restore(type, value, tb);
value            2379 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
value            2383 third_party/bintrees/bintrees/qavltree.c     *value = tstate->curexc_value;
value            2389 third_party/bintrees/bintrees/qavltree.c     PyErr_Fetch(type, value, tb);
value            2394 third_party/bintrees/bintrees/qavltree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb,
value            2397 third_party/bintrees/bintrees/qavltree.c     if (!value || value == Py_None)
value            2398 third_party/bintrees/bintrees/qavltree.c         value = NULL;
value            2400 third_party/bintrees/bintrees/qavltree.c         Py_INCREF(value);
value            2417 third_party/bintrees/bintrees/qavltree.c         if (!value) {
value            2419 third_party/bintrees/bintrees/qavltree.c             value = Py_None;
value            2422 third_party/bintrees/bintrees/qavltree.c         PyErr_NormalizeException(&type, &value, &tb);
value            2424 third_party/bintrees/bintrees/qavltree.c         if (value) {
value            2429 third_party/bintrees/bintrees/qavltree.c         value = type;
value            2451 third_party/bintrees/bintrees/qavltree.c     __Pyx_ErrRestore(type, value, tb);
value            2454 third_party/bintrees/bintrees/qavltree.c     Py_XDECREF(value);
value            2460 third_party/bintrees/bintrees/qavltree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) {
value            2469 third_party/bintrees/bintrees/qavltree.c     if (value == Py_None)
value            2470 third_party/bintrees/bintrees/qavltree.c         value = 0;
value            2472 third_party/bintrees/bintrees/qavltree.c         if (value) {
value            2477 third_party/bintrees/bintrees/qavltree.c         value = type;
value            2478 third_party/bintrees/bintrees/qavltree.c         type = (PyObject*) Py_TYPE(value);
value            2481 third_party/bintrees/bintrees/qavltree.c         if (!value)
value            2483 third_party/bintrees/bintrees/qavltree.c         else if (PyTuple_Check(value)) {
value            2484 third_party/bintrees/bintrees/qavltree.c             Py_INCREF(value);
value            2485 third_party/bintrees/bintrees/qavltree.c             args = value;
value            2488 third_party/bintrees/bintrees/qavltree.c             args = PyTuple_Pack(1, value);
value            2495 third_party/bintrees/bintrees/qavltree.c         value = owned_instance;
value            2496 third_party/bintrees/bintrees/qavltree.c         if (!PyExceptionInstance_Check(value)) {
value            2500 third_party/bintrees/bintrees/qavltree.c                          type, Py_TYPE(value));
value            2525 third_party/bintrees/bintrees/qavltree.c         PyException_SetCause(value, fixed_cause);
value            2527 third_party/bintrees/bintrees/qavltree.c     PyErr_SetObject(type, value);
value             195 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) PySequence_SetSlice(obj, a, b, value)
value             202 third_party/bintrees/bintrees/qbintree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
value             204 third_party/bintrees/bintrees/qbintree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
value             461 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
value             462 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); /*proto*/
value             464 third_party/bintrees/bintrees/qbintree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); /*proto*/
value             721 third_party/bintrees/bintrees/qbintree.c           PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s__items);
value             722 third_party/bintrees/bintrees/qbintree.c           if (value) { values[0] = value; kw_args--; }
value            1611 third_party/bintrees/bintrees/qbintree.c   __Pyx_INCREF(((PyObject *)__pyx_v_node->value));
value            1612 third_party/bintrees/bintrees/qbintree.c   PyTuple_SET_ITEM(__pyx_t_2, 1, ((PyObject *)__pyx_v_node->value));
value            1613 third_party/bintrees/bintrees/qbintree.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_node->value));
value            1706 third_party/bintrees/bintrees/qbintree.c   __Pyx_INCREF(((PyObject *)__pyx_v_node->value));
value            1707 third_party/bintrees/bintrees/qbintree.c   PyTuple_SET_ITEM(__pyx_t_2, 1, ((PyObject *)__pyx_v_node->value));
value            1708 third_party/bintrees/bintrees/qbintree.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_node->value));
value            2239 third_party/bintrees/bintrees/qbintree.c     PyObject *key = 0, *value = 0;
value            2243 third_party/bintrees/bintrees/qbintree.c     while (PyDict_Next(kwds, &pos, &key, &value)) {
value            2247 third_party/bintrees/bintrees/qbintree.c             values[name-argnames] = value;
value            2256 third_party/bintrees/bintrees/qbintree.c                     values[name-argnames] = value;
value            2284 third_party/bintrees/bintrees/qbintree.c                     values[name-argnames] = value;
value            2306 third_party/bintrees/bintrees/qbintree.c             if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad;
value            2357 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) {
value            2365 third_party/bintrees/bintrees/qbintree.c     tstate->curexc_value = value;
value            2371 third_party/bintrees/bintrees/qbintree.c     PyErr_Restore(type, value, tb);
value            2374 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
value            2378 third_party/bintrees/bintrees/qbintree.c     *value = tstate->curexc_value;
value            2384 third_party/bintrees/bintrees/qbintree.c     PyErr_Fetch(type, value, tb);
value            2389 third_party/bintrees/bintrees/qbintree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb,
value            2392 third_party/bintrees/bintrees/qbintree.c     if (!value || value == Py_None)
value            2393 third_party/bintrees/bintrees/qbintree.c         value = NULL;
value            2395 third_party/bintrees/bintrees/qbintree.c         Py_INCREF(value);
value            2412 third_party/bintrees/bintrees/qbintree.c         if (!value) {
value            2414 third_party/bintrees/bintrees/qbintree.c             value = Py_None;
value            2417 third_party/bintrees/bintrees/qbintree.c         PyErr_NormalizeException(&type, &value, &tb);
value            2419 third_party/bintrees/bintrees/qbintree.c         if (value) {
value            2424 third_party/bintrees/bintrees/qbintree.c         value = type;
value            2446 third_party/bintrees/bintrees/qbintree.c     __Pyx_ErrRestore(type, value, tb);
value            2449 third_party/bintrees/bintrees/qbintree.c     Py_XDECREF(value);
value            2455 third_party/bintrees/bintrees/qbintree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) {
value            2464 third_party/bintrees/bintrees/qbintree.c     if (value == Py_None)
value            2465 third_party/bintrees/bintrees/qbintree.c         value = 0;
value            2467 third_party/bintrees/bintrees/qbintree.c         if (value) {
value            2472 third_party/bintrees/bintrees/qbintree.c         value = type;
value            2473 third_party/bintrees/bintrees/qbintree.c         type = (PyObject*) Py_TYPE(value);
value            2476 third_party/bintrees/bintrees/qbintree.c         if (!value)
value            2478 third_party/bintrees/bintrees/qbintree.c         else if (PyTuple_Check(value)) {
value            2479 third_party/bintrees/bintrees/qbintree.c             Py_INCREF(value);
value            2480 third_party/bintrees/bintrees/qbintree.c             args = value;
value            2483 third_party/bintrees/bintrees/qbintree.c             args = PyTuple_Pack(1, value);
value            2490 third_party/bintrees/bintrees/qbintree.c         value = owned_instance;
value            2491 third_party/bintrees/bintrees/qbintree.c         if (!PyExceptionInstance_Check(value)) {
value            2495 third_party/bintrees/bintrees/qbintree.c                          type, Py_TYPE(value));
value            2520 third_party/bintrees/bintrees/qbintree.c         PyException_SetCause(value, fixed_cause);
value            2522 third_party/bintrees/bintrees/qbintree.c     PyErr_SetObject(type, value);
value             195 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) PySequence_SetSlice(obj, a, b, value)
value             202 third_party/bintrees/bintrees/qrbtree.c   #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \
value             204 third_party/bintrees/bintrees/qrbtree.c         (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
value             461 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
value             462 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); /*proto*/
value             464 third_party/bintrees/bintrees/qrbtree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); /*proto*/
value             721 third_party/bintrees/bintrees/qrbtree.c           PyObject* value = PyDict_GetItem(__pyx_kwds, __pyx_n_s__items);
value             722 third_party/bintrees/bintrees/qrbtree.c           if (value) { values[0] = value; kw_args--; }
value            1613 third_party/bintrees/bintrees/qrbtree.c   __Pyx_INCREF(((PyObject *)__pyx_v_node->value));
value            1614 third_party/bintrees/bintrees/qrbtree.c   PyTuple_SET_ITEM(__pyx_t_2, 1, ((PyObject *)__pyx_v_node->value));
value            1615 third_party/bintrees/bintrees/qrbtree.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_node->value));
value            1708 third_party/bintrees/bintrees/qrbtree.c   __Pyx_INCREF(((PyObject *)__pyx_v_node->value));
value            1709 third_party/bintrees/bintrees/qrbtree.c   PyTuple_SET_ITEM(__pyx_t_2, 1, ((PyObject *)__pyx_v_node->value));
value            1710 third_party/bintrees/bintrees/qrbtree.c   __Pyx_GIVEREF(((PyObject *)__pyx_v_node->value));
value            2241 third_party/bintrees/bintrees/qrbtree.c     PyObject *key = 0, *value = 0;
value            2245 third_party/bintrees/bintrees/qrbtree.c     while (PyDict_Next(kwds, &pos, &key, &value)) {
value            2249 third_party/bintrees/bintrees/qrbtree.c             values[name-argnames] = value;
value            2258 third_party/bintrees/bintrees/qrbtree.c                     values[name-argnames] = value;
value            2286 third_party/bintrees/bintrees/qrbtree.c                     values[name-argnames] = value;
value            2308 third_party/bintrees/bintrees/qrbtree.c             if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad;
value            2359 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) {
value            2367 third_party/bintrees/bintrees/qrbtree.c     tstate->curexc_value = value;
value            2373 third_party/bintrees/bintrees/qrbtree.c     PyErr_Restore(type, value, tb);
value            2376 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
value            2380 third_party/bintrees/bintrees/qrbtree.c     *value = tstate->curexc_value;
value            2386 third_party/bintrees/bintrees/qrbtree.c     PyErr_Fetch(type, value, tb);
value            2391 third_party/bintrees/bintrees/qrbtree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb,
value            2394 third_party/bintrees/bintrees/qrbtree.c     if (!value || value == Py_None)
value            2395 third_party/bintrees/bintrees/qrbtree.c         value = NULL;
value            2397 third_party/bintrees/bintrees/qrbtree.c         Py_INCREF(value);
value            2414 third_party/bintrees/bintrees/qrbtree.c         if (!value) {
value            2416 third_party/bintrees/bintrees/qrbtree.c             value = Py_None;
value            2419 third_party/bintrees/bintrees/qrbtree.c         PyErr_NormalizeException(&type, &value, &tb);
value            2421 third_party/bintrees/bintrees/qrbtree.c         if (value) {
value            2426 third_party/bintrees/bintrees/qrbtree.c         value = type;
value            2448 third_party/bintrees/bintrees/qrbtree.c     __Pyx_ErrRestore(type, value, tb);
value            2451 third_party/bintrees/bintrees/qrbtree.c     Py_XDECREF(value);
value            2457 third_party/bintrees/bintrees/qrbtree.c static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) {
value            2466 third_party/bintrees/bintrees/qrbtree.c     if (value == Py_None)
value            2467 third_party/bintrees/bintrees/qrbtree.c         value = 0;
value            2469 third_party/bintrees/bintrees/qrbtree.c         if (value) {
value            2474 third_party/bintrees/bintrees/qrbtree.c         value = type;
value            2475 third_party/bintrees/bintrees/qrbtree.c         type = (PyObject*) Py_TYPE(value);
value            2478 third_party/bintrees/bintrees/qrbtree.c         if (!value)
value            2480 third_party/bintrees/bintrees/qrbtree.c         else if (PyTuple_Check(value)) {
value            2481 third_party/bintrees/bintrees/qrbtree.c             Py_INCREF(value);
value            2482 third_party/bintrees/bintrees/qrbtree.c             args = value;
value            2485 third_party/bintrees/bintrees/qrbtree.c             args = PyTuple_Pack(1, value);
value            2492 third_party/bintrees/bintrees/qrbtree.c         value = owned_instance;
value            2493 third_party/bintrees/bintrees/qrbtree.c         if (!PyExceptionInstance_Check(value)) {
value            2497 third_party/bintrees/bintrees/qrbtree.c                          type, Py_TYPE(value));
value            2522 third_party/bintrees/bintrees/qrbtree.c         PyException_SetCause(value, fixed_cause);
value            2524 third_party/bintrees/bintrees/qrbtree.c     PyErr_SetObject(type, value);
value              79 third_party/cld/base/casts.h   COMPILE_ASSERT(base::is_reference<To>::value, target_type_not_a_reference);
value             163 third_party/cld/base/commandlineflags.h extern string SetCommandLineOption(const char* name, const char* value);
value             164 third_party/cld/base/commandlineflags.h extern string SetCommandLineOptionWithMode(const char* name, const char* value,
value             368 third_party/cld/base/commandlineflags.h #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
value             370 third_party/cld/base/commandlineflags.h     static const type FLAGS_nono##name = value;                 \
value            1391 third_party/cld/base/logging.h inline NullStream& operator<<(NullStream &str, const T &value) { return str; }
value              41 third_party/cld/base/template_util.h   static const T value = v;
value              46 third_party/cld/base/template_util.h template <class T, T v> const T integral_constant<T, v>::value;
value              84 third_party/cld/base/template_util.h struct and_ : public integral_constant<bool, (A::value && B::value)> {
value              90 third_party/cld/base/template_util.h struct or_ : public integral_constant<bool, (A::value || B::value)> {
value              81 third_party/cld/base/type_traits.h  : integral_constant<bool, (is_integral<T>::value ||
value              82 third_party/cld/base/type_traits.h                             is_floating_point<T>::value ||
value              83 third_party/cld/base/type_traits.h                             is_pointer<T>::value)> { };
value              95 third_party/cld/base/type_traits.h                       (has_trivial_constructor<T>::value &&
value              96 third_party/cld/base/type_traits.h                        has_trivial_constructor<U>::value)> { };
value             110 third_party/cld/base/type_traits.h                       (has_trivial_copy<T>::value &&
value             111 third_party/cld/base/type_traits.h                        has_trivial_copy<U>::value)> { };
value             123 third_party/cld/base/type_traits.h                       (has_trivial_assign<T>::value &&
value             124 third_party/cld/base/type_traits.h                        has_trivial_assign<U>::value)> { };
value             136 third_party/cld/base/type_traits.h                       (has_trivial_destructor<T>::value &&
value             137 third_party/cld/base/type_traits.h                        has_trivial_destructor<U>::value)> { };
value              21 third_party/cld/encodings/compact_lang_det/cldutil.h     uint32 value[4];      // packed three lang numbers and probability subscript
value              29 third_party/cld/encodings/compact_lang_det/cldutil.h     uint32 value[4];      // packed three lang numbers and probability subscript
value             333 third_party/expat/files/lib/expat.h                               const XML_Char *value,
value            1027 third_party/expat/files/lib/expat.h   long int              value;
value             244 third_party/expat/files/lib/xmlparse.c   const XML_Char *value;
value            2852 third_party/expat/files/lib/xmlparse.c     if (!(da->id->name)[-1] && da->value) {
value            2856 third_party/expat/files/lib/xmlparse.c                                              da->value, bindingsPtr);
value            2864 third_party/expat/files/lib/xmlparse.c           appAtts[attIndex++] = da->value;
value            2870 third_party/expat/files/lib/xmlparse.c         appAtts[attIndex++] = da->value;
value            5357 third_party/expat/files/lib/xmlparse.c                 XML_Bool isId, const XML_Char *value, XML_Parser parser)
value            5360 third_party/expat/files/lib/xmlparse.c   if (value || isId) {
value            5391 third_party/expat/files/lib/xmlparse.c   att->value = value;
value            5840 third_party/expat/files/lib/xmlparse.c       if (oldE->defaultAtts[i].value) {
value            5841 third_party/expat/files/lib/xmlparse.c         newE->defaultAtts[i].value
value            5842 third_party/expat/files/lib/xmlparse.c             = poolCopyString(&(newDtd->pool), oldE->defaultAtts[i].value);
value            5843 third_party/expat/files/lib/xmlparse.c         if (!newE->defaultAtts[i].value)
value            5847 third_party/expat/files/lib/xmlparse.c         newE->defaultAtts[i].value = NULL;
value             169 third_party/harfbuzz-ng/src/hb-buffer-private.hh   HB_INTERNAL void set_masks (hb_mask_t value,
value             415 third_party/harfbuzz-ng/src/hb-buffer.cc hb_buffer_t::set_masks (hb_mask_t    value,
value             421 third_party/harfbuzz-ng/src/hb-buffer.cc   value &= mask;
value             429 third_party/harfbuzz-ng/src/hb-buffer.cc       info[i].mask = (info[i].mask & not_mask) | value;
value             436 third_party/harfbuzz-ng/src/hb-buffer.cc       info[i].mask = (info[i].mask & not_mask) | value;
value              46 third_party/harfbuzz-ng/src/hb-cache-private.hh   inline bool get (unsigned int key, unsigned int *value)
value              52 third_party/harfbuzz-ng/src/hb-cache-private.hh     *value = v & ((1<<value_bits)-1);
value              56 third_party/harfbuzz-ng/src/hb-cache-private.hh   inline bool set (unsigned int key, unsigned int value)
value              58 third_party/harfbuzz-ng/src/hb-cache-private.hh     if (unlikely ((key >> key_bits) || (value >> value_bits)))
value              61 third_party/harfbuzz-ng/src/hb-cache-private.hh     unsigned int v = ((key>>cache_bits)<<value_bits) | value;
value             461 third_party/harfbuzz-ng/src/hb-coretext.cc       feature.rec.setting = features[i].value ? mapping->selectorToEnable : mapping->selectorToDisable;
value             234 third_party/harfbuzz-ng/src/hb-graphite2.cc       gr_fref_set_feature_value (fref, features->value, feats);
value             152 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh   USHORT	value;		/* Value */
value             702 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh       return (unsigned int) range.value + (glyph_id - range.start);
value             725 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh     rangeRecord[range].value.set (0);
value             730 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh 	rangeRecord[range].value.set (i);
value             749 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh       if (range.value <= index &&
value             750 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh 	  index < (unsigned int) range.value + (range.end - range.start) &&
value             753 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh       else if (index < range.value)
value             997 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh       return rangeRecord[i].value;
value            1010 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh       if (rangeRecord[i].value == klass)
value            1033 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh       if (rangeRecord[i].value == klass && rangeRecord[i].intersects (glyphs))
value             165 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh   static inline OffsetTo<Device>& get_device (Value* value)
value             166 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh   { return *CastP<OffsetTo<Device> > (value); }
value             167 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh   static inline const OffsetTo<Device>& get_device (const Value* value)
value             168 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh   { return *CastP<OffsetTo<Device> > (value); }
value             170 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh   static inline const SHORT& get_short (const Value* value)
value             171 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh   { return *CastP<SHORT> (value); }
value             312 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh     typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const USHORT &value, const void *data);
value             609 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh typedef bool (*intersects_func_t) (hb_set_t *glyphs, const USHORT &value, const void *data);
value             610 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh typedef void (*collect_glyphs_func_t) (hb_set_t *glyphs, const USHORT &value, const void *data);
value             611 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const USHORT &value, const void *data);
value             627 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline bool intersects_glyph (hb_set_t *glyphs, const USHORT &value, const void *data HB_UNUSED)
value             629 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   return glyphs->has (value);
value             631 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline bool intersects_class (hb_set_t *glyphs, const USHORT &value, const void *data)
value             634 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   return class_def.intersects_class (glyphs, value);
value             636 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline bool intersects_coverage (hb_set_t *glyphs, const USHORT &value, const void *data)
value             638 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value;
value             655 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline void collect_glyph (hb_set_t *glyphs, const USHORT &value, const void *data HB_UNUSED)
value             657 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   glyphs->add (value);
value             659 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline void collect_class (hb_set_t *glyphs, const USHORT &value, const void *data)
value             662 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   class_def.add_class (glyphs, value);
value             664 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline void collect_coverage (hb_set_t *glyphs, const USHORT &value, const void *data)
value             666 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value;
value             681 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline bool match_glyph (hb_codepoint_t glyph_id, const USHORT &value, const void *data HB_UNUSED)
value             683 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   return glyph_id == value;
value             685 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data)
value             688 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   return class_def.get_class (glyph_id) == value;
value             690 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh static inline bool match_coverage (hb_codepoint_t glyph_id, const USHORT &value, const void *data)
value             692 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh   const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value;
value             187 third_party/harfbuzz-ng/src/hb-ot-map-private.hh   HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value,
value              97 third_party/harfbuzz-ng/src/hb-ot-map.cc void hb_ot_map_builder_t::add_feature (hb_tag_t tag, unsigned int value,
value             104 third_party/harfbuzz-ng/src/hb-ot-map.cc   info->max_value = value;
value             106 third_party/harfbuzz-ng/src/hb-ot-map.cc   info->default_value = (flags & F_GLOBAL) ? value : 0;
value             117 third_party/harfbuzz-ng/src/hb-ot-shape.cc     map->add_feature (feature->tag, feature->value,
value             374 third_party/harfbuzz-ng/src/hb-ot-shape.cc       buffer->set_masks (feature->value << shift, mask, feature->start, feature->end);
value             337 third_party/harfbuzz-ng/src/hb-shape-plan.cc         proposal->user_features[i].value != shape_plan->user_features[i].value ||
value              85 third_party/harfbuzz-ng/src/hb-shape.cc     feature->value = 0;
value              88 third_party/harfbuzz-ng/src/hb-shape.cc     feature->value = 1;
value             142 third_party/harfbuzz-ng/src/hb-shape.cc   return !parse_char (pp, end, '=') || parse_uint (pp, end, &feature->value);
value             196 third_party/harfbuzz-ng/src/hb-shape.cc   if (feature->value == 0)
value             214 third_party/harfbuzz-ng/src/hb-shape.cc   if (feature->value > 1)
value             217 third_party/harfbuzz-ng/src/hb-shape.cc     len += MAX (0, snprintf (s + len, ARRAY_LENGTH (s) - len, "%d", feature->value));
value              45 third_party/harfbuzz-ng/src/hb-shape.h   uint32_t      value;
value             615 third_party/harfbuzz-ng/src/hb-uniscribe.cc       feature.rec.lParameter = features[i].value;
value             217 third_party/jsoncpp/overrides/include/json/value.h       Value( Int value );
value             218 third_party/jsoncpp/overrides/include/json/value.h       Value( UInt value );
value             220 third_party/jsoncpp/overrides/include/json/value.h       Value( Int64 value );
value             221 third_party/jsoncpp/overrides/include/json/value.h       Value( UInt64 value );
value             223 third_party/jsoncpp/overrides/include/json/value.h       Value( double value );
value             224 third_party/jsoncpp/overrides/include/json/value.h       Value( const char *value );
value             236 third_party/jsoncpp/overrides/include/json/value.h       Value( const StaticString &value );
value             237 third_party/jsoncpp/overrides/include/json/value.h       Value( const std::string &value );
value             239 third_party/jsoncpp/overrides/include/json/value.h       Value( const CppTL::ConstString &value );
value             241 third_party/jsoncpp/overrides/include/json/value.h       Value( bool value );
value             350 third_party/jsoncpp/overrides/include/json/value.h       Value &append( const Value &value );
value             747 third_party/jsoncpp/overrides/include/json/value.h       static Value &value( const IteratorState &iterator );
value             911 third_party/jsoncpp/overrides/include/json/value.h       virtual void releaseArrayPage( Value *value ) = 0;
value             508 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       Value &value = currentValue()[ name ];
value             509 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       nodes_.push( &value );
value             552 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       Value &value = currentValue()[ index++ ];
value             553 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       nodes_.push( &value );
value             603 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    Value::LargestUInt value = 0;
value             610 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       if ( value >= threshold )
value             616 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp          if (value > threshold ||
value             623 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       value = value * 10 + digit;
value             626 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       currentValue() = -Value::LargestInt( value );
value             627 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    else if ( value <= Value::LargestUInt(Value::maxInt) )
value             628 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       currentValue() = Value::LargestInt( value );
value             630 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       currentValue() = value;
value             638 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    double value = 0;
value             660 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       count = sscanf( buffer, format, &value );
value             665 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp       count = sscanf( buffer.c_str(), format, &value );
value             670 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    currentValue() = value;
value              66 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp static inline double integerToDouble( Json::UInt64 value )
value              68 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp     return static_cast<double>( Int64(value/2) ) * 2.0 + Int64(value & 1);
value              72 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp static inline double integerToDouble( T value )
value              74 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp     return static_cast<double>( value );
value              92 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp duplicateStringValue( const char *value, 
value              96 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       length = (unsigned int)strlen(value);
value             105 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    memcpy( newString, value, length );
value             114 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp releaseStringValue( char *value )
value             116 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    if ( value )
value             117 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       free( value );
value             324 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( UInt value )
value             332 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.uint_ = value;
value             335 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( Int value )
value             343 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.int_ = value;
value             348 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( Int64 value )
value             356 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.int_ = value;
value             360 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( UInt64 value )
value             368 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.uint_ = value;
value             372 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( double value )
value             380 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.real_ = value;
value             383 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( const char *value )
value             391 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.string_ = duplicateStringValue( value );
value             409 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( const std::string &value )
value             417 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.string_ = duplicateStringValue( value.c_str(), 
value             418 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp                                           (unsigned int)value.length() );
value             422 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( const StaticString &value )
value             430 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.string_ = const_cast<char *>( value.c_str() );
value             435 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( const CppTL::ConstString &value )
value             443 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.string_ = duplicateStringValue( value, value.length() );
value             447 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::Value( bool value )
value             455 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    value_.bool_ = value;
value            1126 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    Value *value = value_.array_->find( index );
value            1127 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    return value ? *value : null;
value            1163 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    Value &value = (*it).second;
value            1164 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    return value;
value            1175 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    const Value *value = &((*this)[index]);
value            1176 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    return value == &null ? defaultValue : *value;
value            1201 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    const Value *value = value_.map_->find( key );
value            1202 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    return value ? *value : null;
value            1244 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Value::append( const Value &value )
value            1246 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    return (*this)[size()] = value;
value            1254 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    const Value *value = &((*this)[key]);
value            1255 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    return value == &null ? defaultValue : *value;
value            1281 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    Value *value = value_.map_->find( key );
value            1282 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    if (value){
value            1283 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       Value old(*value);
value            1310 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    const Value *value = &((*this)[key]);
value            1311 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp    return value != &null;
value             263 third_party/khronos/EGL/egl.h 			      EGLint attribute, EGLint *value);
value             275 third_party/khronos/EGL/egl.h 			   EGLint attribute, EGLint *value);
value             289 third_party/khronos/EGL/egl.h 			    EGLint attribute, EGLint value);
value             308 third_party/khronos/EGL/egl.h 			   EGLint attribute, EGLint *value);
value             145 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
value             151 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
value             216 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribNV (EGLSyncNV sync, EGLint attribute, EGLint *value);
value             223 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBNVPROC) (EGLSyncNV sync, EGLint attribute, EGLint *value);
value             298 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value);
value             300 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPOINTERANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value);
value             354 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
value             355 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
value             356 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
value             360 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMATTRIBKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
value             361 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
value             362 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMU64KHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
value             407 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);
value             409 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMTIMEKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);
value             505 third_party/khronos/EGL/eglext.h typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);
value             506 third_party/khronos/EGL/eglext.h typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);
value             473 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glSampleCoverage (GLfloat value, GLboolean invert);
value             490 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
value             492 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
value             494 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
value             496 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
value             498 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
value             500 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint *value);
value             502 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
value             504 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform4iv (GLint location, GLsizei count, const GLint *value);
value             505 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             506 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             507 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             906 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMPARAMETERIEXTPROC) (GLuint program, GLenum pname, GLint value);
value             908 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value             910 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
value             912 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value             914 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
value             916 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value             918 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
value             920 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value             922 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLint *value);
value             923 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             924 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             925 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             932 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);
value             933 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);
value             934 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);
value             935 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4UIVEXTPROC) (GLuint program, GLint location, GLsizei count, const GLuint *value);
value             936 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             937 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             938 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX2X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             939 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X2FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             940 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX3X4FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             941 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORMMATRIX4X3FVEXTPROC) (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             951 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramParameteriEXT (GLuint program, GLenum pname, GLint value);
value             953 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value             955 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
value             957 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value             959 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
value             961 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value             963 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
value             965 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value);
value             967 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value);
value             968 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             969 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             970 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             977 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);
value             978 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);
value             979 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);
value             980 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value);
value             981 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix2x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             982 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix3x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             983 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix2x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             984 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix4x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             985 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix3x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             986 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniformMatrix4x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1192 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLBLENDPARAMETERINVPROC) (GLenum pname, GLint value);
value            1195 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glBlendParameteriNV (GLenum pname, GLint value);
value            1366 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X3FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1367 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X2FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1368 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX2X4FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1369 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X2FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1370 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX3X4FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1371 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLUNIFORMMATRIX4X3FVNVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1373 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix2x3fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1374 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix3x2fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1375 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix2x4fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1376 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix4x2fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1377 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix3x4fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value            1378 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glUniformMatrix4x3fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
value             326 third_party/leveldatabase/env_chromium.cc   return base::UTF16ToUTF8(file_path.value());
value             328 third_party/leveldatabase/env_chromium.cc   return file_path.value();
value             318 third_party/leveldatabase/env_chromium_stdio.cc   HANDLE find_handle = FindFirstFile(dir_filepath.value().c_str(), &find_data);
value             327 third_party/leveldatabase/env_chromium_stdio.cc     base::FilePath::StringType basename = filepath.BaseName().value();
value             203 third_party/leveldatabase/env_chromium_unittest.cc   std::string value;
value             204 third_party/leveldatabase/env_chromium_unittest.cc   status = db->Get(ReadOptions(), "key", &value);
value             206 third_party/leveldatabase/env_chromium_unittest.cc   EXPECT_EQ("value", value);
value             314 third_party/leveldatabase/env_chromium_win.cc   HANDLE find_handle = FindFirstFile(dir_filepath.value().c_str(), &find_data);
value             323 third_party/leveldatabase/env_chromium_win.cc     base::FilePath::StringType basename = filepath.BaseName().value();
value             215 third_party/libXNVCtrl/NVCtrl.c     int *value
value             236 third_party/libXNVCtrl/NVCtrl.c     if (value) *value = rep.count;
value             249 third_party/libXNVCtrl/NVCtrl.c     int value
value             265 third_party/libXNVCtrl/NVCtrl.c     req->value = value;
value             275 third_party/libXNVCtrl/NVCtrl.c     int value
value             278 third_party/libXNVCtrl/NVCtrl.c                                display_mask, attribute, value);
value             288 third_party/libXNVCtrl/NVCtrl.c     int value
value             308 third_party/libXNVCtrl/NVCtrl.c     req->value = value;
value             326 third_party/libXNVCtrl/NVCtrl.c     int value
value             331 third_party/libXNVCtrl/NVCtrl.c                                                  attribute, value);
value             341 third_party/libXNVCtrl/NVCtrl.c     int *value
value             368 third_party/libXNVCtrl/NVCtrl.c     if (exists && value) *value = rep.value;
value             379 third_party/libXNVCtrl/NVCtrl.c     int *value
value             382 third_party/libXNVCtrl/NVCtrl.c                                        screen, display_mask, attribute, value);
value             392 third_party/libXNVCtrl/NVCtrl.c     int64_t *value
value             419 third_party/libXNVCtrl/NVCtrl.c     if (exists && value) *value = rep.value_64;
value            1144 third_party/libXNVCtrl/NVCtrl.c         re->attribute_changed.value = event->u.attribute_changed.value;
value            1165 third_party/libXNVCtrl/NVCtrl.c         reTarget->attribute_changed.value =
value            1166 third_party/libXNVCtrl/NVCtrl.c             eventTarget->u.attribute_changed.value;
value            1190 third_party/libXNVCtrl/NVCtrl.c         reTargetAvailability->attribute_changed.value =
value            1191 third_party/libXNVCtrl/NVCtrl.c             eventTarget->u.availability_changed.value;
value              95 third_party/libXNVCtrl/NVCtrlLib.h     int *value
value             122 third_party/libXNVCtrl/NVCtrlLib.h     int value
value             146 third_party/libXNVCtrl/NVCtrlLib.h     int value
value             164 third_party/libXNVCtrl/NVCtrlLib.h     int value
value             183 third_party/libXNVCtrl/NVCtrlLib.h     int value
value             211 third_party/libXNVCtrl/NVCtrlLib.h     int *value
value             236 third_party/libXNVCtrl/NVCtrlLib.h     int *value
value             264 third_party/libXNVCtrl/NVCtrlLib.h     int64_t *value
value             693 third_party/libXNVCtrl/NVCtrlLib.h     int value;
value             717 third_party/libXNVCtrl/NVCtrlLib.h     int value;
value             741 third_party/libXNVCtrl/NVCtrlLib.h     int value;
value             198 third_party/libXNVCtrl/nv_control.h     INT32 value B32;
value             227 third_party/libXNVCtrl/nv_control.h     INT32 value B32;
value             239 third_party/libXNVCtrl/nv_control.h     INT32 value B32;
value             550 third_party/libXNVCtrl/nv_control.h             CARD32 value B32;
value             594 third_party/libXNVCtrl/nv_control.h             CARD32 value B32;
value             607 third_party/libXNVCtrl/nv_control.h             CARD32 value B32;
value              56 third_party/libaddressinput/chromium/chrome_storage_impl.cc   const base::Value* value = NULL;
value              58 third_party/libaddressinput/chromium/chrome_storage_impl.cc   if (backing_store_->GetValue(key, &value) &&
value              59 third_party/libaddressinput/chromium/chrome_storage_impl.cc       value->GetAsString(&string_value)) {
value              57 third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_data.h   void SetFieldValue(AddressField field, const std::string& value);
value             143 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     COMPILE_ASSERT((is_convertible<U*, T*>::value),
value             325 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   COMPILE_ASSERT(i18n::addressinput::internal::IsNotRefCounted<T>::value,
value             354 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     COMPILE_ASSERT(!is_array<U>::value, U_cannot_be_an_array);
value             372 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     COMPILE_ASSERT(!is_array<U>::value, U_cannot_be_an_array);
value              17 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h   static const T value = v;
value              22 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template <class T, T v> const T integral_constant<T, v>::value;
value             112 third_party/libaddressinput/chromium/cpp/src/address_data.cc void AddressData::SetFieldValue(AddressField field, const std::string& value) {
value             116 third_party/libaddressinput/chromium/cpp/src/address_data.cc     *field_value = value;
value              64 third_party/libaddressinput/chromium/cpp/src/address_validator.cc bool ValueMatchesPrefixRegex(const std::string& value,
value              66 third_party/libaddressinput/chromium/cpp/src/address_validator.cc   return RE2::FullMatch(value, "^(" + prefix_regex + ").*");
value             173 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc   scoped_ptr<Json> value;
value             174 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc   if (!json_->GetJsonValueForKey(key, &value) || value == NULL) {
value             181 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc   rule->ParseJsonRule(*value);
value             280 third_party/libaddressinput/chromium/cpp/src/rule.cc   std::string value;
value             281 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("key", &value)) {
value             282 third_party/libaddressinput/chromium/cpp/src/rule.cc     key_.swap(value);
value             285 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("name", &value)) {
value             286 third_party/libaddressinput/chromium/cpp/src/rule.cc     name_.swap(value);
value             289 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("lname", &value)) {
value             290 third_party/libaddressinput/chromium/cpp/src/rule.cc     latin_name_.swap(value);
value             293 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("fmt", &value)) {
value             294 third_party/libaddressinput/chromium/cpp/src/rule.cc     ParseAddressFieldsFormat(value, &format_);
value             297 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("lfmt", &value)) {
value             298 third_party/libaddressinput/chromium/cpp/src/rule.cc     ParseAddressFieldsFormat(value, &latin_format_);
value             301 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("require", &value)) {
value             302 third_party/libaddressinput/chromium/cpp/src/rule.cc     ParseAddressFieldsRequired(value, &required_);
value             308 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("sub_keys", &value)) {
value             309 third_party/libaddressinput/chromium/cpp/src/rule.cc     SplitString(value, kSeparator, &sub_keys_);
value             312 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("sub_names", &value)) {
value             313 third_party/libaddressinput/chromium/cpp/src/rule.cc     SplitString(value, kSeparator, &sub_names_);
value             317 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("sub_lnames", &value)) {
value             318 third_party/libaddressinput/chromium/cpp/src/rule.cc     SplitString(value, kSeparator, &sub_lnames_);
value             322 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("languages", &value)) {
value             323 third_party/libaddressinput/chromium/cpp/src/rule.cc     SplitString(value, kSeparator, &languages_);
value             326 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("input_languages", &value)) {
value             327 third_party/libaddressinput/chromium/cpp/src/rule.cc     SplitString(value, kSeparator, &input_languages_);
value             330 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("lang", &value)) {
value             331 third_party/libaddressinput/chromium/cpp/src/rule.cc     language_.swap(value);
value             334 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("zip", &value)) {
value             335 third_party/libaddressinput/chromium/cpp/src/rule.cc     postal_code_format_.swap(value);
value             338 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("state_name_type", &value)) {
value             339 third_party/libaddressinput/chromium/cpp/src/rule.cc     admin_area_name_message_id_ = GetAdminAreaMessageId(value, false);
value             340 third_party/libaddressinput/chromium/cpp/src/rule.cc     invalid_admin_area_message_id_ = GetAdminAreaMessageId(value, true);
value             343 third_party/libaddressinput/chromium/cpp/src/rule.cc   if (json_rule.GetStringValueForKey("zip_name_type", &value)) {
value             344 third_party/libaddressinput/chromium/cpp/src/rule.cc     postal_code_name_message_id_ = GetPostalCodeMessageId(value, false);
value             345 third_party/libaddressinput/chromium/cpp/src/rule.cc     invalid_postal_code_message_id_ = GetPostalCodeMessageId(value, true);
value              50 third_party/libaddressinput/chromium/cpp/src/util/json.cc                                     std::string* value) const {
value              55 third_party/libaddressinput/chromium/cpp/src/util/json.cc     if (member == NULL || !member->value.IsString()) {
value              59 third_party/libaddressinput/chromium/cpp/src/util/json.cc     if (value) {
value              60 third_party/libaddressinput/chromium/cpp/src/util/json.cc       value->assign(member->value.GetString(), member->value.GetStringLength());
value              67 third_party/libaddressinput/chromium/cpp/src/util/json.cc                                   scoped_ptr<Json>* value) const {
value              72 third_party/libaddressinput/chromium/cpp/src/util/json.cc     if (member == NULL || !member->value.IsObject()) {
value              76 third_party/libaddressinput/chromium/cpp/src/util/json.cc     if (value) {
value              85 third_party/libaddressinput/chromium/cpp/src/util/json.cc       memcpy(copy.get(), &member->value, sizeof(rapidjson::Value));
value              87 third_party/libaddressinput/chromium/cpp/src/util/json.cc       value->reset(new Rapidjson(copy.Pass()));
value              48 third_party/libaddressinput/chromium/cpp/src/util/json.h                                     std::string* value) const = 0;
value              56 third_party/libaddressinput/chromium/cpp/src/util/json.h                                   scoped_ptr<Json>* value) const = 0;
value              76 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc     std::string value = line.substr(divider + 1);
value              80 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc       data_it->second += ", \"" + key + "\": " + value;
value              82 third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc       data.insert(std::make_pair(url, "{\"" + key + "\": " + value));
value              54 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   std::string value;
value              55 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   ASSERT_TRUE(json_->GetStringValueForKey("key", &value));
value              56 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_EQ("value", value);
value              66 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   std::string value;
value              67 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_TRUE(json_->GetStringValueForKey(std::string(), &value));
value              68 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_EQ("value", value);
value              73 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   std::string value;
value              74 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_TRUE(json_->GetStringValueForKey("key", &value));
value              75 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_EQ(std::string(), value);
value              80 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   std::string value;
value              81 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_TRUE(json_->GetStringValueForKey("key", &value));
value              82 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_EQ("Ü", value);
value              97 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   std::string value;
value              98 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_TRUE(json_->GetStringValueForKey("key1", &value));
value              99 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_EQ("value1", value);
value             101 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_TRUE(json_->GetStringValueForKey("key2", &value));
value             102 third_party/libaddressinput/chromium/cpp/test/util/json_test.cc   EXPECT_EQ("value2", value);
value              22 third_party/libaddressinput/chromium/json.cc   virtual bool GetStringValueForKey(const std::string& key, std::string* value)
value              25 third_party/libaddressinput/chromium/json.cc                                   scoped_ptr<Json>* value) const OVERRIDE;
value              92 third_party/libaddressinput/chromium/json.cc                                       std::string* value) const {
value              93 third_party/libaddressinput/chromium/json.cc   return GetDict()->GetStringWithoutPathExpansion(key, value);
value              97 third_party/libaddressinput/chromium/json.cc                                     scoped_ptr<Json>* value) const {
value             104 third_party/libaddressinput/chromium/json.cc   if (value)
value             105 third_party/libaddressinput/chromium/json.cc     value->reset(new JsonDataCopy(sub_dict));
value             251 third_party/libevent/event.h 	char *value;
value             215 third_party/libevent/http.c     const char *key, const char *value);
value             528 third_party/libevent/http.c 		    header->key, header->value);
value            1315 third_party/libevent/http.c 			return (header->value);
value            1331 third_party/libevent/http.c 		free(header->value);
value            1357 third_party/libevent/http.c 	free(header->value);
value            1364 third_party/libevent/http.c evhttp_header_is_valid_value(const char *value)
value            1366 third_party/libevent/http.c 	const char *p = value;
value            1380 third_party/libevent/http.c     const char *key, const char *value)
value            1382 third_party/libevent/http.c 	event_debug(("%s: key: %s val: %s\n", __func__, key, value));
value            1390 third_party/libevent/http.c 	if (!evhttp_header_is_valid_value(value)) {
value            1395 third_party/libevent/http.c 	return (evhttp_add_header_internal(headers, key, value));
value            1400 third_party/libevent/http.c     const char *key, const char *value)
value            1412 third_party/libevent/http.c 	if ((header->value = strdup(value)) == NULL) {
value            1471 third_party/libevent/http.c 	old_len = strlen(header->value);
value            1474 third_party/libevent/http.c 	newval = realloc(header->value, old_len + line_len + 1);
value            1479 third_party/libevent/http.c 	header->value = newval;
value            2138 third_party/libevent/http.c 		char *key, *value, *decoded_value;
value            2141 third_party/libevent/http.c 		value = argument;
value            2142 third_party/libevent/http.c 		key = strsep(&value, "=");
value            2143 third_party/libevent/http.c 		if (value == NULL)
value            2146 third_party/libevent/http.c 		if ((decoded_value = malloc(strlen(value) + 1)) == NULL)
value            2149 third_party/libevent/http.c 		evhttp_decode_uri_internal(value, strlen(value),
value             101 third_party/libevent/test/regress.gen.c     const char * value)
value             105 third_party/libevent/test/regress.gen.c   if ((msg->from_name_data = strdup(value)) == NULL)
value             113 third_party/libevent/test/regress.gen.c     const char * value)
value             117 third_party/libevent/test/regress.gen.c   if ((msg->to_name_data = strdup(value)) == NULL)
value             125 third_party/libevent/test/regress.gen.c     const struct kill* value)
value             142 third_party/libevent/test/regress.gen.c    kill_marshal(tmp, value);
value             162 third_party/libevent/test/regress.gen.c     const struct run * value)
value             172 third_party/libevent/test/regress.gen.c   run_marshal(tmp, value);
value             187 third_party/libevent/test/regress.gen.c msg_from_name_get(struct msg *msg, char * *value)
value             191 third_party/libevent/test/regress.gen.c   *value = msg->from_name_data;
value             196 third_party/libevent/test/regress.gen.c msg_to_name_get(struct msg *msg, char * *value)
value             200 third_party/libevent/test/regress.gen.c   *value = msg->to_name_data;
value             205 third_party/libevent/test/regress.gen.c msg_attack_get(struct msg *msg, struct kill* *value)
value             213 third_party/libevent/test/regress.gen.c   *value = msg->attack_data;
value             219 third_party/libevent/test/regress.gen.c     struct run * *value)
value             223 third_party/libevent/test/regress.gen.c   *value = msg->run_data[offset];
value             455 third_party/libevent/test/regress.gen.c     const char * value)
value             459 third_party/libevent/test/regress.gen.c   if ((msg->weapon_data = strdup(value)) == NULL)
value             467 third_party/libevent/test/regress.gen.c     const char * value)
value             471 third_party/libevent/test/regress.gen.c   if ((msg->action_data = strdup(value)) == NULL)
value             478 third_party/libevent/test/regress.gen.c kill_how_often_assign(struct kill *msg, const ev_uint32_t value)
value             481 third_party/libevent/test/regress.gen.c   msg->how_often_data = value;
value             486 third_party/libevent/test/regress.gen.c kill_weapon_get(struct kill *msg, char * *value)
value             490 third_party/libevent/test/regress.gen.c   *value = msg->weapon_data;
value             495 third_party/libevent/test/regress.gen.c kill_action_get(struct kill *msg, char * *value)
value             499 third_party/libevent/test/regress.gen.c   *value = msg->action_data;
value             504 third_party/libevent/test/regress.gen.c kill_how_often_get(struct kill *msg, ev_uint32_t *value)
value             508 third_party/libevent/test/regress.gen.c   *value = msg->how_often_data;
value             682 third_party/libevent/test/regress.gen.c     const char * value)
value             686 third_party/libevent/test/regress.gen.c   if ((msg->how_data = strdup(value)) == NULL)
value             693 third_party/libevent/test/regress.gen.c run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len)
value             702 third_party/libevent/test/regress.gen.c   memcpy(msg->some_bytes_data, value, len);
value             707 third_party/libevent/test/regress.gen.c run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value)
value             710 third_party/libevent/test/regress.gen.c   memcpy(msg->fixed_bytes_data, value, 24);
value             715 third_party/libevent/test/regress.gen.c run_how_get(struct run *msg, char * *value)
value             719 third_party/libevent/test/regress.gen.c   *value = msg->how_data;
value             724 third_party/libevent/test/regress.gen.c run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen)
value             728 third_party/libevent/test/regress.gen.c   *value = msg->some_bytes_data;
value             734 third_party/libevent/test/regress.gen.c run_fixed_bytes_get(struct run *msg, ev_uint8_t **value)
value             738 third_party/libevent/test/regress.gen.c   *value = msg->fixed_bytes_data;
value            1022 third_party/libevent/test/regress_http.c 	const char *key, const char *value) 
value            1027 third_party/libevent/test/regress_http.c 	if (strcmp(real_val, value) != 0)
value              82 third_party/libjingle/overrides/init_webrtc.cc   DVLOG(1) << "Loading WebRTC module: " << path.value();
value              46 third_party/libjingle/overrides/talk/base/logging.cc const char* FindLabel(int value, const ConstantLabel entries[]) {
value              48 third_party/libjingle/overrides/talk/base/logging.cc     if (value == entries[i].value) return entries[i].label;
value              58 third_party/libjingle/overrides/talk/base/logging.cc     if (const char * value = FindLabel(err, err_table))
value              59 third_party/libjingle/overrides/talk/base/logging.cc       return value;
value              50 third_party/libjingle/overrides/talk/base/logging.h   int value;
value              56 third_party/libjingle/overrides/talk/base/logging.h const char* FindLabel(int value, const ConstantLabel entries[]);
value             131 third_party/libjpeg/jcmarker.c emit_2bytes (j_compress_ptr cinfo, int value)
value             134 third_party/libjpeg/jcmarker.c   emit_byte(cinfo, (value >> 8) & 0xFF);
value             135 third_party/libjpeg/jcmarker.c   emit_byte(cinfo, value & 0xFF);
value              67 third_party/libjpeg/jmorecfg.h #define GETJSAMPLE(value)  ((int) (value))
value              73 third_party/libjpeg/jmorecfg.h #define GETJSAMPLE(value)  ((int) (value))
value              75 third_party/libjpeg/jmorecfg.h #define GETJSAMPLE(value)  ((int) (value) & 0xFF)
value              92 third_party/libjpeg/jmorecfg.h #define GETJSAMPLE(value)  ((int) (value))
value             126 third_party/libjpeg/jmorecfg.h #define GETJOCTET(value)  (value)
value             132 third_party/libjpeg/jmorecfg.h #define GETJOCTET(value)  (value)
value             134 third_party/libjpeg/jmorecfg.h #define GETJOCTET(value)  ((value) & 0xFF)
value            2201 third_party/libpng/png.h    png_voidp s1, int value, png_uint_32 size)) PNG_DEPRECATED;
value            3031 third_party/libpng/png.h #define PNG_OUT_OF_RANGE(value, ideal, delta) \
value            3032 third_party/libpng/png.h         ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
value             600 third_party/libpng/pngmem.c png_memset_check (png_structp png_ptr, png_voidp s1, int value,
value             609 third_party/libpng/pngmem.c    return (png_memset (s1, value, size));
value            1698 third_party/libpng/pngrtran.c       png_uint_16 value = 0;
value            1721 third_party/libpng/pngrtran.c             value = 1;
value            1724 third_party/libpng/pngrtran.c       if (!value)
value            1780 third_party/libpng/pngrtran.c                value = (png_uint_16)((*bp << 8) + *(bp + 1));
value            1781 third_party/libpng/pngrtran.c                value >>= shift[i%channels];
value            1782 third_party/libpng/pngrtran.c                *bp++ = (png_byte)(value >> 8);
value            1783 third_party/libpng/pngrtran.c                *bp++ = (png_byte)(value & 0xff);
value            3697 third_party/libpng/pngrtran.c    int shift, value;
value            3745 third_party/libpng/pngrtran.c                   value = (*sp >> shift) & 0x03;
value            3746 third_party/libpng/pngrtran.c                   *dp = (png_byte)value;
value            3767 third_party/libpng/pngrtran.c                   value = (*sp >> shift) & 0x0f;
value            3768 third_party/libpng/pngrtran.c                   *dp = (png_byte)value;
value            3844 third_party/libpng/pngrtran.c    int shift, value;
value            3896 third_party/libpng/pngrtran.c                      value = (*sp >> shift) & 0x03;
value            3897 third_party/libpng/pngrtran.c                      *dp = (png_byte)(value | (value << 2) | (value << 4) |
value            3898 third_party/libpng/pngrtran.c                         (value << 6));
value            3920 third_party/libpng/pngrtran.c                      value = (*sp >> shift) & 0x0f;
value            3921 third_party/libpng/pngrtran.c                      *dp = (png_byte)(value | (value << 4));
value            2557 third_party/libpng/pngrutil.c                   int value;
value            2559 third_party/libpng/pngrutil.c                   value = (*sp >> shift) & 0x01;
value            2561 third_party/libpng/pngrutil.c                   *dp |= (png_byte)(value << shift);
value            2589 third_party/libpng/pngrutil.c             int value;
value            2612 third_party/libpng/pngrutil.c                   value = (*sp >> shift) & 0x03;
value            2614 third_party/libpng/pngrutil.c                   *dp |= (png_byte)(value << shift);
value            2641 third_party/libpng/pngrutil.c             int value;
value            2663 third_party/libpng/pngrutil.c                   value = (*sp >> shift) & 0xf;
value            2665 third_party/libpng/pngrutil.c                   *dp |= (png_byte)(value << shift);
value             148 third_party/libpng/pngwtran.c                png_byte value;
value             150 third_party/libpng/pngwtran.c                value = (png_byte)(*sp & 0x03);
value             151 third_party/libpng/pngwtran.c                v |= (value << shift);
value             180 third_party/libpng/pngwtran.c                png_byte value;
value             182 third_party/libpng/pngwtran.c                value = (png_byte)(*sp & 0x0f);
value             183 third_party/libpng/pngwtran.c                v |= (value << shift);
value             322 third_party/libpng/pngwtran.c             png_uint_16 value, v;
value             326 third_party/libpng/pngwtran.c             value = 0;
value             330 third_party/libpng/pngwtran.c                   value |= (png_uint_16)((v << j) & (png_uint_16)0xffff);
value             332 third_party/libpng/pngwtran.c                   value |= (png_uint_16)((v >> (-j)) & (png_uint_16)0xffff);
value             334 third_party/libpng/pngwtran.c             *bp++ = (png_byte)(value >> 8);
value             335 third_party/libpng/pngwtran.c             *bp++ = (png_byte)(value & 0xff);
value            2003 third_party/libpng/pngwutil.c             int value;
value            2014 third_party/libpng/pngwutil.c                value = (int)(*sp >> (7 - (int)(i & 0x07))) & 0x01;
value            2015 third_party/libpng/pngwutil.c                d |= (value << shift);
value            2037 third_party/libpng/pngwutil.c             int value;
value            2048 third_party/libpng/pngwutil.c                value = (*sp >> ((3 - (int)(i & 0x03)) << 1)) & 0x03;
value            2049 third_party/libpng/pngwutil.c                d |= (value << shift);
value            2070 third_party/libpng/pngwutil.c             int value;
value            2081 third_party/libpng/pngwutil.c                value = (*sp >> ((1 - (int)(i & 0x01)) << 2)) & 0x0f;
value            2082 third_party/libpng/pngwutil.c                d |= (value << shift);
value             523 third_party/libusb/src/libusb/os/linux_usbfs.c 	int r, value;
value             538 third_party/libusb/src/libusb/os/linux_usbfs.c 	r = fscanf(f, "%d", &value);
value             544 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (value < 0) {
value             549 third_party/libusb/src/libusb/os/linux_usbfs.c 	return value;
value             733 third_party/libusb/src/libusb/os/linux_usbfs.c 	uint8_t value, unsigned char **buffer, int *host_endian)
value             755 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (config->bConfigurationValue == value) {
value            2902 third_party/libusb/src/libusb/os/windows_usb.c 		if (setup->value != priv->active_config) {
value            3589 third_party/libusb/src/libusb/os/windows_usb.c 							  int request, int value, int _index, void *data, struct windows_transfer_priv *tp,
value            3592 third_party/libusb/src/libusb/os/windows_usb.c 	int report_type = (value >> 8) & 0xFF;
value            3593 third_party/libusb/src/libusb/os/windows_usb.c 	int report_id = value & 0xFF;
value            3924 third_party/libusb/src/libusb/os/windows_usb.c 				(setup->value >> 8) & 0xFF, setup->value & 0xFF, transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE, &size);
value            3935 third_party/libusb/src/libusb/os/windows_usb.c 			if (setup->value == priv->active_config) {
value            3948 third_party/libusb/src/libusb/os/windows_usb.c 			r = hid_set_interface_altsetting(0, transfer->dev_handle, setup->index, setup->value);
value            3960 third_party/libusb/src/libusb/os/windows_usb.c 		r =_hid_class_request(priv->hid, wfd.handle, setup->request_type, setup->request, setup->value,
value             617 third_party/libusb/src/libusb/os/windows_usb.h   USHORT value;
value              34 third_party/libusb/src/msvc/missing.c 	static char value[MAX_PATH];
value              73 third_party/libusb/src/msvc/missing.c 			value, MAX_PATH,
value              78 third_party/libusb/src/msvc/missing.c 	value[MAX_PATH - 1] = 0; // Be sure it's NUL terminated
value              79 third_party/libusb/src/msvc/missing.c 	return value;
value             399 third_party/libva/va/va.h     unsigned int value; /* OR'd flags (bits) for this attribute */
value             625 third_party/libva/va/va.h     }                   value;
value             675 third_party/libva/va/va.h     VAGenericValue      value;
value            1003 third_party/libva/va/va.h         unsigned int value;
value            1128 third_party/libva/va/va.h         unsigned int value;
value            1174 third_party/libva/va/va.h         unsigned int value;
value            1240 third_party/libva/va/va.h         unsigned int value;
value            1255 third_party/libva/va/va.h         unsigned int value;
value            1338 third_party/libva/va/va.h         unsigned int value;
value            1350 third_party/libva/va/va.h 	unsigned int value;
value            1361 third_party/libva/va/va.h         unsigned int value;
value            1381 third_party/libva/va/va.h         unsigned int value;
value            1393 third_party/libva/va/va.h         unsigned int value;
value            1405 third_party/libva/va/va.h         unsigned int value;
value            1414 third_party/libva/va/va.h         unsigned int value;
value            1429 third_party/libva/va/va.h         unsigned int value;
value            1445 third_party/libva/va/va.h         unsigned int value;
value            1456 third_party/libva/va/va.h         unsigned int value;
value            1540 third_party/libva/va/va.h         unsigned int value;
value            1562 third_party/libva/va/va.h         unsigned int value;
value            1652 third_party/libva/va/va.h         unsigned int value;
value            2443 third_party/libva/va/va.h     int value;	/* used by the set/get attribute functions */
value             194 third_party/libva/va/va_enc_h264.h         unsigned int value;
value             245 third_party/libva/va/va_enc_h264.h         unsigned int value;
value             367 third_party/libva/va/va_enc_h264.h         unsigned int value;
value             571 third_party/libva/va/va_enc_h264.h             unsigned int value;
value             580 third_party/libva/va/va_enc_h264.h             unsigned int value;
value             151 third_party/libva/va/va_enc_mpeg2.h         unsigned int value;
value             166 third_party/libva/va/va_enc_mpeg2.h         unsigned int value;
value             242 third_party/libva/va/va_enc_mpeg2.h         unsigned int value;
value             262 third_party/libva/va/va_enc_mpeg2.h         unsigned int value;
value             532 third_party/libva/va/va_vpp.h     float               value;
value             622 third_party/libva/va/va_vpp.h     float                       value;
value             449 third_party/libwebp/dsp/dec.c static WEBP_INLINE void Put8x8uv(uint8_t value, uint8_t* dst) {
value             452 third_party/libwebp/dsp/dec.c   const uint64_t v = (uint64_t)value * 0x0101010101010101ULL;
value             457 third_party/libwebp/dsp/dec.c   for (j = 0; j < 8; ++j) memset(dst + j * BPS, value, 8);
value             227 third_party/libwebp/dsp/enc.c static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) {
value             230 third_party/libwebp/dsp/enc.c     memset(dst + j * BPS, value, size);
value             125 third_party/libwebp/dsp/lossless.h   uint32_t value = n;
value             130 third_party/libwebp/dsp/lossless.h     const uint32_t x = value >> shift;
value             132 third_party/libwebp/dsp/lossless.h       value = x;
value             118 third_party/libwebp/enc/analysis.c     const int value = histo->distribution[k];
value             119 third_party/libwebp/enc/analysis.c     if (value > 0) {
value             120 third_party/libwebp/enc/analysis.c       if (value > max_value) max_value = value;
value              52 third_party/libwebp/enc/frame.c   double value, last_value;   // PSNR or size
value              68 third_party/libwebp/enc/frame.c   s->value = s->last_value = 0.;
value              80 third_party/libwebp/enc/frame.c     dq = (s->value > s->target) ? -s->dq : s->dq;
value              82 third_party/libwebp/enc/frame.c   } else if (s->value != s->last_value) {
value              83 third_party/libwebp/enc/frame.c     const double slope = (s->target - s->value) / (s->last_value - s->value);
value              91 third_party/libwebp/enc/frame.c   s->last_value = s->value;
value             668 third_party/libwebp/enc/frame.c static void SetBlock(uint8_t* p, int value, int size) {
value             671 third_party/libwebp/enc/frame.c     memset(p, value, size);
value             783 third_party/libwebp/enc/frame.c     s->value = (double)size;
value             785 third_party/libwebp/enc/frame.c     s->value = GetPSNR(distortion, pixel_count);
value             825 third_party/libwebp/enc/frame.c            num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q);
value            1025 third_party/libwebp/enc/frame.c       stats.value = (double)size;
value            1027 third_party/libwebp/enc/frame.c       stats.value = GetPSNR(distortion, pixel_count);
value            1032 third_party/libwebp/enc/frame.c            num_pass_left, stats.last_value, stats.value,
value            1148 third_party/libwebp/enc/picture.c       const double value = (double)ref[y * ref_stride + x];
value            1153 third_party/libwebp/enc/picture.c           const double sse = (double)(s[i] - value) * (s[i] - value);
value             105 third_party/libwebp/utils/bit_reader.c   const int value = VP8GetValue(br, bits);
value             106 third_party/libwebp/utils/bit_reader.c   return VP8Get(br) ? -value : value;
value             231 third_party/libwebp/utils/bit_reader.h     const range_t value = (range_t)(br->value_ >> pos);
value             232 third_party/libwebp/utils/bit_reader.h     if (value > split) {
value              67 third_party/libwebp/utils/bit_writer.c       const int value = (bits & 0x100) ? 0x00 : 0xff;
value              68 third_party/libwebp/utils/bit_writer.c       for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value;
value             140 third_party/libwebp/utils/bit_writer.c void VP8PutValue(VP8BitWriter* const bw, int value, int nb_bits) {
value             143 third_party/libwebp/utils/bit_writer.c     VP8PutBitUniform(bw, value & mask);
value             146 third_party/libwebp/utils/bit_writer.c void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits) {
value             147 third_party/libwebp/utils/bit_writer.c   if (!VP8PutBitUniform(bw, value != 0))
value             149 third_party/libwebp/utils/bit_writer.c   if (value < 0) {
value             150 third_party/libwebp/utils/bit_writer.c     VP8PutValue(bw, ((-value) << 1) | 1, nb_bits + 1);
value             152 third_party/libwebp/utils/bit_writer.c     VP8PutValue(bw, value << 1, nb_bits + 1);
value              48 third_party/libwebp/utils/bit_writer.h void VP8PutValue(VP8BitWriter* const bw, int value, int nb_bits);
value              49 third_party/libwebp/utils/bit_writer.h void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits);
value             284 third_party/libwebp/utils/huffman_encode.c                                             int value, int prev_value) {
value             285 third_party/libwebp/utils/huffman_encode.c   assert(value <= MAX_ALLOWED_CODE_LENGTH);
value             286 third_party/libwebp/utils/huffman_encode.c   if (value != prev_value) {
value             287 third_party/libwebp/utils/huffman_encode.c     tokens->code = value;
value             296 third_party/libwebp/utils/huffman_encode.c         tokens->code = value;
value             356 third_party/libwebp/utils/huffman_encode.c     const int value = tree->code_lengths[i];
value             359 third_party/libwebp/utils/huffman_encode.c     while (k < depth_size && tree->code_lengths[k] == value) ++k;
value             361 third_party/libwebp/utils/huffman_encode.c     if (value == 0) {
value             364 third_party/libwebp/utils/huffman_encode.c       tokens = CodeRepeatedValues(runs, tokens, value, prev_value);
value             365 third_party/libwebp/utils/huffman_encode.c       prev_value = value;
value              43 third_party/libxml/chromium/libxml_utils.cc   xmlChar* value = xmlTextReaderGetAttribute(reader_, BAD_CAST name);
value              44 third_party/libxml/chromium/libxml_utils.cc   if (!value)
value              46 third_party/libxml/chromium/libxml_utils.cc   *out = XmlStringToStdString(value);
value              47 third_party/libxml/chromium/libxml_utils.cc   xmlFree(value);
value              74 third_party/libxml/chromium/libxml_utils.h   bool NodeAttribute(const char* name, std::string* value);
value             164 third_party/libxml/src/HTMLparser.c htmlnamePush(htmlParserCtxtPtr ctxt, const xmlChar * value)
value             166 third_party/libxml/src/HTMLparser.c     if ((ctxt->html < 3) && (xmlStrEqual(value, BAD_CAST "head")))
value             168 third_party/libxml/src/HTMLparser.c     if ((ctxt->html < 10) && (xmlStrEqual(value, BAD_CAST "body")))
value             181 third_party/libxml/src/HTMLparser.c     ctxt->nameTab[ctxt->nameNr] = value;
value             182 third_party/libxml/src/HTMLparser.c     ctxt->name = value;
value             222 third_party/libxml/src/HTMLparser.c htmlNodeInfoPush(htmlParserCtxtPtr ctxt, htmlParserNodeInfo *value)
value             237 third_party/libxml/src/HTMLparser.c     ctxt->nodeInfoTab[ctxt->nodeInfoNr] = *value;
value            1916 third_party/libxml/src/HTMLparser.c htmlEntityValueLookup(unsigned int value) {
value            1921 third_party/libxml/src/HTMLparser.c         if (html40EntitiesTable[i].value >= value) {
value            1922 third_party/libxml/src/HTMLparser.c 	    if (html40EntitiesTable[i].value > value)
value            2575 third_party/libxml/src/HTMLparser.c 		    c = ent->value;
value            3409 third_party/libxml/src/HTMLparser.c htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) {
value            3413 third_party/libxml/src/HTMLparser.c     *value = NULL;
value            3431 third_party/libxml/src/HTMLparser.c     *value = val;
value            3543 third_party/libxml/src/HTMLparser.c     const xmlChar *att, *value;
value            3553 third_party/libxml/src/HTMLparser.c 	value = atts[i++];
value            3554 third_party/libxml/src/HTMLparser.c 	if ((value != NULL) && (!xmlStrcasecmp(att, BAD_CAST"http-equiv"))
value            3555 third_party/libxml/src/HTMLparser.c 	 && (!xmlStrcasecmp(value, BAD_CAST"Content-Type")))
value            3557 third_party/libxml/src/HTMLparser.c 	else if ((value != NULL) && (!xmlStrcasecmp(att, BAD_CAST"content")))
value            3558 third_party/libxml/src/HTMLparser.c 	    content = value;
value            3940 third_party/libxml/src/HTMLparser.c 	if ((ent == NULL) || !(ent->value > 0)) {
value            3951 third_party/libxml/src/HTMLparser.c 	    c = ent->value;
value             101 third_party/libxml/src/HTMLtree.c 		const xmlChar *value;
value             109 third_party/libxml/src/HTMLtree.c 			value = attr->children->content;
value             111 third_party/libxml/src/HTMLtree.c 			 && (!xmlStrcasecmp(value, BAD_CAST"Content-Type")))
value             113 third_party/libxml/src/HTMLtree.c 			else if ((value != NULL)
value             115 third_party/libxml/src/HTMLtree.c 			    content = value;
value             233 third_party/libxml/src/HTMLtree.c 		const xmlChar *value;
value             241 third_party/libxml/src/HTMLtree.c 			value = attr->children->content;
value             243 third_party/libxml/src/HTMLtree.c 			 && (!xmlStrcasecmp(value, BAD_CAST"Content-Type")))
value             247 third_party/libxml/src/HTMLtree.c                            if ((value != NULL) && 
value             249 third_party/libxml/src/HTMLtree.c 			       content = value;
value             673 third_party/libxml/src/HTMLtree.c     xmlChar *value;
value             691 third_party/libxml/src/HTMLtree.c 	value = xmlNodeListGetString(doc, cur->children, 0);
value             692 third_party/libxml/src/HTMLtree.c 	if (value) {
value             702 third_party/libxml/src/HTMLtree.c 		xmlChar *tmp = value;
value             711 third_party/libxml/src/HTMLtree.c 		    xmlBufferWriteQuotedString(buf->buffer, value);
value             714 third_party/libxml/src/HTMLtree.c 		xmlBufferWriteQuotedString(buf->buffer, value);
value             716 third_party/libxml/src/HTMLtree.c 	    xmlFree(value);
value            1066 third_party/libxml/src/SAX2.c              const xmlChar *value, const xmlChar *prefix ATTRIBUTE_UNUSED)
value            1110 third_party/libxml/src/SAX2.c         (value == NULL) && (htmlIsBooleanAttr(fullname))) {
value            1112 third_party/libxml/src/SAX2.c             value = (const xmlChar *) nval;
value            1125 third_party/libxml/src/SAX2.c                                                fullname, value);
value            1130 third_party/libxml/src/SAX2.c             value = nval;
value            1147 third_party/libxml/src/SAX2.c 	    val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
value            1151 third_party/libxml/src/SAX2.c 	    val = (xmlChar *) value;
value            1189 third_party/libxml/src/SAX2.c 	if (val != value)
value            1201 third_party/libxml/src/SAX2.c 	    val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
value            1212 third_party/libxml/src/SAX2.c 	    val = (xmlChar *) value;
value            1225 third_party/libxml/src/SAX2.c 			 "xmlns:%s: %s not a valid URI\n", name, value);
value            1229 third_party/libxml/src/SAX2.c 			   "xmlns:%s: URI %s is not absolute\n", name, value);
value            1246 third_party/libxml/src/SAX2.c 					   ctxt->node, prefix, nsret, value);
value            1252 third_party/libxml/src/SAX2.c 	if (val != value)
value            1295 third_party/libxml/src/SAX2.c 	    ret->children = xmlStringGetNodeList(ctxt->myDoc, value);
value            1303 third_party/libxml/src/SAX2.c 	} else if (value != NULL) {
value            1304 third_party/libxml/src/SAX2.c 	    ret->children = xmlNewDocText(ctxt->myDoc, value);
value            1323 third_party/libxml/src/SAX2.c 	    val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
value            1329 third_party/libxml/src/SAX2.c 				ctxt->myDoc, ctxt->node, ret, value);
value            1351 third_party/libxml/src/SAX2.c 					       ctxt->node, ret, value);
value            1368 third_party/libxml/src/SAX2.c 	    if (xmlValidateNCName(value, 1) != 0) {
value            1371 third_party/libxml/src/SAX2.c 			    (const char *) value, NULL);
value            1373 third_party/libxml/src/SAX2.c 	    xmlAddID(&ctxt->vctxt, ctxt->myDoc, value, ret);
value            1375 third_party/libxml/src/SAX2.c 	    xmlAddID(&ctxt->vctxt, ctxt->myDoc, value, ret);
value            1377 third_party/libxml/src/SAX2.c 	    xmlAddRef(&ctxt->vctxt, ctxt->myDoc, value, ret);
value            1558 third_party/libxml/src/SAX2.c     const xmlChar *value;
value            1662 third_party/libxml/src/SAX2.c 	value = atts[i++];
value            1664 third_party/libxml/src/SAX2.c 	    while ((att != NULL) && (value != NULL)) {
value            1667 third_party/libxml/src/SAX2.c 		    xmlSAX2AttributeInternal(ctxt, att, value, prefix);
value            1670 third_party/libxml/src/SAX2.c 		value = atts[i++];
value            1703 third_party/libxml/src/SAX2.c 	value = atts[i++];
value            1706 third_party/libxml/src/SAX2.c 		xmlSAX2AttributeInternal(ctxt, att, value, NULL);
value            1708 third_party/libxml/src/SAX2.c 		value = atts[i++];
value            1711 third_party/libxml/src/SAX2.c 	    while ((att != NULL) && (value != NULL)) {
value            1714 third_party/libxml/src/SAX2.c 		    xmlSAX2AttributeInternal(ctxt, att, value, NULL);
value            1720 third_party/libxml/src/SAX2.c 		value = atts[i++];
value            1926 third_party/libxml/src/SAX2.c 		   const xmlChar * value,
value            1992 third_party/libxml/src/SAX2.c 	    tmp = xmlSAX2TextNode(ctxt, value, valueend - value);
value            2000 third_party/libxml/src/SAX2.c 	    ret->children = xmlStringLenGetNodeList(ctxt->myDoc, value,
value            2001 third_party/libxml/src/SAX2.c 						    valueend - value);
value            2011 third_party/libxml/src/SAX2.c     } else if (value != NULL) {
value            2014 third_party/libxml/src/SAX2.c 	tmp = xmlSAX2TextNode(ctxt, value, valueend - value);
value            2031 third_party/libxml/src/SAX2.c 	    dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend);
value            2035 third_party/libxml/src/SAX2.c 				    ctxt->myDoc, ctxt->node, ret, value);
value            2042 third_party/libxml/src/SAX2.c 		    dup = xmlStrndup(value, valueend - value);
value            2086 third_party/libxml/src/SAX2.c 	    dup = xmlStrndup(value, valueend - value);
value            2109 third_party/libxml/src/SAX2.c 	        dup = xmlStrndup(value, valueend - value);
value            2121 third_party/libxml/src/SAX2.c 	        dup = xmlStrndup(value, valueend - value);
value            2125 third_party/libxml/src/SAX2.c 	        dup = xmlStrndup(value, valueend - value);
value            2626 third_party/libxml/src/SAX2.c xmlSAX2Comment(void *ctx, const xmlChar *value)
value            2635 third_party/libxml/src/SAX2.c     xmlGenericError(xmlGenericErrorContext, "SAX.xmlSAX2Comment(%s)\n", value);
value            2637 third_party/libxml/src/SAX2.c     ret = xmlNewDocComment(ctxt->myDoc, value);
value            2688 third_party/libxml/src/SAX2.c xmlSAX2CDataBlock(void *ctx, const xmlChar *value, int len)
value            2696 third_party/libxml/src/SAX2.c 	    "SAX.pcdata(%.10s, %d)\n", value, len);
value            2705 third_party/libxml/src/SAX2.c 	xmlTextConcat(lastChild, value, len);
value            2707 third_party/libxml/src/SAX2.c 	ret = xmlNewCDataBlock(ctxt->myDoc, value, len);
value             933 third_party/libxml/src/c14n.c     xmlChar *value;
value             950 third_party/libxml/src/c14n.c     value = xmlNodeListGetString(ctx->doc, attr->children, 1);
value             952 third_party/libxml/src/c14n.c     if (value != NULL) {
value             953 third_party/libxml/src/c14n.c         buffer = xmlC11NNormalizeAttr(value);
value             954 third_party/libxml/src/c14n.c         xmlFree(value);
value             136 third_party/libxml/src/catalog.c     xmlChar *value;
value             271 third_party/libxml/src/catalog.c 	   const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer,
value             296 third_party/libxml/src/catalog.c     if (value != NULL)
value             297 third_party/libxml/src/catalog.c 	ret->value = xmlStrdup(value);
value             299 third_party/libxml/src/catalog.c 	ret->value = NULL;
value             301 third_party/libxml/src/catalog.c 	URL = value;
value             337 third_party/libxml/src/catalog.c 	else if (ret->value != NULL)
value             339 third_party/libxml/src/catalog.c 		    "Free catalog entry %s\n", ret->value);
value             347 third_party/libxml/src/catalog.c     if (ret->value != NULL)
value             348 third_party/libxml/src/catalog.c 	xmlFree(ret->value);
value             517 third_party/libxml/src/catalog.c 	    fprintf(out, " \"%s\"", entry->value); break;
value             557 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "catalog", cur->value);
value             565 third_party/libxml/src/catalog.c 		    if (cur->value != NULL) {
value             570 third_party/libxml/src/catalog.c 			    		 cur->value);
value             588 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "uri", cur->value);
value             594 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "uri", cur->value);
value             600 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "rewritePrefix", cur->value);
value             606 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "catalog", cur->value);
value             612 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "catalog", cur->value);
value             618 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "uri", cur->value);
value             624 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "rewritePrefix", cur->value);
value             630 third_party/libxml/src/catalog.c 		    xmlSetProp(node, BAD_CAST "catalog", cur->value);
value            1532 third_party/libxml/src/catalog.c 		if (cur->value != NULL)
value            1533 third_party/libxml/src/catalog.c 		    xmlFree(cur->value);
value            1536 third_party/libxml/src/catalog.c 		cur->value = xmlStrdup(replace);
value            1575 third_party/libxml/src/catalog.c xmlDelXMLCatalog(xmlCatalogEntryPtr catal, const xmlChar *value) {
value            1583 third_party/libxml/src/catalog.c     if (value == NULL)
value            1594 third_party/libxml/src/catalog.c 	if (((cur->name != NULL) && (xmlStrEqual(value, cur->name))) ||
value            1595 third_party/libxml/src/catalog.c 	    (xmlStrEqual(value, cur->value))) {
value            1602 third_party/libxml/src/catalog.c 			    "Removing element %s from catalog\n", cur->value);
value            2324 third_party/libxml/src/catalog.c xmlParseSGMLCatalog(xmlCatalogPtr catal, const xmlChar *value,
value            2326 third_party/libxml/src/catalog.c     const xmlChar *cur = value;
value            2994 third_party/libxml/src/catalog.c xmlACatalogRemove(xmlCatalogPtr catal, const xmlChar *value) {
value            2997 third_party/libxml/src/catalog.c     if ((catal == NULL) || (value == NULL))
value            3001 third_party/libxml/src/catalog.c 	res = xmlDelXMLCatalog(catal->xml, value);
value            3003 third_party/libxml/src/catalog.c 	res = xmlHashRemoveEntry(catal->sgml, value,
value            3447 third_party/libxml/src/catalog.c xmlCatalogRemove(const xmlChar *value) {
value            3454 third_party/libxml/src/catalog.c     res = xmlACatalogRemove(xmlDefaultCatalog, value);
value            2305 third_party/libxml/src/debugXML.c             char *value, xmlNodePtr node,
value            2317 third_party/libxml/src/debugXML.c     if (value == NULL) {
value            2322 third_party/libxml/src/debugXML.c     ret = xmlParseInNodeContext(node, value, strlen(value), 0, &results);
value             350 third_party/libxml/src/dict.c     unsigned long value = 0L;
value             353 third_party/libxml/src/dict.c     value = *name;
value             354 third_party/libxml/src/dict.c     value <<= 5;
value             356 third_party/libxml/src/dict.c         value += name[namelen - 1];
value             360 third_party/libxml/src/dict.c         case 10: value += name[9];
value             361 third_party/libxml/src/dict.c         case 9: value += name[8];
value             362 third_party/libxml/src/dict.c         case 8: value += name[7];
value             363 third_party/libxml/src/dict.c         case 7: value += name[6];
value             364 third_party/libxml/src/dict.c         case 6: value += name[5];
value             365 third_party/libxml/src/dict.c         case 5: value += name[4];
value             366 third_party/libxml/src/dict.c         case 4: value += name[3];
value             367 third_party/libxml/src/dict.c         case 3: value += name[2];
value             368 third_party/libxml/src/dict.c         case 2: value += name[1];
value             371 third_party/libxml/src/dict.c     return(value);
value             386 third_party/libxml/src/dict.c     unsigned long value = 0L;
value             389 third_party/libxml/src/dict.c 	value += 30 * (unsigned long) ':';
value             391 third_party/libxml/src/dict.c 	value += 30 * (*prefix);
value             394 third_party/libxml/src/dict.c         value += name[len - (plen + 1 + 1)];
value             400 third_party/libxml/src/dict.c         case 10: value += prefix[9];
value             401 third_party/libxml/src/dict.c         case 9: value += prefix[8];
value             402 third_party/libxml/src/dict.c         case 8: value += prefix[7];
value             403 third_party/libxml/src/dict.c         case 7: value += prefix[6];
value             404 third_party/libxml/src/dict.c         case 6: value += prefix[5];
value             405 third_party/libxml/src/dict.c         case 5: value += prefix[4];
value             406 third_party/libxml/src/dict.c         case 4: value += prefix[3];
value             407 third_party/libxml/src/dict.c         case 3: value += prefix[2];
value             408 third_party/libxml/src/dict.c         case 2: value += prefix[1];
value             409 third_party/libxml/src/dict.c         case 1: value += prefix[0];
value             414 third_party/libxml/src/dict.c         value += (unsigned long) ':';
value             418 third_party/libxml/src/dict.c         case 10: value += name[9];
value             419 third_party/libxml/src/dict.c         case 9: value += name[8];
value             420 third_party/libxml/src/dict.c         case 8: value += name[7];
value             421 third_party/libxml/src/dict.c         case 7: value += name[6];
value             422 third_party/libxml/src/dict.c         case 6: value += name[5];
value             423 third_party/libxml/src/dict.c         case 5: value += name[4];
value             424 third_party/libxml/src/dict.c         case 4: value += name[3];
value             425 third_party/libxml/src/dict.c         case 3: value += name[2];
value             426 third_party/libxml/src/dict.c         case 2: value += name[1];
value             427 third_party/libxml/src/dict.c         case 1: value += name[0];
value             430 third_party/libxml/src/dict.c     return(value);
value              65 third_party/libxml/src/hash.c     unsigned long value = 0L;
value              69 third_party/libxml/src/hash.c 	value += 30 * (*name);
value              71 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value              76 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value              81 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value              84 third_party/libxml/src/hash.c     return (value % table->size);
value              92 third_party/libxml/src/hash.c     unsigned long value = 0L;
value              96 third_party/libxml/src/hash.c 	value += 30 * (*prefix);
value              98 third_party/libxml/src/hash.c 	value += 30 * (*name);
value             102 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value             104 third_party/libxml/src/hash.c 	value = value ^ ((value << 5) + (value >> 3) + (unsigned long)':');
value             108 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value             113 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value             115 third_party/libxml/src/hash.c 	value = value ^ ((value << 5) + (value >> 3) + (unsigned long)':');
value             119 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value             124 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value             126 third_party/libxml/src/hash.c 	value = value ^ ((value << 5) + (value >> 3) + (unsigned long)':');
value             130 third_party/libxml/src/hash.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned long)ch);
value             133 third_party/libxml/src/hash.c     return (value % table->size);
value              78 third_party/libxml/src/include/libxml/HTMLparser.h     unsigned int value;	/* the UNICODE value for the character */
value              91 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlEntityValueLookup(unsigned int value);
value             106 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *value);
value             147 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *value);
value             150 third_party/libxml/src/include/libxml/SAX.h 						 const xmlChar *value,
value             142 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *value);
value             145 third_party/libxml/src/include/libxml/SAX2.h 						 const xmlChar *value,
value              84 third_party/libxml/src/include/libxml/catalog.h 					 const xmlChar *value);
value             137 third_party/libxml/src/include/libxml/catalog.h 		xmlCatalogRemove	(const xmlChar *value);
value             532 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *value);
value             584 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *value);
value             595 third_party/libxml/src/include/libxml/parser.h 				const xmlChar *value,
value            1004 third_party/libxml/src/include/libxml/parser.h 					 void *value);
value             389 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar **value);
value             431 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlChar **value);
value             508 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlNodePtr value);
value             511 third_party/libxml/src/include/libxml/parserInternals.h 						 xmlParserInputPtr value);
value             515 third_party/libxml/src/include/libxml/parserInternals.h 						 const xmlChar *value);
value             298 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *value;/* the value */
value             786 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *value; /* The original value of the value constraint. */
value             826 third_party/libxml/src/include/libxml/schemasInternals.h     const xmlChar *value; /* The original value */
value             421 third_party/libxml/src/include/libxml/tree.h     const xmlChar    *value;	/* The ID name */
value             438 third_party/libxml/src/include/libxml/tree.h     const xmlChar     *value;	/* The Ref name */
value             622 third_party/libxml/src/include/libxml/tree.h 		xmlValidateNCName	(const xmlChar *value,
value             628 third_party/libxml/src/include/libxml/tree.h 		xmlValidateQName	(const xmlChar *value,
value             631 third_party/libxml/src/include/libxml/tree.h 		xmlValidateName		(const xmlChar *value,
value             634 third_party/libxml/src/include/libxml/tree.h 		xmlValidateNMToken	(const xmlChar *value,
value             742 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
value             748 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
value             754 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
value             759 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
value             971 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
value             976 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
value             997 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value);
value            1000 third_party/libxml/src/include/libxml/tree.h 					 const xmlChar *value,
value             270 third_party/libxml/src/include/libxml/valid.h 					const xmlChar *value,
value             289 third_party/libxml/src/include/libxml/valid.h 					const xmlChar *value,
value             325 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
value             331 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
value             338 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
value             366 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
value             373 third_party/libxml/src/include/libxml/valid.h 					 const xmlChar *value);
value             423 third_party/libxml/src/include/libxml/valid.h 		xmlValidateNameValue	(const xmlChar *value);
value             425 third_party/libxml/src/include/libxml/valid.h 		xmlValidateNamesValue	(const xmlChar *value);
value             427 third_party/libxml/src/include/libxml/valid.h 		xmlValidateNmtokenValue	(const xmlChar *value);
value             429 third_party/libxml/src/include/libxml/valid.h 		xmlValidateNmtokensValue(const xmlChar *value);
value             252 third_party/libxml/src/include/libxml/xmlreader.h 						 int value);
value              56 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *value);
value              88 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *value,
value              92 third_party/libxml/src/include/libxml/xmlregexp.h 					 const xmlChar *value,
value              42 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
value              46 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
value              52 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
value              58 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
value              79 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
value              88 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaCollapseString		(const xmlChar *value);
value              90 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaWhiteSpaceReplace	(const xmlChar *value);
value              96 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
value             102 third_party/libxml/src/include/libxml/xmlschemastypes.h 						  const xmlChar *value,
value             108 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value,
value             129 third_party/libxml/src/include/libxml/xmlschemastypes.h 						 const xmlChar *value);
value             155 third_party/libxml/src/include/libxml/xpath.h     xmlXPathObjectPtr value;		/* the value */
value             375 third_party/libxml/src/include/libxml/xpath.h     xmlXPathObjectPtr     value;	/* the current value */
value             500 third_party/libxml/src/include/libxml/xpath.h 					    int value,
value             208 third_party/libxml/src/include/libxml/xpathInternals.h     (((ctxt)->value != NULL)						\
value             209 third_party/libxml/src/include/libxml/xpathInternals.h      && (((ctxt)->value->type == XPATH_NODESET)				\
value             210 third_party/libxml/src/include/libxml/xpathInternals.h          || ((ctxt)->value->type == XPATH_XSLT_TREE)))
value             223 third_party/libxml/src/include/libxml/xpathInternals.h 	((ctxt->value != NULL) && (ctxt->value->type == XPATH_USERS))
value             276 third_party/libxml/src/include/libxml/xpathInternals.h     if ((ctxt->value == NULL) || (ctxt->value->type != typeval))	\
value             287 third_party/libxml/src/include/libxml/xpathInternals.h     if ((ctxt->value == NULL) || (ctxt->value->type != typeval))	\
value             307 third_party/libxml/src/include/libxml/xpathInternals.h     if ((ctxt->value != NULL) && (ctxt->value->type != XPATH_STRING))	\
value             316 third_party/libxml/src/include/libxml/xpathInternals.h     if ((ctxt->value != NULL) && (ctxt->value->type != XPATH_NUMBER))	\
value             325 third_party/libxml/src/include/libxml/xpathInternals.h     if ((ctxt->value != NULL) && (ctxt->value->type != XPATH_BOOLEAN))	\
value             444 third_party/libxml/src/include/libxml/xpathInternals.h 						 xmlXPathObjectPtr value);
value             449 third_party/libxml/src/include/libxml/xpathInternals.h 						 xmlXPathObjectPtr value);
value             483 third_party/libxml/src/include/libxml/xpathInternals.h 					 	 xmlXPathObjectPtr value);
value             281 third_party/libxml/src/legacy.c xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value)
value             283 third_party/libxml/src/legacy.c     if ((ctxt == NULL) || (name == NULL) || (value == NULL))
value             287 third_party/libxml/src/legacy.c         int newvalidate = *((int *) value);
value             298 third_party/libxml/src/legacy.c         ctxt->keepBlanks = *((int *) value);
value             300 third_party/libxml/src/legacy.c         ctxt->disableSAX = *((int *) value);
value             302 third_party/libxml/src/legacy.c         ctxt->loadsubset = *((int *) value);
value             304 third_party/libxml/src/legacy.c         ctxt->replaceEntities = *((int *) value);
value             306 third_party/libxml/src/legacy.c         ctxt->record_info = *((int *) value);
value             308 third_party/libxml/src/legacy.c         ctxt->userData = *((void **) value);
value             310 third_party/libxml/src/legacy.c         ctxt->html = *((int *) value);
value             312 third_party/libxml/src/legacy.c         ctxt->standalone = *((int *) value);
value             314 third_party/libxml/src/legacy.c         ctxt->myDoc = *((xmlDocPtr *) value);
value             316 third_party/libxml/src/legacy.c         ctxt->wellFormed = *((int *) value);
value             318 third_party/libxml/src/legacy.c         ctxt->valid = *((int *) value);
value             320 third_party/libxml/src/legacy.c         ctxt->sax = *((xmlSAXHandlerPtr *) value);
value             322 third_party/libxml/src/legacy.c         ctxt->sax->internalSubset = *((internalSubsetSAXFunc *) value);
value             324 third_party/libxml/src/legacy.c         ctxt->sax->isStandalone = *((isStandaloneSAXFunc *) value);
value             327 third_party/libxml/src/legacy.c             *((hasInternalSubsetSAXFunc *) value);
value             330 third_party/libxml/src/legacy.c             *((hasExternalSubsetSAXFunc *) value);
value             332 third_party/libxml/src/legacy.c         ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value);
value             334 third_party/libxml/src/legacy.c         ctxt->sax->getEntity = *((getEntitySAXFunc *) value);
value             336 third_party/libxml/src/legacy.c         ctxt->sax->entityDecl = *((entityDeclSAXFunc *) value);
value             338 third_party/libxml/src/legacy.c         ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
value             340 third_party/libxml/src/legacy.c         ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value);
value             342 third_party/libxml/src/legacy.c         ctxt->sax->elementDecl = *((elementDeclSAXFunc *) value);
value             345 third_party/libxml/src/legacy.c             *((unparsedEntityDeclSAXFunc *) value);
value             348 third_party/libxml/src/legacy.c             *((setDocumentLocatorSAXFunc *) value);
value             350 third_party/libxml/src/legacy.c         ctxt->sax->startDocument = *((startDocumentSAXFunc *) value);
value             352 third_party/libxml/src/legacy.c         ctxt->sax->endDocument = *((endDocumentSAXFunc *) value);
value             354 third_party/libxml/src/legacy.c         ctxt->sax->startElement = *((startElementSAXFunc *) value);
value             356 third_party/libxml/src/legacy.c         ctxt->sax->endElement = *((endElementSAXFunc *) value);
value             358 third_party/libxml/src/legacy.c         ctxt->sax->reference = *((referenceSAXFunc *) value);
value             360 third_party/libxml/src/legacy.c         ctxt->sax->characters = *((charactersSAXFunc *) value);
value             363 third_party/libxml/src/legacy.c             *((ignorableWhitespaceSAXFunc *) value);
value             366 third_party/libxml/src/legacy.c             *((processingInstructionSAXFunc *) value);
value             368 third_party/libxml/src/legacy.c         ctxt->sax->comment = *((commentSAXFunc *) value);
value             370 third_party/libxml/src/legacy.c         ctxt->sax->warning = *((warningSAXFunc *) value);
value             372 third_party/libxml/src/legacy.c         ctxt->sax->error = *((errorSAXFunc *) value);
value             374 third_party/libxml/src/legacy.c         ctxt->sax->fatalError = *((fatalErrorSAXFunc *) value);
value             377 third_party/libxml/src/legacy.c             *((getParameterEntitySAXFunc *) value);
value             379 third_party/libxml/src/legacy.c         ctxt->sax->cdataBlock = *((cdataBlockSAXFunc *) value);
value             381 third_party/libxml/src/legacy.c         ctxt->sax->externalSubset = *((externalSubsetSAXFunc *) value);
value            1122 third_party/libxml/src/legacy.c           const xmlChar * value ATTRIBUTE_UNUSED)
value            1319 third_party/libxml/src/legacy.c comment(void *ctx, const xmlChar * value)
value            1322 third_party/libxml/src/legacy.c         xmlSAX2Comment(ctx, value);
value            1335 third_party/libxml/src/legacy.c cdataBlock(void *ctx, const xmlChar * value, int len)
value            1338 third_party/libxml/src/legacy.c         xmlSAX2CDataBlock(ctx, value, len);
value            1120 third_party/libxml/src/parser.c                const xmlChar *value) {
value            1201 third_party/libxml/src/parser.c     len = xmlStrlen(value);
value            1202 third_party/libxml/src/parser.c     value = xmlDictLookup(ctxt->dict, value, len);
value            1203 third_party/libxml/src/parser.c     defaults->values[5 * defaults->nbAttrs + 2] = value;
value            1204 third_party/libxml/src/parser.c     defaults->values[5 * defaults->nbAttrs + 3] = value + len;
value            1498 third_party/libxml/src/parser.c inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value)
value            1500 third_party/libxml/src/parser.c     if ((ctxt == NULL) || (value == NULL))
value            1510 third_party/libxml/src/parser.c 	    xmlFreeInputStream(value);
value            1512 third_party/libxml/src/parser.c 	    value = NULL;
value            1516 third_party/libxml/src/parser.c     ctxt->inputTab[ctxt->inputNr] = value;
value            1517 third_party/libxml/src/parser.c     ctxt->input = value;
value            1556 third_party/libxml/src/parser.c nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value)
value            1580 third_party/libxml/src/parser.c     ctxt->nodeTab[ctxt->nodeNr] = value;
value            1581 third_party/libxml/src/parser.c     ctxt->node = value;
value            1624 third_party/libxml/src/parser.c nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value,
value            1648 third_party/libxml/src/parser.c     ctxt->nameTab[ctxt->nameNr] = value;
value            1649 third_party/libxml/src/parser.c     ctxt->name = value;
value            1694 third_party/libxml/src/parser.c namePush(xmlParserCtxtPtr ctxt, const xmlChar * value)
value            1710 third_party/libxml/src/parser.c     ctxt->nameTab[ctxt->nameNr] = value;
value            1711 third_party/libxml/src/parser.c     ctxt->name = value;
value            5078 third_party/libxml/src/parser.c     xmlChar *value = NULL;
value            5129 third_party/libxml/src/parser.c 	        value = xmlParseEntityValue(ctxt, &orig);
value            5130 third_party/libxml/src/parser.c 		if (value) {
value            5135 third_party/libxml/src/parser.c 				    NULL, NULL, value);
value            5175 third_party/libxml/src/parser.c 	        value = xmlParseEntityValue(ctxt, &orig);
value            5180 third_party/libxml/src/parser.c 				NULL, NULL, value);
value            5199 third_party/libxml/src/parser.c 			              NULL, NULL, value);
value            5317 third_party/libxml/src/parser.c 	if (value != NULL) xmlFree(value);
value            5353 third_party/libxml/src/parser.c xmlParseDefaultDecl(xmlParserCtxtPtr ctxt, xmlChar **value) {
value            5357 third_party/libxml/src/parser.c     *value = NULL;
value            5382 third_party/libxml/src/parser.c         *value = ret;
value            6790 third_party/libxml/src/parser.c 	int value = xmlParseCharRef(ctxt);
value            6792 third_party/libxml/src/parser.c 	if (value == 0)
value            6800 third_party/libxml/src/parser.c 	    if (value <= 0xFF) {
value            6801 third_party/libxml/src/parser.c 		out[0] = value;
value            6808 third_party/libxml/src/parser.c 		    snprintf((char *)out, sizeof(out), "#x%X", value);
value            6810 third_party/libxml/src/parser.c 		    snprintf((char *)out, sizeof(out), "#%d", value);
value            6819 third_party/libxml/src/parser.c 	    COPY_BUF(0 ,out, i, value);
value            8050 third_party/libxml/src/parser.c xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) {
value            8054 third_party/libxml/src/parser.c     *value = NULL;
value            8106 third_party/libxml/src/parser.c     *value = val;
value            8696 third_party/libxml/src/parser.c                    const xmlChar ** prefix, xmlChar ** value,
value            8703 third_party/libxml/src/parser.c     *value = NULL;
value            8792 third_party/libxml/src/parser.c     *value = val;
value             154 third_party/libxml/src/pattern.c     const xmlChar *value;
value             244 third_party/libxml/src/pattern.c 		if (op->value != NULL)
value             245 third_party/libxml/src/pattern.c 		    xmlFree((xmlChar *) op->value);
value             345 third_party/libxml/src/pattern.c                 xmlPatOp op, xmlChar * value, xmlChar * value2)
value             360 third_party/libxml/src/pattern.c     comp->steps[comp->nbStep].value = value;
value             382 third_party/libxml/src/pattern.c 	tmp = comp->steps[i].value;
value             383 third_party/libxml/src/pattern.c 	comp->steps[i].value = comp->steps[j].value;
value             384 third_party/libxml/src/pattern.c 	comp->steps[j].value = tmp;
value             412 third_party/libxml/src/pattern.c 	    comp->steps[i].value = comp->steps[j].value;
value             435 third_party/libxml/src/pattern.c 	tmp = comp->steps[i].value;
value             436 third_party/libxml/src/pattern.c 	comp->steps[i].value = comp->steps[j].value;
value             437 third_party/libxml/src/pattern.c 	comp->steps[j].value = tmp;
value             447 third_party/libxml/src/pattern.c     comp->steps[comp->nbStep].value = NULL;
value             521 third_party/libxml/src/pattern.c 		if (step->value == NULL)
value             523 third_party/libxml/src/pattern.c 		if (step->value[0] != node->name[0])
value             525 third_party/libxml/src/pattern.c 		if (!xmlStrEqual(step->value, node->name))
value             552 third_party/libxml/src/pattern.c 		if (step->value != NULL) {
value             555 third_party/libxml/src/pattern.c 			    (step->value[0] == lst->name[0]) &&
value             556 third_party/libxml/src/pattern.c 			    (xmlStrEqual(step->value, lst->name)))
value             568 third_party/libxml/src/pattern.c 		if (step->value != NULL) {
value             569 third_party/libxml/src/pattern.c 		    if (step->value[0] != node->name[0])
value             571 third_party/libxml/src/pattern.c 		    if (!xmlStrEqual(step->value, node->name))
value             594 third_party/libxml/src/pattern.c 		if (step->value == NULL)
value             596 third_party/libxml/src/pattern.c 		if (step->value[0] != node->name[0])
value             598 third_party/libxml/src/pattern.c 		if (!xmlStrEqual(step->value, node->name))
value             613 third_party/libxml/src/pattern.c 		if (step->value == NULL) {
value             620 third_party/libxml/src/pattern.c 		    if (step->value == NULL)
value             635 third_party/libxml/src/pattern.c 			(step->value[0] == node->name[0]) &&
value             636 third_party/libxml/src/pattern.c 			(xmlStrEqual(step->value, node->name))) {
value             664 third_party/libxml/src/pattern.c 		    if (step->value != NULL)
value             667 third_party/libxml/src/pattern.c 		    if (step->value == NULL)
value             669 third_party/libxml/src/pattern.c 		    if (!xmlStrEqual(step->value, node->ns->href))
value            1585 third_party/libxml/src/pattern.c 	(comp->steps[0].value == NULL) &&
value            1619 third_party/libxml/src/pattern.c 		s = xmlStreamCompAddStep(stream, NULL, step.value,
value            1630 third_party/libxml/src/pattern.c 		    step.value, step.value2, XML_ATTRIBUTE_NODE, flags);
value            1636 third_party/libxml/src/pattern.c 	        if ((step.value == NULL) && (step.value2 == NULL)) {
value            1678 third_party/libxml/src/pattern.c 	        s = xmlStreamCompAddStep(stream, step.value, step.value2,
value            1687 third_party/libxml/src/pattern.c 	        s = xmlStreamCompAddStep(stream, step.value, step.value2,
value             159 third_party/libxml/src/relaxng.c     xmlChar *value;             /* value when available */
value             307 third_party/libxml/src/relaxng.c     xmlChar *value;             /* the value when operating on string */
value             596 third_party/libxml/src/relaxng.c                                     const xmlChar * value, void **result,
value             615 third_party/libxml/src/relaxng.c                                      const xmlChar * strval, void *value);
value             663 third_party/libxml/src/relaxng.c static void xmlRelaxNGNormExtSpace(xmlChar * value);
value             989 third_party/libxml/src/relaxng.c     if (define->value != NULL)
value             990 third_party/libxml/src/relaxng.c         xmlFree(define->value);
value            1217 third_party/libxml/src/relaxng.c     ret->value = NULL;
value            1364 third_party/libxml/src/relaxng.c     if ((state1->value != state2->value) &&
value            1365 third_party/libxml/src/relaxng.c         (!xmlStrEqual(state1->value, state2->value)))
value            1450 third_party/libxml/src/relaxng.c                       xmlRelaxNGIncludePtr value)
value            1474 third_party/libxml/src/relaxng.c     ctxt->incTab[ctxt->incNr] = value;
value            1475 third_party/libxml/src/relaxng.c     ctxt->inc = value;
value            1864 third_party/libxml/src/relaxng.c                        xmlRelaxNGDocumentPtr value)
value            1888 third_party/libxml/src/relaxng.c     ctxt->docTab[ctxt->docNr] = value;
value            1889 third_party/libxml/src/relaxng.c     ctxt->doc = value;
value            2440 third_party/libxml/src/relaxng.c                           const xmlChar * value,
value            2446 third_party/libxml/src/relaxng.c     if ((type == NULL) || (value == NULL))
value            2453 third_party/libxml/src/relaxng.c     ret = xmlSchemaValPredefTypeNode(typ, value,
value            2481 third_party/libxml/src/relaxng.c                            void *value)
value            2527 third_party/libxml/src/relaxng.c     facet->value = val;
value            2533 third_party/libxml/src/relaxng.c     ret = xmlSchemaValidateFacet(typ, facet, strval, value);
value            2550 third_party/libxml/src/relaxng.c xmlRelaxNGSchemaFreeValue(void *data ATTRIBUTE_UNUSED, void *value)
value            2552 third_party/libxml/src/relaxng.c     xmlSchemaFreeValue(value);
value            2653 third_party/libxml/src/relaxng.c                            const xmlChar * value ATTRIBUTE_UNUSED,
value            2657 third_party/libxml/src/relaxng.c     if (value == NULL)
value            3574 third_party/libxml/src/relaxng.c         def->value = xmlStrdup(BAD_CAST "");
value            3582 third_party/libxml/src/relaxng.c         def->value = xmlNodeGetContent(node);
value            3583 third_party/libxml/src/relaxng.c         if (def->value == NULL) {
value            3590 third_party/libxml/src/relaxng.c                 lib->check(lib->data, def->name, def->value, &val, node);
value            3594 third_party/libxml/src/relaxng.c                            def->value, def->name);
value            3705 third_party/libxml/src/relaxng.c                 param->value = xmlNodeGetContent(content);
value            6855 third_party/libxml/src/relaxng.c xmlRelaxNGNormExtSpace(xmlChar * value)
value            6857 third_party/libxml/src/relaxng.c     xmlChar *start = value;
value            6858 third_party/libxml/src/relaxng.c     xmlChar *cur = value;
value            6860 third_party/libxml/src/relaxng.c     if (value == NULL)
value            8579 third_party/libxml/src/relaxng.c                            const xmlChar * value,
value            8595 third_party/libxml/src/relaxng.c                 lib->check(lib->data, define->name, value, &result, node);
value            8597 third_party/libxml/src/relaxng.c             ret = lib->check(lib->data, define->name, value, NULL, node);
value            8609 third_party/libxml/src/relaxng.c         VALID_ERR2P(XML_RELAXNG_ERR_DUPID, value);
value            8611 third_party/libxml/src/relaxng.c         VALID_ERR3P(XML_RELAXNG_ERR_TYPEVAL, define->name, value);
value            8618 third_party/libxml/src/relaxng.c                              cur->value, value, result);
value            8627 third_party/libxml/src/relaxng.c         oldvalue = ctxt->state->value;
value            8629 third_party/libxml/src/relaxng.c         ctxt->state->value = (xmlChar *) value;
value            8632 third_party/libxml/src/relaxng.c         ctxt->state->value = (xmlChar *) oldvalue;
value            8653 third_party/libxml/src/relaxng.c     cur = ctxt->state->value;
value            8655 third_party/libxml/src/relaxng.c         ctxt->state->value = NULL;
value            8664 third_party/libxml/src/relaxng.c         ctxt->state->value = NULL;
value            8666 third_party/libxml/src/relaxng.c         ctxt->state->value = cur;
value            8708 third_party/libxml/src/relaxng.c     xmlChar *value;
value            8710 third_party/libxml/src/relaxng.c     value = ctxt->state->value;
value            8713 third_party/libxml/src/relaxng.c                 if ((value != NULL) && (value[0] != 0)) {
value            8716 third_party/libxml/src/relaxng.c                     while (IS_BLANK_CH(value[idx]))
value            8718 third_party/libxml/src/relaxng.c                     if (value[idx] != 0)
value            8726 third_party/libxml/src/relaxng.c                 if (!xmlStrEqual(value, define->value)) {
value            8733 third_party/libxml/src/relaxng.c                                             define->value, define->node,
value            8735 third_party/libxml/src/relaxng.c                                             value, ctxt->state->node);
value            8754 third_party/libxml/src/relaxng.c                         nval = xmlRelaxNGNormalize(ctxt, define->value);
value            8755 third_party/libxml/src/relaxng.c                         nvalue = xmlRelaxNGNormalize(ctxt, value);
value            8771 third_party/libxml/src/relaxng.c                 ret = xmlRelaxNGValidateDatatype(ctxt, value, define,
value            8785 third_party/libxml/src/relaxng.c                 oldvalue = ctxt->state->value;
value            8791 third_party/libxml/src/relaxng.c                     ctxt->state->value = oldvalue;
value            8812 third_party/libxml/src/relaxng.c                 oldvalue = ctxt->state->value;
value            8847 third_party/libxml/src/relaxng.c                 ctxt->state->value = cur;
value            8850 third_party/libxml/src/relaxng.c                     if (ctxt->state->value == ctxt->state->endvalue)
value            8851 third_party/libxml/src/relaxng.c                         ctxt->state->value = NULL;
value            8857 third_party/libxml/src/relaxng.c                                         ctxt->state->value, nb_values);
value            8867 third_party/libxml/src/relaxng.c                 if ((ret == 0) && (ctxt->state->value != NULL) &&
value            8868 third_party/libxml/src/relaxng.c                     (ctxt->state->value != ctxt->state->endvalue)) {
value            8870 third_party/libxml/src/relaxng.c                                ctxt->state->value);
value            8874 third_party/libxml/src/relaxng.c                 ctxt->state->value = oldvalue;
value            8889 third_party/libxml/src/relaxng.c                 cur = ctxt->state->value;
value            8897 third_party/libxml/src/relaxng.c                         ctxt->state->value = temp;
value            8901 third_party/libxml/src/relaxng.c                     cur = ctxt->state->value;
value            9042 third_party/libxml/src/relaxng.c     xmlChar *value, *oldvalue;
value            9062 third_party/libxml/src/relaxng.c             value = xmlNodeListGetString(prop->doc, prop->children, 1);
value            9063 third_party/libxml/src/relaxng.c             oldvalue = ctxt->state->value;
value            9066 third_party/libxml/src/relaxng.c             ctxt->state->value = value;
value            9069 third_party/libxml/src/relaxng.c             if (ctxt->state->value != NULL)
value            9070 third_party/libxml/src/relaxng.c                 value = ctxt->state->value;
value            9071 third_party/libxml/src/relaxng.c             if (value != NULL)
value            9072 third_party/libxml/src/relaxng.c                 xmlFree(value);
value            9073 third_party/libxml/src/relaxng.c             ctxt->state->value = oldvalue;
value            9100 third_party/libxml/src/relaxng.c             value = xmlNodeListGetString(prop->doc, prop->children, 1);
value            9101 third_party/libxml/src/relaxng.c             oldvalue = ctxt->state->value;
value            9104 third_party/libxml/src/relaxng.c             ctxt->state->value = value;
value            9106 third_party/libxml/src/relaxng.c             if (ctxt->state->value != NULL)
value            9107 third_party/libxml/src/relaxng.c                 value = ctxt->state->value;
value            9108 third_party/libxml/src/relaxng.c             if (value != NULL)
value            9109 third_party/libxml/src/relaxng.c                 xmlFree(value);
value            9110 third_party/libxml/src/relaxng.c             ctxt->state->value = oldvalue;
value            9680 third_party/libxml/src/relaxng.c     int value = 1000000;
value            9691 third_party/libxml/src/relaxng.c             if ((best == -1) || (value > 100000)) {
value            9692 third_party/libxml/src/relaxng.c                 value = 100000;
value            9697 third_party/libxml/src/relaxng.c             if ((best == -1) || (value > tmp)) {
value            9698 third_party/libxml/src/relaxng.c                 value = tmp;
value            10449 third_party/libxml/src/relaxng.c                 oldvalue = ctxt->state->value;
value            10450 third_party/libxml/src/relaxng.c                 ctxt->state->value = content;
value            10452 third_party/libxml/src/relaxng.c                 ctxt->state->value = oldvalue;
value            10501 third_party/libxml/src/relaxng.c                 oldvalue = ctxt->state->value;
value            10503 third_party/libxml/src/relaxng.c                 ctxt->state->value = content;
value            10506 third_party/libxml/src/relaxng.c                 ctxt->state->value = oldvalue;
value            1267 third_party/libxml/src/runtest.c cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
value            1273 third_party/libxml/src/runtest.c 	    (char *) value, len);
value            1284 third_party/libxml/src/runtest.c commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
value            1289 third_party/libxml/src/runtest.c     fprintf(SAXdebug, "SAX.comment(%s)\n", value);
value            2073 third_party/libxml/src/runtest.c     const xmlChar *name, *value;
value            2083 third_party/libxml/src/runtest.c     value = xmlTextReaderConstValue(reader);
value            2092 third_party/libxml/src/runtest.c     if (value == NULL)
value            2095 third_party/libxml/src/runtest.c 	fprintf(out, " %s\n", value);
value             512 third_party/libxml/src/testHTML.c commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
value             514 third_party/libxml/src/testHTML.c     fprintf(stdout, "SAX.comment(%s)\n", value);
value              19 third_party/libxml/src/testRegexp.c static void testRegexp(xmlRegexpPtr comp, const char *value) {
value              22 third_party/libxml/src/testRegexp.c     ret = xmlRegexpExec(comp, (const xmlChar *) value);
value              24 third_party/libxml/src/testRegexp.c 	printf("%s: Ok\n", value);
value              26 third_party/libxml/src/testRegexp.c 	printf("%s: Fail\n", value);
value              28 third_party/libxml/src/testRegexp.c 	printf("%s: Error: %d\n", value, ret);
value              32 third_party/libxml/src/testRegexp.c 	    xmlRegexpExec(comp, (const xmlChar *) value);
value             742 third_party/libxml/src/testSAX.c cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
value             748 third_party/libxml/src/testSAX.c 	    (char *) value, len);
value             759 third_party/libxml/src/testSAX.c commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
value             764 third_party/libxml/src/testSAX.c     fprintf(stdout, "SAX.comment(%s)\n", value);
value            2022 third_party/libxml/src/testapi.c     unsigned int value; /* the entity's unicode value */
value            2027 third_party/libxml/src/testapi.c         value = gen_unsigned_int(n_value, 0);
value            2029 third_party/libxml/src/testapi.c         ret_val = htmlEntityValueLookup(value);
value            2032 third_party/libxml/src/testapi.c         des_unsigned_int(n_value, value, 0);
value            3865 third_party/libxml/src/testapi.c     xmlChar * value; /* The pcdata content */
value            3875 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            3878 third_party/libxml/src/testapi.c         xmlSAX2CDataBlock(ctx, (const xmlChar *)value, len);
value            3881 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            3953 third_party/libxml/src/testapi.c     xmlChar * value; /* the xmlSAX2Comment content */
value            3960 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            3962 third_party/libxml/src/testapi.c         xmlSAX2Comment(ctx, (const xmlChar *)value);
value            3965 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            5695 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to remove */
value            5702 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            5704 third_party/libxml/src/testapi.c         ret_val = xmlACatalogRemove(catal, (const xmlChar *)value);
value            5708 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            6170 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to remove */
value            6174 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            6176 third_party/libxml/src/testapi.c         ret_val = xmlCatalogRemove((const xmlChar *)value);
value            6179 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            15242 third_party/libxml/src/testapi.c     void * value; /* pointer to the location of the new value */
value            15251 third_party/libxml/src/testapi.c         value = gen_void_ptr(n_value, 2);
value            15253 third_party/libxml/src/testapi.c         ret_val = xmlSetFeature(ctxt, (const char *)name, value);
value            15258 third_party/libxml/src/testapi.c         des_void_ptr(n_value, value, 2);
value            15571 third_party/libxml/src/testapi.c     xmlParserInputPtr value; /* the parser input */
value            15578 third_party/libxml/src/testapi.c         value = gen_xmlParserInputPtr(n_value, 1);
value            15580 third_party/libxml/src/testapi.c         ret_val = inputPush(ctxt, value);
value            15584 third_party/libxml/src/testapi.c         des_xmlParserInputPtr(n_value, value, 1);
value            15642 third_party/libxml/src/testapi.c     xmlChar * value; /* the element name */
value            15649 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            15651 third_party/libxml/src/testapi.c         ret_val = namePush(ctxt, (const xmlChar *)value);
value            15655 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            15713 third_party/libxml/src/testapi.c     xmlNodePtr value; /* the element node */
value            15720 third_party/libxml/src/testapi.c         value = gen_xmlNodePtr(n_value, 1);
value            15722 third_party/libxml/src/testapi.c         ret_val = nodePush(ctxt, value);
value            15726 third_party/libxml/src/testapi.c         des_xmlNodePtr(n_value, value, 1);
value            21215 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
value            21224 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 2);
value            21226 third_party/libxml/src/testapi.c         ret_val = xmlNewDocProp(doc, (const xmlChar *)name, (const xmlChar *)value);
value            21231 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
value            21583 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
value            21594 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 3);
value            21596 third_party/libxml/src/testapi.c         ret_val = xmlNewNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value);
value            21602 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
value            21636 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
value            21647 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 3);
value            21649 third_party/libxml/src/testapi.c         ret_val = xmlNewNsPropEatName(node, ns, name, (const xmlChar *)value);
value            21655 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
value            21728 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
value            21737 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 2);
value            21739 third_party/libxml/src/testapi.c         ret_val = xmlNewProp(node, (const xmlChar *)name, (const xmlChar *)value);
value            21744 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
value            23410 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value */
value            23421 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 3);
value            23423 third_party/libxml/src/testapi.c         ret_val = xmlSetNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value);
value            23429 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
value            23463 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value */
value            23472 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 2);
value            23474 third_party/libxml/src/testapi.c         ret_val = xmlSetProp(node, (const xmlChar *)name, (const xmlChar *)value);
value            23479 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
value            23586 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the attribute */
value            23593 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            23595 third_party/libxml/src/testapi.c         ret_val = xmlStringGetNodeList(doc, (const xmlChar *)value);
value            23599 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            23625 third_party/libxml/src/testapi.c     xmlChar * value; /* the value of the text */
value            23635 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            23638 third_party/libxml/src/testapi.c         ret_val = xmlStringLenGetNodeList(doc, (const xmlChar *)value, len);
value            23642 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            23848 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
value            23856 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            23859 third_party/libxml/src/testapi.c         ret_val = xmlValidateNCName((const xmlChar *)value, space);
value            23862 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            23891 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
value            23899 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            23902 third_party/libxml/src/testapi.c         ret_val = xmlValidateNMToken((const xmlChar *)value, space);
value            23905 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            23934 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
value            23942 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            23945 third_party/libxml/src/testapi.c         ret_val = xmlValidateName((const xmlChar *)value, space);
value            23948 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            23977 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
value            23985 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            23988 third_party/libxml/src/testapi.c         ret_val = xmlValidateQName((const xmlChar *)value, space);
value            23991 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            25866 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value */
value            25879 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 4);
value            25881 third_party/libxml/src/testapi.c         ret_val = xmlValidCtxtNormalizeAttributeValue(ctxt, doc, elem, (const xmlChar *)name, (const xmlChar *)value);
value            25888 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 4);
value            26047 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value */
value            26058 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 3);
value            26060 third_party/libxml/src/testapi.c         ret_val = xmlValidNormalizeAttributeValue(doc, elem, (const xmlChar *)name, (const xmlChar *)value);
value            26066 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
value            26146 third_party/libxml/src/testapi.c     xmlChar * value; /* an attribute value */
value            26153 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            26155 third_party/libxml/src/testapi.c         ret_val = xmlValidateAttributeValue(type, (const xmlChar *)value);
value            26159 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            26452 third_party/libxml/src/testapi.c     xmlChar * value; /* an Name value */
value            26457 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            26459 third_party/libxml/src/testapi.c         ret_val = xmlValidateNameValue((const xmlChar *)value);
value            26462 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            26486 third_party/libxml/src/testapi.c     xmlChar * value; /* an Names value */
value            26491 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            26493 third_party/libxml/src/testapi.c         ret_val = xmlValidateNamesValue((const xmlChar *)value);
value            26496 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            26520 third_party/libxml/src/testapi.c     xmlChar * value; /* an Nmtoken value */
value            26525 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            26527 third_party/libxml/src/testapi.c         ret_val = xmlValidateNmtokenValue((const xmlChar *)value);
value            26530 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            26554 third_party/libxml/src/testapi.c     xmlChar * value; /* an Nmtokens value */
value            26559 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            26561 third_party/libxml/src/testapi.c         ret_val = xmlValidateNmtokensValue((const xmlChar *)value);
value            26564 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            26692 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value (without entities processing) */
value            26705 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 4);
value            26707 third_party/libxml/src/testapi.c         ret_val = xmlValidateOneAttribute(ctxt, doc, elem, attr, (const xmlChar *)value);
value            26714 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 4);
value            26804 third_party/libxml/src/testapi.c     xmlChar * value; /* the attribute value (without entities processing) */
value            26819 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 5);
value            26821 third_party/libxml/src/testapi.c         ret_val = xmlValidateOneNamespace(ctxt, doc, elem, (const xmlChar *)prefix, ns, (const xmlChar *)value);
value            26829 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 5);
value            32432 third_party/libxml/src/testapi.c     int value; /* usually 0 or 1 to (de)activate it */
value            32441 third_party/libxml/src/testapi.c         value = gen_int(n_value, 2);
value            32443 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderSetParserProp(reader, prop, value);
value            32448 third_party/libxml/src/testapi.c         des_int(n_value, value, 2);
value            33365 third_party/libxml/src/testapi.c     xmlChar * value; /* a string token input */
value            33375 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            33378 third_party/libxml/src/testapi.c         ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data);
value            33382 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            33413 third_party/libxml/src/testapi.c     xmlChar * value; /* the first string token input */
value            33426 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            33430 third_party/libxml/src/testapi.c         ret_val = xmlRegExecPushString2(exec, (const xmlChar *)value, (const xmlChar *)value2, data);
value            33434 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            34746 third_party/libxml/src/testapi.c     xmlChar * value; /* a value */
value            34751 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            34753 third_party/libxml/src/testapi.c         ret_val = xmlSchemaCollapseString((const xmlChar *)value);
value            34756 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            35263 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
value            35276 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            35280 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValPredefTypeNode(type, (const xmlChar *)value, val, node);
value            35284 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            35318 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
value            35331 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            35335 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValPredefTypeNodeNoNorm(type, (const xmlChar *)value, val, node);
value            35339 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            35375 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical repr of the value to validate */
value            35387 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 2);
value            35390 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateFacet(base, facet, (const xmlChar *)value, val);
value            35395 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
value            35432 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical (or normalized for pattern) repr of the value to validate */
value            35449 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 3);
value            35453 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateFacetWhtsp(facet, fws, valType, (const xmlChar *)value, val, ws);
value            35459 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 3);
value            35499 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical repr. of the value to be validated */
value            35514 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 2);
value            35518 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateLengthFacet(type, facet, (const xmlChar *)value, val, length);
value            35523 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
value            35561 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical repr. of the value to be validated */
value            35579 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 2);
value            35584 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateLengthFacetWhtsp(facet, valType, (const xmlChar *)value, val, length, ws);
value            35589 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 2);
value            35628 third_party/libxml/src/testapi.c     xmlChar * value; /* the lexical repr of the value to validate */
value            35641 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            35645 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
value            35649 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            35683 third_party/libxml/src/testapi.c     xmlChar * value; /* the value to check */
value            35693 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 1);
value            35696 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValidatePredefinedType(type, (const xmlChar *)value, val);
value            35700 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1);
value            35848 third_party/libxml/src/testapi.c     xmlChar * value; /* a value */
value            35853 third_party/libxml/src/testapi.c         value = gen_const_xmlChar_ptr(n_value, 0);
value            35855 third_party/libxml/src/testapi.c         ret_val = xmlSchemaWhiteSpaceReplace((const xmlChar *)value);
value            35858 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 0);
value            46106 third_party/libxml/src/testapi.c     int value; /* a value with semantics dependant on @options */
value            46118 third_party/libxml/src/testapi.c         value = gen_int(n_value, 2);
value            46121 third_party/libxml/src/testapi.c         ret_val = xmlXPathContextSetCache(ctxt, active, value, options);
value            46126 third_party/libxml/src/testapi.c         des_int(n_value, value, 2);
value            46689 third_party/libxml/src/testapi.c     xmlXPathObjectPtr value; /* the XPath object */
value            46696 third_party/libxml/src/testapi.c         value = gen_xmlXPathObjectPtr(n_value, 1);
value            46698 third_party/libxml/src/testapi.c         ret_val = valuePush(ctxt, value);
value            46702 third_party/libxml/src/testapi.c         des_xmlXPathObjectPtr(n_value, value, 1);
value            49747 third_party/libxml/src/testapi.c     xmlXPathObjectPtr value; /* the variable value or NULL */
value            49756 third_party/libxml/src/testapi.c         value = gen_xmlXPathObjectPtr(n_value, 2);
value            49758 third_party/libxml/src/testapi.c         ret_val = xmlXPathRegisterVariable(ctxt, (const xmlChar *)name, value);
value            49763 third_party/libxml/src/testapi.c         des_xmlXPathObjectPtr(n_value, value, 2);
value            49807 third_party/libxml/src/testapi.c     xmlXPathObjectPtr value; /* the variable value or NULL */
value            49818 third_party/libxml/src/testapi.c         value = gen_xmlXPathObjectPtr(n_value, 3);
value            49820 third_party/libxml/src/testapi.c         ret_val = xmlXPathRegisterVariableNS(ctxt, (const xmlChar *)name, (const xmlChar *)ns_uri, value);
value            49826 third_party/libxml/src/testapi.c         des_xmlXPathObjectPtr(n_value, value, 3);
value             364 third_party/libxml/src/tree.c xmlValidateNCName(const xmlChar *value, int space) {
value             365 third_party/libxml/src/tree.c     const xmlChar *cur = value;
value             368 third_party/libxml/src/tree.c     if (value == NULL)
value             395 third_party/libxml/src/tree.c     cur = value;
value             438 third_party/libxml/src/tree.c xmlValidateQName(const xmlChar *value, int space) {
value             439 third_party/libxml/src/tree.c     const xmlChar *cur = value;
value             442 third_party/libxml/src/tree.c     if (value == NULL)
value             482 third_party/libxml/src/tree.c     cur = value;
value             536 third_party/libxml/src/tree.c xmlValidateName(const xmlChar *value, int space) {
value             537 third_party/libxml/src/tree.c     const xmlChar *cur = value;
value             540 third_party/libxml/src/tree.c     if (value == NULL)
value             566 third_party/libxml/src/tree.c     cur = value;
value             605 third_party/libxml/src/tree.c xmlValidateNMToken(const xmlChar *value, int space) {
value             606 third_party/libxml/src/tree.c     const xmlChar *cur = value;
value             609 third_party/libxml/src/tree.c     if (value == NULL)
value             637 third_party/libxml/src/tree.c     cur = value;
value            1246 third_party/libxml/src/tree.c xmlStringLenGetNodeList(xmlDocPtr doc, const xmlChar *value, int len) {
value            1250 third_party/libxml/src/tree.c     const xmlChar *cur = value, *end = cur + len;
value            1254 third_party/libxml/src/tree.c     if (value == NULL) return(NULL);
value            1443 third_party/libxml/src/tree.c xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) {
value            1447 third_party/libxml/src/tree.c     const xmlChar *cur = value;
value            1451 third_party/libxml/src/tree.c     if (value == NULL) return(NULL);
value            1782 third_party/libxml/src/tree.c                    const xmlChar * name, const xmlChar * value,
value            1826 third_party/libxml/src/tree.c     if (value != NULL) {
value            1829 third_party/libxml/src/tree.c         if(!xmlCheckUTF8(value)) {
value            1835 third_party/libxml/src/tree.c         cur->children = xmlNewDocText(doc, value);
value            1862 third_party/libxml/src/tree.c     if ((value != NULL) && (node != NULL) &&
value            1864 third_party/libxml/src/tree.c         xmlAddID(NULL, node->doc, value, cur);
value            1883 third_party/libxml/src/tree.c xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) {
value            1893 third_party/libxml/src/tree.c 	return xmlNewPropInternal(node, NULL, name, value, 0);
value            1909 third_party/libxml/src/tree.c            const xmlChar *value) {
value            1919 third_party/libxml/src/tree.c     return xmlNewPropInternal(node, ns, name, value, 0);
value            1934 third_party/libxml/src/tree.c            const xmlChar *value) {
value            1944 third_party/libxml/src/tree.c     return xmlNewPropInternal(node, ns, name, value, 1);
value            1957 third_party/libxml/src/tree.c xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value) {
value            1984 third_party/libxml/src/tree.c     if (value != NULL) {
value            1987 third_party/libxml/src/tree.c 	cur->children = xmlStringGetNodeList(doc, value);
value            6668 third_party/libxml/src/tree.c xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) {
value            6686 third_party/libxml/src/tree.c 	    return(xmlSetNsProp(node, ns, nqname, value));
value            6688 third_party/libxml/src/tree.c     return(xmlSetNsProp(node, NULL, name, value));
value            6705 third_party/libxml/src/tree.c 	     const xmlChar *value)
value            6725 third_party/libxml/src/tree.c 	if (value != NULL) {
value            6728 third_party/libxml/src/tree.c 	    if(!xmlCheckUTF8(value)) {
value            6734 third_party/libxml/src/tree.c 	    prop->children = xmlNewDocText(node->doc, value);
value            6745 third_party/libxml/src/tree.c 	    xmlAddID(NULL, node->doc, value, prop);
value            6751 third_party/libxml/src/tree.c     return(xmlNewPropInternal(node, ns, name, value, 0));
value             629 third_party/libxml/src/triostr.c   unsigned long value = 0L;
value             639 third_party/libxml/src/triostr.c 	  value *= 31;
value             640 third_party/libxml/src/triostr.c 	  value += (unsigned long)ch;
value             647 third_party/libxml/src/triostr.c   return value;
value             976 third_party/libxml/src/triostr.c   trio_long_double_t value = 0.0;
value            1068 third_party/libxml/src/triostr.c   value = integer + fraction;
value            1072 third_party/libxml/src/triostr.c 	value /= pow(base, (double)exponent);
value            1074 third_party/libxml/src/triostr.c 	value *= pow(base, (double)exponent);
value            1077 third_party/libxml/src/triostr.c     value = -value;
value            1081 third_party/libxml/src/triostr.c   return value;
value              42 third_party/libxml/src/valid.c                                   const xmlChar *value);
value             437 third_party/libxml/src/valid.c nodeVPush(xmlValidCtxtPtr ctxt, xmlNodePtr value)
value             461 third_party/libxml/src/valid.c     ctxt->nodeTab[ctxt->nodeNr] = value;
value             462 third_party/libxml/src/valid.c     ctxt->node = value;
value            2557 third_party/libxml/src/valid.c     if (id->value != NULL)
value            2558 third_party/libxml/src/valid.c 	DICT_FREE(id->value)
value            2577 third_party/libxml/src/valid.c xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value,
value            2585 third_party/libxml/src/valid.c     if (value == NULL) {
value            2614 third_party/libxml/src/valid.c     ret->value = xmlStrdup(value);
value            2631 third_party/libxml/src/valid.c     if (xmlHashAddEntry(table, value, ret) < 0) {
value            2639 third_party/libxml/src/valid.c 			    value, NULL, NULL);
value            2833 third_party/libxml/src/valid.c     if (ref->value != NULL)
value            2834 third_party/libxml/src/valid.c         xmlFree((xmlChar *)ref->value);
value            2899 third_party/libxml/src/valid.c xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value,
value            2908 third_party/libxml/src/valid.c     if (value == NULL) {
value            2937 third_party/libxml/src/valid.c     ret->value = xmlStrdup(value);
value            2957 third_party/libxml/src/valid.c     if (NULL == (ref_list = xmlHashLookup(table, value))) {
value            2964 third_party/libxml/src/valid.c         if (xmlHashAddEntry(table, value, ref_list) < 0) {
value            2981 third_party/libxml/src/valid.c         if (ret->value != NULL)
value            2982 third_party/libxml/src/valid.c 	    xmlFree((char *)ret->value);
value            3490 third_party/libxml/src/valid.c xmlValidateNameValueInternal(xmlDocPtr doc, const xmlChar *value) {
value            3494 third_party/libxml/src/valid.c     if (value == NULL) return(0);
value            3495 third_party/libxml/src/valid.c     cur = value;
value            3523 third_party/libxml/src/valid.c xmlValidateNameValue(const xmlChar *value) {
value            3524 third_party/libxml/src/valid.c     return(xmlValidateNameValueInternal(NULL, value));
value            3538 third_party/libxml/src/valid.c xmlValidateNamesValueInternal(xmlDocPtr doc, const xmlChar *value) {
value            3542 third_party/libxml/src/valid.c     if (value == NULL) return(0);
value            3543 third_party/libxml/src/valid.c     cur = value;
value            3591 third_party/libxml/src/valid.c xmlValidateNamesValue(const xmlChar *value) {
value            3592 third_party/libxml/src/valid.c     return(xmlValidateNamesValueInternal(NULL, value));
value            3608 third_party/libxml/src/valid.c xmlValidateNmtokenValueInternal(xmlDocPtr doc, const xmlChar *value) {
value            3612 third_party/libxml/src/valid.c     if (value == NULL) return(0);
value            3613 third_party/libxml/src/valid.c     cur = value;
value            3644 third_party/libxml/src/valid.c xmlValidateNmtokenValue(const xmlChar *value) {
value            3645 third_party/libxml/src/valid.c     return(xmlValidateNmtokenValueInternal(NULL, value));
value            3661 third_party/libxml/src/valid.c xmlValidateNmtokensValueInternal(xmlDocPtr doc, const xmlChar *value) {
value            3665 third_party/libxml/src/valid.c     if (value == NULL) return(0);
value            3666 third_party/libxml/src/valid.c     cur = value;
value            3720 third_party/libxml/src/valid.c xmlValidateNmtokensValue(const xmlChar *value) {
value            3721 third_party/libxml/src/valid.c     return(xmlValidateNmtokensValueInternal(NULL, value));
value            3760 third_party/libxml/src/valid.c                                   const xmlChar *value) {
value            3764 third_party/libxml/src/valid.c 	    return(xmlValidateNamesValueInternal(doc, value));
value            3769 third_party/libxml/src/valid.c 	    return(xmlValidateNameValueInternal(doc, value));
value            3772 third_party/libxml/src/valid.c 	    return(xmlValidateNmtokensValueInternal(doc, value));
value            3774 third_party/libxml/src/valid.c 	    return(xmlValidateNmtokenValueInternal(doc, value));
value            3806 third_party/libxml/src/valid.c xmlValidateAttributeValue(xmlAttributeType type, const xmlChar *value) {
value            3807 third_party/libxml/src/valid.c     return(xmlValidateAttributeValueInternal(NULL, type, value));
value            3841 third_party/libxml/src/valid.c       const xmlChar *name, xmlAttributeType type, const xmlChar *value) {
value            3855 third_party/libxml/src/valid.c 	    ent = xmlGetDocEntity(doc, value);
value            3859 third_party/libxml/src/valid.c 		ent = xmlGetDocEntity(doc, value);
value            3865 third_party/libxml/src/valid.c 		       name, value, NULL);
value            3871 third_party/libxml/src/valid.c 		       name, value, NULL);
value            3880 third_party/libxml/src/valid.c 	    dup = xmlStrdup(value);
value            3914 third_party/libxml/src/valid.c 	    nota = xmlGetDtdNotationDesc(doc->intSubset, value);
value            3916 third_party/libxml/src/valid.c 		nota = xmlGetDtdNotationDesc(doc->extSubset, value);
value            3922 third_party/libxml/src/valid.c 		       name, value, NULL);
value            3957 third_party/libxml/src/valid.c 	     xmlNodePtr elem, const xmlChar *name, const xmlChar *value) {
value            3966 third_party/libxml/src/valid.c     if (value == NULL) return(NULL);
value            3997 third_party/libxml/src/valid.c     ret = xmlStrdup(value);
value            4000 third_party/libxml/src/valid.c     src = value;
value            4013 third_party/libxml/src/valid.c     if ((doc->standalone) && (extsubset == 1) && (!xmlStrEqual(value, ret))) {
value            4043 third_party/libxml/src/valid.c 			        const xmlChar *name, const xmlChar *value) {
value            4051 third_party/libxml/src/valid.c     if (value == NULL) return(NULL);
value            4072 third_party/libxml/src/valid.c     ret = xmlStrdup(value);
value            4075 third_party/libxml/src/valid.c     src = value;
value            4350 third_party/libxml/src/valid.c                         xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) 
value            4408 third_party/libxml/src/valid.c     val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);
value            4418 third_party/libxml/src/valid.c 	if (!xmlStrEqual(value, attrDecl->defaultValue)) {
value            4428 third_party/libxml/src/valid.c         if (xmlAddID(ctxt, doc, value, attr) == NULL)
value            4434 third_party/libxml/src/valid.c         if (xmlAddRef(ctxt, doc, value, attr) == NULL)
value            4444 third_party/libxml/src/valid.c 	nota = xmlGetDtdNotationDesc(doc->intSubset, value);
value            4446 third_party/libxml/src/valid.c 	    nota = xmlGetDtdNotationDesc(doc->extSubset, value);
value            4451 third_party/libxml/src/valid.c 		   value, attr->name, elem->name);
value            4457 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, value)) break;
value            4463 third_party/libxml/src/valid.c 		   value, attr->name, elem->name);
value            4472 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, value)) break;
value            4478 third_party/libxml/src/valid.c 		   value, attr->name, elem->name);
value            4485 third_party/libxml/src/valid.c         (!xmlStrEqual(attrDecl->defaultValue, value))) {
value            4494 third_party/libxml/src/valid.c 				      attrDecl->atype, value);
value            4527 third_party/libxml/src/valid.c xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) {
value            4593 third_party/libxml/src/valid.c     val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);
value            4609 third_party/libxml/src/valid.c 	if (!xmlStrEqual(value, attrDecl->defaultValue)) {
value            4625 third_party/libxml/src/valid.c         if (xmlAddID(ctxt, doc, value, (xmlAttrPtr) ns) == NULL)
value            4631 third_party/libxml/src/valid.c         if (xmlAddRef(ctxt, doc, value, (xmlAttrPtr) ns) == NULL)
value            4641 third_party/libxml/src/valid.c 	nota = xmlGetDtdNotationDesc(doc->intSubset, value);
value            4643 third_party/libxml/src/valid.c 	    nota = xmlGetDtdNotationDesc(doc->extSubset, value);
value            4649 third_party/libxml/src/valid.c 		       value, ns->prefix, elem->name);
value            4653 third_party/libxml/src/valid.c 		       value, elem->name, NULL);
value            4660 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, value)) break;
value            4667 third_party/libxml/src/valid.c 		       value, ns->prefix, elem->name);
value            4671 third_party/libxml/src/valid.c 		       value, elem->name, NULL);
value            4681 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, value)) break;
value            4688 third_party/libxml/src/valid.c 		       value, ns->prefix, elem->name);
value            4692 third_party/libxml/src/valid.c 		       value, elem->name, NULL);
value            4700 third_party/libxml/src/valid.c         (!xmlStrEqual(attrDecl->defaultValue, value))) {
value            4716 third_party/libxml/src/valid.c 					  attrDecl->atype, value);
value            4719 third_party/libxml/src/valid.c 					  attrDecl->atype, value);
value            6372 third_party/libxml/src/valid.c     const xmlChar *value;
value            6398 third_party/libxml/src/valid.c 	    value = xmlNodeListGetString(doc, attr->children, 0);
value            6399 third_party/libxml/src/valid.c 	    ret &= xmlValidateOneAttribute(ctxt, doc, elem, attr, value);
value            6400 third_party/libxml/src/valid.c 	    if (value != NULL)
value            6401 third_party/libxml/src/valid.c 		xmlFree((char *)value);
value             314 third_party/libxml/src/xinclude.c 	           const xmlChar *value)
value             318 third_party/libxml/src/xinclude.c 	               "detected a recursion in %s\n", value);
value             342 third_party/libxml/src/xinclude.c     ctxt->url = ctxt->urlTab[ctxt->urlNr] = xmlStrdup(value);
value            1373 third_party/libxml/src/xmllint.c cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
value            1379 third_party/libxml/src/xmllint.c 	    (char *) value, len);
value            1390 third_party/libxml/src/xmllint.c commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
value            1395 third_party/libxml/src/xmllint.c     fprintf(stdout, "SAX.comment(%s)\n", value);
value            1728 third_party/libxml/src/xmllint.c     const xmlChar *name, *value;
value            1739 third_party/libxml/src/xmllint.c 	value = xmlTextReaderConstValue(reader);
value            1748 third_party/libxml/src/xmllint.c 	if (value == NULL)
value            1751 third_party/libxml/src/xmllint.c 	    printf(" %s\n", value);
value             232 third_party/libxml/src/xmlreader.c     if (id->value != NULL)
value             233 third_party/libxml/src/xmlreader.c 	DICT_FREE(id->value)
value             582 third_party/libxml/src/xmlreader.c xmlTextReaderEntPush(xmlTextReaderPtr reader, xmlNodePtr value)
value             604 third_party/libxml/src/xmlreader.c     reader->entTab[reader->entNr] = value;
value             605 third_party/libxml/src/xmlreader.c     reader->ent = value;
value            3743 third_party/libxml/src/xmlreader.c xmlTextReaderSetParserProp(xmlTextReaderPtr reader, int prop, int value) {
value            3753 third_party/libxml/src/xmlreader.c 	    if (value != 0) {
value            3764 third_party/libxml/src/xmlreader.c 	    if (value != 0) {
value            3772 third_party/libxml/src/xmlreader.c 	    if (value != 0) {
value            3780 third_party/libxml/src/xmlreader.c 	    if (value != 0) {
value             302 third_party/libxml/src/xmlregexp.c     xmlChar *value;
value             460 third_party/libxml/src/xmlregexp.c         xmlChar *value;
value             505 third_party/libxml/src/xmlregexp.c 		value = ret->atoms[i]->valuep;
value             507 third_party/libxml/src/xmlregexp.c 		    if (xmlStrEqual(stringMap[j], value)) {
value             514 third_party/libxml/src/xmlregexp.c 		    stringMap[nbatoms] = xmlStrdup(value);
value            3069 third_party/libxml/src/xmlregexp.c 	           exec->inputStack[exec->inputStackNr - (i + 1)].value);
value            3570 third_party/libxml/src/xmlregexp.c 	    if (exec->inputStack[i].value != NULL)
value            3571 third_party/libxml/src/xmlregexp.c 		xmlFree(exec->inputStack[i].value);
value            3581 third_party/libxml/src/xmlregexp.c xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value,
value            3584 third_party/libxml/src/xmlregexp.c     printf("saving value: %d:%s\n", exec->inputStackNr, value);
value            3608 third_party/libxml/src/xmlregexp.c     exec->inputStack[exec->inputStackNr].value = xmlStrdup(value);
value            3611 third_party/libxml/src/xmlregexp.c     exec->inputStack[exec->inputStackNr].value = NULL;
value            3680 third_party/libxml/src/xmlregexp.c 	                const xmlChar *value,
value            3688 third_party/libxml/src/xmlregexp.c     if (value == NULL) {
value            3699 third_party/libxml/src/xmlregexp.c     printf("value pushed: %s\n", value);
value            3709 third_party/libxml/src/xmlregexp.c 	    if (xmlRegStrEqualWildcard(comp->stringMap[i], value)) {
value            3712 third_party/libxml/src/xmlregexp.c 		    exec->callback(exec->data, value,
value            3734 third_party/libxml/src/xmlregexp.c     printf("failed to find a transition for %s on state %d\n", value, state);
value            3739 third_party/libxml/src/xmlregexp.c     exec->errString = xmlStrdup(value);
value            3761 third_party/libxml/src/xmlregexp.c xmlRegExecPushStringInternal(xmlRegExecCtxtPtr exec, const xmlChar *value,
value            3777 third_party/libxml/src/xmlregexp.c 	return(xmlRegCompactPushString(exec, exec->comp, value, data));
value            3779 third_party/libxml/src/xmlregexp.c     if (value == NULL) {
value            3786 third_party/libxml/src/xmlregexp.c     printf("value pushed: %s\n", value);
value            3792 third_party/libxml/src/xmlregexp.c     if ((value != NULL) && (exec->inputStackNr > 0)) {
value            3793 third_party/libxml/src/xmlregexp.c 	xmlFARegExecSaveInputString(exec, value, data);
value            3794 third_party/libxml/src/xmlregexp.c 	value = exec->inputStack[exec->index].value;
value            3797 third_party/libxml/src/xmlregexp.c 	printf("value loaded: %s\n", value);
value            3802 third_party/libxml/src/xmlregexp.c 	   ((value != NULL) ||
value            3811 third_party/libxml/src/xmlregexp.c 	if ((value == NULL) && (exec->counts == NULL))
value            3835 third_party/libxml/src/xmlregexp.c 		if ((value == NULL) && (final)) {
value            3837 third_party/libxml/src/xmlregexp.c 		} else if (value != NULL) {
value            3846 third_party/libxml/src/xmlregexp.c 			    (xmlStrEqual(value, t->atom->valuep))) {
value            3853 third_party/libxml/src/xmlregexp.c 			    (xmlStrEqual(value, t->atom->valuep))) {
value            3903 third_party/libxml/src/xmlregexp.c 	    } else if (value != NULL) {
value            3904 third_party/libxml/src/xmlregexp.c 		ret = xmlRegStrEqualWildcard(atom->valuep, value);
value            3928 third_party/libxml/src/xmlregexp.c 			    xmlFARegExecSaveInputString(exec, value, data);
value            3941 third_party/libxml/src/xmlregexp.c 			value = exec->inputStack[exec->index].value;
value            3944 third_party/libxml/src/xmlregexp.c 			printf("value loaded: %s\n", value);
value            3950 third_party/libxml/src/xmlregexp.c 			if (value == NULL) {
value            3964 third_party/libxml/src/xmlregexp.c 				xmlFARegExecSaveInputString(exec, value, data);
value            3970 third_party/libxml/src/xmlregexp.c 			ret = xmlStrEqual(value, atom->valuep);
value            3995 third_party/libxml/src/xmlregexp.c 			xmlFARegExecSaveInputString(exec, value, data);
value            4025 third_party/libxml/src/xmlregexp.c 		    exec->errString = xmlStrdup(value);
value            4036 third_party/libxml/src/xmlregexp.c 			    value = exec->inputStack[exec->index].value;
value            4039 third_party/libxml/src/xmlregexp.c 			    printf("value loaded: %s\n", value);
value            4042 third_party/libxml/src/xmlregexp.c 			    value = NULL;
value            4049 third_party/libxml/src/xmlregexp.c 			value = NULL;
value            4073 third_party/libxml/src/xmlregexp.c 		exec->errString = xmlStrdup(value);
value            4085 third_party/libxml/src/xmlregexp.c 		value = exec->inputStack[exec->index].value;
value            4088 third_party/libxml/src/xmlregexp.c 		printf("value loaded: %s\n", value);
value            4120 third_party/libxml/src/xmlregexp.c xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value,
value            4122 third_party/libxml/src/xmlregexp.c     return(xmlRegExecPushStringInternal(exec, value, data, 0));
value            4138 third_party/libxml/src/xmlregexp.c xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value,
value            4152 third_party/libxml/src/xmlregexp.c         return(xmlRegExecPushString(exec, value, data));
value            4155 third_party/libxml/src/xmlregexp.c     lenp = strlen((char *) value);
value            4166 third_party/libxml/src/xmlregexp.c     memcpy(&str[0], value, lenp);
value            6467 third_party/libxml/src/xmlregexp.c     unsigned short value = 0L;
value            6471 third_party/libxml/src/xmlregexp.c 	value += 30 * (*name);
value            6473 third_party/libxml/src/xmlregexp.c 	    value = value ^ ((value << 5) + (value >> 3) + (unsigned short)ch);
value            6476 third_party/libxml/src/xmlregexp.c     return (value);
value            6486 third_party/libxml/src/xmlregexp.c     unsigned long value;
value            6491 third_party/libxml/src/xmlregexp.c 	    value = left->key;
value            6492 third_party/libxml/src/xmlregexp.c 	    value += right->key;
value            6493 third_party/libxml/src/xmlregexp.c 	    value *= 3;
value            6494 third_party/libxml/src/xmlregexp.c 	    ret = (unsigned short) value;
value            6497 third_party/libxml/src/xmlregexp.c 	    value = left->key;
value            6498 third_party/libxml/src/xmlregexp.c 	    value += right->key;
value            6499 third_party/libxml/src/xmlregexp.c 	    value *= 7;
value            6500 third_party/libxml/src/xmlregexp.c 	    ret = (unsigned short) value;
value            6503 third_party/libxml/src/xmlregexp.c 	    value = left->key;
value            6504 third_party/libxml/src/xmlregexp.c 	    value += right->key;
value            6505 third_party/libxml/src/xmlregexp.c 	    ret = (unsigned short) value;
value             885 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
value             944 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
value             987 third_party/libxml/src/xmlschemas.c     xmlSchemaValPtr value;
value            1482 third_party/libxml/src/xmlschemas.c     const xmlChar *value, *value2 = NULL;
value            1490 third_party/libxml/src/xmlschemas.c 	value = NULL;
value            1496 third_party/libxml/src/xmlschemas.c 		value = xmlSchemaValueGetAsString(val);
value            1497 third_party/libxml/src/xmlschemas.c 		if (value != NULL) {
value            1499 third_party/libxml/src/xmlschemas.c 			value2 = xmlSchemaCollapseString(value);
value            1501 third_party/libxml/src/xmlschemas.c 			value2 = xmlSchemaWhiteSpaceReplace(value);
value            1503 third_party/libxml/src/xmlschemas.c 			value = value2;
value            1512 third_party/libxml/src/xmlschemas.c 		value = value2;
value            1515 third_party/libxml/src/xmlschemas.c 	    if (value == NULL) {
value            1519 third_party/libxml/src/xmlschemas.c 		*retValue = xmlStrdup(value);
value            1520 third_party/libxml/src/xmlschemas.c 	else if (value != NULL) {
value            1523 third_party/libxml/src/xmlschemas.c 	    *retValue = xmlStrcat((xmlChar *) *retValue, value);
value            1785 third_party/libxml/src/xmlschemas.c     xmlChar *value = NULL;
value            1802 third_party/libxml/src/xmlschemas.c 		ws, &value);
value            1816 third_party/libxml/src/xmlschemas.c 	    *buf = xmlStrcat(*buf, BAD_CAST value);
value            1818 third_party/libxml/src/xmlschemas.c 	    if (value != NULL) {
value            1819 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *)value);
value            1820 third_party/libxml/src/xmlschemas.c 		value = NULL;
value            2426 third_party/libxml/src/xmlschemas.c 		       const xmlChar *value,
value            2469 third_party/libxml/src/xmlschemas.c 	xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL);
value            2611 third_party/libxml/src/xmlschemas.c 		  const xmlChar *value,
value            2669 third_party/libxml/src/xmlschemas.c 		    value, (const xmlChar *) actLen, (const xmlChar *) len);
value            2677 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char *) msg, value,
value            2682 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char *) msg, value,
value            2683 third_party/libxml/src/xmlschemas.c 		facet->value);
value            2687 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char *) msg, value,
value            2688 third_party/libxml/src/xmlschemas.c 		facet->value);
value            2692 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char *) msg, value,
value            2693 third_party/libxml/src/xmlschemas.c 		facet->value);
value            2697 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char *) msg, value,
value            2698 third_party/libxml/src/xmlschemas.c 		facet->value);
value            2702 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char *) msg, value,
value            2703 third_party/libxml/src/xmlschemas.c 		facet->value);
value            2707 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char*) msg, value,
value            2708 third_party/libxml/src/xmlschemas.c 		facet->value);
value            2712 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char*) msg, value,
value            2713 third_party/libxml/src/xmlschemas.c 		facet->value);
value            2716 third_party/libxml/src/xmlschemas.c 	    xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL);
value            3088 third_party/libxml/src/xmlschemas.c 			const xmlChar *value,
value            3145 third_party/libxml/src/xmlschemas.c 	    xmlSchemaPErr(ctxt, node, error, (const char *) msg, value, NULL);
value            4204 third_party/libxml/src/xmlschemas.c     if (elem->value != NULL)
value            4205 third_party/libxml/src/xmlschemas.c 	fprintf(output, "  value: '%s'\n", elem->value);
value            4523 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
value            4545 third_party/libxml/src/xmlschemas.c 		    res = xmlSchemaGetCanonValue(key->val, &value);
value            4547 third_party/libxml/src/xmlschemas.c 			fprintf(output, "'%s' ", value);
value            4551 third_party/libxml/src/xmlschemas.c 			FREE_AND_NULL(value)
value            4567 third_party/libxml/src/xmlschemas.c 			res = xmlSchemaGetCanonValue(key->val, &value);
value            4569 third_party/libxml/src/xmlschemas.c 			    fprintf(output, "'%s' ", value);
value            4573 third_party/libxml/src/xmlschemas.c 			    FREE_AND_NULL(value)
value            5588 third_party/libxml/src/xmlschemas.c     ret->value = NULL;
value            5773 third_party/libxml/src/xmlschemas.c 				       const xmlChar *value,
value            5783 third_party/libxml/src/xmlschemas.c     ret = xmlValidateQName(value, 1);
value            5789 third_party/libxml/src/xmlschemas.c 	    NULL, value, NULL, NULL, NULL);
value            5790 third_party/libxml/src/xmlschemas.c 	*local = value;
value            5795 third_party/libxml/src/xmlschemas.c     if (!strchr((char *) value, ':')) {
value            5808 third_party/libxml/src/xmlschemas.c 	*local = xmlDictLookup(ctxt->dict, value, -1);
value            5814 third_party/libxml/src/xmlschemas.c     *local = xmlSplitQName3(value, &len);
value            5816 third_party/libxml/src/xmlschemas.c     pref = xmlDictLookup(ctxt->dict, value, len);
value            5822 third_party/libxml/src/xmlschemas.c 	    xmlSchemaGetBuiltInType(XML_SCHEMAS_QNAME), NULL, value,
value            5824 third_party/libxml/src/xmlschemas.c 	    "corresponding namespace declaration in scope", value, NULL);
value            5857 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
value            5859 third_party/libxml/src/xmlschemas.c     value = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
value            5861 third_party/libxml/src/xmlschemas.c 	ownerItem, attr, value, uri, local));
value            5919 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
value            5923 third_party/libxml/src/xmlschemas.c     value = xmlSchemaGetNodeContentNoDict((xmlNodePtr) attr);
value            5924 third_party/libxml/src/xmlschemas.c     ret = xmlValidateNCName(value, 1);
value            5937 third_party/libxml/src/xmlschemas.c 	    strip = xmlSchemaCollapseString(value);
value            5939 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) value);
value            5940 third_party/libxml/src/xmlschemas.c 		value = strip;
value            5942 third_party/libxml/src/xmlschemas.c     	    res = xmlAddID(NULL, attr->doc, value, attr);
value            5950 third_party/libxml/src/xmlschemas.c 		    "type 'xs:ID'", value, NULL);
value            5962 third_party/libxml/src/xmlschemas.c 	    value, NULL);
value            5964 third_party/libxml/src/xmlschemas.c     if (value != NULL)
value            5965 third_party/libxml/src/xmlschemas.c 	xmlFree((xmlChar *)value);
value            6117 third_party/libxml/src/xmlschemas.c     xmlChar *value = NULL;
value            6120 third_party/libxml/src/xmlschemas.c     value = xmlNodeGetContent(node);
value            6126 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(BAD_CAST value, BAD_CAST "true"))
value            6128 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(BAD_CAST value, BAD_CAST "false"))
value            6130 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(BAD_CAST value, BAD_CAST "1"))
value            6132 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(BAD_CAST value, BAD_CAST "0"))
value            6139 third_party/libxml/src/xmlschemas.c 	    NULL, BAD_CAST value,
value            6142 third_party/libxml/src/xmlschemas.c     if (value != NULL)
value            6143 third_party/libxml/src/xmlschemas.c 	xmlFree(value);
value            6246 third_party/libxml/src/xmlschemas.c 			   const xmlChar *value,
value            6269 third_party/libxml/src/xmlschemas.c 	    ret = xmlSchemaValPredefTypeNode(type, value, NULL,
value            6293 third_party/libxml/src/xmlschemas.c 	    type, NULL, value, NULL, NULL, NULL);
value            6320 third_party/libxml/src/xmlschemas.c 			   const xmlChar **value)
value            6328 third_party/libxml/src/xmlschemas.c     if (value != NULL)
value            6329 third_party/libxml/src/xmlschemas.c 	*value = val;
value            6360 third_party/libxml/src/xmlschemas.c 		       const xmlChar **value)
value            6365 third_party/libxml/src/xmlschemas.c 	if (value != NULL)
value            6366 third_party/libxml/src/xmlschemas.c 	    *value = NULL;
value            6370 third_party/libxml/src/xmlschemas.c 	if (value != NULL)
value            6371 third_party/libxml/src/xmlschemas.c 	    *value = NULL;
value            6381 third_party/libxml/src/xmlschemas.c 	if (value != NULL)
value            6382 third_party/libxml/src/xmlschemas.c 	    *value = NULL;
value            6386 third_party/libxml/src/xmlschemas.c 	type, value));
value            6616 third_party/libxml/src/xmlschemas.c     const xmlChar *value;
value            6627 third_party/libxml/src/xmlschemas.c     value = xmlSchemaGetProp(ctxt, node, "value");
value            6628 third_party/libxml/src/xmlschemas.c     if (value == NULL) {
value            6665 third_party/libxml/src/xmlschemas.c     facet->value = value;
value            6744 third_party/libxml/src/xmlschemas.c 	wildc->negNsSet->value = ctxt->targetNamespace;
value            6786 third_party/libxml/src/xmlschemas.c 		    if (dictnsItem == tmp->value)
value            6796 third_party/libxml/src/xmlschemas.c 		    tmp->value = dictnsItem;
value            7852 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrFormDefault(const xmlChar *value,
value            7856 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(value, BAD_CAST "qualified")) {
value            7859 third_party/libxml/src/xmlschemas.c     } else if (!xmlStrEqual(value, BAD_CAST "unqualified"))
value            7883 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrBlockFinal(const xmlChar *value,
value            7897 third_party/libxml/src/xmlschemas.c     if ((flags == NULL) || (value == NULL))
value            7899 third_party/libxml/src/xmlschemas.c     if (value[0] == 0)
value            7901 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(value, BAD_CAST "#all")) {
value            7917 third_party/libxml/src/xmlschemas.c 	const xmlChar *end, *cur = value;
value            8717 third_party/libxml/src/xmlschemas.c 	decl->value = xmlSchemaGetProp(ctxt, node, "default");
value            8721 third_party/libxml/src/xmlschemas.c 	    if (decl->value != NULL) {
value            8731 third_party/libxml/src/xmlschemas.c 		decl->value = fixed;
value            12768 third_party/libxml/src/xmlschemas.c 			    pctxt->state, NULL, BAD_CAST "*", ns->value, wild);
value            12775 third_party/libxml/src/xmlschemas.c 			start, end, BAD_CAST "*", wild->negNsSet->value,
value            12803 third_party/libxml/src/xmlschemas.c 				start, NULL, BAD_CAST "*", ns->value, wild);
value            12810 third_party/libxml/src/xmlschemas.c 			start, hop, BAD_CAST "*", wild->negNsSet->value,
value            13465 third_party/libxml/src/xmlschemas.c 	tmp->value = cur->value;
value            13479 third_party/libxml/src/xmlschemas.c 	dest->negNsSet->value = source->negNsSet->value;
value            13512 third_party/libxml/src/xmlschemas.c 	    (completeWild->negNsSet->value == curWild->negNsSet->value)) {
value            13525 third_party/libxml/src/xmlschemas.c 			if (cur->value == curB->value) {
value            13572 third_party/libxml/src/xmlschemas.c 		if (cur->value == curB->value) {
value            13582 third_party/libxml/src/xmlschemas.c 		tmp->value = cur->value;
value            13597 third_party/libxml/src/xmlschemas.c 	(completeWild->negNsSet->value != curWild->negNsSet->value)) {
value            13598 third_party/libxml/src/xmlschemas.c 	completeWild->negNsSet->value = NULL;
value            13606 third_party/libxml/src/xmlschemas.c 	(completeWild->negNsSet->value != NULL) &&
value            13609 third_party/libxml/src/xmlschemas.c 	(curWild->negNsSet->value != NULL) &&
value            13623 third_party/libxml/src/xmlschemas.c 	    if (cur->value == NULL)
value            13625 third_party/libxml/src/xmlschemas.c 	    else if (cur->value == curB->value)
value            13661 third_party/libxml/src/xmlschemas.c 	    completeWild->negNsSet->value = NULL;
value            13686 third_party/libxml/src/xmlschemas.c 		completeWild->negNsSet->value = curWild->negNsSet->value;
value            13695 third_party/libxml/src/xmlschemas.c 	(completeWild->negNsSet->value == NULL) &&
value            13698 third_party/libxml/src/xmlschemas.c 	(curWild->negNsSet->value == NULL) &&
value            13707 third_party/libxml/src/xmlschemas.c 	    if (cur->value == NULL) {
value            13737 third_party/libxml/src/xmlschemas.c 	    completeWild->negNsSet->value = NULL;
value            13772 third_party/libxml/src/xmlschemas.c 	    (completeWild->negNsSet->value == curWild->negNsSet->value)) {
value            13785 third_party/libxml/src/xmlschemas.c 			if (cur->value == curB->value) {
value            13820 third_party/libxml/src/xmlschemas.c 	    neg = completeWild->negNsSet->value;
value            13824 third_party/libxml/src/xmlschemas.c 	    neg = curWild->negNsSet->value;
value            13831 third_party/libxml/src/xmlschemas.c 	    if (cur->value == NULL) {
value            13846 third_party/libxml/src/xmlschemas.c 		if (cur->value == neg) {
value            13874 third_party/libxml/src/xmlschemas.c 		if (cur->value == curB->value) {
value            13901 third_party/libxml/src/xmlschemas.c 	(completeWild->negNsSet->value != curWild->negNsSet->value) &&
value            13902 third_party/libxml/src/xmlschemas.c 	(completeWild->negNsSet->value != NULL) &&
value            13903 third_party/libxml/src/xmlschemas.c 	(curWild->negNsSet->value != NULL)) {
value            13916 third_party/libxml/src/xmlschemas.c 	(completeWild->negNsSet->value != curWild->negNsSet->value) &&
value            13917 third_party/libxml/src/xmlschemas.c 	(completeWild->negNsSet->value == NULL)) {
value            13918 third_party/libxml/src/xmlschemas.c 	completeWild->negNsSet->value =  curWild->negNsSet->value;
value            13949 third_party/libxml/src/xmlschemas.c 	(sub->negNsSet->value == super->negNsSet->value))
value            13967 third_party/libxml/src/xmlschemas.c 		    if (cur->value == curB->value) {
value            13987 third_party/libxml/src/xmlschemas.c 		if (cur->value == super->negNsSet->value)
value            14000 third_party/libxml/src/xmlschemas.c 				     const xmlChar **value,
value            14004 third_party/libxml/src/xmlschemas.c     *value = NULL;
value            14009 third_party/libxml/src/xmlschemas.c 	*value = attruse->defValue;
value            14017 third_party/libxml/src/xmlschemas.c 	*value = attruse->attrDecl->defValue;
value            14051 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(cur->value, ns))
value            14056 third_party/libxml/src/xmlschemas.c 	(!xmlStrEqual(wild->negNsSet->value, ns)))
value            15751 third_party/libxml/src/xmlschemas.c 			     const xmlChar *value,
value            15777 third_party/libxml/src/xmlschemas.c 				   const xmlChar *value,
value            15823 third_party/libxml/src/xmlschemas.c 	    type, value, val, 1, 1, 0);
value            15826 third_party/libxml/src/xmlschemas.c 	    type->contentTypeDef, value, val, 1, 1, 0);
value            16816 third_party/libxml/src/xmlschemas.c     if ((elemB->value != NULL) && (elemB->flags & XML_SCHEMAS_ELEM_FIXED) &&
value            16817 third_party/libxml/src/xmlschemas.c 	((elemR->value == NULL) ||
value            16820 third_party/libxml/src/xmlschemas.c 	 (! xmlStrEqual(elemR->value, elemB->value))))
value            18674 third_party/libxml/src/xmlschemas.c 		    facet->value, &(facet->val), 1, 1, 0);
value            18684 third_party/libxml/src/xmlschemas.c 				facet->value, xmlSchemaFacetTypeToString(facet->type));
value            18697 third_party/libxml/src/xmlschemas.c 			    facet->value,
value            18713 third_party/libxml/src/xmlschemas.c             facet->regexp = xmlRegexpCompile(facet->value);
value            18722 third_party/libxml/src/xmlschemas.c 			facet->value, NULL);
value            18735 third_party/libxml/src/xmlschemas.c 		    facet->value, &(facet->val));
value            18739 third_party/libxml/src/xmlschemas.c 		    facet->value, &(facet->val));
value            18757 third_party/libxml/src/xmlschemas.c 			facet->value,
value            18768 third_party/libxml/src/xmlschemas.c                 if (xmlStrEqual(facet->value, BAD_CAST "preserve")) {
value            18770 third_party/libxml/src/xmlschemas.c                 } else if (xmlStrEqual(facet->value, BAD_CAST "replace")) {
value            18772 third_party/libxml/src/xmlschemas.c                 } else if (xmlStrEqual(facet->value, BAD_CAST "collapse")) {
value            18782 third_party/libxml/src/xmlschemas.c 			    "valid", facet->value, NULL);
value            19660 third_party/libxml/src/xmlschemas.c     if ((elemDecl->value != NULL) &&
value            19675 third_party/libxml/src/xmlschemas.c     } else if (elemDecl->value != NULL) {
value            19702 third_party/libxml/src/xmlschemas.c 	    typeDef, elemDecl->value, &(elemDecl->defVal));
value            21723 third_party/libxml/src/xmlschemas.c     cur = iattr->value;
value            21845 third_party/libxml/src/xmlschemas.c 			  const xmlChar *value,
value            21856 third_party/libxml/src/xmlschemas.c     ret = xmlValidateQName(value, 1);
value            21863 third_party/libxml/src/xmlschemas.c 	localName = xmlSplitQName2(value, &prefix);
value            21895 third_party/libxml/src/xmlschemas.c 	    if (xmlSchemaGetNotation(schema, value, NULL) != NULL) {
value            21898 third_party/libxml/src/xmlschemas.c 			BAD_CAST xmlStrdup(value), NULL);
value            22569 third_party/libxml/src/xmlschemas.c     xmlChar *value = NULL;
value            22576 third_party/libxml/src/xmlschemas.c 	    &value);
value            22578 third_party/libxml/src/xmlschemas.c 	    *buf = xmlStrcat(*buf, BAD_CAST value);
value            22588 third_party/libxml/src/xmlschemas.c 	if (value != NULL) {
value            22589 third_party/libxml/src/xmlschemas.c 	    xmlFree(value);
value            22590 third_party/libxml/src/xmlschemas.c 	    value = NULL;
value            23932 third_party/libxml/src/xmlschemas.c 			xmlChar *value,
value            23974 third_party/libxml/src/xmlschemas.c     attr->value = value;
value            24001 third_party/libxml/src/xmlschemas.c 	FREE_AND_NULL(ielem->value);
value            24003 third_party/libxml/src/xmlschemas.c 	ielem->value = NULL;
value            24125 third_party/libxml/src/xmlschemas.c 			const xmlChar * value,
value            24194 third_party/libxml/src/xmlschemas.c 		    valType, value, val, &len, ws);
value            24198 third_party/libxml/src/xmlschemas.c 		    valType, value, val, ws);
value            24208 third_party/libxml/src/xmlschemas.c 		value, len, type, facetLink->facet, NULL, NULL, NULL);
value            24232 third_party/libxml/src/xmlschemas.c 		    value, length, NULL);
value            24244 third_party/libxml/src/xmlschemas.c 		value, length, type, facetLink->facet, NULL, NULL, NULL);
value            24296 third_party/libxml/src/xmlschemas.c 		    value, 0, type, NULL, NULL, NULL, NULL);
value            24323 third_party/libxml/src/xmlschemas.c 		ret = xmlRegexpExec(facetLink->facet->regexp, value);
value            24341 third_party/libxml/src/xmlschemas.c 			value, 0, type, facet, NULL, NULL, NULL);
value            24357 third_party/libxml/src/xmlschemas.c 			const xmlChar *value)
value            24361 third_party/libxml/src/xmlschemas.c 	    return (xmlSchemaCollapseString(value));
value            24363 third_party/libxml/src/xmlschemas.c 	    return (xmlSchemaWhiteSpaceReplace(value));
value            24371 third_party/libxml/src/xmlschemas.c 		       const xmlChar *value,
value            24379 third_party/libxml/src/xmlschemas.c     ret = xmlValidateQName(value, 1);
value            24392 third_party/libxml/src/xmlschemas.c     local = xmlSplitQName2(value, &prefix);
value            24394 third_party/libxml/src/xmlschemas.c 	local = xmlStrdup(value);
value            24414 third_party/libxml/src/xmlschemas.c 		"scope", value, NULL);
value            24439 third_party/libxml/src/xmlschemas.c 			     const xmlChar *value,
value            24453 third_party/libxml/src/xmlschemas.c 	normValue = xmlSchemaNormalizeValue(atype, value); \
value            24455 third_party/libxml/src/xmlschemas.c 	    value = normValue; \
value            24487 third_party/libxml/src/xmlschemas.c     if (value == NULL)
value            24488 third_party/libxml/src/xmlschemas.c 	value = BAD_CAST "";
value            24525 third_party/libxml/src/xmlschemas.c 			NULL, value, &val, valNeeded);
value            24529 third_party/libxml/src/xmlschemas.c 			value, &val, valNeeded);
value            24535 third_party/libxml/src/xmlschemas.c 			    value, &val, node);
value            24538 third_party/libxml/src/xmlschemas.c 			    value, NULL, node);
value            24546 third_party/libxml/src/xmlschemas.c 			value, &val, valNeeded);
value            24552 third_party/libxml/src/xmlschemas.c 			    value, &val, node);
value            24555 third_party/libxml/src/xmlschemas.c 			    value, NULL, node);
value            24581 third_party/libxml/src/xmlschemas.c 		(xmlSchemaValType) biType->builtInType, value, val,
value            24596 third_party/libxml/src/xmlschemas.c 	    xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1);
value            24618 third_party/libxml/src/xmlschemas.c 	cur = value;
value            24665 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAS_UNKNOWN, value, val,
value            24682 third_party/libxml/src/xmlschemas.c 	    xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1);
value            24717 third_party/libxml/src/xmlschemas.c 		    memberLink->type, value, &val, 0, 1, 0);
value            24720 third_party/libxml/src/xmlschemas.c 		    memberLink->type, value, NULL, 0, 1, 0);
value            24744 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAS_UNKNOWN, value, val,
value            24756 third_party/libxml/src/xmlschemas.c 	    xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1);
value            24779 third_party/libxml/src/xmlschemas.c 			   const xmlChar *value,
value            24790 third_party/libxml/src/xmlschemas.c     ret = xmlValidateQName(value, 1);
value            24796 third_party/libxml/src/xmlschemas.c 	    value, xmlSchemaGetBuiltInType(XML_SCHEMAS_QNAME), 1);
value            24807 third_party/libxml/src/xmlschemas.c 	local = xmlSplitQName2(value, &prefix);
value            24809 third_party/libxml/src/xmlschemas.c 	    *localName = xmlDictLookup(vctxt->dict, value, -1);
value            24828 third_party/libxml/src/xmlschemas.c 		    value, NULL);
value            24866 third_party/libxml/src/xmlschemas.c 	ret = xmlSchemaVExpandQName(vctxt, iattr->value,
value            25011 third_party/libxml/src/xmlschemas.c 		iattr->value, &(iattr->val), 1, 0, 0);
value            25033 third_party/libxml/src/xmlschemas.c 			    (elemDecl->value != NULL)) {
value            25142 third_party/libxml/src/xmlschemas.c 	    if (attr->value != NULL)
value            25143 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) attr->value);
value            25472 third_party/libxml/src/xmlschemas.c 		    iattr->value = (xmlChar *) iattr->use->defValue;
value            25475 third_party/libxml/src/xmlschemas.c 		    iattr->value = (xmlChar *) iattr->decl->defValue;
value            25503 third_party/libxml/src/xmlschemas.c 		const xmlChar *value;
value            25505 third_party/libxml/src/xmlschemas.c 		value = iattr->value;
value            25510 third_party/libxml/src/xmlschemas.c 		    iattr->value);
value            25512 third_party/libxml/src/xmlschemas.c 		    value = BAD_CAST normValue;
value            25516 third_party/libxml/src/xmlschemas.c 			iattr->localName, value) == NULL) {
value            25559 third_party/libxml/src/xmlschemas.c 		    xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value);
value            25572 third_party/libxml/src/xmlschemas.c 	if (vctxt->value != NULL) {
value            25576 third_party/libxml/src/xmlschemas.c 	    xmlSchemaFreeValue(vctxt->value);
value            25577 third_party/libxml/src/xmlschemas.c 	    vctxt->value = NULL;
value            25605 third_party/libxml/src/xmlschemas.c 		iattr->node, iattr->typeDef, iattr->value, &(iattr->val),
value            25610 third_party/libxml/src/xmlschemas.c 		iattr->node, iattr->typeDef, iattr->value, NULL,
value            25735 third_party/libxml/src/xmlschemas.c 		    iattr->value, iattr->vcValue);
value            25853 third_party/libxml/src/xmlschemas.c 			      const xmlChar *value,
value            25901 third_party/libxml/src/xmlschemas.c 	    NULL, inode->typeDef, value, val, 1, 1, 0);
value            25906 third_party/libxml/src/xmlschemas.c 	    NULL, inode->typeDef->contentTypeDef, value, val, 1, 1, 0);
value            25960 third_party/libxml/src/xmlschemas.c 			     const xmlChar *value)
value            25965 third_party/libxml/src/xmlschemas.c 	    type, value, &(inode->val), 1, 1, 0));
value            25969 third_party/libxml/src/xmlschemas.c 	    type, value, NULL, 1, 0, 0));
value            26079 third_party/libxml/src/xmlschemas.c     if (vctxt->value != NULL) {
value            26080 third_party/libxml/src/xmlschemas.c 	xmlSchemaFreeValue(vctxt->value);
value            26081 third_party/libxml/src/xmlschemas.c 	vctxt->value = NULL;
value            26092 third_party/libxml/src/xmlschemas.c 		inode, inode->typeDef, inode->value);
value            26096 third_party/libxml/src/xmlschemas.c 		inode->value);
value            26115 third_party/libxml/src/xmlschemas.c     if ((inode->decl->value != NULL) &&
value            26134 third_party/libxml/src/xmlschemas.c 		inode->decl->value, &(inode->val));
value            26159 third_party/libxml/src/xmlschemas.c 		inode, inode->typeDef, inode->decl->value);
value            26163 third_party/libxml/src/xmlschemas.c 		inode->decl->value);
value            26186 third_party/libxml/src/xmlschemas.c 		inode->decl->value);
value            26191 third_party/libxml/src/xmlschemas.c 		textChild = xmlNewText(inode->decl->value);
value            26216 third_party/libxml/src/xmlschemas.c 		    inode, inode->typeDef, inode->value);
value            26231 third_party/libxml/src/xmlschemas.c 		inode, inode->typeDef->contentTypeDef, inode->value);
value            26245 third_party/libxml/src/xmlschemas.c 	if ((inode->decl->value != NULL) &&
value            26280 third_party/libxml/src/xmlschemas.c 		    if (! xmlStrEqual(inode->value, inode->decl->value)){
value            26290 third_party/libxml/src/xmlschemas.c 			    inode->value, inode->decl->value);
value            26306 third_party/libxml/src/xmlschemas.c 		    if (! xmlStrEqual(inode->value,
value            26307 third_party/libxml/src/xmlschemas.c 			    inode->decl->value)) {
value            26313 third_party/libxml/src/xmlschemas.c 			    inode->value,
value            26314 third_party/libxml/src/xmlschemas.c 			    inode->decl->value);
value            26659 third_party/libxml/src/xmlschemas.c 		  int nodeType, const xmlChar *value, int len,
value            26700 third_party/libxml/src/xmlschemas.c 	    (! xmlSchemaIsBlank((xmlChar *) value, len))) {
value            26717 third_party/libxml/src/xmlschemas.c     if ((value == NULL) || (value[0] == 0))
value            26726 third_party/libxml/src/xmlschemas.c 	(vctxt->inode->decl->value == NULL)))
value            26729 third_party/libxml/src/xmlschemas.c     if (vctxt->inode->value == NULL) {
value            26738 third_party/libxml/src/xmlschemas.c 		vctxt->inode->value = value;
value            26745 third_party/libxml/src/xmlschemas.c 		vctxt->inode->value = value;
value            26757 third_party/libxml/src/xmlschemas.c 		    vctxt->inode->value = BAD_CAST xmlStrndup(value, len);
value            26759 third_party/libxml/src/xmlschemas.c 		    vctxt->inode->value = BAD_CAST xmlStrdup(value);
value            26768 third_party/libxml/src/xmlschemas.c 	    len = xmlStrlen(value);
value            26773 third_party/libxml/src/xmlschemas.c 	    vctxt->inode->value = BAD_CAST xmlStrncat(
value            26774 third_party/libxml/src/xmlschemas.c 		(xmlChar *) vctxt->inode->value, value, len);
value            26776 third_party/libxml/src/xmlschemas.c 	    vctxt->inode->value =
value            26777 third_party/libxml/src/xmlschemas.c 		BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len);
value            27126 third_party/libxml/src/xmlschemas.c 	    xmlChar *value;
value            27131 third_party/libxml/src/xmlschemas.c 	    value = xmlTextReaderValue(vctxt->reader);
value            27132 third_party/libxml/src/xmlschemas.c 	    ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,
value            27135 third_party/libxml/src/xmlschemas.c 		xmlFree(value);
value            27328 third_party/libxml/src/xmlschemas.c 	xmlChar *value;
value            27334 third_party/libxml/src/xmlschemas.c 	    value = xmlStrndup(attributes[j+3],
value            27341 third_party/libxml/src/xmlschemas.c 		value, 1);
value            27472 third_party/libxml/src/xmlschemas.c     if (vctxt->value != NULL) {
value            27473 third_party/libxml/src/xmlschemas.c         xmlSchemaFreeValue(vctxt->value);
value            27474 third_party/libxml/src/xmlschemas.c 	vctxt->value = NULL;
value            27562 third_party/libxml/src/xmlschemas.c     if (ctxt->value != NULL)
value            27563 third_party/libxml/src/xmlschemas.c         xmlSchemaFreeValue(ctxt->value);
value            28321 third_party/libxml/src/xmlschemas.c commentSplit(void *ctx, const xmlChar *value)
value            28326 third_party/libxml/src/xmlschemas.c 	ctxt->user_sax->comment(ctxt->user_data, value);
value            28388 third_party/libxml/src/xmlschemas.c cdataBlockSplit(void *ctx, const xmlChar *value, int len)
value            28395 third_party/libxml/src/xmlschemas.c 	ctxt->user_sax->cdataBlock(ctxt->user_data, value, len);
value            28397 third_party/libxml/src/xmlschemas.c 	xmlSchemaSAXHandleCDataSection(ctxt->ctxt, value, len);
value             130 third_party/libxml/src/xmlschemastypes.c     } value;
value             223 third_party/libxml/src/xmlschemastypes.c     xmlSchemaValPtr value;
value             225 third_party/libxml/src/xmlschemastypes.c     value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
value             226 third_party/libxml/src/xmlschemastypes.c     if (value == NULL) {
value             229 third_party/libxml/src/xmlschemastypes.c     memset(value, 0, sizeof(xmlSchemaVal));
value             230 third_party/libxml/src/xmlschemastypes.c     value->type = type;
value             231 third_party/libxml/src/xmlschemastypes.c     return(value);
value             235 third_party/libxml/src/xmlschemastypes.c xmlSchemaNewMinLengthFacet(int value)
value             245 third_party/libxml/src/xmlschemastypes.c     ret->val->value.decimal.lo = value;
value             899 third_party/libxml/src/xmlschemastypes.c 	    return (BAD_CAST val->value.str);
value             919 third_party/libxml/src/xmlschemastypes.c     return (val->value.b);
value             937 third_party/libxml/src/xmlschemastypes.c 			const xmlChar *value)
value             949 third_party/libxml/src/xmlschemastypes.c     val->value.str = (xmlChar *) value;
value             973 third_party/libxml/src/xmlschemastypes.c     val->value.qname.name = (xmlChar *)name;
value             975 third_party/libxml/src/xmlschemastypes.c 	val->value.qname.uri = (xmlChar *)ns;
value             999 third_party/libxml/src/xmlschemastypes.c     val->value.qname.name = (xmlChar *) localName;
value            1000 third_party/libxml/src/xmlschemastypes.c     val->value.qname.uri = (xmlChar *) namespaceName;
value            1011 third_party/libxml/src/xmlschemastypes.c xmlSchemaFreeValue(xmlSchemaValPtr value) {
value            1014 third_party/libxml/src/xmlschemastypes.c     while (value != NULL) {	
value            1015 third_party/libxml/src/xmlschemastypes.c 	switch (value->type) {
value            1031 third_party/libxml/src/xmlschemastypes.c 		if (value->value.str != NULL)
value            1032 third_party/libxml/src/xmlschemastypes.c 		    xmlFree(value->value.str);
value            1036 third_party/libxml/src/xmlschemastypes.c 		if (value->value.qname.uri != NULL)
value            1037 third_party/libxml/src/xmlschemastypes.c 		    xmlFree(value->value.qname.uri);
value            1038 third_party/libxml/src/xmlschemastypes.c 		if (value->value.qname.name != NULL)
value            1039 third_party/libxml/src/xmlschemastypes.c 		    xmlFree(value->value.qname.name);
value            1042 third_party/libxml/src/xmlschemastypes.c 		if (value->value.hex.str != NULL)
value            1043 third_party/libxml/src/xmlschemastypes.c 		    xmlFree(value->value.hex.str);
value            1046 third_party/libxml/src/xmlschemastypes.c 		if (value->value.base64.str != NULL)
value            1047 third_party/libxml/src/xmlschemastypes.c 		    xmlFree(value->value.base64.str);
value            1052 third_party/libxml/src/xmlschemastypes.c 	prev = value;
value            1053 third_party/libxml/src/xmlschemastypes.c 	value = value->next;
value            1163 third_party/libxml/src/xmlschemastypes.c         dt->type,dt->value.date.year,dt->value.date.mon,                \
value            1164 third_party/libxml/src/xmlschemastypes.c         dt->value.date.day,dt->value.date.hour,dt->value.date.min,      \
value            1165 third_party/libxml/src/xmlschemastypes.c         dt->value.date.sec);                                            \
value            1166 third_party/libxml/src/xmlschemastypes.c     if (dt->value.date.tz_flag)                                         \
value            1167 third_party/libxml/src/xmlschemastypes.c         if (dt->value.date.tzo != 0)                                    \
value            1169 third_party/libxml/src/xmlschemastypes.c                 "%+05d\n",dt->value.date.tzo);                          \
value            1287 third_party/libxml/src/xmlschemastypes.c     unsigned int value = 0;
value            1289 third_party/libxml/src/xmlschemastypes.c     PARSE_2_DIGITS(value, cur, ret);
value            1293 third_party/libxml/src/xmlschemastypes.c     if (!VALID_MONTH(value))
value            1296 third_party/libxml/src/xmlschemastypes.c     dt->mon = value;
value            1317 third_party/libxml/src/xmlschemastypes.c     unsigned int value = 0;
value            1319 third_party/libxml/src/xmlschemastypes.c     PARSE_2_DIGITS(value, cur, ret);
value            1323 third_party/libxml/src/xmlschemastypes.c     if (!VALID_DAY(value))
value            1326 third_party/libxml/src/xmlschemastypes.c     dt->day = value;
value            1347 third_party/libxml/src/xmlschemastypes.c     int value = 0;
value            1349 third_party/libxml/src/xmlschemastypes.c     PARSE_2_DIGITS(value, cur, ret);
value            1354 third_party/libxml/src/xmlschemastypes.c     if (!VALID_HOUR(value))
value            1359 third_party/libxml/src/xmlschemastypes.c     dt->hour = value;
value            1361 third_party/libxml/src/xmlschemastypes.c     PARSE_2_DIGITS(value, cur, ret);
value            1364 third_party/libxml/src/xmlschemastypes.c     if (!VALID_MIN(value))
value            1366 third_party/libxml/src/xmlschemastypes.c     dt->min = value;
value            1555 third_party/libxml/src/xmlschemastypes.c 	ret = _xmlSchemaParseTimeZone(&(dt->value.date), &cur);	\
value            1589 third_party/libxml/src/xmlschemastypes.c 	    ret = _xmlSchemaParseGDay(&(dt->value.date), &cur);
value            1601 third_party/libxml/src/xmlschemastypes.c 	ret = _xmlSchemaParseGMonth(&(dt->value.date), &cur);
value            1617 third_party/libxml/src/xmlschemastypes.c   	    ret = _xmlSchemaParseGDay(&(dt->value.date), &cur);
value            1627 third_party/libxml/src/xmlschemastypes.c                 if (VALID_MDAY((&(dt->value.date)))) {
value            1652 third_party/libxml/src/xmlschemastypes.c 	ret = _xmlSchemaParseTime(&(dt->value.date), &cur);
value            1662 third_party/libxml/src/xmlschemastypes.c     ret = _xmlSchemaParseGYear(&(dt->value.date), &cur);
value            1673 third_party/libxml/src/xmlschemastypes.c     ret = _xmlSchemaParseGMonth(&(dt->value.date), &cur);
value            1684 third_party/libxml/src/xmlschemastypes.c     ret = _xmlSchemaParseGDay(&(dt->value.date), &cur);
value            1685 third_party/libxml/src/xmlschemastypes.c     if ((ret != 0) || !VALID_DATE((&(dt->value.date))))
value            1696 third_party/libxml/src/xmlschemastypes.c     ret = _xmlSchemaParseTime(&(dt->value.date), &cur);
value            1700 third_party/libxml/src/xmlschemastypes.c     ret = _xmlSchemaParseTimeZone(&(dt->value.date), &cur);
value            1703 third_party/libxml/src/xmlschemastypes.c     if ((ret != 0) || (*cur != 0) || (!(VALID_DATETIME((&(dt->value.date))))))
value            1835 third_party/libxml/src/xmlschemastypes.c                         dur->value.dur.mon = (long)num * 12;
value            1838 third_party/libxml/src/xmlschemastypes.c                         dur->value.dur.mon += (long)num;
value            1842 third_party/libxml/src/xmlschemastypes.c                         dur->value.dur.sec += num * multi[seq];
value            1859 third_party/libxml/src/xmlschemastypes.c         dur->value.dur.mon = -dur->value.dur.mon;
value            1860 third_party/libxml/src/xmlschemastypes.c         dur->value.dur.day = -dur->value.dur.day;
value            1861 third_party/libxml/src/xmlschemastypes.c         dur->value.dur.sec = -dur->value.dur.sec;
value            1886 third_party/libxml/src/xmlschemastypes.c xmlSchemaStrip(const xmlChar *value) {
value            1887 third_party/libxml/src/xmlschemastypes.c     const xmlChar *start = value, *end, *f;
value            1889 third_party/libxml/src/xmlschemastypes.c     if (value == NULL) return(NULL);
value            1897 third_party/libxml/src/xmlschemastypes.c     if ((start == value) && (f == end)) return(NULL);
value            1910 third_party/libxml/src/xmlschemastypes.c xmlSchemaWhiteSpaceReplace(const xmlChar *value) {
value            1911 third_party/libxml/src/xmlschemastypes.c     const xmlChar *cur = value;    
value            1914 third_party/libxml/src/xmlschemastypes.c     if (value == NULL) 
value            1923 third_party/libxml/src/xmlschemastypes.c     ret = xmlStrdup(value);
value            1925 third_party/libxml/src/xmlschemastypes.c     mcur = (xmlChar *)  (ret + (cur - value));
value            1943 third_party/libxml/src/xmlschemastypes.c xmlSchemaCollapseString(const xmlChar *value) {
value            1944 third_party/libxml/src/xmlschemastypes.c     const xmlChar *start = value, *end, *f;
value            1948 third_party/libxml/src/xmlschemastypes.c     if (value == NULL) return(NULL);
value            1966 third_party/libxml/src/xmlschemastypes.c 	if ((start == value) && (f == end)) return(NULL);
value            2000 third_party/libxml/src/xmlschemastypes.c xmlSchemaValAtomicListNode(xmlSchemaTypePtr type, const xmlChar *value,
value            2006 third_party/libxml/src/xmlschemastypes.c     if (value == NULL) {
value            2009 third_party/libxml/src/xmlschemastypes.c     val = xmlStrdup(value);
value            2125 third_party/libxml/src/xmlschemastypes.c xmlSchemaValAtomicType(xmlSchemaTypePtr type, const xmlChar * value,
value            2143 third_party/libxml/src/xmlschemastypes.c     if (value == NULL)
value            2144 third_party/libxml/src/xmlschemastypes.c         value = BAD_CAST "";
value            2148 third_party/libxml/src/xmlschemastypes.c     if ((flags == 0) && (value != NULL)) {
value            2154 third_party/libxml/src/xmlschemastypes.c 		norm = xmlSchemaWhiteSpaceReplace(value);
value            2156 third_party/libxml/src/xmlschemastypes.c 		norm = xmlSchemaCollapseString(value);
value            2158 third_party/libxml/src/xmlschemastypes.c                 value = norm;
value            2170 third_party/libxml/src/xmlschemastypes.c 		    v->value.str = xmlStrdup(value);
value            2179 third_party/libxml/src/xmlschemastypes.c 		const xmlChar *cur = value;
value            2206 third_party/libxml/src/xmlschemastypes.c 			norm = xmlSchemaCollapseString(value);
value            2208 third_party/libxml/src/xmlschemastypes.c 			norm = xmlSchemaWhiteSpaceReplace(value);
value            2210 third_party/libxml/src/xmlschemastypes.c 			value = norm;
value            2214 third_party/libxml/src/xmlschemastypes.c 		    v->value.str = xmlStrdup(value);
value            2225 third_party/libxml/src/xmlschemastypes.c 			    norm = xmlSchemaCollapseString(value);
value            2227 third_party/libxml/src/xmlschemastypes.c 			    norm = xmlSchemaWhiteSpaceReplace(value);
value            2229 third_party/libxml/src/xmlschemastypes.c 			    value = norm;
value            2232 third_party/libxml/src/xmlschemastypes.c 		    const xmlChar *cur = value;
value            2244 third_party/libxml/src/xmlschemastypes.c                         v->value.str = xmlStrdup(value);
value            2253 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
value            2352 third_party/libxml/src/xmlschemastypes.c 				    &v->value.decimal.lo,
value            2353 third_party/libxml/src/xmlschemastypes.c 				    &v->value.decimal.mi,
value            2354 third_party/libxml/src/xmlschemastypes.c 				    &v->value.decimal.hi);
value            2360 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.sign = neg;
value            2363 third_party/libxml/src/xmlschemastypes.c 			    v->value.decimal.total = 1;
value            2365 third_party/libxml/src/xmlschemastypes.c 			    v->value.decimal.total = len;
value            2367 third_party/libxml/src/xmlschemastypes.c 				v->value.decimal.frac = 0;
value            2369 third_party/libxml/src/xmlschemastypes.c 				v->value.decimal.frac = len - integ;
value            2384 third_party/libxml/src/xmlschemastypes.c             ret = xmlSchemaValidateDates(type->builtInType, value, val,
value            2388 third_party/libxml/src/xmlschemastypes.c             ret = xmlSchemaValidateDuration(type, value, val,
value            2393 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
value            2407 third_party/libxml/src/xmlschemastypes.c                                 v->value.f = (float) xmlXPathNAN;
value            2415 third_party/libxml/src/xmlschemastypes.c                                 v->value.d = xmlXPathNAN;
value            2438 third_party/libxml/src/xmlschemastypes.c                                     v->value.f = (float) xmlXPathNINF;
value            2440 third_party/libxml/src/xmlschemastypes.c                                     v->value.f = (float) xmlXPathPINF;
value            2449 third_party/libxml/src/xmlschemastypes.c                                     v->value.d = xmlXPathNINF;
value            2451 third_party/libxml/src/xmlschemastypes.c                                     v->value.d = xmlXPathPINF;
value            2494 third_party/libxml/src/xmlschemastypes.c                             if (sscanf((const char *) value, "%f",
value            2495 third_party/libxml/src/xmlschemastypes.c                                  &(v->value.f)) == 1) {
value            2511 third_party/libxml/src/xmlschemastypes.c                             if (sscanf((const char *) value, "%lf",
value            2512 third_party/libxml/src/xmlschemastypes.c                                  &(v->value.d)) == 1) {
value            2526 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
value            2576 third_party/libxml/src/xmlschemastypes.c                         v->value.b = ret;
value            2585 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
value            2605 third_party/libxml/src/xmlschemastypes.c                         v->value.str = xmlStrdup(value);
value            2615 third_party/libxml/src/xmlschemastypes.c 		norm = xmlSchemaCollapseString(value);
value            2617 third_party/libxml/src/xmlschemastypes.c 		    value = norm;
value            2619 third_party/libxml/src/xmlschemastypes.c             if (xmlCheckLanguageID(value) == 1) {
value            2623 third_party/libxml/src/xmlschemastypes.c                         v->value.str = xmlStrdup(value);
value            2633 third_party/libxml/src/xmlschemastypes.c             if (xmlValidateNMToken(value, 1) == 0) {
value            2637 third_party/libxml/src/xmlschemastypes.c                         v->value.str = xmlStrdup(value);
value            2648 third_party/libxml/src/xmlschemastypes.c                                              value, val, node);
value            2655 third_party/libxml/src/xmlschemastypes.c             ret = xmlValidateName(value, 1);
value            2656 third_party/libxml/src/xmlschemastypes.c             if ((ret == 0) && (val != NULL) && (value != NULL)) {
value            2659 third_party/libxml/src/xmlschemastypes.c 		     const xmlChar *start = value, *end;
value            2663 third_party/libxml/src/xmlschemastypes.c 		     v->value.str = xmlStrndup(start, end - start);
value            2674 third_party/libxml/src/xmlschemastypes.c                 ret = xmlValidateQName(value, 1);
value            2681 third_party/libxml/src/xmlschemastypes.c                     local = xmlSplitQName2(value, &prefix);
value            2702 third_party/libxml/src/xmlschemastypes.c 			v->value.qname.name = local;
value            2704 third_party/libxml/src/xmlschemastypes.c 			v->value.qname.name = xmlStrdup(value);
value            2706 third_party/libxml/src/xmlschemastypes.c 			v->value.qname.uri = xmlStrdup(uri);
value            2714 third_party/libxml/src/xmlschemastypes.c             ret = xmlValidateNCName(value, 1);
value            2718 third_party/libxml/src/xmlschemastypes.c                     v->value.str = xmlStrdup(value);
value            2726 third_party/libxml/src/xmlschemastypes.c             ret = xmlValidateNCName(value, 1);
value            2730 third_party/libxml/src/xmlschemastypes.c                     v->value.str = xmlStrdup(value);
value            2747 third_party/libxml/src/xmlschemastypes.c                     strip = xmlSchemaStrip(value);
value            2752 third_party/libxml/src/xmlschemastypes.c                         res = xmlAddID(NULL, node->doc, value, attr);
value            2762 third_party/libxml/src/xmlschemastypes.c             ret = xmlValidateNCName(value, 1);
value            2767 third_party/libxml/src/xmlschemastypes.c 		v->value.str = xmlStrdup(value);
value            2775 third_party/libxml/src/xmlschemastypes.c                 strip = xmlSchemaStrip(value);
value            2780 third_party/libxml/src/xmlschemastypes.c                     xmlAddRef(NULL, node->doc, value, attr);
value            2786 third_party/libxml/src/xmlschemastypes.c                                              value, val, node);
value            2801 third_party/libxml/src/xmlschemastypes.c                 ret = xmlValidateNCName(value, 1);
value            2807 third_party/libxml/src/xmlschemastypes.c                     strip = xmlSchemaStrip(value);
value            2812 third_party/libxml/src/xmlschemastypes.c                         ent = xmlGetDocEntity(node->doc, value);
value            2834 third_party/libxml/src/xmlschemastypes.c                                              value, val, node);
value            2850 third_party/libxml/src/xmlschemastypes.c                 ret = xmlValidateQName(value, 1);
value            2854 third_party/libxml/src/xmlschemastypes.c                     local = xmlSplitQName2(value, &prefix);
value            2872 third_party/libxml/src/xmlschemastypes.c                     ret = xmlValidateNotationUse(NULL, node->doc, value);
value            2882 third_party/libxml/src/xmlschemastypes.c                             v->value.qname.name = local;
value            2884 third_party/libxml/src/xmlschemastypes.c                             v->value.qname.name = xmlStrdup(value);
value            2886 third_party/libxml/src/xmlschemastypes.c                             v->value.qname.uri = uri;
value            2900 third_party/libxml/src/xmlschemastypes.c                 if (*value != 0) {
value            2904 third_party/libxml/src/xmlschemastypes.c 			norm = xmlSchemaCollapseString(value);
value            2906 third_party/libxml/src/xmlschemastypes.c 			    value = norm;
value            2908 third_party/libxml/src/xmlschemastypes.c 		    tmpval = xmlStrdup(value);
value            2928 third_party/libxml/src/xmlschemastypes.c                     v->value.str = xmlStrdup(value);
value            2934 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value, *start;
value            2984 third_party/libxml/src/xmlschemastypes.c                     v->value.hex.str = (xmlChar *) cur;
value            2985 third_party/libxml/src/xmlschemastypes.c                     v->value.hex.total = total;
value            3006 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
value            3102 third_party/libxml/src/xmlschemastypes.c                     v->value.base64.str = base;
value            3103 third_party/libxml/src/xmlschemastypes.c                     for (cur = value; *cur; ++cur)
value            3109 third_party/libxml/src/xmlschemastypes.c                     v->value.base64.total = total;
value            3119 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
value            3163 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.lo = lo;
value            3164 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.mi = mi;
value            3165 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.hi = hi;
value            3166 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.sign = sign;
value            3167 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.frac = 0;
value            3168 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.total = ret;
value            3178 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
value            3236 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.lo = lo;
value            3237 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.mi = mi;
value            3238 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.hi = hi;
value            3239 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.sign = sign;
value            3240 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.frac = 0;
value            3241 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.total = ret;
value            3251 third_party/libxml/src/xmlschemastypes.c                 const xmlChar *cur = value;
value            3295 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.lo = lo;
value            3296 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.mi = mi;
value            3297 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.hi = hi;
value            3298 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.sign = 0;
value            3299 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.frac = 0;
value            3300 third_party/libxml/src/xmlschemastypes.c                         v->value.decimal.total = ret;
value            3344 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value,
value            3346 third_party/libxml/src/xmlschemastypes.c     return(xmlSchemaValAtomicType(type, value, val, node, 0,
value            3365 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPredefTypeNodeNoNorm(xmlSchemaTypePtr type, const xmlChar *value,
value            3367 third_party/libxml/src/xmlschemastypes.c     return(xmlSchemaValAtomicType(type, value, val, node, 1,
value            3384 third_party/libxml/src/xmlschemastypes.c xmlSchemaValidatePredefinedType(xmlSchemaTypePtr type, const xmlChar *value,
value            3386 third_party/libxml/src/xmlschemastypes.c     return(xmlSchemaValPredefTypeNode(type, value, val, NULL));
value            3408 third_party/libxml/src/xmlschemastypes.c     if ((x->value.decimal.sign) && 
value            3409 third_party/libxml/src/xmlschemastypes.c 	((x->value.decimal.lo != 0) ||
value            3410 third_party/libxml/src/xmlschemastypes.c 	 (x->value.decimal.mi != 0) ||
value            3411 third_party/libxml/src/xmlschemastypes.c 	 (x->value.decimal.hi != 0))) {
value            3415 third_party/libxml/src/xmlschemastypes.c 	if ((y->value.decimal.sign) &&
value            3416 third_party/libxml/src/xmlschemastypes.c 	    ((y->value.decimal.lo != 0) ||
value            3417 third_party/libxml/src/xmlschemastypes.c 	     (y->value.decimal.mi != 0) ||
value            3418 third_party/libxml/src/xmlschemastypes.c 	     (y->value.decimal.hi != 0)))
value            3428 third_party/libxml/src/xmlschemastypes.c     } else if ((y->value.decimal.sign) &&
value            3429 third_party/libxml/src/xmlschemastypes.c 	       ((y->value.decimal.lo != 0) ||
value            3430 third_party/libxml/src/xmlschemastypes.c 		(y->value.decimal.mi != 0) ||
value            3431 third_party/libxml/src/xmlschemastypes.c 		(y->value.decimal.hi != 0))) {
value            3441 third_party/libxml/src/xmlschemastypes.c     integx = x->value.decimal.total - x->value.decimal.frac;
value            3442 third_party/libxml/src/xmlschemastypes.c     integy = y->value.decimal.total - y->value.decimal.frac;
value            3454 third_party/libxml/src/xmlschemastypes.c 	if (x->value.decimal.lo == 0) {
value            3457 third_party/libxml/src/xmlschemastypes.c 	    else if (y->value.decimal.lo != 0)
value            3464 third_party/libxml/src/xmlschemastypes.c 	if (y->value.decimal.lo == 0) {
value            3467 third_party/libxml/src/xmlschemastypes.c 	    else if (x->value.decimal.lo != 0)
value            3487 third_party/libxml/src/xmlschemastypes.c     dlen = x->value.decimal.total - y->value.decimal.total;
value            3490 third_party/libxml/src/xmlschemastypes.c 	hi = y->value.decimal.hi;
value            3491 third_party/libxml/src/xmlschemastypes.c 	mi = y->value.decimal.mi;
value            3492 third_party/libxml/src/xmlschemastypes.c 	lo = y->value.decimal.lo;
value            3497 third_party/libxml/src/xmlschemastypes.c 	hi = x->value.decimal.hi;
value            3498 third_party/libxml/src/xmlschemastypes.c 	mi = x->value.decimal.mi;
value            3499 third_party/libxml/src/xmlschemastypes.c 	lo = x->value.decimal.lo;
value            3516 third_party/libxml/src/xmlschemastypes.c     if (hi > swp->value.decimal.hi) {
value            3518 third_party/libxml/src/xmlschemastypes.c     } else if (hi == swp->value.decimal.hi) {
value            3519 third_party/libxml/src/xmlschemastypes.c 	if (mi > swp->value.decimal.mi) {
value            3521 third_party/libxml/src/xmlschemastypes.c 	} else if (mi == swp->value.decimal.mi) {
value            3522 third_party/libxml/src/xmlschemastypes.c 	    if (lo > swp->value.decimal.lo) {
value            3524 third_party/libxml/src/xmlschemastypes.c 	    } else if (lo == swp->value.decimal.lo) {
value            3525 third_party/libxml/src/xmlschemastypes.c 		if (x->value.decimal.total == y->value.decimal.total) {
value            3561 third_party/libxml/src/xmlschemastypes.c     mon = x->value.dur.mon - y->value.dur.mon;
value            3564 third_party/libxml/src/xmlschemastypes.c     sec = x->value.dur.sec - y->value.dur.sec;
value            3569 third_party/libxml/src/xmlschemastypes.c     day = x->value.dur.day - y->value.dur.day + carry;
value            3692 third_party/libxml/src/xmlschemastypes.c 		if (val->value.str != NULL)
value            3693 third_party/libxml/src/xmlschemastypes.c 		    cur->value.str = xmlStrdup(BAD_CAST val->value.str);
value            3698 third_party/libxml/src/xmlschemastypes.c 		if (val->value.qname.name != NULL)
value            3699 third_party/libxml/src/xmlschemastypes.c 		    cur->value.qname.name =
value            3700 third_party/libxml/src/xmlschemastypes.c                     xmlStrdup(BAD_CAST val->value.qname.name);
value            3701 third_party/libxml/src/xmlschemastypes.c 		if (val->value.qname.uri != NULL)
value            3702 third_party/libxml/src/xmlschemastypes.c 		    cur->value.qname.uri =
value            3703 third_party/libxml/src/xmlschemastypes.c                     xmlStrdup(BAD_CAST val->value.qname.uri);
value            3707 third_party/libxml/src/xmlschemastypes.c 		if (val->value.hex.str != NULL)
value            3708 third_party/libxml/src/xmlschemastypes.c 		    cur->value.hex.str = xmlStrdup(BAD_CAST val->value.hex.str);
value            3712 third_party/libxml/src/xmlschemastypes.c 		if (val->value.base64.str != NULL)
value            3713 third_party/libxml/src/xmlschemastypes.c 		    cur->value.base64.str =
value            3714 third_party/libxml/src/xmlschemastypes.c                     xmlStrdup(BAD_CAST val->value.base64.str);
value            3764 third_party/libxml/src/xmlschemastypes.c     r = &(ret->value.date);
value            3765 third_party/libxml/src/xmlschemastypes.c     d = &(tmp->value.date);
value            3766 third_party/libxml/src/xmlschemastypes.c     u = &(dur->value.dur);
value            3904 third_party/libxml/src/xmlschemastypes.c 	 (dt->type != XML_SCHEMAS_DATE)) || (dt->value.date.tzo == 0))
value            3911 third_party/libxml/src/xmlschemastypes.c     dur->value.date.sec -= offset;
value            3940 third_party/libxml/src/xmlschemastypes.c     mon = dt->value.date.mon;
value            3943 third_party/libxml/src/xmlschemastypes.c     if (dt->value.date.year <= 0)
value            3944 third_party/libxml/src/xmlschemastypes.c         ret = (dt->value.date.year * 365) +
value            3945 third_party/libxml/src/xmlschemastypes.c               (((dt->value.date.year+1)/4)-((dt->value.date.year+1)/100)+
value            3946 third_party/libxml/src/xmlschemastypes.c                ((dt->value.date.year+1)/400)) +
value            3947 third_party/libxml/src/xmlschemastypes.c               DAY_IN_YEAR(0, mon, dt->value.date.year);
value            3949 third_party/libxml/src/xmlschemastypes.c         ret = ((dt->value.date.year-1) * 365) +
value            3950 third_party/libxml/src/xmlschemastypes.c               (((dt->value.date.year-1)/4)-((dt->value.date.year-1)/100)+
value            3951 third_party/libxml/src/xmlschemastypes.c                ((dt->value.date.year-1)/400)) +
value            3952 third_party/libxml/src/xmlschemastypes.c               DAY_IN_YEAR(0, mon, dt->value.date.year);
value            3966 third_party/libxml/src/xmlschemastypes.c     ((double)((dt->value.date.hour * SECS_PER_HOUR) +   \
value            3967 third_party/libxml/src/xmlschemastypes.c               (dt->value.date.min * SECS_PER_MIN) +	\
value            3968 third_party/libxml/src/xmlschemastypes.c               (dt->value.date.tzo * SECS_PER_MIN)) +	\
value            3969 third_party/libxml/src/xmlschemastypes.c                dt->value.date.sec)
value            3991 third_party/libxml/src/xmlschemastypes.c     if (x->value.date.tz_flag) {
value            3993 third_party/libxml/src/xmlschemastypes.c         if (!y->value.date.tz_flag) {
value            3995 third_party/libxml/src/xmlschemastypes.c             p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day;
value            3999 third_party/libxml/src/xmlschemastypes.c             q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day;
value            4016 third_party/libxml/src/xmlschemastypes.c                     q2d = _xmlSchemaDateCastYMToDays(q2) + q2->value.date.day;
value            4037 third_party/libxml/src/xmlschemastypes.c     } else if (y->value.date.tz_flag) {
value            4039 third_party/libxml/src/xmlschemastypes.c         q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day;
value            4043 third_party/libxml/src/xmlschemastypes.c         p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day;
value            4061 third_party/libxml/src/xmlschemastypes.c                 p2d = _xmlSchemaDateCastYMToDays(p2) + p2->value.date.day;
value            4090 third_party/libxml/src/xmlschemastypes.c         q1d = _xmlSchemaDateCastYMToDays(q1) + q1->value.date.day;
value            4093 third_party/libxml/src/xmlschemastypes.c         p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day;
value            4181 third_party/libxml/src/xmlschemastypes.c         if (x->value.date.year < y->value.date.year)
value            4183 third_party/libxml/src/xmlschemastypes.c         else if (x->value.date.year > y->value.date.year)
value            4191 third_party/libxml/src/xmlschemastypes.c         if (x->value.date.mon < y->value.date.mon)
value            4193 third_party/libxml/src/xmlschemastypes.c         else if (x->value.date.mon > y->value.date.mon)
value            4201 third_party/libxml/src/xmlschemastypes.c         if (x->value.date.day < y->value.date.day)
value            4203 third_party/libxml/src/xmlschemastypes.c         else if (x->value.date.day > y->value.date.day)
value            4211 third_party/libxml/src/xmlschemastypes.c         if (x->value.date.hour < y->value.date.hour)
value            4213 third_party/libxml/src/xmlschemastypes.c         else if (x->value.date.hour > y->value.date.hour)
value            4215 third_party/libxml/src/xmlschemastypes.c         else if (x->value.date.min < y->value.date.min)
value            4217 third_party/libxml/src/xmlschemastypes.c         else if (x->value.date.min > y->value.date.min)
value            4219 third_party/libxml/src/xmlschemastypes.c         else if (x->value.date.sec < y->value.date.sec)
value            4221 third_party/libxml/src/xmlschemastypes.c         else if (x->value.date.sec > y->value.date.sec)
value            4598 third_party/libxml/src/xmlschemastypes.c 	d1 = x->value.d;
value            4600 third_party/libxml/src/xmlschemastypes.c 	d1 = x->value.f;
value            4605 third_party/libxml/src/xmlschemastypes.c 	d2 = y->value.d;
value            4607 third_party/libxml/src/xmlschemastypes.c 	d2 = y->value.f;
value            4760 third_party/libxml/src/xmlschemastypes.c 		xv = x->value.str;
value            4764 third_party/libxml/src/xmlschemastypes.c 		yv = y->value.str;
value            4829 third_party/libxml/src/xmlschemastypes.c 		if ((xmlStrEqual(x->value.qname.name, y->value.qname.name)) &&
value            4830 third_party/libxml/src/xmlschemastypes.c 		    (xmlStrEqual(x->value.qname.uri, y->value.qname.uri)))
value            4847 third_party/libxml/src/xmlschemastypes.c 		if (x->value.b == y->value.b)
value            4849 third_party/libxml/src/xmlschemastypes.c 		if (x->value.b == 0)
value            4858 third_party/libxml/src/xmlschemastypes.c 	        if (x->value.hex.total == y->value.hex.total) {
value            4859 third_party/libxml/src/xmlschemastypes.c 		    int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str);
value            4865 third_party/libxml/src/xmlschemastypes.c 		else if (x->value.hex.total > y->value.hex.total)
value            4875 third_party/libxml/src/xmlschemastypes.c                 if (x->value.base64.total == y->value.base64.total) {
value            4876 third_party/libxml/src/xmlschemastypes.c                     int ret = xmlStrcmp(x->value.base64.str,
value            4877 third_party/libxml/src/xmlschemastypes.c 		                        y->value.base64.str);
value            4885 third_party/libxml/src/xmlschemastypes.c                 else if (x->value.base64.total > y->value.base64.total)
value            4993 third_party/libxml/src/xmlschemastypes.c xmlSchemaNormLen(const xmlChar *value) {
value            4997 third_party/libxml/src/xmlschemastypes.c     if (value == NULL)
value            4999 third_party/libxml/src/xmlschemastypes.c     utf = value;
value            5046 third_party/libxml/src/xmlschemastypes.c     return ((unsigned long) facet->val->value.decimal.lo);
value            5063 third_party/libxml/src/xmlschemastypes.c 				     const xmlChar *value,
value            5074 third_party/libxml/src/xmlschemastypes.c 	if (actualLen != facet->val->value.decimal.lo) {
value            5076 third_party/libxml/src/xmlschemastypes.c 		*expectedLen = facet->val->value.decimal.lo;
value            5080 third_party/libxml/src/xmlschemastypes.c 	if (actualLen < facet->val->value.decimal.lo) {
value            5082 third_party/libxml/src/xmlschemastypes.c 		*expectedLen = facet->val->value.decimal.lo;
value            5086 third_party/libxml/src/xmlschemastypes.c 	if (actualLen > facet->val->value.decimal.lo) {
value            5088 third_party/libxml/src/xmlschemastypes.c 		*expectedLen = facet->val->value.decimal.lo;
value            5097 third_party/libxml/src/xmlschemastypes.c 	return(xmlSchemaValidateFacet(NULL, facet, value, NULL));   
value            5119 third_party/libxml/src/xmlschemastypes.c 				     const xmlChar *value,
value            5141 third_party/libxml/src/xmlschemastypes.c 	(facet->val->value.decimal.frac != 0)) {
value            5145 third_party/libxml/src/xmlschemastypes.c 	len = val->value.hex.total;
value            5147 third_party/libxml/src/xmlschemastypes.c 	len = val->value.base64.total;
value            5160 third_party/libxml/src/xmlschemastypes.c 			len = xmlUTF8Strlen(value);
value            5162 third_party/libxml/src/xmlschemastypes.c 			len = xmlSchemaNormLen(value);
value            5163 third_party/libxml/src/xmlschemastypes.c 		} else if (value != NULL) {
value            5165 third_party/libxml/src/xmlschemastypes.c 			len = xmlSchemaNormLen(value);
value            5170 third_party/libxml/src/xmlschemastypes.c 		    len = xmlUTF8Strlen(value);
value            5184 third_party/libxml/src/xmlschemastypes.c 		if (value != NULL)
value            5185 third_party/libxml/src/xmlschemastypes.c 		    len = xmlSchemaNormLen(value);
value            5203 third_party/libxml/src/xmlschemastypes.c 	if (len != facet->val->value.decimal.lo)
value            5206 third_party/libxml/src/xmlschemastypes.c 	if (len < facet->val->value.decimal.lo)
value            5209 third_party/libxml/src/xmlschemastypes.c 	if (len > facet->val->value.decimal.lo)
value            5233 third_party/libxml/src/xmlschemastypes.c 			     const xmlChar *value,
value            5240 third_party/libxml/src/xmlschemastypes.c 	type->builtInType, value, val, length,
value            5262 third_party/libxml/src/xmlschemastypes.c 				  const xmlChar *value,
value            5267 third_party/libxml/src/xmlschemastypes.c     return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val,
value            5289 third_party/libxml/src/xmlschemastypes.c 			       const xmlChar *value,
value            5304 third_party/libxml/src/xmlschemastypes.c 	    if (value == NULL)
value            5306 third_party/libxml/src/xmlschemastypes.c 	    ret = xmlRegexpExec(facet->regexp, value);
value            5355 third_party/libxml/src/xmlschemastypes.c 		if ((facet->value != NULL) &&
value            5356 third_party/libxml/src/xmlschemastypes.c 		    (xmlStrEqual(facet->value, value)))
value            5360 third_party/libxml/src/xmlschemastypes.c 		    facet->val, facet->value, fws, valType, val,
value            5361 third_party/libxml/src/xmlschemastypes.c 		    value, ws);
value            5391 third_party/libxml/src/xmlschemastypes.c 		(facet->val->value.decimal.frac != 0)) {
value            5395 third_party/libxml/src/xmlschemastypes.c 		len = val->value.hex.total;
value            5397 third_party/libxml/src/xmlschemastypes.c 		len = val->value.base64.total;
value            5410 third_party/libxml/src/xmlschemastypes.c 				len = xmlUTF8Strlen(value);
value            5412 third_party/libxml/src/xmlschemastypes.c 				len = xmlSchemaNormLen(value);
value            5413 third_party/libxml/src/xmlschemastypes.c 			} else if (value != NULL) {
value            5415 third_party/libxml/src/xmlschemastypes.c 				len = xmlSchemaNormLen(value);
value            5420 third_party/libxml/src/xmlschemastypes.c 				len = xmlUTF8Strlen(value);
value            5431 third_party/libxml/src/xmlschemastypes.c 			if (value != NULL)
value            5432 third_party/libxml/src/xmlschemastypes.c 		    	    len = xmlSchemaNormLen(value);
value            5439 third_party/libxml/src/xmlschemastypes.c 		if (len != facet->val->value.decimal.lo)
value            5442 third_party/libxml/src/xmlschemastypes.c 		if (len < facet->val->value.decimal.lo)
value            5445 third_party/libxml/src/xmlschemastypes.c 		if (len > facet->val->value.decimal.lo)
value            5456 third_party/libxml/src/xmlschemastypes.c 		(facet->val->value.decimal.frac != 0)) {
value            5477 third_party/libxml/src/xmlschemastypes.c 	        if (val->value.decimal.total > facet->val->value.decimal.lo)
value            5481 third_party/libxml/src/xmlschemastypes.c 	        if (val->value.decimal.frac > facet->val->value.decimal.lo)
value            5507 third_party/libxml/src/xmlschemastypes.c 	               const xmlChar *value,
value            5517 third_party/libxml/src/xmlschemastypes.c 	    XML_SCHEMA_WHITESPACE_UNKNOWN, val->type, value, val,
value            5521 third_party/libxml/src/xmlschemastypes.c 	    XML_SCHEMA_WHITESPACE_UNKNOWN, base->builtInType, value, val,
value            5547 third_party/libxml/src/xmlschemastypes.c 			    const xmlChar *value,
value            5552 third_party/libxml/src/xmlschemastypes.c 	 value, val, ws));
value            5662 third_party/libxml/src/xmlschemastypes.c 	    if (val->value.str == NULL)
value            5666 third_party/libxml/src/xmlschemastypes.c 		    BAD_CAST xmlStrdup((const xmlChar *) val->value.str);
value            5669 third_party/libxml/src/xmlschemastypes.c 	    if (val->value.str == NULL)
value            5673 third_party/libxml/src/xmlschemastypes.c 		    (const xmlChar *) val->value.str);
value            5676 third_party/libxml/src/xmlschemastypes.c 			(const xmlChar *) val->value.str);
value            5689 third_party/libxml/src/xmlschemastypes.c 	    if (val->value.str == NULL)
value            5692 third_party/libxml/src/xmlschemastypes.c 		BAD_CAST xmlSchemaCollapseString(BAD_CAST val->value.str);
value            5695 third_party/libxml/src/xmlschemastypes.c 		    BAD_CAST xmlStrdup((const xmlChar *) val->value.str);
value            5699 third_party/libxml/src/xmlschemastypes.c 	    if (val->value.qname.uri == NULL) {
value            5700 third_party/libxml/src/xmlschemastypes.c 		*retValue = BAD_CAST xmlStrdup(BAD_CAST val->value.qname.name);
value            5705 third_party/libxml/src/xmlschemastypes.c 		    BAD_CAST val->value.qname.uri);
value            5709 third_party/libxml/src/xmlschemastypes.c 		    BAD_CAST val->value.qname.uri);
value            5716 third_party/libxml/src/xmlschemastypes.c 	    if ((val->value.decimal.total == 1) && 
value            5717 third_party/libxml/src/xmlschemastypes.c 		(val->value.decimal.lo == 0)) {
value            5720 third_party/libxml/src/xmlschemastypes.c 		xmlSchemaValDecimal dec = val->value.decimal;
value            5796 third_party/libxml/src/xmlschemastypes.c 	    if ((val->value.decimal.total == 1) &&
value            5797 third_party/libxml/src/xmlschemastypes.c 		(val->value.decimal.lo == 0))
value            5800 third_party/libxml/src/xmlschemastypes.c 		xmlSchemaValDecimal dec = val->value.decimal;
value            5832 third_party/libxml/src/xmlschemastypes.c 	    if (val->value.b)
value            5851 third_party/libxml/src/xmlschemastypes.c 		year = (unsigned long) FQUOTIENT(labs(val->value.dur.mon), 12);
value            5852 third_party/libxml/src/xmlschemastypes.c 		mon = labs(val->value.dur.mon) - 12 * year;
value            5854 third_party/libxml/src/xmlschemastypes.c 		day = (unsigned long) FQUOTIENT(fabs(val->value.dur.sec), 86400);
value            5855 third_party/libxml/src/xmlschemastypes.c 		left = fabs(val->value.dur.sec) - day * 86400;
value            5864 third_party/libxml/src/xmlschemastypes.c 		if ((val->value.dur.mon < 0) || (val->value.dur.sec < 0))
value            5877 third_party/libxml/src/xmlschemastypes.c 		snprintf(buf, 30, "%04ld", val->value.date.year);
value            5888 third_party/libxml/src/xmlschemastypes.c 		    val->value.date.mon);
value            5898 third_party/libxml/src/xmlschemastypes.c 		    val->value.date.day);
value            5908 third_party/libxml/src/xmlschemastypes.c 		    val->value.date.mon, val->value.date.day);
value            5915 third_party/libxml/src/xmlschemastypes.c 		if (val->value.date.year < 0)
value            5917 third_party/libxml/src/xmlschemastypes.c 			labs(val->value.date.year), 
value            5918 third_party/libxml/src/xmlschemastypes.c 			val->value.date.mon);
value            5921 third_party/libxml/src/xmlschemastypes.c 			val->value.date.year, val->value.date.mon);
value            5929 third_party/libxml/src/xmlschemastypes.c 		if (val->value.date.tz_flag) {
value            5940 third_party/libxml/src/xmlschemastypes.c 			norm->value.date.hour,
value            5941 third_party/libxml/src/xmlschemastypes.c 			norm->value.date.min,
value            5942 third_party/libxml/src/xmlschemastypes.c 			norm->value.date.sec);
value            5947 third_party/libxml/src/xmlschemastypes.c 			val->value.date.hour,
value            5948 third_party/libxml/src/xmlschemastypes.c 			val->value.date.min,
value            5949 third_party/libxml/src/xmlschemastypes.c 			val->value.date.sec);
value            5958 third_party/libxml/src/xmlschemastypes.c 		if (val->value.date.tz_flag) {
value            5970 third_party/libxml/src/xmlschemastypes.c 			norm->value.date.year, norm->value.date.mon,
value            5971 third_party/libxml/src/xmlschemastypes.c 			norm->value.date.day);
value            5976 third_party/libxml/src/xmlschemastypes.c 			val->value.date.year, val->value.date.mon,
value            5977 third_party/libxml/src/xmlschemastypes.c 			val->value.date.day);
value            5986 third_party/libxml/src/xmlschemastypes.c 		if (val->value.date.tz_flag) {
value            5997 third_party/libxml/src/xmlschemastypes.c 			norm->value.date.year, norm->value.date.mon,
value            5998 third_party/libxml/src/xmlschemastypes.c 			norm->value.date.day, norm->value.date.hour,
value            5999 third_party/libxml/src/xmlschemastypes.c 			norm->value.date.min, norm->value.date.sec);
value            6004 third_party/libxml/src/xmlschemastypes.c 			val->value.date.year, val->value.date.mon,
value            6005 third_party/libxml/src/xmlschemastypes.c 			val->value.date.day, val->value.date.hour,
value            6006 third_party/libxml/src/xmlschemastypes.c 			val->value.date.min, val->value.date.sec);
value            6012 third_party/libxml/src/xmlschemastypes.c 	    *retValue = BAD_CAST xmlStrdup(BAD_CAST val->value.hex.str);
value            6021 third_party/libxml/src/xmlschemastypes.c 	    *retValue = BAD_CAST xmlStrdup(BAD_CAST val->value.base64.str);
value            6031 third_party/libxml/src/xmlschemastypes.c 		snprintf(buf, 30, "%01.14e", val->value.f);
value            6043 third_party/libxml/src/xmlschemastypes.c 		snprintf(buf, 40, "%01.14e", val->value.d);
value            6082 third_party/libxml/src/xmlschemastypes.c 	    if (val->value.str == NULL)
value            6085 third_party/libxml/src/xmlschemastypes.c 		*retValue = xmlSchemaCollapseString(val->value.str);
value            6087 third_party/libxml/src/xmlschemastypes.c 		*retValue = xmlSchemaWhiteSpaceReplace(val->value.str);
value            6089 third_party/libxml/src/xmlschemastypes.c 		*retValue = BAD_CAST xmlStrdup(val->value.str);
value            6092 third_party/libxml/src/xmlschemastypes.c 	    if (val->value.str == NULL)
value            6096 third_party/libxml/src/xmlschemastypes.c 		    *retValue = xmlSchemaCollapseString(val->value.str);
value            6098 third_party/libxml/src/xmlschemastypes.c 		    *retValue = xmlSchemaWhiteSpaceReplace(val->value.str);
value            6100 third_party/libxml/src/xmlschemastypes.c 		    *retValue = BAD_CAST xmlStrdup(val->value.str);
value             563 third_party/libxml/src/xpath.c     int value;
value             720 third_party/libxml/src/xpath.c    xmlXPathOp op, int value,
value             740 third_party/libxml/src/xpath.c     comp->steps[comp->nbStep].value = value;
value            1127 third_party/libxml/src/xpath.c 	     if (op->value)
value            1133 third_party/libxml/src/xpath.c 	     if (op->value)
value            1141 third_party/libxml/src/xpath.c 	     if (op->value == 0)
value            1143 third_party/libxml/src/xpath.c 	     else if (op->value == 1)
value            1145 third_party/libxml/src/xpath.c 	     else if (op->value == 2)
value            1147 third_party/libxml/src/xpath.c 	     else if (op->value == 3)
value            1151 third_party/libxml/src/xpath.c 	     if (op->value == 0)
value            1153 third_party/libxml/src/xpath.c 	     else if (op->value == 1)
value            1169 third_party/libxml/src/xpath.c 	    xmlXPathAxisVal axis = (xmlXPathAxisVal)op->value;
value            1253 third_party/libxml/src/xpath.c 	    int nbargs = op->value;
value            1880 third_party/libxml/src/xpath.c 			int value,
value            1895 third_party/libxml/src/xpath.c 	    if (value < 0)
value            1896 third_party/libxml/src/xpath.c 		value = 100;
value            1897 third_party/libxml/src/xpath.c 	    cache->maxNodeset = value;
value            1898 third_party/libxml/src/xpath.c 	    cache->maxString = value;
value            1899 third_party/libxml/src/xpath.c 	    cache->maxNumber = value;
value            1900 third_party/libxml/src/xpath.c 	    cache->maxBoolean = value;
value            1901 third_party/libxml/src/xpath.c 	    cache->maxMisc = value;
value            2417 third_party/libxml/src/xpath.c         ctxt->value = ctxt->valueTab[ctxt->valueNr - 1];
value            2419 third_party/libxml/src/xpath.c         ctxt->value = NULL;
value            2434 third_party/libxml/src/xpath.c valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value)
value            2436 third_party/libxml/src/xpath.c     if ((ctxt == NULL) || (value == NULL)) return(-1);
value            2450 third_party/libxml/src/xpath.c     ctxt->valueTab[ctxt->valueNr] = value;
value            2451 third_party/libxml/src/xpath.c     ctxt->value = value;
value            2551 third_party/libxml/src/xpath.c     if (ctxt->value == NULL) {
value            2585 third_party/libxml/src/xpath.c     if ((ctxt == NULL) || (ctxt->value == NULL)) {
value            2589 third_party/libxml/src/xpath.c     if (ctxt->value->type != XPATH_USERS) {
value            2686 third_party/libxml/src/xpath.c 	    int value = (int) number;
value            2689 third_party/libxml/src/xpath.c 	    if (value == 0) {
value            2692 third_party/libxml/src/xpath.c 		snprintf(work, 29, "%d", value);
value            4875 third_party/libxml/src/xpath.c 			 xmlXPathObjectPtr value) {
value            4876 third_party/libxml/src/xpath.c     return(xmlXPathRegisterVariableNS(ctxt, name, NULL, value));
value            4894 third_party/libxml/src/xpath.c 			   xmlXPathObjectPtr value) {
value            4904 third_party/libxml/src/xpath.c     if (value == NULL)
value            4908 third_party/libxml/src/xpath.c 			       (void *) value,
value            6156 third_party/libxml/src/xpath.c     ret->value = NULL;
value            7329 third_party/libxml/src/xpath.c     if (xmlXPathIsNaN(ctxt->value->floatval))
value            7330 third_party/libxml/src/xpath.c         ctxt->value->floatval=xmlXPathNAN;
value            7331 third_party/libxml/src/xpath.c     else if (xmlXPathIsInf(ctxt->value->floatval) == 1)
value            7332 third_party/libxml/src/xpath.c         ctxt->value->floatval=xmlXPathNINF;
value            7333 third_party/libxml/src/xpath.c     else if (xmlXPathIsInf(ctxt->value->floatval) == -1)
value            7334 third_party/libxml/src/xpath.c         ctxt->value->floatval=xmlXPathPINF;
value            7335 third_party/libxml/src/xpath.c     else if (ctxt->value->floatval == 0) {
value            7336 third_party/libxml/src/xpath.c         if (xmlXPathGetSign(ctxt->value->floatval) == 0)
value            7337 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = xmlXPathNZERO;
value            7339 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = 0;
value            7342 third_party/libxml/src/xpath.c         ctxt->value->floatval = - ctxt->value->floatval;
value            7365 third_party/libxml/src/xpath.c     ctxt->value->floatval += val;
value            7388 third_party/libxml/src/xpath.c     ctxt->value->floatval -= val;
value            7411 third_party/libxml/src/xpath.c     ctxt->value->floatval *= val;
value            7434 third_party/libxml/src/xpath.c     if (xmlXPathIsNaN(val) || xmlXPathIsNaN(ctxt->value->floatval))
value            7435 third_party/libxml/src/xpath.c 	ctxt->value->floatval = xmlXPathNAN;
value            7437 third_party/libxml/src/xpath.c 	if (ctxt->value->floatval == 0)
value            7438 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = xmlXPathNAN;
value            7439 third_party/libxml/src/xpath.c 	else if (ctxt->value->floatval > 0)
value            7440 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = xmlXPathNINF;
value            7441 third_party/libxml/src/xpath.c 	else if (ctxt->value->floatval < 0)
value            7442 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = xmlXPathPINF;
value            7445 third_party/libxml/src/xpath.c 	if (ctxt->value->floatval == 0)
value            7446 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = xmlXPathNAN;
value            7447 third_party/libxml/src/xpath.c 	else if (ctxt->value->floatval > 0)
value            7448 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = xmlXPathPINF;
value            7449 third_party/libxml/src/xpath.c 	else if (ctxt->value->floatval < 0)
value            7450 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = xmlXPathNINF;
value            7452 third_party/libxml/src/xpath.c 	ctxt->value->floatval /= val;
value            7475 third_party/libxml/src/xpath.c     arg1 = ctxt->value->floatval;
value            7477 third_party/libxml/src/xpath.c 	ctxt->value->floatval = xmlXPathNAN;
value            7479 third_party/libxml/src/xpath.c 	ctxt->value->floatval = fmod(arg1, arg2);
value            8414 third_party/libxml/src/xpath.c     if ((ctxt->value == NULL) ||
value            8415 third_party/libxml/src/xpath.c 	((ctxt->value->type != XPATH_NODESET) &&
value            8416 third_party/libxml/src/xpath.c 	 (ctxt->value->type != XPATH_XSLT_TREE)))
value            8590 third_party/libxml/src/xpath.c     if ((ctxt->value == NULL) ||
value            8591 third_party/libxml/src/xpath.c 	((ctxt->value->type != XPATH_NODESET) &&
value            8592 third_party/libxml/src/xpath.c 	 (ctxt->value->type != XPATH_XSLT_TREE)))
value            8648 third_party/libxml/src/xpath.c     if ((ctxt->value == NULL) ||
value            8649 third_party/libxml/src/xpath.c 	((ctxt->value->type != XPATH_NODESET) &&
value            8650 third_party/libxml/src/xpath.c 	 (ctxt->value->type != XPATH_XSLT_TREE)))
value            8708 third_party/libxml/src/xpath.c     if ((ctxt->value == NULL) ||
value            8709 third_party/libxml/src/xpath.c         ((ctxt->value->type != XPATH_NODESET) &&
value            8710 third_party/libxml/src/xpath.c          (ctxt->value->type != XPATH_XSLT_TREE)))
value            9360 third_party/libxml/src/xpath.c     ctxt->value->boolval = ! ctxt->value->boolval;
value            9490 third_party/libxml/src/xpath.c     if ((ctxt->value == NULL) ||
value            9491 third_party/libxml/src/xpath.c 	((ctxt->value->type != XPATH_NODESET) &&
value            9492 third_party/libxml/src/xpath.c 	 (ctxt->value->type != XPATH_XSLT_TREE)))
value            9535 third_party/libxml/src/xpath.c     XTRUNC(f, ctxt->value->floatval);
value            9536 third_party/libxml/src/xpath.c     if (f != ctxt->value->floatval) {
value            9537 third_party/libxml/src/xpath.c 	if (ctxt->value->floatval > 0)
value            9538 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = f;
value            9540 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = f - 1;
value            9563 third_party/libxml/src/xpath.c     ctxt->value->floatval = ceil(ctxt->value->floatval);
value            9565 third_party/libxml/src/xpath.c     XTRUNC(f, ctxt->value->floatval);
value            9566 third_party/libxml/src/xpath.c     if (f != ctxt->value->floatval) {
value            9567 third_party/libxml/src/xpath.c 	if (ctxt->value->floatval > 0)
value            9568 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = f + 1;
value            9570 third_party/libxml/src/xpath.c 	    if (ctxt->value->floatval < 0 && f == 0)
value            9571 third_party/libxml/src/xpath.c 	        ctxt->value->floatval = xmlXPathNZERO;
value            9573 third_party/libxml/src/xpath.c 	        ctxt->value->floatval = f;
value            9599 third_party/libxml/src/xpath.c     if ((xmlXPathIsNaN(ctxt->value->floatval)) ||
value            9600 third_party/libxml/src/xpath.c 	(xmlXPathIsInf(ctxt->value->floatval) == 1) ||
value            9601 third_party/libxml/src/xpath.c 	(xmlXPathIsInf(ctxt->value->floatval) == -1) ||
value            9602 third_party/libxml/src/xpath.c 	(ctxt->value->floatval == 0.0))
value            9605 third_party/libxml/src/xpath.c     XTRUNC(f, ctxt->value->floatval);
value            9606 third_party/libxml/src/xpath.c     if (ctxt->value->floatval < 0) {
value            9607 third_party/libxml/src/xpath.c 	if (ctxt->value->floatval < f - 0.5)
value            9608 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = f - 1;
value            9610 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = f;
value            9611 third_party/libxml/src/xpath.c 	if (ctxt->value->floatval == 0)
value            9612 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = xmlXPathNZERO;
value            9614 third_party/libxml/src/xpath.c 	if (ctxt->value->floatval < f + 0.5)
value            9615 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = f;
value            9617 third_party/libxml/src/xpath.c 	    ctxt->value->floatval = f + 1;
value            11284 third_party/libxml/src/xpath.c 	if (ctxt->value == NULL)
value            11286 third_party/libxml/src/xpath.c 	else if (ctxt->value->nodesetval == NULL)
value            11289 third_party/libxml/src/xpath.c 	    xmlGenericErrorContextNodeSet(stdout, ctxt->value->nodesetval);
value            11314 third_party/libxml/src/xpath.c     if (ctxt->value == NULL)
value            11316 third_party/libxml/src/xpath.c     else if (ctxt->value->nodesetval == NULL)
value            11320 third_party/libxml/src/xpath.c 		ctxt->value->nodesetval);
value            11429 third_party/libxml/src/xpath.c     switch (op->value) {
value            11625 third_party/libxml/src/xpath.c 	    if (ctxt->value == contextObj) {
value            11643 third_party/libxml/src/xpath.c 	    if (ctxt->value == contextObj)
value            11811 third_party/libxml/src/xpath.c 	    if (ctxt->value == contextObj) {
value            11835 third_party/libxml/src/xpath.c 	    if (ctxt->value == contextObj)
value            11936 third_party/libxml/src/xpath.c     xmlXPathAxisVal axis = (xmlXPathAxisVal) op->value;
value            12517 third_party/libxml/src/xpath.c 	ctxt->value->boolval = 1;
value            12518 third_party/libxml/src/xpath.c 	ctxt->value->user = obj->user;
value            12589 third_party/libxml/src/xpath.c             if ((ctxt->value != NULL)
value            12590 third_party/libxml/src/xpath.c                 && (ctxt->value->type == XPATH_NODESET)
value            12591 third_party/libxml/src/xpath.c                 && (ctxt->value->nodesetval != NULL)
value            12592 third_party/libxml/src/xpath.c                 && (ctxt->value->nodesetval->nodeNr >= 1)) {
value            12603 third_party/libxml/src/xpath.c 		if (ctxt->value->nodesetval->nodeNr > 1)
value            12604 third_party/libxml/src/xpath.c 		    xmlXPathNodeSetSort(ctxt->value->nodesetval);
value            12605 third_party/libxml/src/xpath.c                 *first = ctxt->value->nodesetval->nodeTab[0];
value            12668 third_party/libxml/src/xpath.c             if ((ctxt->value != NULL)
value            12669 third_party/libxml/src/xpath.c                 && (ctxt->value->type == XPATH_NODESET)
value            12670 third_party/libxml/src/xpath.c                 && (ctxt->value->nodesetval != NULL)
value            12671 third_party/libxml/src/xpath.c 		&& (ctxt->value->nodesetval->nodeNr > 1))
value            12672 third_party/libxml/src/xpath.c                 xmlXPathNodeSetSort(ctxt->value->nodesetval);
value            12720 third_party/libxml/src/xpath.c             if ((ctxt->value != NULL)
value            12721 third_party/libxml/src/xpath.c                 && (ctxt->value->type == XPATH_NODESET)
value            12722 third_party/libxml/src/xpath.c                 && (ctxt->value->nodesetval != NULL)
value            12723 third_party/libxml/src/xpath.c                 && (ctxt->value->nodesetval->nodeNr >= 1)) {
value            12727 third_party/libxml/src/xpath.c 		if (ctxt->value->nodesetval->nodeNr > 1)
value            12728 third_party/libxml/src/xpath.c 		    xmlXPathNodeSetSort(ctxt->value->nodesetval);
value            12730 third_party/libxml/src/xpath.c                     ctxt->value->nodesetval->nodeTab[ctxt->value->
value            12741 third_party/libxml/src/xpath.c             if ((ctxt->value != NULL)
value            12742 third_party/libxml/src/xpath.c                 && (ctxt->value->type == XPATH_NODESET)
value            12743 third_party/libxml/src/xpath.c                 && (ctxt->value->nodesetval != NULL)
value            12744 third_party/libxml/src/xpath.c                 && (ctxt->value->nodesetval->nodeNr >= 1)) { /* TODO: NOP ? */
value            12803 third_party/libxml/src/xpath.c             if ((ctxt->value != NULL)
value            12804 third_party/libxml/src/xpath.c                 && (ctxt->value->type == XPATH_NODESET)
value            12805 third_party/libxml/src/xpath.c                 && (ctxt->value->nodesetval != NULL)
value            12806 third_party/libxml/src/xpath.c 		&& (ctxt->value->nodesetval->nodeNr > 1))
value            12807 third_party/libxml/src/xpath.c                 xmlXPathNodeSetSort(ctxt->value->nodesetval);
value            12841 third_party/libxml/src/xpath.c 	    (comp->steps[f].value == 0) &&
value            12856 third_party/libxml/src/xpath.c 	    if ((ctxt->value != NULL) &&
value            12857 third_party/libxml/src/xpath.c 		(ctxt->value->type == XPATH_NODESET) &&
value            12858 third_party/libxml/src/xpath.c 		(ctxt->value->nodesetval != NULL) &&
value            12859 third_party/libxml/src/xpath.c 		(ctxt->value->nodesetval->nodeTab != NULL) &&
value            12860 third_party/libxml/src/xpath.c 		(ctxt->value->nodesetval->nodeNr > 1)) {
value            12861 third_party/libxml/src/xpath.c 		ctxt->value->nodesetval->nodeTab[0] =
value            12862 third_party/libxml/src/xpath.c 		    ctxt->value->nodesetval->nodeTab[ctxt->
value            12863 third_party/libxml/src/xpath.c 		    value->
value            12867 third_party/libxml/src/xpath.c 		ctxt->value->nodesetval->nodeNr = 1;
value            12868 third_party/libxml/src/xpath.c 		*first = *(ctxt->value->nodesetval->nodeTab);
value            12879 third_party/libxml/src/xpath.c     if (ctxt->value == NULL)
value            12887 third_party/libxml/src/xpath.c     if (ctxt->value->type == XPATH_LOCATIONSET) {
value            12955 third_party/libxml/src/xpath.c 	    if (ctxt->value == tmp) {
value            13070 third_party/libxml/src/xpath.c 	    if (ctxt->value == tmp) {
value            13141 third_party/libxml/src/xpath.c             if ((ctxt->value == NULL) || (ctxt->value->boolval == 0))
value            13167 third_party/libxml/src/xpath.c             if ((ctxt->value == NULL) || (ctxt->value->boolval == 1))
value            13198 third_party/libxml/src/xpath.c 	    if (op->value)
value            13217 third_party/libxml/src/xpath.c             ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
value            13235 third_party/libxml/src/xpath.c             if (op->value == 0)
value            13237 third_party/libxml/src/xpath.c             else if (op->value == 1)
value            13239 third_party/libxml/src/xpath.c             else if (op->value == 2)
value            13241 third_party/libxml/src/xpath.c             else if (op->value == 3) {
value            13259 third_party/libxml/src/xpath.c             if (op->value == 0)
value            13261 third_party/libxml/src/xpath.c             else if (op->value == 1)
value            13263 third_party/libxml/src/xpath.c             else if (op->value == 2)
value            13375 third_party/libxml/src/xpath.c 		if (ctxt->valueNr < op->value) {
value            13381 third_party/libxml/src/xpath.c 		for (i = 0; i < op->value; i++)
value            13422 third_party/libxml/src/xpath.c                 func(ctxt, op->value);
value            13492 third_party/libxml/src/xpath.c                         if ((ctxt->value != NULL) &&
value            13493 third_party/libxml/src/xpath.c                             (ctxt->value->type == XPATH_NODESET) &&
value            13494 third_party/libxml/src/xpath.c                             (ctxt->value->nodesetval != NULL) &&
value            13495 third_party/libxml/src/xpath.c                             (ctxt->value->nodesetval->nodeNr > 1))
value            13496 third_party/libxml/src/xpath.c                             ctxt->value->nodesetval->nodeNr = 1;
value            13511 third_party/libxml/src/xpath.c                         (comp->steps[f].value == 0) &&
value            13526 third_party/libxml/src/xpath.c                         if ((ctxt->value != NULL) &&
value            13527 third_party/libxml/src/xpath.c                             (ctxt->value->type == XPATH_NODESET) &&
value            13528 third_party/libxml/src/xpath.c                             (ctxt->value->nodesetval != NULL) &&
value            13529 third_party/libxml/src/xpath.c                             (ctxt->value->nodesetval->nodeTab != NULL) &&
value            13530 third_party/libxml/src/xpath.c                             (ctxt->value->nodesetval->nodeNr > 1)) {
value            13531 third_party/libxml/src/xpath.c                             ctxt->value->nodesetval->nodeTab[0] =
value            13532 third_party/libxml/src/xpath.c                                 ctxt->value->nodesetval->nodeTab[ctxt->
value            13533 third_party/libxml/src/xpath.c                                                                  value->
value            13537 third_party/libxml/src/xpath.c                             ctxt->value->nodesetval->nodeNr = 1;
value            13559 third_party/libxml/src/xpath.c                 if (ctxt->value == NULL)
value            13568 third_party/libxml/src/xpath.c                 if (ctxt->value->type == XPATH_LOCATIONSET) {
value            13637 third_party/libxml/src/xpath.c                         if (ctxt->value == tmp) {
value            13774 third_party/libxml/src/xpath.c                         if (ctxt->value == tmp) {
value            13807 third_party/libxml/src/xpath.c             if ((ctxt->value != NULL) &&
value            13808 third_party/libxml/src/xpath.c                 (ctxt->value->type == XPATH_NODESET) &&
value            13809 third_party/libxml/src/xpath.c                 (ctxt->value->nodesetval != NULL) &&
value            13810 third_party/libxml/src/xpath.c 		(ctxt->value->nodesetval->nodeNr > 1))
value            13812 third_party/libxml/src/xpath.c                 xmlXPathNodeSetSort(ctxt->value->nodesetval);
value            13831 third_party/libxml/src/xpath.c                 if (ctxt->value->type == XPATH_LOCATIONSET) {
value            13905 third_party/libxml/src/xpath.c                         if (ctxt->value == tmp) {
value            13957 third_party/libxml/src/xpath.c                             if (ctxt->value == tmp) {
value            14327 third_party/libxml/src/xpath.c 	ctxt->value = NULL;
value            14575 third_party/libxml/src/xpath.c 	    ((xmlXPathAxisVal) op->value == AXIS_CHILD /* 4 */) &&
value            14586 third_party/libxml/src/xpath.c 		((xmlXPathAxisVal) prevop->value ==
value            14736 third_party/libxml/src/xpath.c 	if (pctxt->value == NULL) {
value            14888 third_party/libxml/src/xpath.c     if (ctxt->value == NULL) {
value            1065 third_party/libxml/src/xpointer.c 	xmlURIPtr value;
value            1085 third_party/libxml/src/xpointer.c 	value = xmlParseURI((const char *)ctxt->cur);
value            1086 third_party/libxml/src/xpointer.c 	if (value == NULL) {
value            1092 third_party/libxml/src/xpointer.c 	URI = xmlSaveUri(value);
value            1093 third_party/libxml/src/xpointer.c 	xmlFreeURI(value);
value            1160 third_party/libxml/src/xpointer.c 	if (ctxt->value != NULL) {
value            1161 third_party/libxml/src/xpointer.c 	    xmlXPathObjectPtr obj = ctxt->value;
value            1165 third_party/libxml/src/xpointer.c 		    xmlLocationSetPtr loc = ctxt->value->user;
value            1171 third_party/libxml/src/xpointer.c 		    xmlNodeSetPtr loc = ctxt->value->nodesetval;
value            1264 third_party/libxml/src/xpointer.c 	ctxt->value = NULL;
value            1380 third_party/libxml/src/xpointer.c     if ((ctxt->value != NULL) &&
value            1381 third_party/libxml/src/xpointer.c 	(ctxt->value->type != XPATH_NODESET) &&
value            1382 third_party/libxml/src/xpointer.c 	(ctxt->value->type != XPATH_LOCATIONSET)) {
value            1795 third_party/libxml/src/xpointer.c     if ((ctxt->value == NULL) ||
value            1796 third_party/libxml/src/xpointer.c 	((ctxt->value->type != XPATH_LOCATIONSET) &&
value            1797 third_party/libxml/src/xpointer.c 	 (ctxt->value->type != XPATH_NODESET)))
value            1889 third_party/libxml/src/xpointer.c     if ((ctxt->value == NULL) ||
value            1890 third_party/libxml/src/xpointer.c 	((ctxt->value->type != XPATH_LOCATIONSET) &&
value            1891 third_party/libxml/src/xpointer.c 	 (ctxt->value->type != XPATH_NODESET)))
value            2035 third_party/libxml/src/xpointer.c     if ((ctxt->value == NULL) ||
value            2036 third_party/libxml/src/xpointer.c 	((ctxt->value->type != XPATH_LOCATIONSET) &&
value            2037 third_party/libxml/src/xpointer.c 	 (ctxt->value->type != XPATH_NODESET)))
value            2181 third_party/libxml/src/xpointer.c     if ((ctxt->value == NULL) ||
value            2182 third_party/libxml/src/xpointer.c 	((ctxt->value->type != XPATH_LOCATIONSET) &&
value            2183 third_party/libxml/src/xpointer.c 	 (ctxt->value->type != XPATH_NODESET)))
value            2275 third_party/libxml/src/xpointer.c 	if (ctxt->value == tmp) {
value            2793 third_party/libxml/src/xpointer.c     if ((ctxt->value == NULL) ||
value            2794 third_party/libxml/src/xpointer.c 	((ctxt->value->type != XPATH_LOCATIONSET) &&
value            2795 third_party/libxml/src/xpointer.c 	 (ctxt->value->type != XPATH_NODESET)))
value            2976 third_party/libxml/src/xpointer.c 	    if (ctxt->value == tmp) {
value             113 third_party/libxslt/libexslt/date.c     } value;
value             767 third_party/libxslt/libexslt/date.c     ret->value.date.year = localTm.tm_year + 1900;
value             769 third_party/libxslt/libexslt/date.c     ret->value.date.mon  = localTm.tm_mon + 1;
value             770 third_party/libxslt/libexslt/date.c     ret->value.date.day  = localTm.tm_mday;
value             771 third_party/libxslt/libexslt/date.c     ret->value.date.hour = localTm.tm_hour;
value             772 third_party/libxslt/libexslt/date.c     ret->value.date.min  = localTm.tm_min;
value             775 third_party/libxslt/libexslt/date.c     ret->value.date.sec  = (double) localTm.tm_sec;
value             783 third_party/libxslt/libexslt/date.c     ret->value.date.tz_flag = 0;
value             785 third_party/libxslt/libexslt/date.c     ret->value.date.tzo = (((ret->value.date.day * 1440) +
value             786 third_party/libxslt/libexslt/date.c                             (ret->value.date.hour * 60) +
value             787 third_party/libxslt/libexslt/date.c                              ret->value.date.min) -
value             800 third_party/libxslt/libexslt/date.c  	ret->value.date.tzo = -((SECS_PER_DAY - local_s) + gm_s)/60;
value             802 third_party/libxslt/libexslt/date.c  	ret->value.date.tzo = ((SECS_PER_DAY - gm_s) + local_s)/60;
value             804 third_party/libxslt/libexslt/date.c  	ret->value.date.tzo = -((SECS_PER_DAY - local_s) + gm_s)/60;
value             806 third_party/libxslt/libexslt/date.c  	ret->value.date.tzo = ((SECS_PER_DAY - gm_s) + local_s)/60;
value             808 third_party/libxslt/libexslt/date.c  	ret->value.date.tzo = -((SECS_PER_DAY - local_s) + gm_s)/60;
value             810 third_party/libxslt/libexslt/date.c  	ret->value.date.tzo = ((SECS_PER_DAY - gm_s) + local_s)/60;
value             812 third_party/libxslt/libexslt/date.c  	ret->value.date.tzo = (local_s - gm_s)/60;
value             836 third_party/libxslt/libexslt/date.c 	ret = _exsltDateParseTimeZone(&(dt->value.date), &cur);	\
value             865 third_party/libxslt/libexslt/date.c 	    ret = _exsltDateParseGDay(&(dt->value.date), &cur);
value             877 third_party/libxslt/libexslt/date.c 	ret = _exsltDateParseGMonth(&(dt->value.date), &cur);
value             893 third_party/libxslt/libexslt/date.c 	ret = _exsltDateParseGDay(&(dt->value.date), &cur);
value             907 third_party/libxslt/libexslt/date.c 	ret = _exsltDateParseTime(&(dt->value.date), &cur);
value             917 third_party/libxslt/libexslt/date.c     ret = _exsltDateParseGYear(&(dt->value.date), &cur);
value             928 third_party/libxslt/libexslt/date.c     ret = _exsltDateParseGMonth(&(dt->value.date), &cur);
value             939 third_party/libxslt/libexslt/date.c     ret = _exsltDateParseGDay(&(dt->value.date), &cur);
value             940 third_party/libxslt/libexslt/date.c     if ((ret != 0) || !VALID_DATE((&(dt->value.date))))
value             951 third_party/libxslt/libexslt/date.c     ret = _exsltDateParseTime(&(dt->value.date), &cur);
value             955 third_party/libxslt/libexslt/date.c     ret = _exsltDateParseTimeZone(&(dt->value.date), &cur);
value             956 third_party/libxslt/libexslt/date.c     if ((ret != 0) || (*cur != 0) || !VALID_DATETIME((&(dt->value.date))))
value            1037 third_party/libxslt/libexslt/date.c                         dur->value.dur.mon = (long)num * 12;
value            1040 third_party/libxslt/libexslt/date.c                         dur->value.dur.mon += (long)num;
value            1044 third_party/libxslt/libexslt/date.c                         dur->value.dur.sec += num * multi[seq];
value            1059 third_party/libxslt/libexslt/date.c         dur->value.dur.mon = -dur->value.dur.mon;
value            1060 third_party/libxslt/libexslt/date.c         dur->value.dur.day = -dur->value.dur.day;
value            1061 third_party/libxslt/libexslt/date.c         dur->value.dur.sec = -dur->value.dur.sec;
value            1066 third_party/libxslt/libexslt/date.c 		     "Parsed duration %f\n", dur->value.dur.sec);
value            1269 third_party/libxslt/libexslt/date.c         return exsltDateFormatDuration(&(dt->value.dur));
value            1271 third_party/libxslt/libexslt/date.c         return exsltDateFormatDateTime(&(dt->value.date));
value            1273 third_party/libxslt/libexslt/date.c         return exsltDateFormatDate(&(dt->value.date));
value            1275 third_party/libxslt/libexslt/date.c         return exsltDateFormatTime(&(dt->value.date));
value            1283 third_party/libxslt/libexslt/date.c         FORMAT_GYEAR(dt->value.date.year, cur);
value            1287 third_party/libxslt/libexslt/date.c 	    FORMAT_GMONTH(dt->value.date.mon, cur);
value            1290 third_party/libxslt/libexslt/date.c         if (dt->value.date.tz_flag || (dt->value.date.tzo != 0)) {
value            1291 third_party/libxslt/libexslt/date.c 	    FORMAT_TZ(dt->value.date.tzo, cur);
value            1316 third_party/libxslt/libexslt/date.c     if (dt->value.date.year < 0)
value            1317 third_party/libxslt/libexslt/date.c         ret = (dt->value.date.year * 365) +
value            1318 third_party/libxslt/libexslt/date.c               (((dt->value.date.year+1)/4)-((dt->value.date.year+1)/100)+
value            1319 third_party/libxslt/libexslt/date.c                ((dt->value.date.year+1)/400)) +
value            1320 third_party/libxslt/libexslt/date.c               DAY_IN_YEAR(0, dt->value.date.mon, dt->value.date.year);
value            1322 third_party/libxslt/libexslt/date.c         ret = ((dt->value.date.year-1) * 365) +
value            1323 third_party/libxslt/libexslt/date.c               (((dt->value.date.year-1)/4)-((dt->value.date.year-1)/100)+
value            1324 third_party/libxslt/libexslt/date.c                ((dt->value.date.year-1)/400)) +
value            1325 third_party/libxslt/libexslt/date.c               DAY_IN_YEAR(0, dt->value.date.mon, dt->value.date.year);
value            1339 third_party/libxslt/libexslt/date.c     ((double)((dt->value.date.hour * SECS_PER_HOUR) +   \
value            1340 third_party/libxslt/libexslt/date.c               (dt->value.date.min * SECS_PER_MIN)) + dt->value.date.sec)
value            1364 third_party/libxslt/libexslt/date.c         ret += (double)dt->value.dur.day * SECS_PER_DAY;
value            1365 third_party/libxslt/libexslt/date.c         ret += dt->value.dur.sec;
value            1367 third_party/libxslt/libexslt/date.c         ret += (double)dt->value.date.day * SECS_PER_DAY;
value            1392 third_party/libxslt/libexslt/date.c         dt->value.date.hour = 0;
value            1393 third_party/libxslt/libexslt/date.c         dt->value.date.min  = 0;
value            1394 third_party/libxslt/libexslt/date.c         dt->value.date.sec  = 0.0;
value            1398 third_party/libxslt/libexslt/date.c         dt->value.date.day = 0;
value            1401 third_party/libxslt/libexslt/date.c         dt->value.date.mon = 0;
value            1404 third_party/libxslt/libexslt/date.c         dt->value.date.year = 0;
value            1472 third_party/libxslt/libexslt/date.c     r = &(ret->value.date);
value            1473 third_party/libxslt/libexslt/date.c     d = &(dt->value.date);
value            1474 third_party/libxslt/libexslt/date.c     u = &(dur->value.dur);
value            1605 third_party/libxslt/libexslt/date.c     if (((dt->type & XS_TIME) != XS_TIME) || (dt->value.date.tzo == 0))
value            1621 third_party/libxslt/libexslt/date.c     dt->value.date.tzo = 0;
value            1669 third_party/libxslt/libexslt/date.c         ret->value.dur.mon = ((y->value.date.year * 12) + y->value.date.mon) -
value            1670 third_party/libxslt/libexslt/date.c                              ((x->value.date.year * 12) + x->value.date.mon);
value            1674 third_party/libxslt/libexslt/date.c         ret->value.dur.day  = _exsltDateCastYMToDays(y) -
value            1676 third_party/libxslt/libexslt/date.c         ret->value.dur.day += y->value.date.day - x->value.date.day;
value            1677 third_party/libxslt/libexslt/date.c         ret->value.dur.sec  = TIME_TO_NUMBER(y) - TIME_TO_NUMBER(x);
value            1678 third_party/libxslt/libexslt/date.c 	if (ret->value.dur.day > 0.0 && ret->value.dur.sec < 0.0) {
value            1679 third_party/libxslt/libexslt/date.c 	    ret->value.dur.day -= 1;
value            1680 third_party/libxslt/libexslt/date.c 	    ret->value.dur.sec = ret->value.dur.sec + SECS_PER_DAY;
value            1681 third_party/libxslt/libexslt/date.c 	} else if (ret->value.dur.day < 0.0 && ret->value.dur.sec > 0.0) {
value            1682 third_party/libxslt/libexslt/date.c 	    ret->value.dur.day += 1;
value            1683 third_party/libxslt/libexslt/date.c 	    ret->value.dur.sec = ret->value.dur.sec - SECS_PER_DAY;
value            1708 third_party/libxslt/libexslt/date.c     ret->value.dur.mon = x->value.dur.mon + y->value.dur.mon;
value            1711 third_party/libxslt/libexslt/date.c     ret->value.dur.sec = x->value.dur.sec + y->value.dur.sec;
value            1712 third_party/libxslt/libexslt/date.c     carry = (long)FQUOTIENT(ret->value.dur.sec, SECS_PER_DAY);
value            1713 third_party/libxslt/libexslt/date.c     if (ret->value.dur.sec != 0.0) {
value            1714 third_party/libxslt/libexslt/date.c         ret->value.dur.sec = MODULO(ret->value.dur.sec, SECS_PER_DAY);
value            1720 third_party/libxslt/libexslt/date.c 	if ((carry < 0) && (ret->value.dur.sec != 0)) {
value            1722 third_party/libxslt/libexslt/date.c 	    ret->value.dur.sec = ret->value.dur.sec - SECS_PER_DAY;
value            1728 third_party/libxslt/libexslt/date.c     ret->value.dur.day = x->value.dur.day + y->value.dur.day + carry;
value            1734 third_party/libxslt/libexslt/date.c     if ((((ret->value.dur.day > 0) || (ret->value.dur.sec > 0)) &&
value            1735 third_party/libxslt/libexslt/date.c          (ret->value.dur.mon < 0)) ||
value            1736 third_party/libxslt/libexslt/date.c         (((ret->value.dur.day < 0) || (ret->value.dur.sec < 0)) &&
value            1737 third_party/libxslt/libexslt/date.c          (ret->value.dur.mon > 0))) {
value            1794 third_party/libxslt/libexslt/date.c 	ret = exsltDateFormatDateTime(&(cur->value.date));
value            1840 third_party/libxslt/libexslt/date.c     ret = exsltDateFormatDate(&(dt->value.date));
value            1884 third_party/libxslt/libexslt/date.c     ret = exsltDateFormatTime(&(dt->value.date));
value            1933 third_party/libxslt/libexslt/date.c     ret = (double) dt->value.date.year;
value            2019 third_party/libxslt/libexslt/date.c     ret = (double) dt->value.date.mon;
value            2164 third_party/libxslt/libexslt/date.c     diy = DAY_IN_YEAR(dt->value.date.day, dt->value.date.mon,
value            2165 third_party/libxslt/libexslt/date.c                       dt->value.date.year);
value            2171 third_party/libxslt/libexslt/date.c     diw = (_exsltDateDayInWeek(diy, dt->value.date.year) + 6) % 7;
value            2176 third_party/libxslt/libexslt/date.c 	year = dt->value.date.year - 1;
value            2179 third_party/libxslt/libexslt/date.c     } else if (diy > (long)DAY_IN_YEAR(31, 12, dt->value.date.year)) {
value            2180 third_party/libxslt/libexslt/date.c 	diy -= DAY_IN_YEAR(31, 12, dt->value.date.year);
value            2233 third_party/libxslt/libexslt/date.c     fdiy = DAY_IN_YEAR(1, dt->value.date.mon, dt->value.date.year);
value            2238 third_party/libxslt/libexslt/date.c     fdiw = (_exsltDateDayInWeek(fdiy, dt->value.date.year) + 6) % 7;
value            2240 third_party/libxslt/libexslt/date.c     ret = ((dt->value.date.day + fdiw - 1) / 7) + 1;
value            2287 third_party/libxslt/libexslt/date.c     ret = DAY_IN_YEAR(dt->value.date.day, dt->value.date.mon,
value            2288 third_party/libxslt/libexslt/date.c                       dt->value.date.year);
value            2338 third_party/libxslt/libexslt/date.c     ret = (double) dt->value.date.day;
value            2385 third_party/libxslt/libexslt/date.c     ret = ((dt->value.date.day -1) / 7) + 1;
value            2434 third_party/libxslt/libexslt/date.c     diy = DAY_IN_YEAR(dt->value.date.day, dt->value.date.mon,
value            2435 third_party/libxslt/libexslt/date.c                       dt->value.date.year);
value            2437 third_party/libxslt/libexslt/date.c     ret = _exsltDateDayInWeek(diy, dt->value.date.year) + 1;
value            2564 third_party/libxslt/libexslt/date.c     ret = (double) dt->value.date.hour;
value            2610 third_party/libxslt/libexslt/date.c     ret = (double) dt->value.date.min;
value            2658 third_party/libxslt/libexslt/date.c     ret = dt->value.date.sec;
value            2773 third_party/libxslt/libexslt/date.c     ret = exsltDateFormatDuration(&(res->value.dur));
value            2814 third_party/libxslt/libexslt/date.c     if ((ctxt->value != NULL) && ctxt->value->boolval != 0) {
value            2815 third_party/libxslt/libexslt/date.c 	user = ctxt->value->user;
value            2816 third_party/libxslt/libexslt/date.c 	ctxt->value->boolval = 0;
value            2817 third_party/libxslt/libexslt/date.c 	ctxt->value->user = NULL;
value            2867 third_party/libxslt/libexslt/date.c     ret = exsltDateFormatDuration (&(total->value.dur));
value            2938 third_party/libxslt/libexslt/date.c             y->value.date.year = 1970;
value            2939 third_party/libxslt/libexslt/date.c             y->value.date.mon  = 1;
value            2940 third_party/libxslt/libexslt/date.c             y->value.date.day  = 1;
value            2941 third_party/libxslt/libexslt/date.c             y->value.date.tz_flag = 1;
value            2951 third_party/libxslt/libexslt/date.c     } else if ((dt->type == XS_DURATION) && (dt->value.dur.mon == 0))
value            3030 third_party/libxslt/libexslt/date.c     ret = exsltDateFormatDuration(&(dur->value.dur));
value            3075 third_party/libxslt/libexslt/date.c     dur->value.dur.sec = secs;
value            3077 third_party/libxslt/libexslt/date.c     ret = exsltDateFormatDuration(&(dur->value.dur));
value             388 third_party/libxslt/libexslt/functions.c 		if (param->value != NULL)
value             389 third_party/libxslt/libexslt/functions.c 		    xmlXPathFreeObject(param->value);
value             391 third_party/libxslt/libexslt/functions.c 		param->value = savedObj->obj;
value              80 third_party/libxslt/libexslt/math.c     if ((ctxt->value != NULL) && (ctxt->value->boolval != 0)) {
value              81 third_party/libxslt/libexslt/math.c         user = ctxt->value->user;
value              82 third_party/libxslt/libexslt/math.c 	ctxt->value->boolval = 0;
value              83 third_party/libxslt/libexslt/math.c 	ctxt->value->user = NULL;
value             148 third_party/libxslt/libexslt/math.c     if ((ctxt->value != NULL) && (ctxt->value->boolval != 0)) {
value             149 third_party/libxslt/libexslt/math.c 	user = ctxt->value->user;
value             150 third_party/libxslt/libexslt/math.c 	ctxt->value->boolval = 0;
value             151 third_party/libxslt/libexslt/math.c 	ctxt->value->user = 0;
value             228 third_party/libxslt/libexslt/math.c     if ((ctxt->value != NULL) && ctxt->value->boolval != 0) {
value             229 third_party/libxslt/libexslt/math.c         user = ctxt->value->user;
value             230 third_party/libxslt/libexslt/math.c 	ctxt->value->boolval = 0;
value             231 third_party/libxslt/libexslt/math.c 	ctxt->value->user = NULL;
value             309 third_party/libxslt/libexslt/math.c     if ((ctxt->value != NULL) && (ctxt->value->boolval != 0)) {
value             310 third_party/libxslt/libexslt/math.c         user = ctxt->value->user;
value             311 third_party/libxslt/libexslt/math.c 	ctxt->value->boolval = 0;
value             312 third_party/libxslt/libexslt/math.c 	ctxt->value->user = NULL;
value             212 third_party/libxslt/libexslt/saxon.c 	if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_NODESET)) {
value             112 third_party/libxslt/libexslt/sets.c     if (ctxt->value != NULL) {
value             113 third_party/libxslt/libexslt/sets.c         boolval = ctxt->value->boolval;
value             114 third_party/libxslt/libexslt/sets.c 	user = ctxt->value->user;
value             115 third_party/libxslt/libexslt/sets.c 	ctxt->value->boolval = 0;
value             116 third_party/libxslt/libexslt/sets.c 	ctxt->value->user = NULL;
value             292 third_party/libxslt/libxslt/attributes.c     xmlChar *value;
value             299 third_party/libxslt/libxslt/attributes.c     value = xmlGetNsProp(cur, (const xmlChar *)"name", NULL);
value             300 third_party/libxslt/libxslt/attributes.c     if (value == NULL) {
value             306 third_party/libxslt/libxslt/attributes.c     ncname = xsltSplitQName(style->dict, value, &prefix);
value             307 third_party/libxslt/libxslt/attributes.c     xmlFree(value);
value             308 third_party/libxslt/libxslt/attributes.c     value = NULL;
value             409 third_party/libxslt/libxslt/attributes.c     value = xmlGetNsProp(cur, (const xmlChar *)"use-attribute-sets",
value             411 third_party/libxslt/libxslt/attributes.c     if (value != NULL) {
value             413 third_party/libxslt/libxslt/attributes.c 	curval = value;
value             442 third_party/libxslt/libxslt/attributes.c 	xmlFree(value);
value             443 third_party/libxslt/libxslt/attributes.c 	value = NULL;
value             655 third_party/libxslt/libxslt/attributes.c     xmlChar *value = NULL;
value             992 third_party/libxslt/libxslt/attributes.c 	value = xsltEvalTemplateString(ctxt, contextNode, inst);
value             993 third_party/libxslt/libxslt/attributes.c 	if (value != NULL) {
value             994 third_party/libxslt/libxslt/attributes.c 	    attr = xmlSetNsProp(ctxt->insert, ns, name, value);
value             995 third_party/libxslt/libxslt/attributes.c 	    xmlFree(value);
value             101 third_party/libxslt/libxslt/extra.c             if (cur->value != NULL) {
value             102 third_party/libxslt/libxslt/extra.c                 xmlXPathDebugDumpObject(stdout, cur->value, 1);
value             138 third_party/libxslt/libxslt/extra.c     if ((ctxt->value == NULL) ||
value             139 third_party/libxslt/libxslt/extra.c 	((ctxt->value->type != XPATH_XSLT_TREE) &&
value             140 third_party/libxslt/libxslt/extra.c 	 (ctxt->value->type != XPATH_NODESET))) {
value             146 third_party/libxslt/libxslt/extra.c     if (ctxt->value->type == XPATH_XSLT_TREE) {
value             147 third_party/libxslt/libxslt/extra.c 	ctxt->value->type = XPATH_NODESET;
value             238 third_party/libxslt/libxslt/functions.c     if (ctxt->value == NULL) {
value             246 third_party/libxslt/libxslt/functions.c         if (ctxt->value->type != XPATH_NODESET) {
value             256 third_party/libxslt/libxslt/functions.c     if (ctxt->value->type == XPATH_NODESET) {
value             293 third_party/libxslt/libxslt/functions.c     if (ctxt->value->type != XPATH_STRING) {
value             368 third_party/libxslt/libxslt/functions.c 	(ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
value             403 third_party/libxslt/libxslt/functions.c 	xmlChar *key = NULL, *value;
value             453 third_party/libxslt/libxslt/functions.c 	if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
value             460 third_party/libxslt/libxslt/functions.c 	value = obj2->stringval;
value             524 third_party/libxslt/libxslt/functions.c 	nodelist = xsltGetKey(tctxt, key, keyURI, value);
value             553 third_party/libxslt/libxslt/functions.c     if ((nargs != 1) || (ctxt->value == NULL)) {
value             668 third_party/libxslt/libxslt/functions.c 	if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_NODESET)) {
value             741 third_party/libxslt/libxslt/functions.c     if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
value             835 third_party/libxslt/libxslt/functions.c     if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
value             901 third_party/libxslt/libxslt/functions.c     if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
value             412 third_party/libxslt/libxslt/keys.c 	   const xmlChar *nameURI, const xmlChar *value) {
value             417 third_party/libxslt/libxslt/keys.c     if ((ctxt == NULL) || (name == NULL) || (value == NULL) ||
value             423 third_party/libxslt/libxslt/keys.c 	"Get key %s, value %s\n", name, value);
value             445 third_party/libxslt/libxslt/keys.c 	    ret = (xmlNodeSetPtr)xmlHashLookup(table->keys, value);
value              39 third_party/libxslt/libxslt/keys.h 					 const xmlChar *value);
value             701 third_party/libxslt/libxslt/numbers.c 			 const xmlChar *value,
value             711 third_party/libxslt/libxslt/numbers.c 	xmlBufferCat(pattern, value);
value             764 third_party/libxslt/libxslt/numbers.c     if (data->value) {
value             767 third_party/libxslt/libxslt/numbers.c 					  data->value,
value              32 third_party/libxslt/libxslt/numbersInternals.h     const xmlChar *value;
value              87 third_party/libxslt/libxslt/pattern.c     xmlChar *value;
value             188 third_party/libxslt/libxslt/pattern.c 	if (op->value != NULL)
value             189 third_party/libxslt/libxslt/pattern.c 	    xmlFree(op->value);
value             294 third_party/libxslt/libxslt/pattern.c                  xsltOp op, xmlChar * value, xmlChar * value2, int novar)
value             312 third_party/libxslt/libxslt/pattern.c     comp->steps[comp->nbStep].value = value;
value             344 third_party/libxslt/libxslt/pattern.c 	comp->steps[comp->nbStep].comp = xmlXPathCtxtCompile(xctxt, value);
value             374 third_party/libxslt/libxslt/pattern.c 	tmp = comp->steps[i].value;
value             375 third_party/libxslt/libxslt/pattern.c 	comp->steps[i].value = comp->steps[j].value;
value             376 third_party/libxslt/libxslt/pattern.c 	comp->steps[j].value = tmp;
value             419 third_party/libxslt/libxslt/pattern.c 	tmp = comp->steps[i].value;
value             420 third_party/libxslt/libxslt/pattern.c 	comp->steps[i].value = comp->steps[j].value;
value             421 third_party/libxslt/libxslt/pattern.c 	comp->steps[j].value = tmp;
value             686 third_party/libxslt/libxslt/pattern.c 		if (step->value == NULL)
value             688 third_party/libxslt/libxslt/pattern.c 		if (step->value[0] != node->name[0])
value             690 third_party/libxslt/libxslt/pattern.c 		if (!xmlStrEqual(step->value, node->name))
value             707 third_party/libxslt/libxslt/pattern.c 		if (step->value != NULL) {
value             708 third_party/libxslt/libxslt/pattern.c 		    if (step->value[0] != node->name[0])
value             710 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value, node->name))
value             733 third_party/libxslt/libxslt/pattern.c 		if (step->value == NULL)
value             735 third_party/libxslt/libxslt/pattern.c 		if (step->value[0] != node->name[0])
value             737 third_party/libxslt/libxslt/pattern.c 		if (!xmlStrEqual(step->value, node->name))
value             752 third_party/libxslt/libxslt/pattern.c 		if (step->value == NULL) {
value             779 third_party/libxslt/libxslt/pattern.c 		if (step->value == NULL) {
value             785 third_party/libxslt/libxslt/pattern.c 			(step->value[0] == node->name[0]) &&
value             786 third_party/libxslt/libxslt/pattern.c 			(xmlStrEqual(step->value, node->name))) {
value             810 third_party/libxslt/libxslt/pattern.c 		id = xmlGetID(node->doc, step->value);
value             819 third_party/libxslt/libxslt/pattern.c 		list = xsltGetKey(ctxt, step->value,
value             834 third_party/libxslt/libxslt/pattern.c 		    if (step->value != NULL)
value             837 third_party/libxslt/libxslt/pattern.c 		    if (step->value == NULL)
value             839 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value, node->ns->href))
value             883 third_party/libxslt/libxslt/pattern.c 		    (sel->value != NULL) &&
value            1116 third_party/libxslt/libxslt/pattern.c 		if (step->value == NULL)
value            1142 third_party/libxslt/libxslt/pattern.c 		if (step->value != NULL) {
value            1143 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value, node->name))
value            1934 third_party/libxslt/libxslt/pattern.c 		(element->steps[0].value != NULL) &&
value            1942 third_party/libxslt/libxslt/pattern.c 		       (element->steps[0].value != NULL) &&
value            1946 third_party/libxslt/libxslt/pattern.c 		       (element->steps[0].value == NULL) &&
value            2066 third_party/libxslt/libxslt/pattern.c 	    if (pat->steps[0].value != NULL)
value            2067 third_party/libxslt/libxslt/pattern.c 		name = pat->steps[0].value;
value            2098 third_party/libxslt/libxslt/pattern.c 	    if (pat->steps[0].value != NULL)
value            2099 third_party/libxslt/libxslt/pattern.c 		name = pat->steps[0].value;
value            2111 third_party/libxslt/libxslt/pattern.c 	    if (pat->steps[0].value != NULL)
value            2112 third_party/libxslt/libxslt/pattern.c 		name = pat->steps[0].value;
value            1427 third_party/libxslt/libxslt/preproc.c     comp->numdata.value = xsltGetCNsProp(style, cur, (const xmlChar *)"value",
value            1499 third_party/libxslt/libxslt/preproc.c     if (comp->numdata.value == NULL) {
value             232 third_party/libxslt/libxslt/security.c 		  const char *value ATTRIBUTE_UNUSED) {
value             249 third_party/libxslt/libxslt/security.c 		  const char *value ATTRIBUTE_UNUSED) {
value              53 third_party/libxslt/libxslt/security.h 					 const char *value);
value              82 third_party/libxslt/libxslt/security.h 						 const char *value);
value              86 third_party/libxslt/libxslt/security.h 						 const char *value);
value             466 third_party/libxslt/libxslt/templates.c     const xmlChar *value;
value             497 third_party/libxslt/libxslt/templates.c 	value = attr->children->content;
value             498 third_party/libxslt/libxslt/templates.c 	if (value == NULL)
value             499 third_party/libxslt/libxslt/templates.c 	    value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
value             501 third_party/libxslt/libxslt/templates.c 	value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
value             577 third_party/libxslt/libxslt/templates.c 		       xmlDictOwns(ctxt->dict, value)) {
value             578 third_party/libxslt/libxslt/templates.c 		text->content = (xmlChar *) value;
value             580 third_party/libxslt/libxslt/templates.c 		text->content = xmlStrdup(value);
value             624 third_party/libxslt/libxslt/templates.c     const xmlChar *value;
value             671 third_party/libxslt/libxslt/templates.c 	    value = attr->children->content;
value             672 third_party/libxslt/libxslt/templates.c 	    if (value == NULL)
value             673 third_party/libxslt/libxslt/templates.c 		value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
value             675 third_party/libxslt/libxslt/templates.c 	    value = xmlDictLookup(ctxt->dict, BAD_CAST "", 0);
value             763 third_party/libxslt/libxslt/templates.c 		xmlDictOwns(ctxt->dict, value))
value             765 third_party/libxslt/libxslt/templates.c 		text->content = (xmlChar *) value;
value             767 third_party/libxslt/libxslt/templates.c 		text->content = xmlStrdup(value);
value             116 third_party/libxslt/libxslt/transform.c templPush(xsltTransformContextPtr ctxt, xsltTemplatePtr value)
value             139 third_party/libxslt/libxslt/transform.c     ctxt->templTab[ctxt->templNr] = value;
value             140 third_party/libxslt/libxslt/transform.c     ctxt->templ = value;
value             241 third_party/libxslt/libxslt/transform.c profPush(xsltTransformContextPtr ctxt, long value)
value             262 third_party/libxslt/libxslt/transform.c     ctxt->profTab[ctxt->profNr] = value;
value             263 third_party/libxslt/libxslt/transform.c     ctxt->prof = value;
value             987 third_party/libxslt/libxslt/transform.c     xmlChar *value;
value            1005 third_party/libxslt/libxslt/transform.c     value = xmlNodeListGetString(attr->doc, attr->children, 1);
value            1024 third_party/libxslt/libxslt/transform.c 	copy = xmlSetNsProp(target, ns, attr->name, value);
value            1026 third_party/libxslt/libxslt/transform.c 	copy = xmlSetNsProp(target, NULL, attr->name, value);
value            1028 third_party/libxslt/libxslt/transform.c     if (value != NULL)
value            1029 third_party/libxslt/libxslt/transform.c 	xmlFree(value);
value            1045 third_party/libxslt/libxslt/transform.c     value = xmlNodeListGetString(attr->doc, attr->children, 1);
value            1046 third_party/libxslt/libxslt/transform.c     if (value != NULL) {
value            1055 third_party/libxslt/libxslt/transform.c 		    BAD_CAST value, -1);
value            1056 third_party/libxslt/libxslt/transform.c 	    xmlFree(value);
value            1058 third_party/libxslt/libxslt/transform.c 	    txtNode->content = value;
value            1088 third_party/libxslt/libxslt/transform.c     xmlChar *value;
value            1118 third_party/libxslt/libxslt/transform.c 	    value = xmlNodeListGetString(attr->doc, attr->children, 1);
value            1119 third_party/libxslt/libxslt/transform.c             copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
value            1120 third_party/libxslt/libxslt/transform.c 	    xmlFree(value);
value            4065 third_party/libxslt/libxslt/transform.c     xmlChar *value = NULL;
value            4069 third_party/libxslt/libxslt/transform.c     value = xsltEvalTemplateString(ctxt, node, inst);
value            4071 third_party/libxslt/libxslt/transform.c     len = xmlStrlen(value);
value            4073 third_party/libxslt/libxslt/transform.c         if ((value[len-1] == '-') ||
value            4074 third_party/libxslt/libxslt/transform.c 	    (xmlStrstr(value, BAD_CAST "--"))) {
value            4081 third_party/libxslt/libxslt/transform.c     if (value == NULL) {
value            4086 third_party/libxslt/libxslt/transform.c 	     "xsltComment: content %s\n", value));
value            4090 third_party/libxslt/libxslt/transform.c     commentNode = xmlNewComment(value);
value            4093 third_party/libxslt/libxslt/transform.c     if (value != NULL)
value            4094 third_party/libxslt/libxslt/transform.c 	xmlFree(value);
value            4115 third_party/libxslt/libxslt/transform.c     xmlChar *value = NULL;
value            4137 third_party/libxslt/libxslt/transform.c     value = xsltEvalTemplateString(ctxt, node, inst);
value            4138 third_party/libxslt/libxslt/transform.c     if (xmlStrstr(value, BAD_CAST "?>") != NULL) {
value            4144 third_party/libxslt/libxslt/transform.c     if (value == NULL) {
value            4149 third_party/libxslt/libxslt/transform.c 	     "xsltProcessingInstruction: %s content %s\n", name, value));
value            4153 third_party/libxslt/libxslt/transform.c     pi = xmlNewDocPI(ctxt->insert->doc, name, value);
value            4159 third_party/libxslt/libxslt/transform.c     if (value != NULL)
value            4160 third_party/libxslt/libxslt/transform.c 	xmlFree(value);
value            4315 third_party/libxslt/libxslt/transform.c 	    xmlChar *value = NULL;
value            4319 third_party/libxslt/libxslt/transform.c 	    value = xmlXPathCastToString(res);
value            4320 third_party/libxslt/libxslt/transform.c 	    if (value == NULL) {
value            4326 third_party/libxslt/libxslt/transform.c 		if (value[0] != 0) {
value            4330 third_party/libxslt/libxslt/transform.c 		    xsltCopyTextString(ctxt, ctxt->insert, value, 0);
value            4332 third_party/libxslt/libxslt/transform.c 		xmlFree(value);
value            4368 third_party/libxslt/libxslt/transform.c     xmlChar *value = NULL;
value            4431 third_party/libxslt/libxslt/transform.c 	value = xmlXPathCastToString(res);
value            4432 third_party/libxslt/libxslt/transform.c 	if (value == NULL) {
value            4439 third_party/libxslt/libxslt/transform.c 	if (value[0] != 0) {
value            4441 third_party/libxslt/libxslt/transform.c 		ctxt->insert, value, comp->noescape);
value            4451 third_party/libxslt/libxslt/transform.c     if (value) {
value            4453 third_party/libxslt/libxslt/transform.c 	     "xsltValueOf: result '%s'\n", value));
value            4458 third_party/libxslt/libxslt/transform.c     if (value != NULL)
value            4459 third_party/libxslt/libxslt/transform.c 	xmlFree(value);
value            6075 third_party/libxslt/libxslt/transform.c             if (vptr->value != NULL) {
value            6076 third_party/libxslt/libxslt/transform.c                 xmlXPathFreeObject(vptr->value);
value            6077 third_party/libxslt/libxslt/transform.c                 vptr->value = NULL;
value             539 third_party/libxslt/libxslt/variables.c     if (elem->value != NULL)
value             540 third_party/libxslt/libxslt/variables.c 	xmlXPathFreeObject(elem->value);
value            1033 third_party/libxslt/libxslt/variables.c 	return(elem->value);
value            1212 third_party/libxslt/libxslt/variables.c 	elem->value = result;
value            1317 third_party/libxslt/libxslt/variables.c 		     const xmlChar *value) {
value            1367 third_party/libxslt/libxslt/variables.c     if (value != NULL) {
value            1369 third_party/libxslt/libxslt/variables.c 	elem->value = xmlXPathNewString(value);
value            1409 third_party/libxslt/libxslt/variables.c 			     const xmlChar * value,
value            1426 third_party/libxslt/libxslt/variables.c     if (value == NULL)
value            1433 third_party/libxslt/libxslt/variables.c 	    "Evaluating user parameter %s=%s\n", name, value));
value            1492 third_party/libxslt/libxslt/variables.c         xpExpr = xmlXPathCompile(value);
value            1575 third_party/libxslt/libxslt/variables.c 	elem->select = xmlDictLookup(ctxt->dict, value, -1);
value            1581 third_party/libxslt/libxslt/variables.c 	    elem->value = xmlXPathNewString(value);
value            1584 third_party/libxslt/libxslt/variables.c 	    elem->value = result;
value            1620 third_party/libxslt/libxslt/variables.c     const xmlChar *value;
value            1626 third_party/libxslt/libxslt/variables.c 	value = (const xmlChar *) params[indx++];
value            1627 third_party/libxslt/libxslt/variables.c     	if (xsltEvalOneUserParam(ctxt, name, value) != 0) 
value            1650 third_party/libxslt/libxslt/variables.c     const xmlChar *value;
value            1656 third_party/libxslt/libxslt/variables.c 	value = (const xmlChar *) params[indx++];
value            1657 third_party/libxslt/libxslt/variables.c     	if (xsltQuoteOneUserParam(ctxt, name, value) != 0) 
value            1684 third_party/libxslt/libxslt/variables.c 		     const xmlChar * value) {
value            1685 third_party/libxslt/libxslt/variables.c     return xsltProcessUserParamInternal(ctxt, name, value,
value            1705 third_party/libxslt/libxslt/variables.c 			 const xmlChar * value) {
value            1706 third_party/libxslt/libxslt/variables.c     return xsltProcessUserParamInternal(ctxt, name, value,
value            1750 third_party/libxslt/libxslt/variables.c     elem->value = xsltEvalVariable(ctxt, elem,
value            1752 third_party/libxslt/libxslt/variables.c     if (elem->value != NULL)
value            1860 third_party/libxslt/libxslt/variables.c 	ret = elem->value;
value            1892 third_party/libxslt/libxslt/variables.c         elem->value = xsltEvalVariable(ctxt, elem, NULL);
value            1895 third_party/libxslt/libxslt/variables.c     if (elem->value != NULL)
value            1896 third_party/libxslt/libxslt/variables.c 	return(xmlXPathObjectCopy(elem->value));
value            2271 third_party/libxslt/libxslt/variables.c 		variable->value = xsltEvalVariable(tctxt, variable, NULL);
value            2274 third_party/libxslt/libxslt/variables.c 	    if (variable->value != NULL) {
value            2275 third_party/libxslt/libxslt/variables.c 		valueObj = xmlXPathObjectCopy(variable->value); 
value              52 third_party/libxslt/libxslt/variables.h 						 const xmlChar * value);
value              56 third_party/libxslt/libxslt/variables.h 						 const xmlChar * value);
value             155 third_party/libxslt/libxslt/xslt.c exclPrefixPush(xsltStylesheetPtr style, xmlChar * value)
value             171 third_party/libxslt/libxslt/xslt.c         if (xmlStrEqual(style->exclPrefixTab[i], value))
value             185 third_party/libxslt/libxslt/xslt.c     style->exclPrefixTab[style->exclPrefixNr] = value;
value             186 third_party/libxslt/libxslt/xslt.c     style->exclPrefix = value;
value            2614 third_party/libxslt/libxslt/xslt.c 		      const xmlChar *value)
value            2619 third_party/libxslt/libxslt/xslt.c     if ((cctxt == NULL) || (value == NULL) || (list == NULL))
value            2624 third_party/libxslt/libxslt/xslt.c     cur = (xmlChar *) value;
value            2751 third_party/libxslt/libxslt/xslt.c     xmlChar *value;
value            2774 third_party/libxslt/libxslt/xslt.c 	value = attr->children->content;
value            2783 third_party/libxslt/libxslt/xslt.c 	BAD_CAST value) != 0)
value            2833 third_party/libxslt/libxslt/xslt.c     xmlChar *value;
value            2856 third_party/libxslt/libxslt/xslt.c 	value = attr->children->content;
value            2866 third_party/libxslt/libxslt/xslt.c 	BAD_CAST value) != 0)
value            2922 third_party/libxslt/libxslt/xslt.c     xmlChar *value;
value            2940 third_party/libxslt/libxslt/xslt.c 	value = attr->children->content;
value            2948 third_party/libxslt/libxslt/xslt.c     if (! xmlStrEqual(value, (const xmlChar *)"1.0")) {
value            2990 third_party/libxslt/libxslt/xslt.c     xmlChar *value;
value            3213 third_party/libxslt/libxslt/xslt.c 			    value = (xmlChar *) xmlDictLookup(style->dict,
value            3216 third_party/libxslt/libxslt/xslt.c 			    txt->content = value;
value            3233 third_party/libxslt/libxslt/xslt.c 			value = xmlGetNsProp(cur, BAD_CAST "space",
value            3235 third_party/libxslt/libxslt/xslt.c 			if (value != NULL) {
value            3236 third_party/libxslt/libxslt/xslt.c 			    if (xmlStrEqual(value, BAD_CAST "preserve")) {
value            3238 third_party/libxslt/libxslt/xslt.c 			    } else if (xmlStrEqual(value, BAD_CAST "default")) {
value            3247 third_party/libxslt/libxslt/xslt.c 			    xmlFree(value);
value            3334 third_party/libxslt/libxslt/xslt.c 	    value = textNode->content;
value            3342 third_party/libxslt/libxslt/xslt.c 	    if ((value == NULL) || (*value == 0) ||
value            3345 third_party/libxslt/libxslt/xslt.c 		 IS_BLANK(*value) &&
value            3346 third_party/libxslt/libxslt/xslt.c 		 xsltIsBlank(value)))
value            3371 third_party/libxslt/libxslt/xslt.c 		value = (xmlChar *) xmlDictLookup(style->dict,
value            3374 third_party/libxslt/libxslt/xslt.c 		textNode->content = value;
value            6766 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetPI(const xmlChar *value) {
value            6774 third_party/libxslt/libxslt/xslt.c     if (value == NULL)
value            6777 third_party/libxslt/libxslt/xslt.c     cur = value;
value            1434 third_party/libxslt/libxslt/xsltInternals.h     xmlXPathObjectPtr value;	/* The value if computed */
value            2190 third_party/libxslt/libxslt/xsltutils.c xsltSetDebuggerStatus(int value)
value            2192 third_party/libxslt/libxslt/xsltutils.c     xslDebugStatus = value;	
value             292 third_party/libxslt/libxslt/xsltutils.h 		xsltSetDebuggerStatus		(int value);
value             171 third_party/lzma_sdk/7zFile.c   LARGE_INTEGER value;
value             173 third_party/lzma_sdk/7zFile.c   value.LowPart = (DWORD)*pos;
value             174 third_party/lzma_sdk/7zFile.c   value.HighPart = (LONG)((UInt64)*pos >> 16 >> 16); /* for case when UInt64 is 32-bit only */
value             182 third_party/lzma_sdk/7zFile.c   value.LowPart = SetFilePointer(p->handle, value.LowPart, &value.HighPart, moveMethod);
value             183 third_party/lzma_sdk/7zFile.c   if (value.LowPart == 0xFFFFFFFF)
value             189 third_party/lzma_sdk/7zFile.c   *pos = ((Int64)value.HighPart << 32) | value.LowPart;
value             335 third_party/lzma_sdk/7zIn.c static SRes SzReadUInt32(CSzData *sd, UInt32 *value)
value             338 third_party/lzma_sdk/7zIn.c   *value = 0;
value             343 third_party/lzma_sdk/7zIn.c     *value |= ((UInt32)(b) << (8 * i));
value             348 third_party/lzma_sdk/7zIn.c static SRes SzReadNumber(CSzData *sd, UInt64 *value)
value             354 third_party/lzma_sdk/7zIn.c   *value = 0;
value             361 third_party/lzma_sdk/7zIn.c       *value += (highPart << (8 * i));
value             365 third_party/lzma_sdk/7zIn.c     *value |= ((UInt64)b << (8 * i));
value             371 third_party/lzma_sdk/7zIn.c static SRes SzReadNumber32(CSzData *sd, UInt32 *value)
value             379 third_party/lzma_sdk/7zIn.c   *value = (UInt32)value64;
value             383 third_party/lzma_sdk/7zIn.c static SRes SzReadID(CSzData *sd, UInt64 *value)
value             385 third_party/lzma_sdk/7zIn.c   return SzReadNumber(sd, value);
value             295 third_party/lzma_sdk/LzFind.c     UInt32 value = items[i];
value             296 third_party/lzma_sdk/LzFind.c     if (value <= subValue)
value             297 third_party/lzma_sdk/LzFind.c       value = kEmptyHashValue;
value             299 third_party/lzma_sdk/LzFind.c       value -= subValue;
value             300 third_party/lzma_sdk/LzFind.c     items[i] = value;
value             537 third_party/lzma_sdk/LzmaEnc.c static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int numBits)
value             542 third_party/lzma_sdk/LzmaEnc.c     p->low += p->range & (0 - ((value >> --numBits) & 1));
value             132 third_party/mach_override/mach_override.c 		uint64_t value );
value             711 third_party/mach_override/mach_override.c 		uint64_t value )
value             713 third_party/mach_override/mach_override.c     *targetAddress = value;
value             846 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
value             847 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
value             882 third_party/npapi/bindings/npapi.h                                    void *value);
value             884 third_party/npapi/bindings/npapi.h                                    void *value);
value             895 third_party/npapi/bindings/npapi.h                                          const char *url, char **value,
value             898 third_party/npapi/bindings/npapi.h                                          const char *url, const char *value,
value             109 third_party/npapi/bindings/npapi_extensions.h   int32_t value;
value             113 third_party/npapi/bindings/npapi_extensions.h   int32_t value;
value             185 third_party/npapi/bindings/npapi_extensions.h     int32_t *value);
value             201 third_party/npapi/bindings/npapi_extensions.h     intptr_t* value);
value             207 third_party/npapi/bindings/npapi_extensions.h     intptr_t value);
value             500 third_party/npapi/bindings/npapi_extensions.h     void* value);
value             507 third_party/npapi/bindings/npapi_extensions.h     void* value);
value              65 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value);
value              73 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable, void *value);
value             108 third_party/npapi/bindings/npfunctions.h typedef bool         (*NPN_SetPropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
value             119 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_GetValueForURLPtr)(NPP npp, NPNURLVariable variable, const char *url, char **value, uint32_t *len);
value             120 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_SetValueForURLPtr)(NPP npp, NPNURLVariable variable, const char *url, const char *value, uint32_t len);
value             112 third_party/npapi/bindings/npruntime.h     } value;
value             135 third_party/npapi/bindings/npruntime.h #define NPVARIANT_TO_BOOLEAN(_v) ((_v).value.boolValue)
value             136 third_party/npapi/bindings/npruntime.h #define NPVARIANT_TO_INT32(_v)   ((_v).value.intValue)
value             137 third_party/npapi/bindings/npruntime.h #define NPVARIANT_TO_DOUBLE(_v)  ((_v).value.doubleValue)
value             138 third_party/npapi/bindings/npruntime.h #define NPVARIANT_TO_STRING(_v)  ((_v).value.stringValue)
value             139 third_party/npapi/bindings/npruntime.h #define NPVARIANT_TO_OBJECT(_v)  ((_v).value.objectValue)
value             144 third_party/npapi/bindings/npruntime.h     (_v).value.objectValue = NULL;                                            \
value             150 third_party/npapi/bindings/npruntime.h     (_v).value.objectValue = NULL;                                            \
value             156 third_party/npapi/bindings/npruntime.h     (_v).value.boolValue = !!(_val);                                          \
value             162 third_party/npapi/bindings/npruntime.h     (_v).value.intValue = _val;                                               \
value             168 third_party/npapi/bindings/npruntime.h     (_v).value.doubleValue = _val;                                            \
value             175 third_party/npapi/bindings/npruntime.h     (_v).value.stringValue = str;                                             \
value             182 third_party/npapi/bindings/npruntime.h     (_v).value.stringValue = str;                                             \
value             188 third_party/npapi/bindings/npruntime.h     (_v).value.objectValue = _val;                                            \
value             266 third_party/npapi/bindings/npruntime.h                                          const NPVariant *value);
value             269 third_party/npapi/bindings/npruntime.h typedef bool (*NPEnumerationFunctionPtr)(NPObject *npobj, NPIdentifier **value,
value             376 third_party/npapi/bindings/npruntime.h                      const NPVariant *value);
value             353 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_GetValue(NPP instance, NPPVariable variable, void *value)
value             359 third_party/npapi/npspy/common/epmanager.cpp   return CallNPP_GetValueProc(nppfuncs->getvalue, instance, variable, value);
value             362 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_SetValue(NPP instance, NPNVariable variable, void *value)
value             368 third_party/npapi/npspy/common/epmanager.cpp   return CallNPP_SetValueProc(nppfuncs->setvalue, instance, variable, value);
value             330 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
value             334 third_party/npapi/npspy/common/npn_gate.cpp   rv = NPNFuncs.getvalue(instance, variable, value);
value             337 third_party/npapi/npspy/common/npn_gate.cpp     logger->logCall(action_npn_get_value, (DWORD)instance, (DWORD)variable, (DWORD)value);
value             345 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value)
value             350 third_party/npapi/npspy/common/npn_gate.cpp     logger->logCall(action_npn_set_value, (DWORD)instance, (DWORD)variable, (DWORD)value);
value             352 third_party/npapi/npspy/common/npn_gate.cpp   rv = NPNFuncs.setvalue(instance, variable, value);
value             617 third_party/npapi/npspy/common/npn_gate.cpp NPIdentifier NPN_GetIntIdentifier(int32_t value)
value             620 third_party/npapi/npspy/common/npn_gate.cpp     logger->logCall(action_npn_get_int_identifer, (DWORD)value);
value             622 third_party/npapi/npspy/common/npn_gate.cpp   NPIdentifier rv = NPNFuncs.getintidentifier(value);
value             350 third_party/npapi/npspy/common/npp_gate.cpp NPError	NPP_GetValue(NPP instance, NPPVariable variable, void *value)
value             359 third_party/npapi/npspy/common/npp_gate.cpp     logger->logCall(action_npp_get_value, (DWORD)instance, (DWORD)variable, (DWORD)value);
value             361 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_GetValue(instance, variable, value);
value             369 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
value             378 third_party/npapi/npspy/common/npp_gate.cpp     logger->logCall(action_npp_set_value, (DWORD)instance, (DWORD)variable, (DWORD)value);
value             380 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_SetValue(instance, variable, value);
value             564 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jobject value);
value             566 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jboolean value);
value             568 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jbyte value);
value             570 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jchar value);
value             572 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jshort value);
value             574 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jint value);
value             576 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jlong value);
value             578 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jfloat value);
value             580 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jclass clazz, jfieldID fieldID, jdouble value);
value            1475 third_party/npapi/npspy/extern/java/jni.h 			jobject value) {
value            1476 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticObjectField(this,clazz,fieldID,value);
value            1479 third_party/npapi/npspy/extern/java/jni.h 			jboolean value) {
value            1480 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticBooleanField(this,clazz,fieldID,value);
value            1483 third_party/npapi/npspy/extern/java/jni.h 			jbyte value) {
value            1484 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticByteField(this,clazz,fieldID,value);
value            1487 third_party/npapi/npspy/extern/java/jni.h 			jchar value) {
value            1488 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticCharField(this,clazz,fieldID,value);
value            1491 third_party/npapi/npspy/extern/java/jni.h 			jshort value) {
value            1492 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticShortField(this,clazz,fieldID,value);
value            1495 third_party/npapi/npspy/extern/java/jni.h 			jint value) {
value            1496 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticIntField(this,clazz,fieldID,value);
value            1499 third_party/npapi/npspy/extern/java/jni.h 			jlong value) {
value            1500 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticLongField(this,clazz,fieldID,value);
value            1503 third_party/npapi/npspy/extern/java/jni.h 			jfloat value) {
value            1504 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticFloatField(this,clazz,fieldID,value);
value            1507 third_party/npapi/npspy/extern/java/jni.h 			jdouble value) {
value            1508 third_party/npapi/npspy/extern/java/jni.h       functions->SetStaticDoubleField(this,clazz,fieldID,value);
value             200 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetField(env, obj, fieldID, value)	\
value             201 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetField)(env, JRI_SetField_op, obj, fieldID, value))
value             203 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetFieldBoolean(env, obj, fieldID, value)	\
value             204 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetFieldBoolean)(env, JRI_SetFieldBoolean_op, obj, fieldID, value))
value             206 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetFieldByte(env, obj, fieldID, value)	\
value             207 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetFieldByte)(env, JRI_SetFieldByte_op, obj, fieldID, value))
value             209 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetFieldChar(env, obj, fieldID, value)	\
value             210 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetFieldChar)(env, JRI_SetFieldChar_op, obj, fieldID, value))
value             212 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetFieldShort(env, obj, fieldID, value)	\
value             213 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetFieldShort)(env, JRI_SetFieldShort_op, obj, fieldID, value))
value             215 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetFieldInt(env, obj, fieldID, value)	\
value             216 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetFieldInt)(env, JRI_SetFieldInt_op, obj, fieldID, value))
value             218 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetFieldLong(env, obj, fieldID, value)	\
value             219 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetFieldLong)(env, JRI_SetFieldLong_op, obj, fieldID, value))
value             221 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetFieldFloat(env, obj, fieldID, value)	\
value             222 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetFieldFloat)(env, JRI_SetFieldFloat_op, obj, fieldID, value))
value             224 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetFieldDouble(env, obj, fieldID, value)	\
value             225 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetFieldDouble)(env, JRI_SetFieldDouble_op, obj, fieldID, value))
value             317 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticField(env, clazz, fieldID, value)	\
value             318 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticField)(env, JRI_SetStaticField_op, clazz, fieldID, value))
value             320 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticFieldBoolean(env, clazz, fieldID, value)	\
value             321 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticFieldBoolean)(env, JRI_SetStaticFieldBoolean_op, clazz, fieldID, value))
value             323 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticFieldByte(env, clazz, fieldID, value)	\
value             324 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticFieldByte)(env, JRI_SetStaticFieldByte_op, clazz, fieldID, value))
value             326 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticFieldChar(env, clazz, fieldID, value)	\
value             327 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticFieldChar)(env, JRI_SetStaticFieldChar_op, clazz, fieldID, value))
value             329 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticFieldShort(env, clazz, fieldID, value)	\
value             330 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticFieldShort)(env, JRI_SetStaticFieldShort_op, clazz, fieldID, value))
value             332 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticFieldInt(env, clazz, fieldID, value)	\
value             333 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticFieldInt)(env, JRI_SetStaticFieldInt_op, clazz, fieldID, value))
value             335 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticFieldLong(env, clazz, fieldID, value)	\
value             336 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticFieldLong)(env, JRI_SetStaticFieldLong_op, clazz, fieldID, value))
value             338 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticFieldFloat(env, clazz, fieldID, value)	\
value             339 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticFieldFloat)(env, JRI_SetStaticFieldFloat_op, clazz, fieldID, value))
value             341 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetStaticFieldDouble(env, clazz, fieldID, value)	\
value             342 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetStaticFieldDouble)(env, JRI_SetStaticFieldDouble_op, clazz, fieldID, value))
value             380 third_party/npapi/npspy/extern/java/jri.h #define JRI_SetObjectArrayElement(env, array, index, value)	\
value             381 third_party/npapi/npspy/extern/java/jri.h 	(((*(env))->SetObjectArrayElement)(env, JRI_SetObjectArrayElement_op, array, index, value))
value             414 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jref value);
value             417 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_boolean_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jbool value);
value             420 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_byte_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jbyte value);
value             423 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_char_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jchar value);
value             426 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_short_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jshort value);
value             429 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_int_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jint value);
value             432 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_long_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jlong value);
value             435 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_float_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jfloat value);
value             438 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetVar_double_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jdouble value);
value             457 third_party/npapi/npspy/extern/java/jriext.h (*JRI_Return_t)(JRIDebuggerEnv* env, jsize frameIndex, JRIValue value);
value             539 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar(env, frameIndex, varIndex, value)	\
value             540 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar(env, frameIndex, varIndex, value))
value             542 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar_boolean(env, frameIndex, varIndex, value)	\
value             543 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar_boolean(env, frameIndex, varIndex, value))
value             545 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar_byte(env, frameIndex, varIndex, value)	\
value             546 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar_byte(env, frameIndex, varIndex, value))
value             548 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar_char(env, frameIndex, varIndex, value)	\
value             549 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar_char(env, frameIndex, varIndex, value))
value             551 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar_short(env, frameIndex, varIndex, value)	\
value             552 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar_short(env, frameIndex, varIndex, value))
value             554 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar_int(env, frameIndex, varIndex, value)		\
value             555 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar_int(env, frameIndex, varIndex, value))
value             557 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar_long(env, frameIndex, varIndex, value)	\
value             558 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar_long(env, frameIndex, varIndex, value))
value             560 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar_float(env, frameIndex, varIndex, value)	\
value             561 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar_float(env, frameIndex, varIndex, value))
value             563 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetVar_double(env, frameIndex, varIndex, value)		\
value             564 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->SetVar_double(env, frameIndex, varIndex, value))
value             582 third_party/npapi/npspy/extern/java/jriext.h #define JRI_Return(env, frameIndex, value)		\
value             583 third_party/npapi/npspy/extern/java/jriext.h 	((*(env))->Return(env, frameIndex, value))
value             502 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(void) _MD_new_sem(struct _MDSemaphore *md, PRUintn value);
value              52 third_party/npapi/npspy/extern/nspr/obsolete/prsem.h NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
value              60 third_party/npapi/npspy/extern/nspr/plgetopt.h     const char *value;          /* the value of that option | NULL */
value              81 third_party/npapi/npspy/extern/nspr/plhash.h     void                *value;         /* ptr to opaque value */
value             115 third_party/npapi/npspy/extern/nspr/plhash.h PL_HashTableAdd(PLHashTable *ht, const void *key, void *value);
value             151 third_party/npapi/npspy/extern/nspr/plhash.h                    const void *key, void *value);
value             138 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_INIT_COUNTER_HANDLE(handle,value)\
value             139 third_party/npapi/npspy/extern/nspr/prcountr.h     (handle) = (PRCounterHandle)(value)
value             141 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_INIT_COUNTER_HANDLE(handle,value)
value             359 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_ADD_TO_COUNTER(handle,value)\
value             360 third_party/npapi/npspy/extern/nspr/prcountr.h     PR_AddToCounter((handle),(value))
value             362 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_ADD_TO_COUNTER(handle,value)
value             368 third_party/npapi/npspy/extern/nspr/prcountr.h 	    PRUint32 value 
value             393 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_SUBTRACT_FROM_COUNTER(handle,value)\
value             394 third_party/npapi/npspy/extern/nspr/prcountr.h     PR_SubtractFromCounter((handle),(value))
value             396 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_SUBTRACT_FROM_COUNTER(handle,value)
value             402 third_party/npapi/npspy/extern/nspr/prcountr.h 	    PRUint32 value 
value             455 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_SET_COUNTER(handle,value) PR_SetCounter((handle),(value))
value             457 third_party/npapi/npspy/extern/nspr/prcountr.h #define PR_SET_COUNTER(handle,value)
value             463 third_party/npapi/npspy/extern/nspr/prcountr.h 		PRUint32 value 
value             274 third_party/npapi/npspy/extern/nspr/prio.h     } value;
value              90 third_party/npapi/npspy/extern/nspr/pripcsem.h     const char *name, PRIntn flags, PRIntn mode, PRUintn value);
value             148 third_party/npapi/npspy/extern/nspr/prlink.h     } value;
value             156 third_party/npapi/npspy/extern/nspr/prtrace.h #define PR_INIT_TRACE_HANDLE(handle,value)\
value             157 third_party/npapi/npspy/extern/nspr/prtrace.h     (handle) = (PRCounterHandle)(value)
value             159 third_party/npapi/npspy/extern/nspr/prtrace.h #define PR_INIT_TRACE_HANDLE(handle,value)
value             361 third_party/npapi/npspy/extern/nspr/prtrace.h #define PR_SET_TRACE_OPTION(command,value)\
value             362 third_party/npapi/npspy/extern/nspr/prtrace.h     PR_SetTraceOption((command),(value))
value             364 third_party/npapi/npspy/extern/nspr/prtrace.h #define PR_SET_TRACE_OPTION(command,value)
value             370 third_party/npapi/npspy/extern/nspr/prtrace.h 	    void *value             /* command value or NULL */
value             399 third_party/npapi/npspy/extern/nspr/prtrace.h #define PR_GET_TRACE_OPTION(command,value)\
value             400 third_party/npapi/npspy/extern/nspr/prtrace.h     PR_GetTraceOption((command),(value))
value             402 third_party/npapi/npspy/extern/nspr/prtrace.h #define PR_GET_TRACE_OPTION(command,value)
value             408 third_party/npapi/npspy/extern/nspr/prtrace.h 	    void *value             /* command value or NULL */
value             706 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
value             707 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
value             740 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value);
value             741 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable, void *value);
value             140 third_party/npapi/npspy/extern/plugin/npruntime.h     } value;
value             163 third_party/npapi/npspy/extern/plugin/npruntime.h #define NPVARIANT_TO_BOOLEAN(_v) ((_v).value.boolValue)
value             164 third_party/npapi/npspy/extern/plugin/npruntime.h #define NPVARIANT_TO_INT32(_v)   ((_v).value.intValue)
value             165 third_party/npapi/npspy/extern/plugin/npruntime.h #define NPVARIANT_TO_DOUBLE(_v)  ((_v).value.doubleValue)
value             166 third_party/npapi/npspy/extern/plugin/npruntime.h #define NPVARIANT_TO_STRING(_v)  ((_v).value.stringValue)
value             167 third_party/npapi/npspy/extern/plugin/npruntime.h #define NPVARIANT_TO_OBJECT(_v)  ((_v).value.objectValue)
value             172 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).value.objectValue = NULL;                                            \
value             178 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).value.objectValue = NULL;                                            \
value             184 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).value.boolValue = !!(_val);                                          \
value             190 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).value.intValue = _val;                                               \
value             196 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).value.doubleValue = _val;                                            \
value             203 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).value.stringValue = str;                                             \
value             210 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).value.stringValue = str;                                             \
value             216 third_party/npapi/npspy/extern/plugin/npruntime.h     (_v).value.objectValue = _val;                                            \
value             292 third_party/npapi/npspy/extern/plugin/npruntime.h                                          const NPVariant *value);
value             295 third_party/npapi/npspy/extern/plugin/npruntime.h typedef bool (*NPEnumerationFunctionPtr)(NPObject *npobj, NPIdentifier **value,
value             392 third_party/npapi/npspy/extern/plugin/npruntime.h                      const NPVariant *value);
value             425 third_party/npapi/npspy/extern/plugin/npupp.h typedef bool (* NP_LOADDS NPN_SetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
value             101 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_GetValue(NPP instance, NPPVariable variable, void *value);
value             102 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_SetValue(NPP instance, NPNVariable variable, void *value);
value              47 third_party/npapi/npspy/include/profile.h   virtual BOOL getBool(char * key, BOOL * value) = 0;
value              48 third_party/npapi/npspy/include/profile.h   virtual BOOL setBool(char * key, BOOL value) = 0;
value              68 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::getBool(char * key, BOOL * value)
value              70 third_party/npapi/npspy/windows/profilew.cpp   if(!value)
value              80 third_party/npapi/npspy/windows/profilew.cpp   *value = (val == 0L) ? FALSE : TRUE;
value              85 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::setBool(char * key, BOOL value)
value              88 third_party/npapi/npspy/windows/profilew.cpp   DWORD val = value ? 1L : 0L;
value              51 third_party/npapi/npspy/windows/profilew.h   BOOL getBool(char * key, BOOL * value);
value              52 third_party/npapi/npspy/windows/profilew.h   BOOL setBool(char * key, BOOL value);
value              16 third_party/ocmock/OCMock/OCMArg.h + (id)isNotEqual:(id)value;
value              24 third_party/ocmock/OCMock/OCMArg.h + (id *)setTo:(id)value;
value              28 third_party/ocmock/OCMock/OCMArg.h + (id)resolveSpecialValues:(NSValue *)value;
value              33 third_party/ocmock/OCMock/OCMArg.h #define OCMOCK_VALUE(variable) [NSValue value:&variable withObjCType:@encode(__typeof__(variable))]
value              12 third_party/ocmock/OCMock/OCMConstraint.h - (BOOL)evaluate:(id)value;
value              10 third_party/ocmock/OCMock/OCMPassByRefSetter.h 	id value;
value              13 third_party/ocmock/OCMock/OCMPassByRefSetter.h - (id)initWithValue:(id)value;
value              15 third_party/ocmock/OCMock/OCMPassByRefSetter.h - (id)value;
value              17 third_party/ocmock/ocmock_extensions.h - (id)andReturnChar:(char)value;
value              18 third_party/ocmock/ocmock_extensions.h - (id)andReturnUnsignedChar:(unsigned char)value;
value              19 third_party/ocmock/ocmock_extensions.h - (id)andReturnShort:(short)value;
value              20 third_party/ocmock/ocmock_extensions.h - (id)andReturnUnsignedShort:(unsigned short)value;
value              21 third_party/ocmock/ocmock_extensions.h - (id)andReturnInt:(int)value;
value              22 third_party/ocmock/ocmock_extensions.h - (id)andReturnUnsignedInt:(unsigned int)value;
value              23 third_party/ocmock/ocmock_extensions.h - (id)andReturnLong:(long)value;
value              24 third_party/ocmock/ocmock_extensions.h - (id)andReturnUnsignedLong:(unsigned long)value;
value              25 third_party/ocmock/ocmock_extensions.h - (id)andReturnLongLong:(long long)value;
value              26 third_party/ocmock/ocmock_extensions.h - (id)andReturnUnsignedLongLong:(unsigned long long)value;
value              27 third_party/ocmock/ocmock_extensions.h - (id)andReturnFloat:(float)value;
value              28 third_party/ocmock/ocmock_extensions.h - (id)andReturnDouble:(double)value;
value              29 third_party/ocmock/ocmock_extensions.h - (id)andReturnBool:(BOOL)value;
value              30 third_party/ocmock/ocmock_extensions.h - (id)andReturnInteger:(NSInteger)value;
value              31 third_party/ocmock/ocmock_extensions.h - (id)andReturnUnsignedInteger:(NSUInteger)value;
value              33 third_party/ocmock/ocmock_extensions.h - (id)andReturnCGFloat:(CGFloat)value;
value             116 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java       final Object value = entry.getValue();
value             120 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         output.writeMessageSetExtension(field.getNumber(), (Message) value);
value             122 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet.writeField(field, value, output);
value             149 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java       final Object value = entry.getValue();
value             154 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             field.getNumber(), (Message) value);
value             156 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         size += FieldSet.computeFieldSize(field, value);
value             201 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java       Object value = entry.getValue();
value             204 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         hash = (53 * hash) + value.hashCode();
value             206 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         List<? extends EnumLite> list = (List<? extends EnumLite>) value;
value             209 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         hash = (53 * hash) + hashEnum((EnumLite) value);
value             368 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         Object value) {
value             370 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         builder.addRepeatedField(field, value);
value             372 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         extensions.addRepeatedField(field, value);
value             381 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         Object value) {
value             383 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         builder.setField(field, value);
value             385 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         extensions.setField(field, value);
value             517 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             final Object value = field.getEnumType().findValueByNumber(rawValue);
value             518 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             if (value == null) {
value             523 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             addRepeatedField(builder, extensions, field, value);
value             527 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             final Object value =
value             529 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             addRepeatedField(builder, extensions, field, value);
value             534 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         final Object value;
value             547 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             value = subBuilder.buildPartial();
value             561 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             value = subBuilder.buildPartial();
value             566 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             value = field.getEnumType().findValueByNumber(rawValue);
value             569 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             if (value == null) {
value             575 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             value = FieldSet.readPrimitiveField(input, field.getLiteType());
value             580 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java           addRepeatedField(builder, extensions, field, value);
value             582 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java           setField(builder, extensions, field, value);
value             689 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java       Message value = null;
value             695 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         value = subBuilder.buildPartial();
value             697 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         value = input.readMessage(extension.defaultInstance.getParserForType(),
value             702 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         builder.setField(field, value);
value             704 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         extensions.setField(field, value);
value             720 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         Message value = null;
value             726 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java           value = subBuilder.buildPartial();
value             728 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java           value = extension.defaultInstance.getParserForType()
value             731 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         setField(builder, extensions, field, value);
value             798 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         final Object value = entry.getValue();
value             803 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             for (final Object element : (List) value) {
value             810 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java               findMissingFields((MessageOrBuilder) value,
value             329 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java         for (final T value : values) {
value             330 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java           list.add(value);
value             336 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java       for (final Object value : values) {
value             337 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java         if (value == null) {
value             121 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java   public void checkLastTagWas(final int value)
value             123 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java     if (lastTag != value) {
value             135 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeDouble(final int fieldNumber, final double value)
value             138 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeDoubleNoTag(value);
value             142 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeFloat(final int fieldNumber, final float value)
value             145 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeFloatNoTag(value);
value             149 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeUInt64(final int fieldNumber, final long value)
value             152 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeUInt64NoTag(value);
value             156 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeInt64(final int fieldNumber, final long value)
value             159 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeInt64NoTag(value);
value             163 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeInt32(final int fieldNumber, final int value)
value             166 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeInt32NoTag(value);
value             170 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeFixed64(final int fieldNumber, final long value)
value             173 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeFixed64NoTag(value);
value             177 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeFixed32(final int fieldNumber, final int value)
value             180 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeFixed32NoTag(value);
value             184 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeBool(final int fieldNumber, final boolean value)
value             187 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeBoolNoTag(value);
value             191 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeString(final int fieldNumber, final String value)
value             194 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeStringNoTag(value);
value             198 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeGroup(final int fieldNumber, final MessageLite value)
value             201 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeGroupNoTag(value);
value             213 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                 final MessageLite value)
value             215 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeGroup(fieldNumber, value);
value             219 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeMessage(final int fieldNumber, final MessageLite value)
value             222 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeMessageNoTag(value);
value             226 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeBytes(final int fieldNumber, final ByteString value)
value             229 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeBytesNoTag(value);
value             233 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeUInt32(final int fieldNumber, final int value)
value             236 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeUInt32NoTag(value);
value             243 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeEnum(final int fieldNumber, final int value)
value             246 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeEnumNoTag(value);
value             250 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeSFixed32(final int fieldNumber, final int value)
value             253 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeSFixed32NoTag(value);
value             257 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeSFixed64(final int fieldNumber, final long value)
value             260 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeSFixed64NoTag(value);
value             264 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeSInt32(final int fieldNumber, final int value)
value             267 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeSInt32NoTag(value);
value             271 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeSInt64(final int fieldNumber, final long value)
value             274 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeSInt64NoTag(value);
value             282 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                        final MessageLite value)
value             286 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value);
value             295 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                           final ByteString value)
value             299 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value);
value             306 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeDoubleNoTag(final double value) throws IOException {
value             307 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawLittleEndian64(Double.doubleToRawLongBits(value));
value             311 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeFloatNoTag(final float value) throws IOException {
value             312 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawLittleEndian32(Float.floatToRawIntBits(value));
value             316 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeUInt64NoTag(final long value) throws IOException {
value             317 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawVarint64(value);
value             321 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeInt64NoTag(final long value) throws IOException {
value             322 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawVarint64(value);
value             326 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeInt32NoTag(final int value) throws IOException {
value             327 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if (value >= 0) {
value             328 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       writeRawVarint32(value);
value             331 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       writeRawVarint64(value);
value             336 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeFixed64NoTag(final long value) throws IOException {
value             337 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawLittleEndian64(value);
value             341 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeFixed32NoTag(final int value) throws IOException {
value             342 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawLittleEndian32(value);
value             346 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeBoolNoTag(final boolean value) throws IOException {
value             347 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte(value ? 1 : 0);
value             351 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeStringNoTag(final String value) throws IOException {
value             355 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     final byte[] bytes = value.getBytes("UTF-8");
value             361 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeGroupNoTag(final MessageLite value) throws IOException {
value             362 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     value.writeTo(this);
value             372 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeUnknownGroupNoTag(final MessageLite value)
value             374 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeGroupNoTag(value);
value             378 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeMessageNoTag(final MessageLite value) throws IOException {
value             379 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawVarint32(value.getSerializedSize());
value             380 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     value.writeTo(this);
value             384 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeBytesNoTag(final ByteString value) throws IOException {
value             385 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawVarint32(value.size());
value             386 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawBytes(value);
value             390 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeUInt32NoTag(final int value) throws IOException {
value             391 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawVarint32(value);
value             398 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeEnumNoTag(final int value) throws IOException {
value             399 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeInt32NoTag(value);
value             403 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeSFixed32NoTag(final int value) throws IOException {
value             404 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawLittleEndian32(value);
value             408 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeSFixed64NoTag(final long value) throws IOException {
value             409 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawLittleEndian64(value);
value             413 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeSInt32NoTag(final int value) throws IOException {
value             414 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawVarint32(encodeZigZag32(value));
value             418 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeSInt64NoTag(final long value) throws IOException {
value             419 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawVarint64(encodeZigZag64(value));
value             429 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                       final double value) {
value             430 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeDoubleSizeNoTag(value);
value             437 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeFloatSize(final int fieldNumber, final float value) {
value             438 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeFloatSizeNoTag(value);
value             445 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeUInt64Size(final int fieldNumber, final long value) {
value             446 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeUInt64SizeNoTag(value);
value             453 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeInt64Size(final int fieldNumber, final long value) {
value             454 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeInt64SizeNoTag(value);
value             461 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeInt32Size(final int fieldNumber, final int value) {
value             462 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeInt32SizeNoTag(value);
value             470 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                        final long value) {
value             471 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeFixed64SizeNoTag(value);
value             479 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                        final int value) {
value             480 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeFixed32SizeNoTag(value);
value             488 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                     final boolean value) {
value             489 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeBoolSizeNoTag(value);
value             497 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                       final String value) {
value             498 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeStringSizeNoTag(value);
value             506 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                      final MessageLite value) {
value             507 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) * 2 + computeGroupSizeNoTag(value);
value             520 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                             final MessageLite value) {
value             521 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeGroupSize(fieldNumber, value);
value             529 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                        final MessageLite value) {
value             530 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeMessageSizeNoTag(value);
value             538 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                      final ByteString value) {
value             539 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeBytesSizeNoTag(value);
value             547 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                          final LazyField value) {
value             548 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeLazyFieldSizeNoTag(value);
value             555 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeUInt32Size(final int fieldNumber, final int value) {
value             556 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeUInt32SizeNoTag(value);
value             564 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeEnumSize(final int fieldNumber, final int value) {
value             565 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeEnumSizeNoTag(value);
value             573 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                         final int value) {
value             574 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeSFixed32SizeNoTag(value);
value             582 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java                                         final long value) {
value             583 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeSFixed64SizeNoTag(value);
value             590 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeSInt32Size(final int fieldNumber, final int value) {
value             591 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeSInt32SizeNoTag(value);
value             598 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeSInt64Size(final int fieldNumber, final long value) {
value             599 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeTagSize(fieldNumber) + computeSInt64SizeNoTag(value);
value             608 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       final int fieldNumber, final MessageLite value) {
value             611 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java            computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value);
value             620 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       final int fieldNumber, final ByteString value) {
value             623 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java            computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value);
value             632 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       final int fieldNumber, final LazyField value) {
value             635 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java            computeLazyFieldSize(WireFormat.MESSAGE_SET_MESSAGE, value);
value             644 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeDoubleSizeNoTag(final double value) {
value             652 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeFloatSizeNoTag(final float value) {
value             660 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeUInt64SizeNoTag(final long value) {
value             661 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeRawVarint64Size(value);
value             668 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeInt64SizeNoTag(final long value) {
value             669 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeRawVarint64Size(value);
value             676 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeInt32SizeNoTag(final int value) {
value             677 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if (value >= 0) {
value             678 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       return computeRawVarint32Size(value);
value             689 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeFixed64SizeNoTag(final long value) {
value             697 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeFixed32SizeNoTag(final int value) {
value             705 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeBoolSizeNoTag(final boolean value) {
value             713 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeStringSizeNoTag(final String value) {
value             715 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       final byte[] bytes = value.getBytes("UTF-8");
value             727 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeGroupSizeNoTag(final MessageLite value) {
value             728 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return value.getSerializedSize();
value             740 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeUnknownGroupSizeNoTag(final MessageLite value) {
value             741 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeGroupSizeNoTag(value);
value             748 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeMessageSizeNoTag(final MessageLite value) {
value             749 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     final int size = value.getSerializedSize();
value             757 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeLazyFieldSizeNoTag(final LazyField value) {
value             758 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     final int size = value.getSerializedSize();
value             766 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeBytesSizeNoTag(final ByteString value) {
value             767 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeRawVarint32Size(value.size()) +
value             768 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java            value.size();
value             775 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeUInt32SizeNoTag(final int value) {
value             776 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeRawVarint32Size(value);
value             783 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeEnumSizeNoTag(final int value) {
value             784 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeInt32SizeNoTag(value);
value             791 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeSFixed32SizeNoTag(final int value) {
value             799 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeSFixed64SizeNoTag(final long value) {
value             807 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeSInt32SizeNoTag(final int value) {
value             808 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeRawVarint32Size(encodeZigZag32(value));
value             815 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeSInt64SizeNoTag(final long value) {
value             816 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return computeRawVarint64Size(encodeZigZag64(value));
value             890 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawByte(final byte value) throws IOException {
value             895 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     buffer[position++] = value;
value             899 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawByte(final int value) throws IOException {
value             900 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((byte) value);
value             904 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawBytes(final ByteString value) throws IOException {
value             905 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawBytes(value, 0, value.size());
value             909 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawBytes(final byte[] value) throws IOException {
value             910 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawBytes(value, 0, value.length);
value             914 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawBytes(final byte[] value, int offset, int length)
value             918 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       System.arraycopy(value, offset, buffer, position, length);
value             924 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       System.arraycopy(value, offset, buffer, position, bytesWritten);
value             935 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         System.arraycopy(value, offset, buffer, 0, length);
value             939 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         output.write(value, offset, length);
value             945 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawBytes(final ByteString value, int offset, int length)
value             949 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       value.copyTo(buffer, offset, position, length);
value             955 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       value.copyTo(buffer, offset, position, bytesWritten);
value             966 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         value.copyTo(buffer, offset, 0, length);
value             973 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         InputStream inputStreamFrom = value.newInput();
value            1006 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawVarint32(int value) throws IOException {
value            1008 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       if ((value & ~0x7F) == 0) {
value            1009 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         writeRawByte(value);
value            1012 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         writeRawByte((value & 0x7F) | 0x80);
value            1013 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         value >>>= 7;
value            1023 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeRawVarint32Size(final int value) {
value            1024 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffff <<  7)) == 0) return 1;
value            1025 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffff << 14)) == 0) return 2;
value            1026 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffff << 21)) == 0) return 3;
value            1027 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffff << 28)) == 0) return 4;
value            1032 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawVarint64(long value) throws IOException {
value            1034 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java       if ((value & ~0x7FL) == 0) {
value            1035 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         writeRawByte((int)value);
value            1038 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         writeRawByte(((int)value & 0x7F) | 0x80);
value            1039 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java         value >>>= 7;
value            1045 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static int computeRawVarint64Size(final long value) {
value            1046 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL <<  7)) == 0) return 1;
value            1047 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL << 14)) == 0) return 2;
value            1048 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL << 21)) == 0) return 3;
value            1049 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL << 28)) == 0) return 4;
value            1050 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL << 35)) == 0) return 5;
value            1051 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL << 42)) == 0) return 6;
value            1052 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL << 49)) == 0) return 7;
value            1053 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL << 56)) == 0) return 8;
value            1054 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     if ((value & (0xffffffffffffffffL << 63)) == 0) return 9;
value            1059 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawLittleEndian32(final int value) throws IOException {
value            1060 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((value      ) & 0xFF);
value            1061 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((value >>  8) & 0xFF);
value            1062 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((value >> 16) & 0xFF);
value            1063 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((value >> 24) & 0xFF);
value            1069 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public void writeRawLittleEndian64(final long value) throws IOException {
value            1070 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((int)(value      ) & 0xFF);
value            1071 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((int)(value >>  8) & 0xFF);
value            1072 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((int)(value >> 16) & 0xFF);
value            1073 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((int)(value >> 24) & 0xFF);
value            1074 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((int)(value >> 32) & 0xFF);
value            1075 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((int)(value >> 40) & 0xFF);
value            1076 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((int)(value >> 48) & 0xFF);
value            1077 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     writeRawByte((int)(value >> 56) & 0xFF);
value            1925 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     void addEnumValueByNumber(final EnumValueDescriptor value) {
value            1927 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         new DescriptorIntPair(value.getType(), value.getNumber());
value            1928 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final EnumValueDescriptor old = enumValuesByNumber.put(key, value);
value             404 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java     public Builder setField(FieldDescriptor field, Object value) {
value             407 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java       fields.setField(field, value);
value             429 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java                                     int index, Object value) {
value             432 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java       fields.setRepeatedField(field, index, value);
value             436 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java     public Builder addRepeatedField(FieldDescriptor field, Object value) {
value             439 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java       fields.addRepeatedField(field, value);
value             182 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     Object value = entry.getValue();
value             183 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     if (value instanceof LazyField) {
value             184 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       map.put(key, ((LazyField) value).getValue());
value             186 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       map.put(key, value);
value             236 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                        Object value) {
value             238 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       if (!(value instanceof List)) {
value             246 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       newList.addAll((List) value);
value             250 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       value = newList;
value             252 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       verifyType(descriptor.getLiteType(), value);
value             255 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     if (value instanceof LazyField) {
value             258 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     fields.put(descriptor, value);
value             282 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     final Object value = getField(descriptor);
value             283 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     if (value == null) {
value             286 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       return ((List<?>) value).size();
value             301 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     final Object value = getField(descriptor);
value             303 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     if (value == null) {
value             306 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       return ((List<?>) value).get(index);
value             317 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                                final Object value) {
value             328 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     verifyType(descriptor.getLiteType(), value);
value             329 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     ((List<Object>) list).set(index, value);
value             338 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                                final Object value) {
value             344 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     verifyType(descriptor.getLiteType(), value);
value             355 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     list.add(value);
value             366 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                                  final Object value) {
value             367 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     if (value == null) {
value             373 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case INT:          isValid = value instanceof Integer   ; break;
value             374 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case LONG:         isValid = value instanceof Long      ; break;
value             375 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FLOAT:        isValid = value instanceof Float     ; break;
value             376 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case DOUBLE:       isValid = value instanceof Double    ; break;
value             377 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BOOLEAN:      isValid = value instanceof Boolean   ; break;
value             378 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case STRING:       isValid = value instanceof String    ; break;
value             379 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BYTE_STRING:  isValid = value instanceof ByteString; break;
value             382 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         isValid = value instanceof Internal.EnumLite;
value             387 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java             (value instanceof MessageLite) || (value instanceof LazyField);
value             441 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         Object value = entry.getValue();
value             442 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         if (value instanceof MessageLite) {
value             443 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java           if (!((MessageLite) value).isInitialized()) {
value             446 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         } else if (value instanceof LazyField) {
value             496 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       Object value = getField(descriptor);
value             497 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       if (value == null) {
value             504 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         ((List) value).addAll((List) otherValue);
value             507 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       Object value = getField(descriptor);
value             508 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       if (value == null) {
value             515 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                 ((MessageLite) value).toBuilder(), (MessageLite) otherValue)
value             629 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                                    final Object value) throws IOException {
value             633 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       output.writeGroup(number, (MessageLite) value);
value             636 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       writeElementNoTag(output, type, value);
value             653 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       final Object value) throws IOException {
value             655 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case DOUBLE  : output.writeDoubleNoTag  ((Double     ) value); break;
value             656 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FLOAT   : output.writeFloatNoTag   ((Float      ) value); break;
value             657 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case INT64   : output.writeInt64NoTag   ((Long       ) value); break;
value             658 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case UINT64  : output.writeUInt64NoTag  ((Long       ) value); break;
value             659 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case INT32   : output.writeInt32NoTag   ((Integer    ) value); break;
value             660 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FIXED64 : output.writeFixed64NoTag ((Long       ) value); break;
value             661 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FIXED32 : output.writeFixed32NoTag ((Integer    ) value); break;
value             662 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BOOL    : output.writeBoolNoTag    ((Boolean    ) value); break;
value             663 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case STRING  : output.writeStringNoTag  ((String     ) value); break;
value             664 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case GROUP   : output.writeGroupNoTag   ((MessageLite) value); break;
value             665 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case MESSAGE : output.writeMessageNoTag ((MessageLite) value); break;
value             666 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BYTES   : output.writeBytesNoTag   ((ByteString ) value); break;
value             667 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case UINT32  : output.writeUInt32NoTag  ((Integer    ) value); break;
value             668 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SFIXED32: output.writeSFixed32NoTag((Integer    ) value); break;
value             669 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SFIXED64: output.writeSFixed64NoTag((Long       ) value); break;
value             670 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SINT32  : output.writeSInt32NoTag  ((Integer    ) value); break;
value             671 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SINT64  : output.writeSInt64NoTag  ((Long       ) value); break;
value             674 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         output.writeEnumNoTag(((Internal.EnumLite) value).getNumber());
value             681 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                                 final Object value,
value             687 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       final List<?> valueList = (List<?>)value;
value             706 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       if (value instanceof LazyField) {
value             707 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         writeElement(output, type, number, ((LazyField) value).getValue());
value             709 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         writeElement(output, type, number, value);
value             750 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     Object value = entry.getValue();
value             753 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       if (value instanceof LazyField) {
value             755 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java             entry.getKey().getNumber(), (LazyField) value);
value             758 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java             entry.getKey().getNumber(), (MessageLite) value);
value             761 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       return computeFieldSize(descriptor, value);
value             778 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       final int number, final Object value) {
value             783 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     return tagSize + computeElementSizeNoTag(type, value);
value             797 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       final WireFormat.FieldType type, final Object value) {
value             801 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case DOUBLE  : return CodedOutputStream.computeDoubleSizeNoTag  ((Double     )value);
value             802 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FLOAT   : return CodedOutputStream.computeFloatSizeNoTag   ((Float      )value);
value             803 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case INT64   : return CodedOutputStream.computeInt64SizeNoTag   ((Long       )value);
value             804 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case UINT64  : return CodedOutputStream.computeUInt64SizeNoTag  ((Long       )value);
value             805 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case INT32   : return CodedOutputStream.computeInt32SizeNoTag   ((Integer    )value);
value             806 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FIXED64 : return CodedOutputStream.computeFixed64SizeNoTag ((Long       )value);
value             807 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FIXED32 : return CodedOutputStream.computeFixed32SizeNoTag ((Integer    )value);
value             808 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BOOL    : return CodedOutputStream.computeBoolSizeNoTag    ((Boolean    )value);
value             809 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case STRING  : return CodedOutputStream.computeStringSizeNoTag  ((String     )value);
value             810 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case GROUP   : return CodedOutputStream.computeGroupSizeNoTag   ((MessageLite)value);
value             811 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BYTES   : return CodedOutputStream.computeBytesSizeNoTag   ((ByteString )value);
value             812 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case UINT32  : return CodedOutputStream.computeUInt32SizeNoTag  ((Integer    )value);
value             813 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SFIXED32: return CodedOutputStream.computeSFixed32SizeNoTag((Integer    )value);
value             814 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SFIXED64: return CodedOutputStream.computeSFixed64SizeNoTag((Long       )value);
value             815 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SINT32  : return CodedOutputStream.computeSInt32SizeNoTag  ((Integer    )value);
value             816 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SINT64  : return CodedOutputStream.computeSInt64SizeNoTag  ((Long       )value);
value             819 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         if (value instanceof LazyField) {
value             820 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java           return CodedOutputStream.computeLazyFieldSizeNoTag((LazyField) value);
value             822 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java           return CodedOutputStream.computeMessageSizeNoTag((MessageLite) value);
value             827 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java             ((Internal.EnumLite) value).getNumber());
value             838 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                                      final Object value) {
value             844 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         for (final Object element : (List<?>)value) {
value             852 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         for (final Object element : (List<?>)value) {
value             858 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       return computeElementSize(type, number, value);
value             108 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         final List<?> value = (List<?>) getField(field);
value             109 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         if (!value.isEmpty()) {
value             110 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           result.put(field, value);
value             324 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           final List value = (List) getField(field);
value             325 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           if (!value.isEmpty()) {
value             326 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java             result.put(field, value);
value             365 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                                 final Object value) {
value             366 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       internalGetFieldAccessorTable().getField(field).set(this, value);
value             390 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                                         final int index, final Object value) {
value             392 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         .setRepeated(this, index, value);
value             397 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                                         final Object value) {
value             398 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       internalGetFieldAccessorTable().getField(field).addRepeated(this, value);
value             617 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       final Object value = extensions.getField(descriptor);
value             618 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       if (value == null) {
value             629 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         return (Type) extension.fromReflectionType(value);
value             772 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         final Object value = extensions.getField(field);
value             773 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         if (value == null) {
value             782 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return value;
value             928 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       final Object value = extensions.getField(descriptor);
value             929 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       if (value == null) {
value             940 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         return (Type) extension.fromReflectionType(value);
value             958 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         final Type value) {
value             962 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       extensions.setField(descriptor, extension.toReflectionType(value));
value             970 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         final int index, final Type value) {
value             976 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         extension.singularToReflectionType(value));
value             984 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         final Type value) {
value             989 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           descriptor, extension.singularToReflectionType(value));
value            1052 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         final Object value = extensions.getField(field);
value            1053 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         if (value == null) {
value            1062 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return value;
value            1102 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                                 final Object value) {
value            1106 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         extensions.setField(field, value);
value            1110 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         return super.setField(field, value);
value            1129 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                                         final int index, final Object value) {
value            1133 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         extensions.setRepeatedField(field, index, value);
value            1137 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         return super.setRepeatedField(field, index, value);
value            1143 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                                         final Object value) {
value            1147 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         extensions.addRepeatedField(field, value);
value            1151 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         return super.addRepeatedField(field, value);
value            1322 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java     private Object fromReflectionType(final Object value) {
value            1329 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           for (final Object element : (List) value) {
value            1334 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return value;
value            1337 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         return singularFromReflectionType(value);
value            1345 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java     private Object singularFromReflectionType(final Object value) {
value            1349 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           if (singularType.isInstance(value)) {
value            1350 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java             return value;
value            1359 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                            .mergeFrom((Message) value).build();
value            1362 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return invokeOrDie(enumValueOf, null, (EnumValueDescriptor) value);
value            1364 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return value;
value            1375 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java     private Object toReflectionType(final Object value) {
value            1381 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           for (final Object element : (List) value) {
value            1386 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return value;
value            1389 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         return singularToReflectionType(value);
value            1397 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java     private Object singularToReflectionType(final Object value) {
value            1401 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return invokeOrDie(enumGetValueDescriptor, value);
value            1403 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return value;
value            1554 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       void set(Builder builder, Object value);
value            1558 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                        int index, Object value);
value            1559 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       void addRepeated(Builder builder, Object value);
value            1604 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void set(final Builder builder, final Object value) {
value            1605 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         invokeOrDie(setMethod, builder, value);
value            1617 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                               final int index, final Object value) {
value            1621 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void addRepeated(final Builder builder, final Object value) {
value            1696 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void set(final Builder builder, final Object value) {
value            1702 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         for (final Object element : (List<?>) value) {
value            1714 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                               final int index, final Object value) {
value            1715 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         invokeOrDie(setRepeatedMethod, builder, index, value);
value            1717 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void addRepeated(final Builder builder, final Object value) {
value            1718 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         invokeOrDie(addRepeatedMethod, builder, value);
value            1777 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void set(final Builder builder, final Object value) {
value            1778 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         super.set(builder, invokeOrDie(valueOfMethod, null, value));
value            1833 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                               final int index, final Object value) {
value            1835 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                           value));
value            1838 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void addRepeated(final Builder builder, final Object value) {
value            1839 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         super.addRepeated(builder, invokeOrDie(valueOfMethod, null, value));
value            1861 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       private Object coerceType(final Object value) {
value            1862 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         if (type.isInstance(value)) {
value            1863 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return value;
value            1870 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                   .mergeFrom((Message) value).buildPartial();
value            1875 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void set(final Builder builder, final Object value) {
value            1876 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         super.set(builder, coerceType(value));
value            1901 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       private Object coerceType(final Object value) {
value            1902 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         if (type.isInstance(value)) {
value            1903 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           return value;
value            1910 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                   .mergeFrom((Message) value).build();
value            1916 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java                               final int index, final Object value) {
value            1917 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         super.setRepeated(builder, index, coerceType(value));
value            1920 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void addRepeated(final Builder builder, final Object value) {
value            1921 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         super.addRepeated(builder, coerceType(value));
value             196 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       final Object value = extensions.getField(extension.descriptor);
value             197 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       if (value == null) {
value             200 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java         return (Type) value;
value             374 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       final Object value = extensions.getField(extension.descriptor);
value             375 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       if (value == null) {
value             378 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java         return (Type) value;
value             404 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java         final Type value) {
value             407 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       extensions.setField(extension.descriptor, value);
value             414 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java         final int index, final Type value) {
value             417 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       extensions.setRepeatedField(extension.descriptor, index, value);
value             424 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java         final Type value) {
value             427 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       extensions.addRepeatedField(extension.descriptor, value);
value             517 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           Object value =
value             519 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           if (value == null) {
value             524 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           extensions.addRepeatedField(extension.descriptor, value);
value             528 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           Object value =
value             531 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           extensions.addRepeatedField(extension.descriptor, value);
value             536 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       Object value;
value             557 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           value = subBuilder.build();
value             562 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           value = extension.descriptor.getEnumType()
value             566 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           if (value == null) {
value             571 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           value = FieldSet.readPrimitiveField(input,
value             577 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java         extensions.addRepeatedField(extension.descriptor, value);
value             579 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java         extensions.setField(extension.descriptor, value);
value              56 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java   private volatile MessageLite value;
value              68 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java     return value;
value              75 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java   public MessageLite setValue(MessageLite value) {
value              76 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java     MessageLite originalValue = this.value;
value              77 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java     this.value = value;
value              90 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java       return value.getSerializedSize();
value             103 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java       bytes = value.toByteString();
value             112 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java     return value.hashCode();
value             118 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java     return value.equals(obj);
value             124 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java     return value.toString();
value             128 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java     if (value != null) {
value             132 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java       if (value != null) {
value             137 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java           value = defaultInstance.getParserForType()
value             176 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java     public Object setValue(Object value) {
value             177 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java       if (!(value instanceof MessageLite)) {
value             182 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java       return entry.getValue().setValue((MessageLite) value);
value             174 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java     Builder setField(Descriptors.FieldDescriptor field, Object value);
value             191 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java                              int index, Object value);
value             198 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java     Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value);
value             365 third_party/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java     for (final MType value : values) {
value             366 third_party/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java       if (value == null) {
value             377 third_party/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java       for (MType value : values) {
value             378 third_party/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java         addMessage(value);
value             382 third_party/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java       for (MType value : values) {
value             383 third_party/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java         addMessage(value);
value             191 third_party/protobuf/java/src/main/java/com/google/protobuf/SingleFieldBuilder.java       MType value) {
value             193 third_party/protobuf/java/src/main/java/com/google/protobuf/SingleFieldBuilder.java       message = value;
value             195 third_party/protobuf/java/src/main/java/com/google/protobuf/SingleFieldBuilder.java       getBuilder().mergeFrom(value);
value             109 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java               final List value = (List) entry.getValue();
value             110 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java               entry.setValue(Collections.unmodifiableList(value));
value             116 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java               final List value = (List) entry.getValue();
value             117 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java               entry.setValue(Collections.unmodifiableList(value));
value             236 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   public V put(K key, V value) {
value             241 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       return entryList.get(index).setValue(value);
value             247 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       return getOverflowEntriesMutable().put(key, value);
value             256 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     entryList.add(insertionPoint, new Entry(key, value));
value             403 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     private V value;
value             409 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     Entry(K key, V value) {
value             411 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       this.value = value;
value             421 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       return value;
value             432 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       final V oldValue = this.value;
value             433 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       this.value = newValue;
value             447 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       return equals(key, other.getKey()) && equals(value, other.getValue());
value             453 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java           (value == null ? 0 : value.hashCode());
value             458 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       return key + "=" + value;
value             492 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       final V value = entry.getValue();
value             493 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       return existing == value ||
value             494 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java           (existing != null && existing.equals(value));
value             168 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                 final Object value,
value             171 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     DEFAULT_PRINTER.printField(field, value, new TextGenerator(output));
value             175 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                           final Object value) {
value             178 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       printField(field, value, text);
value             196 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                      final Object value,
value             199 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     DEFAULT_PRINTER.printFieldValue(field, value, new TextGenerator(output));
value             213 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                             final Object value,
value             216 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     printUnknownFieldValue(tag, value, new TextGenerator(output));
value             220 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                              final Object value,
value             225 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         generator.print(unsignedToString((Long) value));
value             229 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             String.format((Locale) null, "0x%08x", (Integer) value));
value             232 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         generator.print(String.format((Locale) null, "0x%016x", (Long) value));
value             236 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         generator.print(escapeBytes((ByteString) value));
value             240 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         DEFAULT_PRINTER.printUnknownFields((UnknownFieldSet) value, generator);
value             278 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     private void printField(final FieldDescriptor field, final Object value,
value             282 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         for (Object element : (List<?>) value) {
value             286 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         printSingleField(field, value, generator);
value             291 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                   final Object value,
value             327 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       printFieldValue(field, value, generator);
value             346 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java                                  final Object value,
value             353 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(((Integer) value).toString());
value             359 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(((Long) value).toString());
value             363 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(((Boolean) value).toString());
value             367 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(((Float) value).toString());
value             371 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(((Double) value).toString());
value             376 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(unsignedToString((Integer) value));
value             381 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(unsignedToString((Long) value));
value             387 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java               escapeText((String) value) :
value             388 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java               (String) value);
value             394 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(escapeBytes((ByteString) value));
value             399 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           generator.print(((EnumValueDescriptor) value).getName());
value             404 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           print((Message) value, generator);
value             424 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         for (final UnknownFieldSet value : field.getGroupList()) {
value             432 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           printUnknownFields(value, generator);
value             448 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       for (final Object value : values) {
value             451 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         printUnknownFieldValue(wireType, value, generator);
value             458 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java   private static String unsignedToString(final int value) {
value             459 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     if (value >= 0) {
value             460 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       return Integer.toString(value);
value             462 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       return Long.toString(((long) value) & 0x00000000FFFFFFFFL);
value             467 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java   private static String unsignedToString(final long value) {
value             468 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     if (value >= 0) {
value             469 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       return Long.toString(value);
value             473 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       return BigInteger.valueOf(value & 0x7FFFFFFFFFFFFFFFL)
value            1131 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     Object value = null;
value            1159 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       value = subBuilder.buildPartial();
value            1168 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeInt32();
value            1174 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeInt64();
value            1179 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeUInt32();
value            1184 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeUInt64();
value            1188 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeFloat();
value            1192 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeDouble();
value            1196 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeBoolean();
value            1200 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeString();
value            1204 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java           value = tokenizer.consumeByteString();
value            1212 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             value = enumType.findValueByNumber(number);
value            1213 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             if (value == null) {
value            1220 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             value = enumType.findValueByName(id);
value            1221 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java             if (value == null) {
value            1237 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       builder.addRepeatedField(field, value);
value            1239 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       builder.setField(field, value);
value             409 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java     public Builder mergeVarintField(final int number, final int value) {
value             413 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       getFieldBuilder(number).addVarint(value);
value             733 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final long value : varint) {
value             734 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         output.writeUInt64(fieldNumber, value);
value             736 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final int value : fixed32) {
value             737 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         output.writeFixed32(fieldNumber, value);
value             739 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final long value : fixed64) {
value             740 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         output.writeFixed64(fieldNumber, value);
value             742 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final ByteString value : lengthDelimited) {
value             743 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         output.writeBytes(fieldNumber, value);
value             745 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final UnknownFieldSet value : group) {
value             746 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         output.writeGroup(fieldNumber, value);
value             756 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final long value : varint) {
value             757 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeUInt64Size(fieldNumber, value);
value             759 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final int value : fixed32) {
value             760 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeFixed32Size(fieldNumber, value);
value             762 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final long value : fixed64) {
value             763 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeFixed64Size(fieldNumber, value);
value             765 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final ByteString value : lengthDelimited) {
value             766 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeBytesSize(fieldNumber, value);
value             768 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final UnknownFieldSet value : group) {
value             769 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeGroupSize(fieldNumber, value);
value             782 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final ByteString value : lengthDelimited) {
value             783 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         output.writeRawMessageSetExtension(fieldNumber, value);
value             793 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       for (final ByteString value : lengthDelimited) {
value             795 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java           fieldNumber, value);
value             908 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       public Builder addVarint(final long value) {
value             912 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result.varint.add(value);
value             917 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       public Builder addFixed32(final int value) {
value             921 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result.fixed32.add(value);
value             926 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       public Builder addFixed64(final long value) {
value             930 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result.fixed64.add(value);
value             935 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       public Builder addLengthDelimited(final ByteString value) {
value             939 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result.lengthDelimited.add(value);
value             944 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       public Builder addGroup(final UnknownFieldSet value) {
value             948 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result.group.add(value);
value             139 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java       public Builder setField(Descriptors.FieldDescriptor field, Object value) {
value             140 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java         wrappedBuilder.setField(field, value);
value             155 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java                                       int index, Object value) {
value             156 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java         wrappedBuilder.setRepeatedField(field, index, value);
value             160 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java           Descriptors.FieldDescriptor field, Object value) {
value             161 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java         wrappedBuilder.addRepeatedField(field, value);
value              92 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java   private void assertReadVarint(byte[] data, long value) throws Exception {
value              94 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     assertEquals((int)value, input.readRawVarint32());
value              97 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     assertEquals(value, input.readRawVarint64());
value             104 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java       assertEquals((int)value, input.readRawVarint32());
value             108 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java       assertEquals(value, input.readRawVarint64());
value             118 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     assertEquals((int)value, CodedInputStream.readRawVarint32(rawInput));
value             198 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java   private void assertReadLittleEndian32(byte[] data, int value)
value             201 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     assertEquals(value, input.readRawLittleEndian32());
value             208 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java       assertEquals(value, input.readRawLittleEndian32());
value             217 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java   private void assertReadLittleEndian64(byte[] data, long value)
value             220 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     assertEquals(value, input.readRawLittleEndian64());
value             227 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java       assertEquals(value, input.readRawLittleEndian64());
value              80 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java   private void assertWriteVarint(byte[] data, long value) throws Exception {
value              82 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     if ((value >>> 32) == 0) {
value              85 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       output.writeRawVarint32((int) value);
value              91 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                    CodedOutputStream.computeRawVarint32Size((int) value));
value              97 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       output.writeRawVarint64(value);
value             103 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                    CodedOutputStream.computeRawVarint64Size(value));
value             109 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       if ((value >>> 32) == 0) {
value             113 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java         output.writeRawVarint32((int) value);
value             122 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java         output.writeRawVarint64(value);
value             163 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java   private void assertWriteLittleEndian32(byte[] data, int value)
value             167 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     output.writeRawLittleEndian32(value);
value             175 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       output.writeRawLittleEndian32(value);
value             185 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java   private void assertWriteLittleEndian64(byte[] data, long value)
value             189 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     output.writeRawLittleEndian64(value);
value             197 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       output.writeRawLittleEndian64(value);
value             308 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     EnumValueDescriptor value = ForeignEnum.FOREIGN_FOO.getValueDescriptor();
value             309 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals(value, enumType.getValues().get(0));
value             310 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals("FOREIGN_FOO", value.getName());
value             311 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals(4, value.getNumber());
value             312 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals(value, enumType.findValueByName("FOREIGN_FOO"));
value             313 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals(value, enumType.findValueByNumber(4));
value             179 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     TestAllTypes value = builder.build();
value             180 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedInt32List());
value             181 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedImportEnumList());
value             182 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedForeignMessageList());
value             183 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedFloatList());
value             187 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     TestAllTypes value = TestAllTypes.PARSER.parseFrom(
value             189 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedInt32List());
value             190 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedInt64List());
value             191 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedUint32List());
value             192 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedUint64List());
value             193 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedSint32List());
value             194 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedSint64List());
value             195 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedFixed32List());
value             196 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedFixed64List());
value             197 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedSfixed32List());
value             198 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedSfixed64List());
value             199 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedFloatList());
value             200 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedDoubleList());
value             201 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedBoolList());
value             202 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedStringList());
value             203 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedBytesList());
value             204 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedGroupList());
value             205 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedNestedMessageList());
value             206 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedForeignMessageList());
value             207 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedImportMessageList());
value             208 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedNestedEnumList());
value             209 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedForeignEnumList());
value             210 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     assertIsUnmodifiable(value.getRepeatedImportEnumList());
value             507 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java     for (ForeignEnum value : ForeignEnum.values()) {
value             508 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java       assertEquals(value, map.findValueByNumber(value.getNumber()));
value              52 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java     private V value;
value              54 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java     SimpleEntry(K key, V value) {
value              56 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java       this.value = value;
value              64 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java       return value;
value              67 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java     public V setValue(V value) {
value              68 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java       V oldValue = this.value;
value              69 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java       this.value = value;
value              82 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java       return eq(key, e.getKey()) && eq(value, e.getValue());
value              88 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java           ((value == null) ? 0 : value.hashCode());
value             214 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java     final Object value = NestedMessage.newBuilder().setBb(42).build();
value             218 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java       TextFormat.printFieldToString(optionalField, value));
value             737 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java   private void assertPrintFieldValue(String expect, Object value,
value             743 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java         value, sb);
value              56 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_INT32(arg, value)                         \
value              57 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     int32 value;                                            \
value              58 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetInteger(arg, &value, kint32min_py, kint32max_py)) { \
value              62 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_INT64(arg, value)                         \
value              63 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     int64 value;                                            \
value              64 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetInteger(arg, &value, kint64min_py, kint64max_py)) { \
value              68 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_UINT32(arg, value)                        \
value              69 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     uint32 value;                                           \
value              70 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint32max_py)) { \
value              74 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_UINT64(arg, value)                        \
value              75 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     uint64 value;                                           \
value              76 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint64max_py)) { \
value              80 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_FLOAT(arg, value)                         \
value              81 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     float value;                                            \
value              82 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetFloat(arg, &value)) {                   \
value              86 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_DOUBLE(arg, value)                        \
value              87 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     double value;                                           \
value              88 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetDouble(arg, &value)) {                  \
value              92 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc #define GOOGLE_CHECK_GET_BOOL(arg, value)                          \
value              93 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     bool value;                                             \
value              94 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetBool(arg, &value)) {                    \
value             120 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     int32 value;
value             136 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     PyModule_AddIntConstant(module, constant->name, constant->value);
value             333 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     PyObject* arg, T* value, PyObject* min, PyObject* max) {
value             350 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       *value = static_cast<T>(PyLong_AsUnsignedLongLong(arg));
value             352 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       *value = static_cast<T>(PyLong_AsLongLong(arg));
value             355 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     *value = static_cast<T>(PyInt_AsLong(arg));
value             360 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static bool CheckAndGetDouble(PyObject* arg, double* value) {
value             366 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   *value = PyFloat_AsDouble(arg);
value             370 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static bool CheckAndGetFloat(PyObject* arg, float* value) {
value             375 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   *value = static_cast<float>(double_value);
value             379 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc static bool CheckAndGetBool(PyObject* arg, bool* value) {
value             384 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   *value = static_cast<bool>(PyInt_AsLong(arg));
value             472 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   char* value;
value             474 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   if (PyString_AsStringAndSize(encoded_string, &value, &value_len) < 0) {
value             479 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   string value_string(value, value_len);
value             492 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     const google::protobuf::FieldDescriptor* descriptor, string value) {
value             494 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     return PyString_FromStringAndSize(value.c_str(), value.length());
value             497 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   PyObject* result = PyUnicode_DecodeUTF8(value.c_str(), value.length(), NULL);
value             504 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     result = PyString_FromStringAndSize(value.c_str(), value.length());
value             543 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       int32 value = reflection->GetInt32(*message, field_descriptor);
value             544 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyInt_FromLong(value);
value             548 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       int64 value = reflection->GetInt64(*message, field_descriptor);
value             550 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyInt_FromLong(value);
value             552 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyLong_FromLongLong(value);
value             557 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       uint32 value = reflection->GetUInt32(*message, field_descriptor);
value             559 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyInt_FromLong(value);
value             561 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyLong_FromLongLong(value);
value             566 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       uint64 value = reflection->GetUInt64(*message, field_descriptor);
value             568 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       if (value <= static_cast<uint64>(kint64max)) {
value             569 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc         result = PyInt_FromLong(static_cast<uint64>(value));
value             572 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       if (value <= static_cast<uint32>(kint32max)) {
value             573 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc         result = PyInt_FromLong(static_cast<uint32>(value));
value             577 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc         result = PyLong_FromUnsignedLongLong(value);
value             582 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       float value = reflection->GetFloat(*message, field_descriptor);
value             583 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyFloat_FromDouble(value);
value             587 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       double value = reflection->GetDouble(*message, field_descriptor);
value             588 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyFloat_FromDouble(value);
value             592 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       bool value = reflection->GetBool(*message, field_descriptor);
value             593 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyBool_FromLong(value);
value             597 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       string value = reflection->GetString(*message, field_descriptor);
value             598 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = ToStringObject(field_descriptor, value);
value             644 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_INT32(arg, value);
value             645 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->SetInt32(message, field_descriptor, value);
value             649 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_INT64(arg, value);
value             650 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->SetInt64(message, field_descriptor, value);
value             654 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_UINT32(arg, value);
value             655 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->SetUInt32(message, field_descriptor, value);
value             659 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_UINT64(arg, value);
value             660 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->SetUInt64(message, field_descriptor, value);
value             664 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_FLOAT(arg, value);
value             665 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->SetFloat(message, field_descriptor, value);
value             669 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_DOUBLE(arg, value);
value             670 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->SetDouble(message, field_descriptor, value);
value             674 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_BOOL(arg, value);
value             675 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->SetBool(message, field_descriptor, value);
value             686 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_INT32(arg, value);
value             690 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc           enum_descriptor->FindValueByNumber(value);
value             701 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc             unknown_field_set->mutable_field(i)->set_varint(value);
value             708 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc           unknown_field_set->AddVarint(field_descriptor->number(), value);
value             736 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_INT32(arg, value);
value             737 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->AddInt32(message, field_descriptor, value);
value             741 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_INT64(arg, value);
value             742 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->AddInt64(message, field_descriptor, value);
value             746 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_UINT32(arg, value);
value             747 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->AddUInt32(message, field_descriptor, value);
value             751 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_UINT64(arg, value);
value             752 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->AddUInt64(message, field_descriptor, value);
value             756 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_FLOAT(arg, value);
value             757 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->AddFloat(message, field_descriptor, value);
value             761 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_DOUBLE(arg, value);
value             762 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->AddDouble(message, field_descriptor, value);
value             766 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_BOOL(arg, value);
value             767 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       reflection->AddBool(message, field_descriptor, value);
value             778 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       GOOGLE_CHECK_GET_INT32(arg, value);
value             782 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc           enum_descriptor->FindValueByNumber(value);
value             822 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       int32 value = reflection->GetRepeatedInt32(
value             824 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyInt_FromLong(value);
value             828 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       int64 value = reflection->GetRepeatedInt64(
value             830 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyLong_FromLongLong(value);
value             834 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       uint32 value = reflection->GetRepeatedUInt32(
value             836 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyLong_FromLongLong(value);
value             840 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       uint64 value = reflection->GetRepeatedUInt64(
value             842 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyLong_FromUnsignedLongLong(value);
value             846 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       float value = reflection->GetRepeatedFloat(
value             848 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyFloat_FromDouble(value);
value             852 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       double value = reflection->GetRepeatedDouble(
value             854 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyFloat_FromDouble(value);
value             858 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       bool value = reflection->GetRepeatedBool(
value             860 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = PyBool_FromLong(value ? 1 : 0);
value             871 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       string value = reflection->GetRepeatedString(
value             873 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       result = ToStringObject(field_descriptor, value);
value            1256 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   PyObject* value;
value            1258 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc                         &CFieldDescriptor_Type, &cfield_descriptor, &value)) {
value            1264 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       self->message, cfield_descriptor->descriptor, value);
value              66 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc     pair<string, string> value;
value              68 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc       value.first = parts[i];
value              69 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc       value.second = "";
value              71 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc       value.first = parts[i].substr(0, equals_pos);
value              72 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc       value.second = parts[i].substr(equals_pos + 1);
value              74 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc     output->push_back(value);
value             788 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     string name, value;
value             790 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     if (ParseArgument(argv[i], &name, &value)) {
value             800 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc         value = argv[i];
value             804 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     ParseArgumentStatus status = InterpretArgument(name, value);
value             844 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc                                          string* name, string* value) {
value             851 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     *value = arg;
value             858 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       *value = equals_pos + 1;
value             870 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       *value = arg;
value             874 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       *value = arg + 2;
value             875 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       parsed_value = !value->empty();
value             905 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc                                         const string& value) {
value             908 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     if (value.empty()) {
value             916 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     input_files_.push_back(value);
value             923 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     SplitStringUsing(value, kPathSeparator, &parts);
value             960 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     if (value.empty()) {
value             969 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     descriptor_set_name_ = value;
value            1015 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     if (value.empty() && name != "--decode_raw") {
value            1021 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     } else if (!value.empty() && name == "--decode_raw") {
value            1026 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     codec_type_ = value;
value            1029 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     if (value == "gcc") {
value            1031 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     } else if (value == "msvs") {
value            1034 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       cerr << "Unknown error format: " << value << endl;
value            1047 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     string::size_type equals_pos = value.find_first_of('=');
value            1050 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       string::size_type slash_pos = value.find_last_of('/');
value            1052 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc         plugin_name = value;
value            1054 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc         plugin_name = value.substr(slash_pos + 1);
value            1056 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       path = value;
value            1058 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       plugin_name = value.substr(0, equals_pos);
value            1059 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       path = value.substr(equals_pos + 1);
value            1080 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc         parameters->append(value);
value            1101 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       string::size_type colon_pos = value.find_first_of(':');
value            1102 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       if (colon_pos == string::npos || IsWindowsAbsolutePath(value)) {
value            1103 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc         directive.output_location = value;
value            1105 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc         directive.parameter = value.substr(0, colon_pos);
value            1106 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc         directive.output_location = value.substr(colon_pos + 1);
value             223 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h   bool ParseArgument(const char* arg, string* name, string* value);
value             227 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h                                         const string& value);
value              65 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc   const EnumValueDescriptor* min_value = descriptor_->value(0);
value              66 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc   const EnumValueDescriptor* max_value = descriptor_->value(0);
value              69 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     vars["name"] = descriptor_->value(i)->name();
value              70 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     vars["number"] = SimpleItoa(descriptor_->value(i)->number());
value              77 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     if (descriptor_->value(i)->number() < min_value->number()) {
value              78 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc       min_value = descriptor_->value(i);
value              80 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     if (descriptor_->value(i)->number() > max_value->number()) {
value              81 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc       max_value = descriptor_->value(i);
value             141 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     vars["tag"] = descriptor_->value(j)->name();
value             213 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     const EnumValueDescriptor* value = descriptor_->value(j);
value             214 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc     numbers.insert(value->number());
value             242 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc       vars["value"] = descriptor_->value(i)->name();
value             287 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc       double value = field->default_value_double();
value             288 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc       if (value == numeric_limits<double>::infinity()) {
value             290 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc       } else if (value == -numeric_limits<double>::infinity()) {
value             292 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc       } else if (value != value) {
value             295 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc         return SimpleDtoa(value);
value             300 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc         float value = field->default_value_float();
value             301 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc         if (value == numeric_limits<float>::infinity()) {
value             303 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc         } else if (value == -numeric_limits<float>::infinity()) {
value             305 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc         } else if (value != value) {
value             308 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc           string float_value = SimpleFtoa(value);
value             336 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   const char* value = "\0lalala\0\0";
value             337 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   message.set_optional_bytes(value, 9);
value             339 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   EXPECT_EQ(0, memcmp(value, message.optional_bytes().data(), 9));
value             341 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   message.add_repeated_bytes(value, 9);
value             343 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   EXPECT_EQ(0, memcmp(value, message.repeated_bytes(0).data(), 9));
value             152 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc static string FirstLineOf(const string& value) {
value             153 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc   string result = value;
value             204 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc                               const EnumValueDescriptor* value) {
value             208 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc     "def", EscapeJavadoc(FirstLineOf(value->DebugString())));
value             209 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc   WriteDocCommentBody(printer, value);
value              55 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.h                               const EnumValueDescriptor* value);
value              53 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     const EnumValueDescriptor* value = descriptor_->value(i);
value              55 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc       descriptor_->FindValueByNumber(value->number());
value              57 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     if (value == canonical_value) {
value              58 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc       canonical_values_.push_back(value);
value              61 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc       alias.value = value;
value             104 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     vars["name"] = aliases_[i].value->name();
value             106 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     WriteEnumValueDocComment(printer, aliases_[i].value);
value             113 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     vars["name"] = descriptor_->value(i)->name();
value             114 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     vars["number"] = SimpleItoa(descriptor_->value(i)->number());
value             115 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     WriteEnumValueDocComment(printer, descriptor_->value(i));
value             210 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc           "name", descriptor_->value(i)->name());
value             261 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc     if (descriptor_->value(i)->name() != canonical_values_[i]->name()) {
value              71 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h     const EnumValueDescriptor* value;
value             299 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       double value = field->default_value_double();
value             300 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       if (value == numeric_limits<double>::infinity()) {
value             302 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       } else if (value == -numeric_limits<double>::infinity()) {
value             304 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       } else if (value != value) {
value             307 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc         return SimpleDtoa(value) + "D";
value             311 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       float value = field->default_value_float();
value             312 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       if (value == numeric_limits<float>::infinity()) {
value             314 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       } else if (value == -numeric_limits<float>::infinity()) {
value             316 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc       } else if (value != value) {
value             319 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc         return SimpleFtoa(value) + "F";
value             162 third_party/protobuf/src/google/protobuf/compiler/parser.cc     uint64 value = 0;
value             164 third_party/protobuf/src/google/protobuf/compiler/parser.cc                                      kint32max, &value)) {
value             168 third_party/protobuf/src/google/protobuf/compiler/parser.cc     *output = value;
value             184 third_party/protobuf/src/google/protobuf/compiler/parser.cc   uint64 value = 0;
value             185 third_party/protobuf/src/google/protobuf/compiler/parser.cc   DO(ConsumeInteger64(max_value, &value, error));
value             186 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (is_negative) value *= -1;
value             187 third_party/protobuf/src/google/protobuf/compiler/parser.cc   *output = value;
value             215 third_party/protobuf/src/google/protobuf/compiler/parser.cc     uint64 value = 0;
value             217 third_party/protobuf/src/google/protobuf/compiler/parser.cc                                      kuint64max, &value)) {
value             221 third_party/protobuf/src/google/protobuf/compiler/parser.cc     *output = value;
value             819 third_party/protobuf/src/google/protobuf/compiler/parser.cc       uint64 value;
value             820 third_party/protobuf/src/google/protobuf/compiler/parser.cc       DO(ConsumeInteger64(max_value, &value, "Expected integer."));
value             822 third_party/protobuf/src/google/protobuf/compiler/parser.cc       default_value->append(SimpleItoa(value));
value             841 third_party/protobuf/src/google/protobuf/compiler/parser.cc       uint64 value;
value             842 third_party/protobuf/src/google/protobuf/compiler/parser.cc       DO(ConsumeInteger64(max_value, &value, "Expected integer."));
value             844 third_party/protobuf/src/google/protobuf/compiler/parser.cc       default_value->append(SimpleItoa(value));
value             856 third_party/protobuf/src/google/protobuf/compiler/parser.cc       double value;
value             857 third_party/protobuf/src/google/protobuf/compiler/parser.cc       DO(ConsumeNumber(&value, "Expected number."));
value             859 third_party/protobuf/src/google/protobuf/compiler/parser.cc       default_value->append(SimpleDtoa(value));
value             931 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseUninterpretedBlock(string* value) {
value             948 third_party/protobuf/src/google/protobuf/compiler/parser.cc     if (!value->empty()) value->push_back(' ');
value             949 third_party/protobuf/src/google/protobuf/compiler/parser.cc     value->append(input_->current().text);
value            1029 third_party/protobuf/src/google/protobuf/compiler/parser.cc         string value;
value            1030 third_party/protobuf/src/google/protobuf/compiler/parser.cc         DO(ConsumeIdentifier(&value, "Expected identifier."));
value            1031 third_party/protobuf/src/google/protobuf/compiler/parser.cc         uninterpreted_option->set_identifier_value(value);
value            1036 third_party/protobuf/src/google/protobuf/compiler/parser.cc         uint64 value;
value            1039 third_party/protobuf/src/google/protobuf/compiler/parser.cc         DO(ConsumeInteger64(max_value, &value, "Expected integer."));
value            1044 third_party/protobuf/src/google/protobuf/compiler/parser.cc               -static_cast<int64>(value));
value            1048 third_party/protobuf/src/google/protobuf/compiler/parser.cc           uninterpreted_option->set_positive_int_value(value);
value            1055 third_party/protobuf/src/google/protobuf/compiler/parser.cc         double value;
value            1056 third_party/protobuf/src/google/protobuf/compiler/parser.cc         DO(ConsumeNumber(&value, "Expected number."));
value            1057 third_party/protobuf/src/google/protobuf/compiler/parser.cc         uninterpreted_option->set_double_value(is_negative ? -value : value);
value            1067 third_party/protobuf/src/google/protobuf/compiler/parser.cc         string value;
value            1068 third_party/protobuf/src/google/protobuf/compiler/parser.cc         DO(ConsumeString(&value, "Expected string."));
value            1069 third_party/protobuf/src/google/protobuf/compiler/parser.cc         uninterpreted_option->set_string_value(value);
value            1295 third_party/protobuf/src/google/protobuf/compiler/parser.cc     EnumValueDescriptorProto* value,
value            1305 third_party/protobuf/src/google/protobuf/compiler/parser.cc     DO(ParseOption(value->mutable_options(), location, OPTION_ASSIGNMENT));
value             102 third_party/protobuf/src/google/protobuf/compiler/parser.h   void SetRequireSyntaxIdentifier(bool value) {
value             103 third_party/protobuf/src/google/protobuf/compiler/parser.h     require_syntax_identifier_ = value;
value             114 third_party/protobuf/src/google/protobuf/compiler/parser.h   void SetStopAfterSyntaxIdentifier(bool value) {
value             115 third_party/protobuf/src/google/protobuf/compiler/parser.h     stop_after_syntax_identifier_ = value;
value             352 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
value             416 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParseUninterpretedBlock(string* value);
value            1955 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const EnumValueDescriptorProto& bar = file_.enum_type(0).value(0);
value            1956 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const EnumValueDescriptorProto& baz = file_.enum_type(0).value(1);
value            2222 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const EnumValueDescriptorProto& value = file_.enum_type(0).value(0);
value            2223 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option1 = value.options().uninterpreted_option(0);
value            2224 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const UninterpretedOption& option2 = value.options().uninterpreted_option(1);
value            2226 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'f', value.options()));
value            2234 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(value));
value            2235 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(value, "name"));
value            2236 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(value, "number"));
value             105 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_file_to_generate(int index, const ::std::string& value);
value             106 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_file_to_generate(int index, const char* value);
value             107 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_file_to_generate(int index, const char* value, size_t size);
value             109 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void add_file_to_generate(const ::std::string& value);
value             110 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void add_file_to_generate(const char* value);
value             111 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void add_file_to_generate(const char* value, size_t size);
value             120 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_parameter(const ::std::string& value);
value             121 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_parameter(const char* value);
value             122 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_parameter(const char* value, size_t size);
value             221 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_name(const ::std::string& value);
value             222 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_name(const char* value);
value             223 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_name(const char* value, size_t size);
value             233 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_insertion_point(const ::std::string& value);
value             234 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_insertion_point(const char* value);
value             235 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_insertion_point(const char* value, size_t size);
value             245 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_content(const ::std::string& value);
value             246 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_content(const char* value);
value             247 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_content(const char* value, size_t size);
value             340 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_error(const ::std::string& value);
value             341 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_error(const char* value);
value             342 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline void set_error(const char* value, size_t size);
value             399 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::set_file_to_generate(int index, const ::std::string& value) {
value             400 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   file_to_generate_.Mutable(index)->assign(value);
value             402 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value) {
value             403 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   file_to_generate_.Mutable(index)->assign(value);
value             405 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value, size_t size) {
value             407 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h     reinterpret_cast<const char*>(value), size);
value             412 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::add_file_to_generate(const ::std::string& value) {
value             413 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   file_to_generate_.Add()->assign(value);
value             415 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::add_file_to_generate(const char* value) {
value             416 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   file_to_generate_.Add()->assign(value);
value             418 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::add_file_to_generate(const char* value, size_t size) {
value             419 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   file_to_generate_.Add()->assign(reinterpret_cast<const char*>(value), size);
value             449 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::set_parameter(const ::std::string& value) {
value             454 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   parameter_->assign(value);
value             456 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::set_parameter(const char* value) {
value             461 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   parameter_->assign(value);
value             463 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorRequest::set_parameter(const char* value, size_t size) {
value             468 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   parameter_->assign(reinterpret_cast<const char*>(value), size);
value             548 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_name(const ::std::string& value) {
value             553 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   name_->assign(value);
value             555 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_name(const char* value) {
value             560 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   name_->assign(value);
value             562 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_name(const char* value, size_t size) {
value             567 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   name_->assign(reinterpret_cast<const char*>(value), size);
value             618 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_insertion_point(const ::std::string& value) {
value             623 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   insertion_point_->assign(value);
value             625 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_insertion_point(const char* value) {
value             630 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   insertion_point_->assign(value);
value             632 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_insertion_point(const char* value, size_t size) {
value             637 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   insertion_point_->assign(reinterpret_cast<const char*>(value), size);
value             688 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_content(const ::std::string& value) {
value             693 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   content_->assign(value);
value             695 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_content(const char* value) {
value             700 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   content_->assign(value);
value             702 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse_File::set_content(const char* value, size_t size) {
value             707 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   content_->assign(reinterpret_cast<const char*>(value), size);
value             762 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse::set_error(const ::std::string& value) {
value             767 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   error_->assign(value);
value             769 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse::set_error(const char* value) {
value             774 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   error_->assign(value);
value             776 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline void CodeGeneratorResponse::set_error(const char* value, size_t size) {
value             781 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   error_->assign(reinterpret_cast<const char*>(value), size);
value             184 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       double value = field.default_value_double();
value             185 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       if (value == numeric_limits<double>::infinity()) {
value             189 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       } else if (value == -numeric_limits<double>::infinity()) {
value             192 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       } else if (value != value) {
value             196 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc         return SimpleDtoa(value);
value             200 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       float value = field.default_value_float();
value             201 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       if (value == numeric_limits<float>::infinity()) {
value             205 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       } else if (value == -numeric_limits<float>::infinity()) {
value             208 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       } else if (value != value) {
value             212 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc         return SimpleFtoa(value);
value             359 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc       const EnumValueDescriptor& value_descriptor = *enum_descriptor.value(j);
value             402 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc     PrintEnumValueDescriptor(*enum_descriptor.value(i));
value            1086 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc     const EnumValueDescriptor& value_descriptor = *enum_descriptor.value(i);
value             262 third_party/protobuf/src/google/protobuf/descriptor.cc   inline explicit Symbol(const TYPE* value) {    \
value             264 third_party/protobuf/src/google/protobuf/descriptor.cc     this->FIELD = value;                         \
value             426 third_party/protobuf/src/google/protobuf/descriptor.cc   string* AllocateString(const string& value);
value             526 third_party/protobuf/src/google/protobuf/descriptor.cc   bool AddEnumValueByNumber(const EnumValueDescriptor* value);
value             780 third_party/protobuf/src/google/protobuf/descriptor.cc     const EnumValueDescriptor* value) {
value             781 third_party/protobuf/src/google/protobuf/descriptor.cc   EnumIntPair key(value->type(), value->number());
value             782 third_party/protobuf/src/google/protobuf/descriptor.cc   return InsertIfNotPresent(&enum_values_by_number_, key, value);
value             807 third_party/protobuf/src/google/protobuf/descriptor.cc string* DescriptorPool::Tables::AllocateString(const string& value) {
value             808 third_party/protobuf/src/google/protobuf/descriptor.cc   string* result = new string(value);
value            1583 third_party/protobuf/src/google/protobuf/descriptor.cc     value(i)->CopyTo(proto->add_value());
value            1920 third_party/protobuf/src/google/protobuf/descriptor.cc     value(i)->DebugString(depth, contents);
value            2398 third_party/protobuf/src/google/protobuf/descriptor.cc     void SetInt32(int number, int32 value, FieldDescriptor::Type type,
value            2400 third_party/protobuf/src/google/protobuf/descriptor.cc     void SetInt64(int number, int64 value, FieldDescriptor::Type type,
value            2402 third_party/protobuf/src/google/protobuf/descriptor.cc     void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
value            2404 third_party/protobuf/src/google/protobuf/descriptor.cc     void SetUInt64(int number, uint64 value, FieldDescriptor::Type type,
value            3598 third_party/protobuf/src/google/protobuf/descriptor.cc   BUILD_ARRAY(proto, result, value, BuildEnumValue, result);
value            3898 third_party/protobuf/src/google/protobuf/descriptor.cc         field->default_value_enum_ = field->enum_type()->value(0);
value            3955 third_party/protobuf/src/google/protobuf/descriptor.cc     CrossLinkEnumValue(&enum_type->values_[i], proto.value(i));
value            4132 third_party/protobuf/src/google/protobuf/descriptor.cc   VALIDATE_OPTIONS_FROM_ARRAY(enm, value, EnumValue);
value            4136 third_party/protobuf/src/google/protobuf/descriptor.cc       const EnumValueDescriptor* enum_value = enm->value(i);
value            4642 third_party/protobuf/src/google/protobuf/descriptor.cc       float value;
value            4644 third_party/protobuf/src/google/protobuf/descriptor.cc         value = uninterpreted_option_->double_value();
value            4646 third_party/protobuf/src/google/protobuf/descriptor.cc         value = uninterpreted_option_->positive_int_value();
value            4648 third_party/protobuf/src/google/protobuf/descriptor.cc         value = uninterpreted_option_->negative_int_value();
value            4654 third_party/protobuf/src/google/protobuf/descriptor.cc           google::protobuf::internal::WireFormatLite::EncodeFloat(value));
value            4659 third_party/protobuf/src/google/protobuf/descriptor.cc       double value;
value            4661 third_party/protobuf/src/google/protobuf/descriptor.cc         value = uninterpreted_option_->double_value();
value            4663 third_party/protobuf/src/google/protobuf/descriptor.cc         value = uninterpreted_option_->positive_int_value();
value            4665 third_party/protobuf/src/google/protobuf/descriptor.cc         value = uninterpreted_option_->negative_int_value();
value            4671 third_party/protobuf/src/google/protobuf/descriptor.cc           google::protobuf::internal::WireFormatLite::EncodeDouble(value));
value            4676 third_party/protobuf/src/google/protobuf/descriptor.cc       uint64 value;
value            4682 third_party/protobuf/src/google/protobuf/descriptor.cc         value = 1;
value            4684 third_party/protobuf/src/google/protobuf/descriptor.cc         value = 0;
value            4689 third_party/protobuf/src/google/protobuf/descriptor.cc       unknown_fields->AddVarint(option_field->number(), value);
value            4867 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::OptionInterpreter::SetInt32(int number, int32 value,
value            4872 third_party/protobuf/src/google/protobuf/descriptor.cc         static_cast<uint64>(static_cast<int64>(value)));
value            4876 third_party/protobuf/src/google/protobuf/descriptor.cc       unknown_fields->AddFixed32(number, static_cast<uint32>(value));
value            4881 third_party/protobuf/src/google/protobuf/descriptor.cc           google::protobuf::internal::WireFormatLite::ZigZagEncode32(value));
value            4890 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::OptionInterpreter::SetInt64(int number, int64 value,
value            4894 third_party/protobuf/src/google/protobuf/descriptor.cc       unknown_fields->AddVarint(number, static_cast<uint64>(value));
value            4898 third_party/protobuf/src/google/protobuf/descriptor.cc       unknown_fields->AddFixed64(number, static_cast<uint64>(value));
value            4903 third_party/protobuf/src/google/protobuf/descriptor.cc           google::protobuf::internal::WireFormatLite::ZigZagEncode64(value));
value            4912 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value,
value            4916 third_party/protobuf/src/google/protobuf/descriptor.cc       unknown_fields->AddVarint(number, static_cast<uint64>(value));
value            4920 third_party/protobuf/src/google/protobuf/descriptor.cc       unknown_fields->AddFixed32(number, static_cast<uint32>(value));
value            4929 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::OptionInterpreter::SetUInt64(int number, uint64 value,
value            4933 third_party/protobuf/src/google/protobuf/descriptor.cc       unknown_fields->AddVarint(number, value);
value            4937 third_party/protobuf/src/google/protobuf/descriptor.cc       unknown_fields->AddFixed64(number, value);
value             609 third_party/protobuf/src/google/protobuf/descriptor.h   const EnumValueDescriptor* value(int index) const;
value            1376 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(EnumDescriptor, value,
value            2369 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool FieldDescriptorProto_Type_IsValid(int value) {
value            2370 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   switch(value) {
value            2422 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool FieldDescriptorProto_Label_IsValid(int value) {
value            2423 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   switch(value) {
value            2616 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           int value;
value            2619 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                  input, &value)));
value            2620 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           if (::google::protobuf::FieldDescriptorProto_Label_IsValid(value)) {
value            2621 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             set_label(static_cast< ::google::protobuf::FieldDescriptorProto_Label >(value));
value            2623 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             mutable_unknown_fields()->AddVarint(4, value);
value            2637 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           int value;
value            2640 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                  input, &value)));
value            2641 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           if (::google::protobuf::FieldDescriptorProto_Type_IsValid(value)) {
value            2642 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             set_type(static_cast< ::google::protobuf::FieldDescriptorProto_Type >(value));
value            2644 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             mutable_unknown_fields()->AddVarint(5, value);
value            3176 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       2, this->value(i), output);
value            3207 third_party/protobuf/src/google/protobuf/descriptor.pb.cc         2, this->value(i), target);
value            3248 third_party/protobuf/src/google/protobuf/descriptor.pb.cc         this->value(i));
value            3303 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     if (!this->value(i).IsInitialized()) return false;
value            4353 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool FileOptions_OptimizeMode_IsValid(int value) {
value            4354 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   switch(value) {
value            4531 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           int value;
value            4534 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                  input, &value)));
value            4535 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           if (::google::protobuf::FileOptions_OptimizeMode_IsValid(value)) {
value            4536 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             set_optimize_for(static_cast< ::google::protobuf::FileOptions_OptimizeMode >(value));
value            4538 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             mutable_unknown_fields()->AddVarint(9, value);
value            5363 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool FieldOptions_CType_IsValid(int value) {
value            5364 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   switch(value) {
value            5479 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           int value;
value            5482 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                  input, &value)));
value            5483 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           if (::google::protobuf::FieldOptions_CType_IsValid(value)) {
value            5484 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             set_ctype(static_cast< ::google::protobuf::FieldOptions_CType >(value));
value            5486 third_party/protobuf/src/google/protobuf/descriptor.pb.cc             mutable_unknown_fields()->AddVarint(1, value);
value              79 third_party/protobuf/src/google/protobuf/descriptor.pb.h LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Type_IsValid(int value);
value              85 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& FieldDescriptorProto_Type_Name(FieldDescriptorProto_Type value) {
value              87 third_party/protobuf/src/google/protobuf/descriptor.pb.h     FieldDescriptorProto_Type_descriptor(), value);
value              90 third_party/protobuf/src/google/protobuf/descriptor.pb.h     const ::std::string& name, FieldDescriptorProto_Type* value) {
value              92 third_party/protobuf/src/google/protobuf/descriptor.pb.h     FieldDescriptorProto_Type_descriptor(), name, value);
value              99 third_party/protobuf/src/google/protobuf/descriptor.pb.h LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Label_IsValid(int value);
value             105 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& FieldDescriptorProto_Label_Name(FieldDescriptorProto_Label value) {
value             107 third_party/protobuf/src/google/protobuf/descriptor.pb.h     FieldDescriptorProto_Label_descriptor(), value);
value             110 third_party/protobuf/src/google/protobuf/descriptor.pb.h     const ::std::string& name, FieldDescriptorProto_Label* value) {
value             112 third_party/protobuf/src/google/protobuf/descriptor.pb.h     FieldDescriptorProto_Label_descriptor(), name, value);
value             119 third_party/protobuf/src/google/protobuf/descriptor.pb.h LIBPROTOBUF_EXPORT bool FileOptions_OptimizeMode_IsValid(int value);
value             125 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& FileOptions_OptimizeMode_Name(FileOptions_OptimizeMode value) {
value             127 third_party/protobuf/src/google/protobuf/descriptor.pb.h     FileOptions_OptimizeMode_descriptor(), value);
value             130 third_party/protobuf/src/google/protobuf/descriptor.pb.h     const ::std::string& name, FileOptions_OptimizeMode* value) {
value             132 third_party/protobuf/src/google/protobuf/descriptor.pb.h     FileOptions_OptimizeMode_descriptor(), name, value);
value             139 third_party/protobuf/src/google/protobuf/descriptor.pb.h LIBPROTOBUF_EXPORT bool FieldOptions_CType_IsValid(int value);
value             145 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& FieldOptions_CType_Name(FieldOptions_CType value) {
value             147 third_party/protobuf/src/google/protobuf/descriptor.pb.h     FieldOptions_CType_descriptor(), value);
value             150 third_party/protobuf/src/google/protobuf/descriptor.pb.h     const ::std::string& name, FieldOptions_CType* value) {
value             152 third_party/protobuf/src/google/protobuf/descriptor.pb.h     FieldOptions_CType_descriptor(), name, value);
value             300 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const ::std::string& value);
value             301 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value);
value             302 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value, size_t size);
value             312 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_package(const ::std::string& value);
value             313 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_package(const char* value);
value             314 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_package(const char* value, size_t size);
value             325 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_dependency(int index, const ::std::string& value);
value             326 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_dependency(int index, const char* value);
value             327 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_dependency(int index, const char* value, size_t size);
value             329 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void add_dependency(const ::std::string& value);
value             330 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void add_dependency(const char* value);
value             331 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void add_dependency(const char* value, size_t size);
value             340 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_public_dependency(int index, ::google::protobuf::int32 value);
value             341 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void add_public_dependency(::google::protobuf::int32 value);
value             352 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_weak_dependency(int index, ::google::protobuf::int32 value);
value             353 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void add_weak_dependency(::google::protobuf::int32 value);
value             521 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_start(::google::protobuf::int32 value);
value             528 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_end(::google::protobuf::int32 value);
value             615 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const ::std::string& value);
value             616 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value);
value             617 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value, size_t size);
value             791 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline bool Type_IsValid(int value) {
value             792 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldDescriptorProto_Type_IsValid(value);
value             804 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline const ::std::string& Type_Name(Type value) {
value             805 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldDescriptorProto_Type_Name(value);
value             808 third_party/protobuf/src/google/protobuf/descriptor.pb.h       Type* value) {
value             809 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldDescriptorProto_Type_Parse(name, value);
value             816 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline bool Label_IsValid(int value) {
value             817 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldDescriptorProto_Label_IsValid(value);
value             829 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline const ::std::string& Label_Name(Label value) {
value             830 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldDescriptorProto_Label_Name(value);
value             833 third_party/protobuf/src/google/protobuf/descriptor.pb.h       Label* value) {
value             834 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldDescriptorProto_Label_Parse(name, value);
value             844 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const ::std::string& value);
value             845 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value);
value             846 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value, size_t size);
value             856 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_number(::google::protobuf::int32 value);
value             863 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_label(::google::protobuf::FieldDescriptorProto_Label value);
value             870 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_type(::google::protobuf::FieldDescriptorProto_Type value);
value             877 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_type_name(const ::std::string& value);
value             878 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_type_name(const char* value);
value             879 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_type_name(const char* value, size_t size);
value             889 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_extendee(const ::std::string& value);
value             890 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_extendee(const char* value);
value             891 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_extendee(const char* value, size_t size);
value             901 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_default_value(const ::std::string& value);
value             902 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_default_value(const char* value);
value             903 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_default_value(const char* value, size_t size);
value            1018 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const ::std::string& value);
value            1019 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value);
value            1020 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value, size_t size);
value            1029 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::EnumValueDescriptorProto& value(int index) const;
value            1033 third_party/protobuf/src/google/protobuf/descriptor.pb.h       value() const;
value            1130 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const ::std::string& value);
value            1131 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value);
value            1132 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value, size_t size);
value            1142 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_number(::google::protobuf::int32 value);
value            1239 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const ::std::string& value);
value            1240 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value);
value            1241 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value, size_t size);
value            1351 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const ::std::string& value);
value            1352 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value);
value            1353 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name(const char* value, size_t size);
value            1363 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_input_type(const ::std::string& value);
value            1364 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_input_type(const char* value);
value            1365 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_input_type(const char* value, size_t size);
value            1375 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_output_type(const ::std::string& value);
value            1376 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_output_type(const char* value);
value            1377 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_output_type(const char* value, size_t size);
value            1477 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline bool OptimizeMode_IsValid(int value) {
value            1478 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FileOptions_OptimizeMode_IsValid(value);
value            1490 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline const ::std::string& OptimizeMode_Name(OptimizeMode value) {
value            1491 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FileOptions_OptimizeMode_Name(value);
value            1494 third_party/protobuf/src/google/protobuf/descriptor.pb.h       OptimizeMode* value) {
value            1495 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FileOptions_OptimizeMode_Parse(name, value);
value            1505 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_package(const ::std::string& value);
value            1506 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_package(const char* value);
value            1507 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_package(const char* value, size_t size);
value            1517 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_outer_classname(const ::std::string& value);
value            1518 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_outer_classname(const char* value);
value            1519 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_outer_classname(const char* value, size_t size);
value            1529 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_multiple_files(bool value);
value            1536 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_retain_unknown_fields(bool value);
value            1543 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_generate_equals_and_hash(bool value);
value            1550 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_optimize_for(::google::protobuf::FileOptions_OptimizeMode value);
value            1557 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_go_package(const ::std::string& value);
value            1558 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_go_package(const char* value);
value            1559 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_go_package(const char* value, size_t size);
value            1569 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_cc_generic_services(bool value);
value            1576 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_java_generic_services(bool value);
value            1583 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_py_generic_services(bool value);
value            1708 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_message_set_wire_format(bool value);
value            1715 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_no_standard_descriptor_accessor(bool value);
value            1813 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline bool CType_IsValid(int value) {
value            1814 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldOptions_CType_IsValid(value);
value            1826 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline const ::std::string& CType_Name(CType value) {
value            1827 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldOptions_CType_Name(value);
value            1830 third_party/protobuf/src/google/protobuf/descriptor.pb.h       CType* value) {
value            1831 third_party/protobuf/src/google/protobuf/descriptor.pb.h     return FieldOptions_CType_Parse(name, value);
value            1841 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_ctype(::google::protobuf::FieldOptions_CType value);
value            1848 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_packed(bool value);
value            1855 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_lazy(bool value);
value            1862 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_deprecated(bool value);
value            1869 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_experimental_map_key(const ::std::string& value);
value            1870 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_experimental_map_key(const char* value);
value            1871 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_experimental_map_key(const char* value, size_t size);
value            1881 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_weak(bool value);
value            1994 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_allow_alias(bool value);
value            2356 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name_part(const ::std::string& value);
value            2357 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name_part(const char* value);
value            2358 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_name_part(const char* value, size_t size);
value            2368 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_is_extension(bool value);
value            2467 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_identifier_value(const ::std::string& value);
value            2468 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_identifier_value(const char* value);
value            2469 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_identifier_value(const char* value, size_t size);
value            2479 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_positive_int_value(::google::protobuf::uint64 value);
value            2486 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_negative_int_value(::google::protobuf::int64 value);
value            2493 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_double_value(double value);
value            2500 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_string_value(const ::std::string& value);
value            2501 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_string_value(const char* value);
value            2502 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_string_value(const void* value, size_t size);
value            2512 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_aggregate_value(const ::std::string& value);
value            2513 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_aggregate_value(const char* value);
value            2514 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_aggregate_value(const char* value, size_t size);
value            2615 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_path(int index, ::google::protobuf::int32 value);
value            2616 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void add_path(::google::protobuf::int32 value);
value            2627 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_span(int index, ::google::protobuf::int32 value);
value            2628 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void add_span(::google::protobuf::int32 value);
value            2639 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_leading_comments(const ::std::string& value);
value            2640 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_leading_comments(const char* value);
value            2641 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_leading_comments(const char* value, size_t size);
value            2651 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_trailing_comments(const ::std::string& value);
value            2652 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_trailing_comments(const char* value);
value            2653 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline void set_trailing_comments(const char* value, size_t size);
value            2826 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_name(const ::std::string& value) {
value            2831 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            2833 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_name(const char* value) {
value            2838 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            2840 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_name(const char* value, size_t size) {
value            2845 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(reinterpret_cast<const char*>(value), size);
value            2896 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_package(const ::std::string& value) {
value            2901 third_party/protobuf/src/google/protobuf/descriptor.pb.h   package_->assign(value);
value            2903 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_package(const char* value) {
value            2908 third_party/protobuf/src/google/protobuf/descriptor.pb.h   package_->assign(value);
value            2910 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_package(const char* value, size_t size) {
value            2915 third_party/protobuf/src/google/protobuf/descriptor.pb.h   package_->assign(reinterpret_cast<const char*>(value), size);
value            2960 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_dependency(int index, const ::std::string& value) {
value            2961 third_party/protobuf/src/google/protobuf/descriptor.pb.h   dependency_.Mutable(index)->assign(value);
value            2963 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_dependency(int index, const char* value) {
value            2964 third_party/protobuf/src/google/protobuf/descriptor.pb.h   dependency_.Mutable(index)->assign(value);
value            2966 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_dependency(int index, const char* value, size_t size) {
value            2968 third_party/protobuf/src/google/protobuf/descriptor.pb.h     reinterpret_cast<const char*>(value), size);
value            2973 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_dependency(const ::std::string& value) {
value            2974 third_party/protobuf/src/google/protobuf/descriptor.pb.h   dependency_.Add()->assign(value);
value            2976 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_dependency(const char* value) {
value            2977 third_party/protobuf/src/google/protobuf/descriptor.pb.h   dependency_.Add()->assign(value);
value            2979 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_dependency(const char* value, size_t size) {
value            2980 third_party/protobuf/src/google/protobuf/descriptor.pb.h   dependency_.Add()->assign(reinterpret_cast<const char*>(value), size);
value            3001 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_public_dependency(int index, ::google::protobuf::int32 value) {
value            3002 third_party/protobuf/src/google/protobuf/descriptor.pb.h   public_dependency_.Set(index, value);
value            3004 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_public_dependency(::google::protobuf::int32 value) {
value            3005 third_party/protobuf/src/google/protobuf/descriptor.pb.h   public_dependency_.Add(value);
value            3026 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_weak_dependency(int index, ::google::protobuf::int32 value) {
value            3027 third_party/protobuf/src/google/protobuf/descriptor.pb.h   weak_dependency_.Set(index, value);
value            3029 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_weak_dependency(::google::protobuf::int32 value) {
value            3030 third_party/protobuf/src/google/protobuf/descriptor.pb.h   weak_dependency_.Add(value);
value            3238 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto_ExtensionRange::set_start(::google::protobuf::int32 value) {
value            3240 third_party/protobuf/src/google/protobuf/descriptor.pb.h   start_ = value;
value            3260 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto_ExtensionRange::set_end(::google::protobuf::int32 value) {
value            3262 third_party/protobuf/src/google/protobuf/descriptor.pb.h   end_ = value;
value            3288 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_name(const ::std::string& value) {
value            3293 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            3295 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_name(const char* value) {
value            3300 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            3302 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_name(const char* value, size_t size) {
value            3307 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(reinterpret_cast<const char*>(value), size);
value            3525 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_name(const ::std::string& value) {
value            3530 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            3532 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_name(const char* value) {
value            3537 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            3539 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_name(const char* value, size_t size) {
value            3544 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(reinterpret_cast<const char*>(value), size);
value            3593 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_number(::google::protobuf::int32 value) {
value            3595 third_party/protobuf/src/google/protobuf/descriptor.pb.h   number_ = value;
value            3615 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_label(::google::protobuf::FieldDescriptorProto_Label value) {
value            3616 third_party/protobuf/src/google/protobuf/descriptor.pb.h   assert(::google::protobuf::FieldDescriptorProto_Label_IsValid(value));
value            3618 third_party/protobuf/src/google/protobuf/descriptor.pb.h   label_ = value;
value            3638 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) {
value            3639 third_party/protobuf/src/google/protobuf/descriptor.pb.h   assert(::google::protobuf::FieldDescriptorProto_Type_IsValid(value));
value            3641 third_party/protobuf/src/google/protobuf/descriptor.pb.h   type_ = value;
value            3663 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_type_name(const ::std::string& value) {
value            3668 third_party/protobuf/src/google/protobuf/descriptor.pb.h   type_name_->assign(value);
value            3670 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_type_name(const char* value) {
value            3675 third_party/protobuf/src/google/protobuf/descriptor.pb.h   type_name_->assign(value);
value            3677 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_type_name(const char* value, size_t size) {
value            3682 third_party/protobuf/src/google/protobuf/descriptor.pb.h   type_name_->assign(reinterpret_cast<const char*>(value), size);
value            3733 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_extendee(const ::std::string& value) {
value            3738 third_party/protobuf/src/google/protobuf/descriptor.pb.h   extendee_->assign(value);
value            3740 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_extendee(const char* value) {
value            3745 third_party/protobuf/src/google/protobuf/descriptor.pb.h   extendee_->assign(value);
value            3747 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_extendee(const char* value, size_t size) {
value            3752 third_party/protobuf/src/google/protobuf/descriptor.pb.h   extendee_->assign(reinterpret_cast<const char*>(value), size);
value            3803 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_default_value(const ::std::string& value) {
value            3808 third_party/protobuf/src/google/protobuf/descriptor.pb.h   default_value_->assign(value);
value            3810 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_default_value(const char* value) {
value            3815 third_party/protobuf/src/google/protobuf/descriptor.pb.h   default_value_->assign(value);
value            3817 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldDescriptorProto::set_default_value(const char* value, size_t size) {
value            3822 third_party/protobuf/src/google/protobuf/descriptor.pb.h   default_value_->assign(reinterpret_cast<const char*>(value), size);
value            3915 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_name(const ::std::string& value) {
value            3920 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            3922 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_name(const char* value) {
value            3927 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            3929 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_name(const char* value, size_t size) {
value            3934 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(reinterpret_cast<const char*>(value), size);
value            3973 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumValueDescriptorProto& EnumDescriptorProto::value(int index) const {
value            3983 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumDescriptorProto::value() const {
value            4052 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumValueDescriptorProto::set_name(const ::std::string& value) {
value            4057 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            4059 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumValueDescriptorProto::set_name(const char* value) {
value            4064 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            4066 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumValueDescriptorProto::set_name(const char* value, size_t size) {
value            4071 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(reinterpret_cast<const char*>(value), size);
value            4120 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumValueDescriptorProto::set_number(::google::protobuf::int32 value) {
value            4122 third_party/protobuf/src/google/protobuf/descriptor.pb.h   number_ = value;
value            4186 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void ServiceDescriptorProto::set_name(const ::std::string& value) {
value            4191 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            4193 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void ServiceDescriptorProto::set_name(const char* value) {
value            4198 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            4200 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void ServiceDescriptorProto::set_name(const char* value, size_t size) {
value            4205 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(reinterpret_cast<const char*>(value), size);
value            4323 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_name(const ::std::string& value) {
value            4328 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            4330 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_name(const char* value) {
value            4335 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(value);
value            4337 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_name(const char* value, size_t size) {
value            4342 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_->assign(reinterpret_cast<const char*>(value), size);
value            4393 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_input_type(const ::std::string& value) {
value            4398 third_party/protobuf/src/google/protobuf/descriptor.pb.h   input_type_->assign(value);
value            4400 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_input_type(const char* value) {
value            4405 third_party/protobuf/src/google/protobuf/descriptor.pb.h   input_type_->assign(value);
value            4407 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_input_type(const char* value, size_t size) {
value            4412 third_party/protobuf/src/google/protobuf/descriptor.pb.h   input_type_->assign(reinterpret_cast<const char*>(value), size);
value            4463 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_output_type(const ::std::string& value) {
value            4468 third_party/protobuf/src/google/protobuf/descriptor.pb.h   output_type_->assign(value);
value            4470 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_output_type(const char* value) {
value            4475 third_party/protobuf/src/google/protobuf/descriptor.pb.h   output_type_->assign(value);
value            4477 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MethodDescriptorProto::set_output_type(const char* value, size_t size) {
value            4482 third_party/protobuf/src/google/protobuf/descriptor.pb.h   output_type_->assign(reinterpret_cast<const char*>(value), size);
value            4575 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_package(const ::std::string& value) {
value            4580 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_package_->assign(value);
value            4582 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_package(const char* value) {
value            4587 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_package_->assign(value);
value            4589 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_package(const char* value, size_t size) {
value            4594 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_package_->assign(reinterpret_cast<const char*>(value), size);
value            4645 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_outer_classname(const ::std::string& value) {
value            4650 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_outer_classname_->assign(value);
value            4652 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_outer_classname(const char* value) {
value            4657 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_outer_classname_->assign(value);
value            4659 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_outer_classname(const char* value, size_t size) {
value            4664 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_outer_classname_->assign(reinterpret_cast<const char*>(value), size);
value            4713 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_multiple_files(bool value) {
value            4715 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_multiple_files_ = value;
value            4735 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_retain_unknown_fields(bool value) {
value            4737 third_party/protobuf/src/google/protobuf/descriptor.pb.h   retain_unknown_fields_ = value;
value            4757 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_generate_equals_and_hash(bool value) {
value            4759 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_generate_equals_and_hash_ = value;
value            4779 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_optimize_for(::google::protobuf::FileOptions_OptimizeMode value) {
value            4780 third_party/protobuf/src/google/protobuf/descriptor.pb.h   assert(::google::protobuf::FileOptions_OptimizeMode_IsValid(value));
value            4782 third_party/protobuf/src/google/protobuf/descriptor.pb.h   optimize_for_ = value;
value            4804 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_go_package(const ::std::string& value) {
value            4809 third_party/protobuf/src/google/protobuf/descriptor.pb.h   go_package_->assign(value);
value            4811 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_go_package(const char* value) {
value            4816 third_party/protobuf/src/google/protobuf/descriptor.pb.h   go_package_->assign(value);
value            4818 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_go_package(const char* value, size_t size) {
value            4823 third_party/protobuf/src/google/protobuf/descriptor.pb.h   go_package_->assign(reinterpret_cast<const char*>(value), size);
value            4872 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_cc_generic_services(bool value) {
value            4874 third_party/protobuf/src/google/protobuf/descriptor.pb.h   cc_generic_services_ = value;
value            4894 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_java_generic_services(bool value) {
value            4896 third_party/protobuf/src/google/protobuf/descriptor.pb.h   java_generic_services_ = value;
value            4916 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileOptions::set_py_generic_services(bool value) {
value            4918 third_party/protobuf/src/google/protobuf/descriptor.pb.h   py_generic_services_ = value;
value            4967 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MessageOptions::set_message_set_wire_format(bool value) {
value            4969 third_party/protobuf/src/google/protobuf/descriptor.pb.h   message_set_wire_format_ = value;
value            4989 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void MessageOptions::set_no_standard_descriptor_accessor(bool value) {
value            4991 third_party/protobuf/src/google/protobuf/descriptor.pb.h   no_standard_descriptor_accessor_ = value;
value            5040 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldOptions::set_ctype(::google::protobuf::FieldOptions_CType value) {
value            5041 third_party/protobuf/src/google/protobuf/descriptor.pb.h   assert(::google::protobuf::FieldOptions_CType_IsValid(value));
value            5043 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ctype_ = value;
value            5063 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldOptions::set_packed(bool value) {
value            5065 third_party/protobuf/src/google/protobuf/descriptor.pb.h   packed_ = value;
value            5085 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldOptions::set_lazy(bool value) {
value            5087 third_party/protobuf/src/google/protobuf/descriptor.pb.h   lazy_ = value;
value            5107 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldOptions::set_deprecated(bool value) {
value            5109 third_party/protobuf/src/google/protobuf/descriptor.pb.h   deprecated_ = value;
value            5131 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldOptions::set_experimental_map_key(const ::std::string& value) {
value            5136 third_party/protobuf/src/google/protobuf/descriptor.pb.h   experimental_map_key_->assign(value);
value            5138 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldOptions::set_experimental_map_key(const char* value) {
value            5143 third_party/protobuf/src/google/protobuf/descriptor.pb.h   experimental_map_key_->assign(value);
value            5145 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldOptions::set_experimental_map_key(const char* value, size_t size) {
value            5150 third_party/protobuf/src/google/protobuf/descriptor.pb.h   experimental_map_key_->assign(reinterpret_cast<const char*>(value), size);
value            5199 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FieldOptions::set_weak(bool value) {
value            5201 third_party/protobuf/src/google/protobuf/descriptor.pb.h   weak_ = value;
value            5250 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumOptions::set_allow_alias(bool value) {
value            5252 third_party/protobuf/src/google/protobuf/descriptor.pb.h   allow_alias_ = value;
value            5390 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption_NamePart::set_name_part(const ::std::string& value) {
value            5395 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_part_->assign(value);
value            5397 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption_NamePart::set_name_part(const char* value) {
value            5402 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_part_->assign(value);
value            5404 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption_NamePart::set_name_part(const char* value, size_t size) {
value            5409 third_party/protobuf/src/google/protobuf/descriptor.pb.h   name_part_->assign(reinterpret_cast<const char*>(value), size);
value            5458 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption_NamePart::set_is_extension(bool value) {
value            5460 third_party/protobuf/src/google/protobuf/descriptor.pb.h   is_extension_ = value;
value            5511 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_identifier_value(const ::std::string& value) {
value            5516 third_party/protobuf/src/google/protobuf/descriptor.pb.h   identifier_value_->assign(value);
value            5518 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_identifier_value(const char* value) {
value            5523 third_party/protobuf/src/google/protobuf/descriptor.pb.h   identifier_value_->assign(value);
value            5525 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_identifier_value(const char* value, size_t size) {
value            5530 third_party/protobuf/src/google/protobuf/descriptor.pb.h   identifier_value_->assign(reinterpret_cast<const char*>(value), size);
value            5579 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_positive_int_value(::google::protobuf::uint64 value) {
value            5581 third_party/protobuf/src/google/protobuf/descriptor.pb.h   positive_int_value_ = value;
value            5601 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_negative_int_value(::google::protobuf::int64 value) {
value            5603 third_party/protobuf/src/google/protobuf/descriptor.pb.h   negative_int_value_ = value;
value            5623 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_double_value(double value) {
value            5625 third_party/protobuf/src/google/protobuf/descriptor.pb.h   double_value_ = value;
value            5647 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_string_value(const ::std::string& value) {
value            5652 third_party/protobuf/src/google/protobuf/descriptor.pb.h   string_value_->assign(value);
value            5654 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_string_value(const char* value) {
value            5659 third_party/protobuf/src/google/protobuf/descriptor.pb.h   string_value_->assign(value);
value            5661 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_string_value(const void* value, size_t size) {
value            5666 third_party/protobuf/src/google/protobuf/descriptor.pb.h   string_value_->assign(reinterpret_cast<const char*>(value), size);
value            5717 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_aggregate_value(const ::std::string& value) {
value            5722 third_party/protobuf/src/google/protobuf/descriptor.pb.h   aggregate_value_->assign(value);
value            5724 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_aggregate_value(const char* value) {
value            5729 third_party/protobuf/src/google/protobuf/descriptor.pb.h   aggregate_value_->assign(value);
value            5731 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void UninterpretedOption::set_aggregate_value(const char* value, size_t size) {
value            5736 third_party/protobuf/src/google/protobuf/descriptor.pb.h   aggregate_value_->assign(reinterpret_cast<const char*>(value), size);
value            5782 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::set_path(int index, ::google::protobuf::int32 value) {
value            5783 third_party/protobuf/src/google/protobuf/descriptor.pb.h   path_.Set(index, value);
value            5785 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::add_path(::google::protobuf::int32 value) {
value            5786 third_party/protobuf/src/google/protobuf/descriptor.pb.h   path_.Add(value);
value            5807 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::set_span(int index, ::google::protobuf::int32 value) {
value            5808 third_party/protobuf/src/google/protobuf/descriptor.pb.h   span_.Set(index, value);
value            5810 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::add_span(::google::protobuf::int32 value) {
value            5811 third_party/protobuf/src/google/protobuf/descriptor.pb.h   span_.Add(value);
value            5841 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::set_leading_comments(const ::std::string& value) {
value            5846 third_party/protobuf/src/google/protobuf/descriptor.pb.h   leading_comments_->assign(value);
value            5848 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::set_leading_comments(const char* value) {
value            5853 third_party/protobuf/src/google/protobuf/descriptor.pb.h   leading_comments_->assign(value);
value            5855 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::set_leading_comments(const char* value, size_t size) {
value            5860 third_party/protobuf/src/google/protobuf/descriptor.pb.h   leading_comments_->assign(reinterpret_cast<const char*>(value), size);
value            5911 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::set_trailing_comments(const ::std::string& value) {
value            5916 third_party/protobuf/src/google/protobuf/descriptor.pb.h   trailing_comments_->assign(value);
value            5918 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::set_trailing_comments(const char* value) {
value            5923 third_party/protobuf/src/google/protobuf/descriptor.pb.h   trailing_comments_->assign(value);
value            5925 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void SourceCodeInfo_Location::set_trailing_comments(const char* value, size_t size) {
value            5930 third_party/protobuf/src/google/protobuf/descriptor.pb.h   trailing_comments_->assign(reinterpret_cast<const char*>(value), size);
value              55 third_party/protobuf/src/google/protobuf/descriptor_database.cc     Value value) {
value              56 third_party/protobuf/src/google/protobuf/descriptor_database.cc   if (!InsertIfNotPresent(&by_name_, file.name(), value)) {
value              68 third_party/protobuf/src/google/protobuf/descriptor_database.cc     if (!AddSymbol(path + file.message_type(i).name(), value)) return false;
value              69 third_party/protobuf/src/google/protobuf/descriptor_database.cc     if (!AddNestedExtensions(file.message_type(i), value)) return false;
value              72 third_party/protobuf/src/google/protobuf/descriptor_database.cc     if (!AddSymbol(path + file.enum_type(i).name(), value)) return false;
value              75 third_party/protobuf/src/google/protobuf/descriptor_database.cc     if (!AddSymbol(path + file.extension(i).name(), value)) return false;
value              76 third_party/protobuf/src/google/protobuf/descriptor_database.cc     if (!AddExtension(file.extension(i), value)) return false;
value              79 third_party/protobuf/src/google/protobuf/descriptor_database.cc     if (!AddSymbol(path + file.service(i).name(), value)) return false;
value              87 third_party/protobuf/src/google/protobuf/descriptor_database.cc     const string& name, Value value) {
value             104 third_party/protobuf/src/google/protobuf/descriptor_database.cc     by_symbol_.insert(typename map<string, Value>::value_type(name, value));
value             131 third_party/protobuf/src/google/protobuf/descriptor_database.cc   by_symbol_.insert(iter, typename map<string, Value>::value_type(name, value));
value             139 third_party/protobuf/src/google/protobuf/descriptor_database.cc     Value value) {
value             141 third_party/protobuf/src/google/protobuf/descriptor_database.cc     if (!AddNestedExtensions(message_type.nested_type(i), value)) return false;
value             144 third_party/protobuf/src/google/protobuf/descriptor_database.cc     if (!AddExtension(message_type.extension(i), value)) return false;
value             152 third_party/protobuf/src/google/protobuf/descriptor_database.cc     Value value) {
value             159 third_party/protobuf/src/google/protobuf/descriptor_database.cc                             value)) {
value             166 third_party/protobuf/src/google/protobuf/descriptor_database.h                  Value value);
value             167 third_party/protobuf/src/google/protobuf/descriptor_database.h     bool AddSymbol(const string& name, Value value);
value             169 third_party/protobuf/src/google/protobuf/descriptor_database.h                              Value value);
value             171 third_party/protobuf/src/google/protobuf/descriptor_database.h                       Value value);
value             230 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     foo_enum_value_ = foo_enum_->value(0);
value             241 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     bar_enum_value_ = bar_enum_->value(0);
value             882 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     foo_ = enum_->value(0);
value             883 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     bar_ = enum_->value(1);
value             889 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     foo2_ = enum2_->value(0);
value             890 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     baz2_ = enum2_->value(1);
value             925 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(foo_, enum_->value(0));
value             926 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(bar_, enum_->value(1));
value            1215 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     a_ = baz_->value(0);
value            1217 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     b_ = qux_->value(0);
value            1231 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     a2_ = qux2_->value(0);
value            1233 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     c2_ = quux2_->value(0);
value            1713 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const EnumValueDescriptor* enum_value_a = enum_type->value(0);
value            1714 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const EnumValueDescriptor* enum_value_b = enum_type->value(1);
value            2153 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc             enm->value(1)->options().GetExtension(
value            3819 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc static string EmbedAggregateValue(const char* value) {
value            3830 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc       value);
value             251 third_party/protobuf/src/google/protobuf/extension_set.cc                                   LOWERCASE value,                             \
value             262 third_party/protobuf/src/google/protobuf/extension_set.cc   extension->LOWERCASE##_value = value;                                        \
value             273 third_party/protobuf/src/google/protobuf/extension_set.cc     int number, int index, LOWERCASE value) {                                  \
value             277 third_party/protobuf/src/google/protobuf/extension_set.cc   iter->second.repeated_##LOWERCASE##_value->Set(index, value);                \
value             281 third_party/protobuf/src/google/protobuf/extension_set.cc                                   bool packed, LOWERCASE value,                \
value             294 third_party/protobuf/src/google/protobuf/extension_set.cc   extension->repeated_##LOWERCASE##_value->Add(value);                         \
value             329 third_party/protobuf/src/google/protobuf/extension_set.cc void ExtensionSet::SetEnum(int number, FieldType type, int value,
value             340 third_party/protobuf/src/google/protobuf/extension_set.cc   extension->enum_value = value;
value             350 third_party/protobuf/src/google/protobuf/extension_set.cc void ExtensionSet::SetRepeatedEnum(int number, int index, int value) {
value             354 third_party/protobuf/src/google/protobuf/extension_set.cc   iter->second.repeated_enum_value->Set(index, value);
value             358 third_party/protobuf/src/google/protobuf/extension_set.cc                            bool packed, int value,
value             371 third_party/protobuf/src/google/protobuf/extension_set.cc   extension->repeated_enum_value->Add(value);
value             901 third_party/protobuf/src/google/protobuf/extension_set.cc           CPP_LOWERCASE value;                                                 \
value             904 third_party/protobuf/src/google/protobuf/extension_set.cc                 input, &value)) return false;                                  \
value             906 third_party/protobuf/src/google/protobuf/extension_set.cc                              true, value, extension.descriptor);               \
value             927 third_party/protobuf/src/google/protobuf/extension_set.cc           int value;
value             929 third_party/protobuf/src/google/protobuf/extension_set.cc                   input, &value)) return false;
value             931 third_party/protobuf/src/google/protobuf/extension_set.cc                   extension.enum_validity_check.arg, value)) {
value             932 third_party/protobuf/src/google/protobuf/extension_set.cc             AddEnum(number, WireFormatLite::TYPE_ENUM, true, value,
value             951 third_party/protobuf/src/google/protobuf/extension_set.cc         CPP_LOWERCASE value;                                                   \
value             954 third_party/protobuf/src/google/protobuf/extension_set.cc                input, &value)) return false;                                   \
value             957 third_party/protobuf/src/google/protobuf/extension_set.cc                              false, value, extension.descriptor);              \
value             959 third_party/protobuf/src/google/protobuf/extension_set.cc           Set##CPP_CAMELCASE(number, WireFormatLite::TYPE_##UPPERCASE, value,  \
value             980 third_party/protobuf/src/google/protobuf/extension_set.cc         int value;
value             982 third_party/protobuf/src/google/protobuf/extension_set.cc                 input, &value)) return false;
value             985 third_party/protobuf/src/google/protobuf/extension_set.cc                 extension.enum_validity_check.arg, value)) {
value             987 third_party/protobuf/src/google/protobuf/extension_set.cc           field_skipper->SkipUnknownEnum(number, value);
value             989 third_party/protobuf/src/google/protobuf/extension_set.cc           AddEnum(number, WireFormatLite::TYPE_ENUM, false, value,
value             992 third_party/protobuf/src/google/protobuf/extension_set.cc           SetEnum(number, WireFormatLite::TYPE_ENUM, value,
value             999 third_party/protobuf/src/google/protobuf/extension_set.cc         string* value = extension.is_repeated ?
value            1003 third_party/protobuf/src/google/protobuf/extension_set.cc         if (!WireFormatLite::ReadString(input, value)) return false;
value            1008 third_party/protobuf/src/google/protobuf/extension_set.cc         string* value = extension.is_repeated ?
value            1012 third_party/protobuf/src/google/protobuf/extension_set.cc         if (!WireFormatLite::ReadBytes(input, value)) return false;
value            1017 third_party/protobuf/src/google/protobuf/extension_set.cc         MessageLite* value = extension.is_repeated ?
value            1022 third_party/protobuf/src/google/protobuf/extension_set.cc         if (!WireFormatLite::ReadGroup(number, input, value)) return false;
value            1027 third_party/protobuf/src/google/protobuf/extension_set.cc         MessageLite* value = extension.is_repeated ?
value            1032 third_party/protobuf/src/google/protobuf/extension_set.cc         if (!WireFormatLite::ReadMessage(input, value)) return false;
value             241 third_party/protobuf/src/google/protobuf/extension_set.h   void SetInt32 (int number, FieldType type, int32  value, desc);
value             242 third_party/protobuf/src/google/protobuf/extension_set.h   void SetInt64 (int number, FieldType type, int64  value, desc);
value             243 third_party/protobuf/src/google/protobuf/extension_set.h   void SetUInt32(int number, FieldType type, uint32 value, desc);
value             244 third_party/protobuf/src/google/protobuf/extension_set.h   void SetUInt64(int number, FieldType type, uint64 value, desc);
value             245 third_party/protobuf/src/google/protobuf/extension_set.h   void SetFloat (int number, FieldType type, float  value, desc);
value             246 third_party/protobuf/src/google/protobuf/extension_set.h   void SetDouble(int number, FieldType type, double value, desc);
value             247 third_party/protobuf/src/google/protobuf/extension_set.h   void SetBool  (int number, FieldType type, bool   value, desc);
value             248 third_party/protobuf/src/google/protobuf/extension_set.h   void SetEnum  (int number, FieldType type, int    value, desc);
value             249 third_party/protobuf/src/google/protobuf/extension_set.h   void SetString(int number, FieldType type, const string& value, desc);
value             281 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedInt32 (int number, int index, int32  value);
value             282 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedInt64 (int number, int index, int64  value);
value             283 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedUInt32(int number, int index, uint32 value);
value             284 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedUInt64(int number, int index, uint64 value);
value             285 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedFloat (int number, int index, float  value);
value             286 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedDouble(int number, int index, double value);
value             287 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedBool  (int number, int index, bool   value);
value             288 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedEnum  (int number, int index, int    value);
value             289 third_party/protobuf/src/google/protobuf/extension_set.h   void SetRepeatedString(int number, int index, const string& value);
value             294 third_party/protobuf/src/google/protobuf/extension_set.h   void AddInt32 (int number, FieldType type, bool packed, int32  value, desc);
value             295 third_party/protobuf/src/google/protobuf/extension_set.h   void AddInt64 (int number, FieldType type, bool packed, int64  value, desc);
value             296 third_party/protobuf/src/google/protobuf/extension_set.h   void AddUInt32(int number, FieldType type, bool packed, uint32 value, desc);
value             297 third_party/protobuf/src/google/protobuf/extension_set.h   void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
value             298 third_party/protobuf/src/google/protobuf/extension_set.h   void AddFloat (int number, FieldType type, bool packed, float  value, desc);
value             299 third_party/protobuf/src/google/protobuf/extension_set.h   void AddDouble(int number, FieldType type, bool packed, double value, desc);
value             300 third_party/protobuf/src/google/protobuf/extension_set.h   void AddBool  (int number, FieldType type, bool packed, bool   value, desc);
value             301 third_party/protobuf/src/google/protobuf/extension_set.h   void AddEnum  (int number, FieldType type, bool packed, int    value, desc);
value             302 third_party/protobuf/src/google/protobuf/extension_set.h   void AddString(int number, FieldType type, const string& value, desc);
value             563 third_party/protobuf/src/google/protobuf/extension_set.h                                     const string& value,
value             565 third_party/protobuf/src/google/protobuf/extension_set.h   MutableString(number, type, descriptor)->assign(value);
value             568 third_party/protobuf/src/google/protobuf/extension_set.h                                             const string& value) {
value             569 third_party/protobuf/src/google/protobuf/extension_set.h   MutableRepeatedString(number, index)->assign(value);
value             572 third_party/protobuf/src/google/protobuf/extension_set.h                                     const string& value,
value             574 third_party/protobuf/src/google/protobuf/extension_set.h   AddString(number, type, descriptor)->assign(value);
value             634 third_party/protobuf/src/google/protobuf/extension_set.h                          ConstType value, ExtensionSet* set);
value             643 third_party/protobuf/src/google/protobuf/extension_set.h   static inline void Set(int number, int index, Type value, ExtensionSet* set);
value             645 third_party/protobuf/src/google/protobuf/extension_set.h                          bool is_packed, Type value, ExtensionSet* set);
value             654 third_party/protobuf/src/google/protobuf/extension_set.h     int number, FieldType field_type, TYPE value, ExtensionSet* set) {     \
value             655 third_party/protobuf/src/google/protobuf/extension_set.h   set->Set##METHOD(number, field_type, value, NULL);                       \
value             663 third_party/protobuf/src/google/protobuf/extension_set.h     int number, int index, TYPE value, ExtensionSet* set) {                \
value             664 third_party/protobuf/src/google/protobuf/extension_set.h   set->SetRepeated##METHOD(number, index, value);                          \
value             668 third_party/protobuf/src/google/protobuf/extension_set.h     TYPE value, ExtensionSet* set) {                                       \
value             669 third_party/protobuf/src/google/protobuf/extension_set.h   set->Add##METHOD(number, field_type, is_packed, value, NULL);            \
value             696 third_party/protobuf/src/google/protobuf/extension_set.h                          const string& value, ExtensionSet* set) {
value             697 third_party/protobuf/src/google/protobuf/extension_set.h     set->SetString(number, field_type, value, NULL);
value             715 third_party/protobuf/src/google/protobuf/extension_set.h                          const string& value, ExtensionSet* set) {
value             716 third_party/protobuf/src/google/protobuf/extension_set.h     set->SetRepeatedString(number, index, value);
value             722 third_party/protobuf/src/google/protobuf/extension_set.h                          bool /*is_packed*/, const string& value,
value             724 third_party/protobuf/src/google/protobuf/extension_set.h     set->AddString(number, field_type, value, NULL);
value             747 third_party/protobuf/src/google/protobuf/extension_set.h                          ConstType value, ExtensionSet* set) {
value             748 third_party/protobuf/src/google/protobuf/extension_set.h     GOOGLE_DCHECK(IsValid(value));
value             749 third_party/protobuf/src/google/protobuf/extension_set.h     set->SetEnum(number, field_type, value, NULL);
value             762 third_party/protobuf/src/google/protobuf/extension_set.h                          ConstType value, ExtensionSet* set) {
value             763 third_party/protobuf/src/google/protobuf/extension_set.h     GOOGLE_DCHECK(IsValid(value));
value             764 third_party/protobuf/src/google/protobuf/extension_set.h     set->SetRepeatedEnum(number, index, value);
value             767 third_party/protobuf/src/google/protobuf/extension_set.h                          bool is_packed, ConstType value, ExtensionSet* set) {
value             768 third_party/protobuf/src/google/protobuf/extension_set.h     GOOGLE_DCHECK(IsValid(value));
value             769 third_party/protobuf/src/google/protobuf/extension_set.h     set->AddEnum(number, field_type, is_packed, value, NULL);
value             930 third_party/protobuf/src/google/protobuf/extension_set.h       typename _proto_TypeTraits::ConstType value) {                          \
value             931 third_party/protobuf/src/google/protobuf/extension_set.h     _proto_TypeTraits::Set(id.number(), _field_type, value, &_extensions_);   \
value             940 third_party/protobuf/src/google/protobuf/extension_set.h       typename _proto_TypeTraits::MutableType value) {                        \
value             942 third_party/protobuf/src/google/protobuf/extension_set.h                                     value, &_extensions_);                    \
value             981 third_party/protobuf/src/google/protobuf/extension_set.h       int index, typename _proto_TypeTraits::ConstType value) {               \
value             982 third_party/protobuf/src/google/protobuf/extension_set.h     _proto_TypeTraits::Set(id.number(), index, value, &_extensions_);         \
value            1000 third_party/protobuf/src/google/protobuf/extension_set.h       typename _proto_TypeTraits::ConstType value) {                          \
value            1002 third_party/protobuf/src/google/protobuf/extension_set.h                            value, &_extensions_);                             \
value             416 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc #define TEST_SCALAR_EXTENSIONS_SPACE_USED(type, value)                        \
value             420 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     message.SetExtension(unittest::optional_##type##_extension, value);       \
value             482 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc #define TEST_REPEATED_EXTENSIONS_SPACE_USED(type, cpptype, value)              \
value             487 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     message.AddExtension(unittest::repeated_##type##_extension, value);        \
value             491 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     message.AddExtension(unittest::repeated_##type##_extension, value);        \
value             492 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     message.AddExtension(unittest::repeated_##type##_extension, value);        \
value             496 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc       message.AddExtension(unittest::repeated_##type##_extension, value);      \
value             524 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     const string value(256, 'x');
value             529 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc       message.AddExtension(unittest::repeated_string_extension, value);
value             531 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     min_expected_size += (sizeof(value) + value.size()) *
value              64 third_party/protobuf/src/google/protobuf/generated_enum_reflection.h                     int* value);
value              69 third_party/protobuf/src/google/protobuf/generated_enum_reflection.h                     EnumType* value) {
value              72 third_party/protobuf/src/google/protobuf/generated_enum_reflection.h   *value = static_cast<EnumType>(tmp);
value              79 third_party/protobuf/src/google/protobuf/generated_enum_reflection.h LIBPROTOBUF_EXPORT const string& NameOfEnum(const EnumDescriptor* descriptor, int value);
value              50 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                     int* value) {
value              53 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   *value = d->number();
value              57 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const string& NameOfEnum(const EnumDescriptor* descriptor, int value) {
value              58 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   const EnumValueDescriptor* d = descriptor->FindValueByNumber(value);
value             109 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     const char* method, const EnumValueDescriptor* value) {
value             117 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc        "    Actual    : " << value->full_name();
value             134 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   if (value->type() != field->enum_type())                                     \
value             135 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     ReportReflectionUsageEnumTypeError(descriptor_, field, #METHOD, value)
value             484 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc               string** value = MutableRaw<string*>(message, field);
value             485 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc               if (*value != default_ptr) {
value             487 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                   (*value)->assign(field->default_value_string());
value             489 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                   (*value)->clear();
value             690 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       PASSTYPE value) const {                                                \
value             694 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc         field->number(), field->type(), value, field);                       \
value             696 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       SetField<TYPE>(message, field, value);                                 \
value             714 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       int index, PASSTYPE value) const {                                     \
value             718 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc         field->number(), index, value);                                      \
value             720 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       SetRepeatedField<TYPE>(message, field, index, value);                  \
value             726 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       PASSTYPE value) const {                                                \
value             730 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc         field->number(), field->type(), field->options().packed(), value,    \
value             733 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       AddField<TYPE>(message, field, value);                                 \
value             788 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     const string& value) const {
value             792 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                                                    field->type(), value, field);
value             799 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc           *ptr = new string(value);
value             801 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc           (*ptr)->assign(value);
value             848 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     int index, const string& value) const {
value             852 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       field->number(), index, value);
value             857 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc         *MutableRepeatedField<string>(message, field, index) = value;
value             866 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     const string& value) const {
value             870 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                                             field->type(), value, field);
value             875 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc         *AddField<string>(message, field) = value;
value             888 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   int value;
value             890 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     value = GetExtensionSet(message).GetEnum(
value             893 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     value = GetField<int>(message, field);
value             896 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     field->enum_type()->FindValueByNumber(value);
value             897 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   GOOGLE_CHECK(result != NULL) << "Value " << value << " is not valid for field "
value             905 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     const EnumValueDescriptor* value) const {
value             911 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                                           value->number(), field);
value             913 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     SetField<int>(message, field, value->number());
value             921 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   int value;
value             923 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     value = GetExtensionSet(message).GetRepeatedEnum(field->number(), index);
value             925 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     value = GetRepeatedField<int>(message, field, index);
value             928 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     field->enum_type()->FindValueByNumber(value);
value             929 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   GOOGLE_CHECK(result != NULL) << "Value " << value << " is not valid for field "
value             938 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     const EnumValueDescriptor* value) const {
value             944 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       field->number(), index, value->number());
value             946 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     SetRepeatedField<int>(message, field, index, value->number());
value             952 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     const EnumValueDescriptor* value) const {
value             959 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                                           value->number(), field);
value             961 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     AddField<int>(message, field, value->number());
value            1226 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     Message* message, const FieldDescriptor* field, const Type& value) const {
value            1227 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   *MutableRaw<Type>(message, field) = value;
value            1253 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     int index, Type value) const {
value            1254 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   MutableRaw<RepeatedField<Type> >(message, field)->Set(index, value);
value            1267 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     Message* message, const FieldDescriptor* field, const Type& value) const {
value            1268 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc   MutableRaw<RepeatedField<Type> >(message, field)->Add(value);
value             183 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, int32  value) const;
value             185 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, int64  value) const;
value             187 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, uint32 value) const;
value             189 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, uint64 value) const;
value             191 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, float  value) const;
value             193 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, double value) const;
value             195 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, bool   value) const;
value             198 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const string& value) const;
value             200 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const EnumValueDescriptor* value) const;
value             234 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                          const FieldDescriptor* field, int index, int32  value) const;
value             236 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                          const FieldDescriptor* field, int index, int64  value) const;
value             238 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                          const FieldDescriptor* field, int index, uint32 value) const;
value             240 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                          const FieldDescriptor* field, int index, uint64 value) const;
value             242 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                          const FieldDescriptor* field, int index, float  value) const;
value             244 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                          const FieldDescriptor* field, int index, double value) const;
value             246 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                          const FieldDescriptor* field, int index, bool   value) const;
value             249 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                          const string& value) const;
value             251 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                        int index, const EnumValueDescriptor* value) const;
value             258 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, int32  value) const;
value             260 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, int64  value) const;
value             262 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, uint32 value) const;
value             264 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, uint64 value) const;
value             266 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, float  value) const;
value             268 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, double value) const;
value             270 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, bool   value) const;
value             272 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                  const FieldDescriptor* field, const string& value) const;
value             275 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                const EnumValueDescriptor* value) const;
value             332 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                        const FieldDescriptor* field, const Type& value) const;
value             347 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                                Type value) const;
value             354 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                        const FieldDescriptor* field, const Type& value) const;
value             271 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedInputStream::ReadLittleEndian32Fallback(uint32* value) {
value             272 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint8 bytes[sizeof(*value)];
value             275 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   if (BufferSize() >= sizeof(*value)) {
value             278 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     Advance(sizeof(*value));
value             281 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     if (!ReadRaw(bytes, sizeof(*value))) return false;
value             284 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   ReadLittleEndian32FromArray(ptr, value);
value             288 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedInputStream::ReadLittleEndian64Fallback(uint64* value) {
value             289 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint8 bytes[sizeof(*value)];
value             292 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   if (BufferSize() >= sizeof(*value)) {
value             295 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     Advance(sizeof(*value));
value             298 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     if (!ReadRaw(bytes, sizeof(*value))) return false;
value             301 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   ReadLittleEndian64FromArray(ptr, value);
value             308 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     const uint8* buffer, uint32* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
value             309 third_party/protobuf/src/google/protobuf/io/coded_stream.cc inline const uint8* ReadVarint32FromArray(const uint8* buffer, uint32* value) {
value             333 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   *value = result;
value             339 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedInputStream::ReadVarint32Slow(uint32* value) {
value             344 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   *value = (uint32)result;
value             348 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedInputStream::ReadVarint32Fallback(uint32* value) {
value             353 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     const uint8* end = ReadVarint32FromArray(buffer_, value);
value             361 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     return ReadVarint32Slow(value);
value             422 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedInputStream::ReadVarint64Slow(uint64* value) {
value             441 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   *value = result;
value             445 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedInputStream::ReadVarint64Fallback(uint64* value) {
value             477 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     *value = (static_cast<uint64>(part0)      ) |
value             482 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     return ReadVarint64Slow(value);
value             612 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteLittleEndian32(uint32 value) {
value             613 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint8 bytes[sizeof(value)];
value             615 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   bool use_fast = buffer_size_ >= sizeof(value);
value             618 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   WriteLittleEndian32ToArray(value, ptr);
value             621 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     Advance(sizeof(value));
value             623 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     WriteRaw(bytes, sizeof(value));
value             627 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteLittleEndian64(uint64 value) {
value             628 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint8 bytes[sizeof(value)];
value             630 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   bool use_fast = buffer_size_ >= sizeof(value);
value             633 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   WriteLittleEndian64ToArray(value, ptr);
value             636 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     Advance(sizeof(value));
value             638 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     WriteRaw(bytes, sizeof(value));
value             643 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     uint32 value, uint8* target) {
value             644 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   target[0] = static_cast<uint8>(value | 0x80);
value             645 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   if (value >= (1 << 7)) {
value             646 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     target[1] = static_cast<uint8>((value >>  7) | 0x80);
value             647 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     if (value >= (1 << 14)) {
value             648 third_party/protobuf/src/google/protobuf/io/coded_stream.cc       target[2] = static_cast<uint8>((value >> 14) | 0x80);
value             649 third_party/protobuf/src/google/protobuf/io/coded_stream.cc       if (value >= (1 << 21)) {
value             650 third_party/protobuf/src/google/protobuf/io/coded_stream.cc         target[3] = static_cast<uint8>((value >> 21) | 0x80);
value             651 third_party/protobuf/src/google/protobuf/io/coded_stream.cc         if (value >= (1 << 28)) {
value             652 third_party/protobuf/src/google/protobuf/io/coded_stream.cc           target[4] = static_cast<uint8>(value >> 28);
value             672 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteVarint32(uint32 value) {
value             677 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     uint8* end = WriteVarint32FallbackToArrayInline(value, target);
value             685 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     while (value > 0x7F) {
value             686 third_party/protobuf/src/google/protobuf/io/coded_stream.cc       bytes[size++] = (static_cast<uint8>(value) & 0x7F) | 0x80;
value             687 third_party/protobuf/src/google/protobuf/io/coded_stream.cc       value >>= 7;
value             689 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     bytes[size++] = static_cast<uint8>(value) & 0x7F;
value             695 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     uint32 value, uint8* target) {
value             696 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   return WriteVarint32FallbackToArrayInline(value, target);
value             700 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     uint64 value, uint8* target) {
value             703 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint32 part0 = static_cast<uint32>(value      );
value             704 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint32 part1 = static_cast<uint32>(value >> 28);
value             705 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   uint32 part2 = static_cast<uint32>(value >> 56);
value             771 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteVarint64(uint64 value) {
value             777 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     uint8* end = WriteVarint64ToArrayInline(value, target);
value             785 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     while (value > 0x7F) {
value             786 third_party/protobuf/src/google/protobuf/io/coded_stream.cc       bytes[size++] = (static_cast<uint8>(value) & 0x7F) | 0x80;
value             787 third_party/protobuf/src/google/protobuf/io/coded_stream.cc       value >>= 7;
value             789 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     bytes[size++] = static_cast<uint8>(value) & 0x7F;
value             795 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     uint64 value, uint8* target) {
value             796 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   return WriteVarint64ToArrayInline(value, target);
value             813 third_party/protobuf/src/google/protobuf/io/coded_stream.cc int CodedOutputStream::VarintSize32Fallback(uint32 value) {
value             814 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   if (value < (1 << 7)) {
value             816 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   } else if (value < (1 << 14)) {
value             818 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   } else if (value < (1 << 21)) {
value             820 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   } else if (value < (1 << 28)) {
value             827 third_party/protobuf/src/google/protobuf/io/coded_stream.cc int CodedOutputStream::VarintSize64(uint64 value) {
value             828 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   if (value < (1ull << 35)) {
value             829 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     if (value < (1ull << 7)) {
value             831 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     } else if (value < (1ull << 14)) {
value             833 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     } else if (value < (1ull << 21)) {
value             835 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     } else if (value < (1ull << 28)) {
value             841 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     if (value < (1ull << 42)) {
value             843 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     } else if (value < (1ull << 49)) {
value             845 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     } else if (value < (1ull << 56)) {
value             847 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     } else if (value < (1ull << 63)) {
value             213 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadLittleEndian32(uint32* value);
value             215 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadLittleEndian64(uint64* value);
value             221 third_party/protobuf/src/google/protobuf/io/coded_stream.h                                                    uint32* value);
value             224 third_party/protobuf/src/google/protobuf/io/coded_stream.h                                                    uint64* value);
value             229 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadVarint32(uint32* value);
value             231 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadVarint64(uint64* value);
value             537 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadVarint32Fallback(uint32* value);
value             538 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadVarint64Fallback(uint64* value);
value             539 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadVarint32Slow(uint32* value);
value             540 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadVarint64Slow(uint64* value);
value             541 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadLittleEndian32Fallback(uint32* value);
value             542 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadLittleEndian64Fallback(uint64* value);
value             655 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void WriteLittleEndian32(uint32 value);
value             657 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static uint8* WriteLittleEndian32ToArray(uint32 value, uint8* target);
value             659 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void WriteLittleEndian64(uint64 value);
value             661 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static uint8* WriteLittleEndian64ToArray(uint64 value, uint8* target);
value             666 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void WriteVarint32(uint32 value);
value             668 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static uint8* WriteVarint32ToArray(uint32 value, uint8* target);
value             670 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void WriteVarint64(uint64 value);
value             672 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static uint8* WriteVarint64ToArray(uint64 value, uint8* target);
value             676 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void WriteVarint32SignExtended(int32 value);
value             678 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static uint8* WriteVarint32SignExtendedToArray(int32 value, uint8* target);
value             685 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void WriteTag(uint32 value);
value             688 third_party/protobuf/src/google/protobuf/io/coded_stream.h       uint32 value, uint8* target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
value             691 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static int VarintSize32(uint32 value);
value             693 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static int VarintSize64(uint64 value);
value             696 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static int VarintSize32SignExtended(int32 value);
value             701 third_party/protobuf/src/google/protobuf/io/coded_stream.h     static const int value =
value             736 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static uint8* WriteVarint32FallbackToArray(uint32 value, uint8* target);
value             746 third_party/protobuf/src/google/protobuf/io/coded_stream.h       uint32 value, uint8* target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
value             748 third_party/protobuf/src/google/protobuf/io/coded_stream.h       uint64 value, uint8* target) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
value             750 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static int VarintSize32Fallback(uint32 value);
value             757 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline bool CodedInputStream::ReadVarint32(uint32* value) {
value             759 third_party/protobuf/src/google/protobuf/io/coded_stream.h     *value = *buffer_;
value             763 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return ReadVarint32Fallback(value);
value             767 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline bool CodedInputStream::ReadVarint64(uint64* value) {
value             769 third_party/protobuf/src/google/protobuf/io/coded_stream.h     *value = *buffer_;
value             773 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return ReadVarint64Fallback(value);
value             780 third_party/protobuf/src/google/protobuf/io/coded_stream.h     uint32* value) {
value             782 third_party/protobuf/src/google/protobuf/io/coded_stream.h   memcpy(value, buffer, sizeof(*value));
value             783 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return buffer + sizeof(*value);
value             785 third_party/protobuf/src/google/protobuf/io/coded_stream.h   *value = (static_cast<uint32>(buffer[0])      ) |
value             789 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return buffer + sizeof(*value);
value             795 third_party/protobuf/src/google/protobuf/io/coded_stream.h     uint64* value) {
value             797 third_party/protobuf/src/google/protobuf/io/coded_stream.h   memcpy(value, buffer, sizeof(*value));
value             798 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return buffer + sizeof(*value);
value             808 third_party/protobuf/src/google/protobuf/io/coded_stream.h   *value = static_cast<uint64>(part0) |
value             810 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return buffer + sizeof(*value);
value             814 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline bool CodedInputStream::ReadLittleEndian32(uint32* value) {
value             816 third_party/protobuf/src/google/protobuf/io/coded_stream.h   if (GOOGLE_PREDICT_TRUE(BufferSize() >= static_cast<int>(sizeof(*value)))) {
value             817 third_party/protobuf/src/google/protobuf/io/coded_stream.h     memcpy(value, buffer_, sizeof(*value));
value             818 third_party/protobuf/src/google/protobuf/io/coded_stream.h     Advance(sizeof(*value));
value             821 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return ReadLittleEndian32Fallback(value);
value             824 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return ReadLittleEndian32Fallback(value);
value             828 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline bool CodedInputStream::ReadLittleEndian64(uint64* value) {
value             830 third_party/protobuf/src/google/protobuf/io/coded_stream.h   if (GOOGLE_PREDICT_TRUE(BufferSize() >= static_cast<int>(sizeof(*value)))) {
value             831 third_party/protobuf/src/google/protobuf/io/coded_stream.h     memcpy(value, buffer_, sizeof(*value));
value             832 third_party/protobuf/src/google/protobuf/io/coded_stream.h     Advance(sizeof(*value));
value             835 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return ReadLittleEndian64Fallback(value);
value             838 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return ReadLittleEndian64Fallback(value);
value             934 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteVarint32ToArray(uint32 value,
value             936 third_party/protobuf/src/google/protobuf/io/coded_stream.h   if (value < 0x80) {
value             937 third_party/protobuf/src/google/protobuf/io/coded_stream.h     *target = value;
value             940 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return WriteVarint32FallbackToArray(value, target);
value             944 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline void CodedOutputStream::WriteVarint32SignExtended(int32 value) {
value             945 third_party/protobuf/src/google/protobuf/io/coded_stream.h   if (value < 0) {
value             946 third_party/protobuf/src/google/protobuf/io/coded_stream.h     WriteVarint64(static_cast<uint64>(value));
value             948 third_party/protobuf/src/google/protobuf/io/coded_stream.h     WriteVarint32(static_cast<uint32>(value));
value             953 third_party/protobuf/src/google/protobuf/io/coded_stream.h     int32 value, uint8* target) {
value             954 third_party/protobuf/src/google/protobuf/io/coded_stream.h   if (value < 0) {
value             955 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return WriteVarint64ToArray(static_cast<uint64>(value), target);
value             957 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return WriteVarint32ToArray(static_cast<uint32>(value), target);
value             961 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteLittleEndian32ToArray(uint32 value,
value             964 third_party/protobuf/src/google/protobuf/io/coded_stream.h   memcpy(target, &value, sizeof(value));
value             966 third_party/protobuf/src/google/protobuf/io/coded_stream.h   target[0] = static_cast<uint8>(value);
value             967 third_party/protobuf/src/google/protobuf/io/coded_stream.h   target[1] = static_cast<uint8>(value >>  8);
value             968 third_party/protobuf/src/google/protobuf/io/coded_stream.h   target[2] = static_cast<uint8>(value >> 16);
value             969 third_party/protobuf/src/google/protobuf/io/coded_stream.h   target[3] = static_cast<uint8>(value >> 24);
value             971 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return target + sizeof(value);
value             974 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteLittleEndian64ToArray(uint64 value,
value             977 third_party/protobuf/src/google/protobuf/io/coded_stream.h   memcpy(target, &value, sizeof(value));
value             979 third_party/protobuf/src/google/protobuf/io/coded_stream.h   uint32 part0 = static_cast<uint32>(value);
value             980 third_party/protobuf/src/google/protobuf/io/coded_stream.h   uint32 part1 = static_cast<uint32>(value >> 32);
value             991 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return target + sizeof(value);
value             994 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline void CodedOutputStream::WriteTag(uint32 value) {
value             995 third_party/protobuf/src/google/protobuf/io/coded_stream.h   WriteVarint32(value);
value             999 third_party/protobuf/src/google/protobuf/io/coded_stream.h     uint32 value, uint8* target) {
value            1000 third_party/protobuf/src/google/protobuf/io/coded_stream.h   if (value < (1 << 7)) {
value            1001 third_party/protobuf/src/google/protobuf/io/coded_stream.h     target[0] = value;
value            1003 third_party/protobuf/src/google/protobuf/io/coded_stream.h   } else if (value < (1 << 14)) {
value            1004 third_party/protobuf/src/google/protobuf/io/coded_stream.h     target[0] = static_cast<uint8>(value | 0x80);
value            1005 third_party/protobuf/src/google/protobuf/io/coded_stream.h     target[1] = static_cast<uint8>(value >> 7);
value            1008 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return WriteVarint32FallbackToArray(value, target);
value            1012 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline int CodedOutputStream::VarintSize32(uint32 value) {
value            1013 third_party/protobuf/src/google/protobuf/io/coded_stream.h   if (value < (1 << 7)) {
value            1016 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return VarintSize32Fallback(value);
value            1020 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline int CodedOutputStream::VarintSize32SignExtended(int32 value) {
value            1021 third_party/protobuf/src/google/protobuf/io/coded_stream.h   if (value < 0) {
value            1024 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return VarintSize32(static_cast<uint32>(value));
value             153 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint64 value;             // Parsed value.
value             157 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   return os << c.value;
value             192 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint32 value;
value             193 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadVarint32(&value));
value             194 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(static_cast<uint32>(kVarintCases_case.value), value);
value             207 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint32 expected_value = static_cast<uint32>(kVarintCases_case.value);
value             260 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint32 expected_value = static_cast<uint32>(kVarintCases_case.value);
value             281 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   const uint32 expected_value = static_cast<uint32>(kVarintCases_case.value);
value             303 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint64 value;
value             304 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadVarint64(&value));
value             305 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(kVarintCases_case.value, value);
value             312 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   if (kVarintCases_case.value > ULL(0x00000000FFFFFFFF)) {
value             322 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     coded_output.WriteVarint32(static_cast<uint32>(kVarintCases_case.value));
value             339 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     coded_output.WriteVarint64(kVarintCases_case.value);
value             387 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint64 value;
value             388 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadVarint64(&value));
value             390 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(kSignExtendedVarintCases_case, static_cast<int64>(value));
value             437 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint32 value;
value             438 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kVarintErrorCases_case.can_parse, coded_input.ReadVarint32(&value));
value             447 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint64 value;
value             448 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kVarintErrorCases_case.can_parse, coded_input.ReadVarint64(&value));
value             455 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint64 value;
value             460 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   return os << c.value;
value             475 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   if (kVarintSizeCases_case.value > 0xffffffffu) {
value             482 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc       static_cast<uint32>(kVarintSizeCases_case.value)));
value             487 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream::VarintSize64(kVarintSizeCases_case.value));
value             495 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint32 value;                         // Parsed value.
value             500 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint64 value;                         // Parsed value.
value             504 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   return os << "0x" << hex << c.value << dec;
value             508 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   return os << "0x" << hex << c.value << dec;
value             528 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint32 value;
value             529 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             530 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(kFixed32Cases_case.value, value);
value             543 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint64 value;
value             544 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian64(&value));
value             545 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(kFixed64Cases_case.value, value);
value             557 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     coded_output.WriteLittleEndian32(kFixed32Cases_case.value);
value             573 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     coded_output.WriteLittleEndian64(kFixed64Cases_case.value);
value             588 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint32 value;
value             590 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc       buffer_, &value);
value             591 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kFixed32Cases_case.value, value);
value             592 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_TRUE(end == buffer_ + sizeof(value));
value             598 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint64 value;
value             600 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc       buffer_, &value);
value             601 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kFixed64Cases_case.value, value);
value             602 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_TRUE(end == buffer_ + sizeof(value));
value             822 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint32 value;
value             824 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             826 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             828 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_FALSE(coded_input.ReadLittleEndian32(&value));
value             834 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             853 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint32 value;
value             857 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             859 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_FALSE(coded_input.ReadLittleEndian32(&value));
value             866 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             868 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_FALSE(coded_input.ReadLittleEndian32(&value));
value             875 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             895 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     uint32 value;
value             901 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             903 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_FALSE(coded_input.ReadLittleEndian32(&value));
value             910 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_FALSE(coded_input.ReadLittleEndian32(&value));
value             917 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             932 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   uint32 value;
value             933 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_TRUE(coded_input.ReadLittleEndian32(&value));
value             119 third_party/protobuf/src/google/protobuf/io/printer.cc                     const char* variable, const string& value) {
value             121 third_party/protobuf/src/google/protobuf/io/printer.cc   vars[variable] = value;
value              81 third_party/protobuf/src/google/protobuf/io/printer.h   void Print(const char* text, const char* variable, const string& value);
value             217 third_party/protobuf/src/google/protobuf/io/tokenizer.h   void set_allow_f_after_float(bool value) { allow_f_after_float_ = value; }
value              82 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   void SetCloseOnDelete(bool value) { copying_input_.SetCloseOnDelete(value); }
value             103 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h     void SetCloseOnDelete(bool value) { close_on_delete_ = value; }
value             165 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   void SetCloseOnDelete(bool value) { copying_output_.SetCloseOnDelete(value); }
value             185 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h     void SetCloseOnDelete(bool value) { close_on_delete_ = value; }
value             207 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   void SetOwnsCopyingStream(bool value) { owns_copying_stream_ = value; }
value             295 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   void SetOwnsCopyingStream(bool value) { owns_copying_stream_ = value; }
value             473 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, int32  value) const = 0;
value             475 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, int64  value) const = 0;
value             477 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, uint32 value) const = 0;
value             479 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, uint64 value) const = 0;
value             481 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, float  value) const = 0;
value             483 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, double value) const = 0;
value             485 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, bool   value) const = 0;
value             488 third_party/protobuf/src/google/protobuf/message.h                          const string& value) const = 0;
value             491 third_party/protobuf/src/google/protobuf/message.h                          const EnumValueDescriptor* value) const = 0;
value             562 third_party/protobuf/src/google/protobuf/message.h                                  int index, int32  value) const = 0;
value             565 third_party/protobuf/src/google/protobuf/message.h                                  int index, int64  value) const = 0;
value             568 third_party/protobuf/src/google/protobuf/message.h                                  int index, uint32 value) const = 0;
value             571 third_party/protobuf/src/google/protobuf/message.h                                  int index, uint64 value) const = 0;
value             574 third_party/protobuf/src/google/protobuf/message.h                                  int index, float  value) const = 0;
value             577 third_party/protobuf/src/google/protobuf/message.h                                  int index, double value) const = 0;
value             580 third_party/protobuf/src/google/protobuf/message.h                                  int index, bool   value) const = 0;
value             583 third_party/protobuf/src/google/protobuf/message.h                                  int index, const string& value) const = 0;
value             586 third_party/protobuf/src/google/protobuf/message.h                                const EnumValueDescriptor* value) const = 0;
value             597 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, int32  value) const = 0;
value             599 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, int64  value) const = 0;
value             601 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, uint32 value) const = 0;
value             603 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, uint64 value) const = 0;
value             605 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, float  value) const = 0;
value             607 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, double value) const = 0;
value             609 third_party/protobuf/src/google/protobuf/message.h                          const FieldDescriptor* field, bool   value) const = 0;
value             612 third_party/protobuf/src/google/protobuf/message.h                          const string& value) const = 0;
value             615 third_party/protobuf/src/google/protobuf/message.h                          const EnumValueDescriptor* value) const = 0;
value              79 third_party/protobuf/src/google/protobuf/repeated_field.cc void StringTypeHandlerBase::Delete(string* value) {
value              80 third_party/protobuf/src/google/protobuf/repeated_field.cc   delete value;
value              97 third_party/protobuf/src/google/protobuf/repeated_field.h   void Set(int index, const Element& value);
value              98 third_party/protobuf/src/google/protobuf/repeated_field.h   void Add(const Element& value);
value             120 third_party/protobuf/src/google/protobuf/repeated_field.h   void AddAlreadyReserved(const Element& value);
value             199 third_party/protobuf/src/google/protobuf/repeated_field.h           bool HasTrivialCopy = has_trivial_copy<Element>::value>
value             301 third_party/protobuf/src/google/protobuf/repeated_field.h   void AddAllocated(typename TypeHandler::Type* value);
value             307 third_party/protobuf/src/google/protobuf/repeated_field.h   void AddCleared(typename TypeHandler::Type* value);
value             336 third_party/protobuf/src/google/protobuf/repeated_field.h   static void Delete(GenericType* value) { delete value; }
value             337 third_party/protobuf/src/google/protobuf/repeated_field.h   static void Clear(GenericType* value) { value->Clear(); }
value             341 third_party/protobuf/src/google/protobuf/repeated_field.h   static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
value             382 third_party/protobuf/src/google/protobuf/repeated_field.h   static void Delete(string* value);
value             383 third_party/protobuf/src/google/protobuf/repeated_field.h   static void Clear(string* value) { value->clear(); }
value             392 third_party/protobuf/src/google/protobuf/repeated_field.h   static int SpaceUsed(const string& value)  {
value             393 third_party/protobuf/src/google/protobuf/repeated_field.h     return sizeof(value) + StringSpaceUsedExcludingSelf(value);
value             503 third_party/protobuf/src/google/protobuf/repeated_field.h   void AddAllocated(Element* value);
value             533 third_party/protobuf/src/google/protobuf/repeated_field.h   void AddCleared(Element* value);
value             600 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::AddAlreadyReserved(const Element& value) {
value             602 third_party/protobuf/src/google/protobuf/repeated_field.h   elements_[current_size_++] = value;
value             624 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::Set(int index, const Element& value) {
value             626 third_party/protobuf/src/google/protobuf/repeated_field.h   elements_[index] = value;
value             630 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::Add(const Element& value) {
value             632 third_party/protobuf/src/google/protobuf/repeated_field.h   elements_[current_size_++] = value;
value             928 third_party/protobuf/src/google/protobuf/repeated_field.h     typename TypeHandler::Type* value) {
value             950 third_party/protobuf/src/google/protobuf/repeated_field.h   elements_[current_size_++] = value;
value             973 third_party/protobuf/src/google/protobuf/repeated_field.h     typename TypeHandler::Type* value) {
value             975 third_party/protobuf/src/google/protobuf/repeated_field.h   elements_[allocated_size_++] = value;
value            1126 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::AddAllocated(Element* value) {
value            1127 third_party/protobuf/src/google/protobuf/repeated_field.h   RepeatedPtrFieldBase::AddAllocated<TypeHandler>(value);
value            1142 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::AddCleared(Element* value) {
value            1143 third_party/protobuf/src/google/protobuf/repeated_field.h   return RepeatedPtrFieldBase::AddCleared<TypeHandler>(value);
value            1405 third_party/protobuf/src/google/protobuf/repeated_field.h   RepeatedFieldBackInsertIterator<T>& operator=(const T& value) {
value            1406 third_party/protobuf/src/google/protobuf/repeated_field.h     field_->Add(value);
value            1431 third_party/protobuf/src/google/protobuf/repeated_field.h   RepeatedPtrFieldBackInsertIterator<T>& operator=(const T& value) {
value            1432 third_party/protobuf/src/google/protobuf/repeated_field.h     *field_->Add() = value;
value             832 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   RepeatedField<int>::value_type value = *c_iter;
value             833 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   EXPECT_EQ(0, value);
value             882 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   RepeatedPtrField<string>::value_type value = *c_iter;
value             883 third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc   EXPECT_EQ("foo", value);
value             124 third_party/protobuf/src/google/protobuf/stubs/atomicops.h void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value);
value             125 third_party/protobuf/src/google/protobuf/stubs/atomicops.h void Acquire_Store(volatile Atomic32* ptr, Atomic32 value);
value             126 third_party/protobuf/src/google/protobuf/stubs/atomicops.h void Release_Store(volatile Atomic32* ptr, Atomic32 value);
value             147 third_party/protobuf/src/google/protobuf/stubs/atomicops.h void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value);
value             148 third_party/protobuf/src/google/protobuf/stubs/atomicops.h void Acquire_Store(volatile Atomic64* ptr, Atomic64 value);
value             149 third_party/protobuf/src/google/protobuf/stubs/atomicops.h void Release_Store(volatile Atomic64* ptr, Atomic64 value);
value             182 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             183 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   *ptr = value;
value             186 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             187 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   *ptr = value;
value             191 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             193 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   *ptr = value;
value             201 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   Atomic32 value = *ptr;
value             203 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   return value;
value             345 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             346 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   *ptr = value;
value             349 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             350 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   *ptr = value;
value             354 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             356 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   *ptr = value;
value             364 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   Atomic64 value = *ptr;
value             366 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h   return value;
value             114 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             115 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h   *ptr = value;
value             122 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             123 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h   *ptr = value;
value             127 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             129 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h   *ptr = value;
value             137 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h   Atomic32 value = *ptr;
value             139 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h   return value;
value             109 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             110 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h   *ptr = value;
value             117 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             118 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h   *ptr = value;
value             122 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             124 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h   *ptr = value;
value             132 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h   Atomic32 value = *ptr;
value             134 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h   return value;
value              92 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h inline void NoBarrier_Store(volatile AtomicWord *ptr, AtomicWord value) {
value              93 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h   NoBarrier_Store(reinterpret_cast<volatile Atomic32*>(ptr), value);
value              96 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h inline void Acquire_Store(volatile AtomicWord* ptr, AtomicWord value) {
value              97 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h   return Acquire_Store(reinterpret_cast<volatile Atomic32*>(ptr), value);
value             100 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             101 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h   return Release_Store(reinterpret_cast<volatile Atomic32*>(ptr), value);
value             100 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             101 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   *ptr = value;
value             104 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             105 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   *ptr = value;
value             109 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             111 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   *ptr = value;
value             119 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   Atomic32 value = *ptr;
value             121 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   return value;
value             190 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             191 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   *ptr = value;
value             194 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             195 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   *ptr = value;
value             199 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             201 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   *ptr = value;
value             209 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   Atomic64 value = *ptr;
value             211 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_macosx.h   return value;
value             148 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             149 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h   *ptr = value;
value             156 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             157 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h   *ptr = value;
value             161 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             163 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h   *ptr = value;
value             171 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h   Atomic32 value = *ptr;
value             173 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h   return value;
value              58 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value              60 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h   *ptr = value;
value              64 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h   Atomic32 value = *ptr;
value              66 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h   return value;
value             103 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h inline void NoBarrier_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             104 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h   __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
value             107 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h inline void Acquire_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             108 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h   __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
value             112 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h inline void Release_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             113 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h   __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
value             165 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h inline void NoBarrier_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             166 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h   __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed);
value             169 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h inline void Acquire_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             170 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h   __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed);
value             174 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h inline void Release_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             175 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h   __tsan_atomic64_store(ptr, value, __tsan_memory_order_release);
value             114 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             115 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   *ptr = value;
value             126 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             127 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   *ptr = value;
value             142 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             144 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h     *ptr = value;
value             147 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h     NoBarrier_AtomicExchange(ptr, value);
value             153 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             155 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   *ptr = value;  // An x86 store acts as a release barrier.
value             164 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   Atomic32 value = *ptr;  // An x86 load acts as a acquire barrier.
value             167 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   return value;
value             222 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             223 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   *ptr = value;
value             226 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             227 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   *ptr = value;
value             231 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             234 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   *ptr = value;  // An x86 store acts as a release barrier
value             257 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   Atomic64 value = *ptr;  // An x86 load acts as a acquire barrier,
value             261 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h   return value;
value              61 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value              62 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   *ptr = value;
value              65 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value              66 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   NoBarrier_AtomicExchange(ptr, value);
value              70 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value              71 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   *ptr = value;  // works w/o barrier for current Intel chips as of June 2005
value              80 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   Atomic32 value = *ptr;
value              81 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   return value;
value              98 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value              99 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   *ptr = value;
value             102 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             103 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   NoBarrier_AtomicExchange(ptr, value);
value             107 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             108 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   *ptr = value;  // works w/o barrier for current Intel chips as of June 2005
value             123 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   Atomic64 value = *ptr;
value             124 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h   return value;
value             141 third_party/protobuf/src/google/protobuf/stubs/common.cc LogMessage& LogMessage::operator<<(const string& value) {
value             142 third_party/protobuf/src/google/protobuf/stubs/common.cc   message_ += value;
value             146 third_party/protobuf/src/google/protobuf/stubs/common.cc LogMessage& LogMessage::operator<<(const char* value) {
value             147 third_party/protobuf/src/google/protobuf/stubs/common.cc   message_ += value;
value             156 third_party/protobuf/src/google/protobuf/stubs/common.cc   LogMessage& LogMessage::operator<<(TYPE value) {                  \
value             161 third_party/protobuf/src/google/protobuf/stubs/common.cc     snprintf(buffer, sizeof(buffer), FORMAT, value);                \
value             667 third_party/protobuf/src/google/protobuf/stubs/common.h   LogMessage& operator<<(const std::string& value);
value             668 third_party/protobuf/src/google/protobuf/stubs/common.h   LogMessage& operator<<(const char* value);
value             669 third_party/protobuf/src/google/protobuf/stubs/common.h   LogMessage& operator<<(char value);
value             670 third_party/protobuf/src/google/protobuf/stubs/common.h   LogMessage& operator<<(int value);
value             671 third_party/protobuf/src/google/protobuf/stubs/common.h   LogMessage& operator<<(uint value);
value             672 third_party/protobuf/src/google/protobuf/stubs/common.h   LogMessage& operator<<(long value);
value             673 third_party/protobuf/src/google/protobuf/stubs/common.h   LogMessage& operator<<(unsigned long value);
value             674 third_party/protobuf/src/google/protobuf/stubs/common.h   LogMessage& operator<<(double value);
value              49 third_party/protobuf/src/google/protobuf/stubs/map-util.h                 const typename Collection::value_type::second_type& value) {
value              52 third_party/protobuf/src/google/protobuf/stubs/map-util.h     return value;
value             117 third_party/protobuf/src/google/protobuf/stubs/map-util.h                    const Key& key, const Value& value) {
value             119 third_party/protobuf/src/google/protobuf/stubs/map-util.h     collection->insert(typename Collection::value_type(key, value));
value             122 third_party/protobuf/src/google/protobuf/stubs/map-util.h     ret.first->second = value;
value             134 third_party/protobuf/src/google/protobuf/stubs/map-util.h                         const Key& key, const Value& value) {
value             136 third_party/protobuf/src/google/protobuf/stubs/map-util.h     collection->insert(typename Collection::value_type(key, value));
value              64 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   string value("Hello");
value              66 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   StringAppendF(&value, "%s", empty);
value              67 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_EQ("Hello", value);
value              71 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   string value("Hello");
value              72 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   StringAppendF(&value, "%s", "");
value              73 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_EQ("Hello", value);
value              77 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   string value("Hello");
value              78 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   StringAppendF(&value, " %s", "World");
value              79 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_EQ("Hello World", value);
value              83 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   string value("Hello");
value              84 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   StringAppendF(&value, " %d", 123);
value              85 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_EQ("Hello 123", value);
value              99 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   string value = StringPrintf("%.*s", 3, kInvalidCodePoint);
value             105 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_TRUE(value.empty() || value == kInvalidCodePoint);
value             113 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   value =  StringPrintf("%.*s", n, buf);
value             115 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_TRUE(value.empty() || value == buf);
value             125 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   string value = StringPrintf("%.*s", 3, "\375\067s");
value             127 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_EQ("\375\067s", value);
value             135 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   string value = StringPrintf("Hello, %s!", "World");
value             145 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   string value = StringPrintf("%s", buf);
value             146 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_EQ(buf, value);
value              58 third_party/protobuf/src/google/protobuf/stubs/strutil.cc inline bool IsNaN(double value) {
value              60 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return value != value;
value             707 third_party/protobuf/src/google/protobuf/stubs/strutil.cc char *InternalFastHexToBuffer(uint64 value, char* buffer, int num_byte) {
value             715 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     buffer[i] = hexdigits[value & 0xf];
value             717 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     buffer[i] = hexdigits[uint32(value) & 0xf];
value             719 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     value >>= 4;
value             724 third_party/protobuf/src/google/protobuf/stubs/strutil.cc char *FastHex64ToBuffer(uint64 value, char* buffer) {
value             725 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return InternalFastHexToBuffer(value, buffer, 16);
value             728 third_party/protobuf/src/google/protobuf/stubs/strutil.cc char *FastHex32ToBuffer(uint32 value, char* buffer) {
value             729 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return InternalFastHexToBuffer(value, buffer, 8);
value            1010 third_party/protobuf/src/google/protobuf/stubs/strutil.cc string SimpleDtoa(double value) {
value            1012 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return DoubleToBuffer(value, buffer);
value            1015 third_party/protobuf/src/google/protobuf/stubs/strutil.cc string SimpleFtoa(float value) {
value            1017 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return FloatToBuffer(value, buffer);
value            1053 third_party/protobuf/src/google/protobuf/stubs/strutil.cc char* DoubleToBuffer(double value, char* buffer) {
value            1060 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (value == numeric_limits<double>::infinity()) {
value            1063 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (value == -numeric_limits<double>::infinity()) {
value            1066 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (IsNaN(value)) {
value            1072 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     snprintf(buffer, kDoubleToBufferSize, "%.*g", DBL_DIG, value);
value            1085 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (parsed_value != value) {
value            1087 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       snprintf(buffer, kDoubleToBufferSize, "%.*g", DBL_DIG+2, value);
value            1097 third_party/protobuf/src/google/protobuf/stubs/strutil.cc bool safe_strtof(const char* str, float* value) {
value            1101 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   *value = strtod(str, &endptr);
value            1103 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   *value = strtof(str, &endptr);
value            1108 third_party/protobuf/src/google/protobuf/stubs/strutil.cc char* FloatToBuffer(float value, char* buffer) {
value            1115 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (value == numeric_limits<double>::infinity()) {
value            1118 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (value == -numeric_limits<double>::infinity()) {
value            1121 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (IsNaN(value)) {
value            1127 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG, value);
value            1134 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (!safe_strtof(buffer, &parsed_value) || parsed_value != value) {
value            1136 third_party/protobuf/src/google/protobuf/stubs/strutil.cc       snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG+2, value);
value             444 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleDtoa(double value);
value             445 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleFtoa(float value);
value              89 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(const char* value)
value              90 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(value), size_(strlen(text_)) {}
value              91 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(const string& value)
value              92 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(value.data()), size_(value.size()) {}
value             104 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(char value)
value             105 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(scratch_), size_(1) { scratch_[0] = value; }
value             106 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(short value)
value             107 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             108 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(unsigned short value)
value             109 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             110 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(int value)
value             111 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             112 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(unsigned int value)
value             113 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             114 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(long value)
value             115 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             116 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(unsigned long value)
value             117 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             118 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(long long value)
value             119 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             120 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(unsigned long long value)
value             121 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             122 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(float value)
value             123 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             124 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(double value)
value             125 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(DoubleToBuffer(value, scratch_)), size_(strlen(text_)) {}
value             126 third_party/protobuf/src/google/protobuf/stubs/substitute.h   inline SubstituteArg(bool value)
value             127 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(value ? "true" : "false"), size_(strlen(text_)) {}
value              78 third_party/protobuf/src/google/protobuf/stubs/template_util.h   static const T value = v;
value              83 third_party/protobuf/src/google/protobuf/stubs/template_util.h template <class T, T v> const T integral_constant<T, v>::value;
value             124 third_party/protobuf/src/google/protobuf/stubs/template_util.h struct and_ : public integral_constant<bool, (A::value && B::value)> {
value             130 third_party/protobuf/src/google/protobuf/stubs/template_util.h struct or_ : public integral_constant<bool, (A::value || B::value)> {
value              56 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_TRUE(true_type::value);
value              57 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_FALSE(false_type::value);
value              60 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_EQ(1, one_type::value);
value              65 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_TRUE(if_true::value);
value              68 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_FALSE(if_false::value);
value              73 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   bool value = false;
value              76 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = type_equals_<int, int>::value;
value              77 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_TRUE(value);
value              80 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = type_equals_<float, int>::value;
value              81 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_FALSE(value);
value              85 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = type_equals_<const foo, const int>::value;
value              86 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_TRUE(value);
value              91 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   bool value = false;
value              94 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = and_<true_, true_>::value;
value              95 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_TRUE(value);
value              97 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = and_<true_, false_>::value;
value              98 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_FALSE(value);
value             100 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = and_<false_, true_>::value;
value             101 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_FALSE(value);
value             103 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = and_<false_, false_>::value;
value             104 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_FALSE(value);
value             107 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = or_<true_, true_>::value;
value             108 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_TRUE(value);
value             110 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = or_<true_, false_>::value;
value             111 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_TRUE(value);
value             113 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = or_<false_, true_>::value;
value             114 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_TRUE(value);
value             116 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   value = or_<false_, false_>::value;
value             117 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc   EXPECT_FALSE(value);
value             122 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc       (type_equals_<GOOGLE_NAMESPACE::identity_<int>::type, int>::value));
value             124 third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc       (type_equals_<GOOGLE_NAMESPACE::identity_<void>::type, void>::value));
value             152 third_party/protobuf/src/google/protobuf/stubs/type_traits.h   static const bool value = sizeof(tester<T>(0)) == sizeof(small_);
value             181 third_party/protobuf/src/google/protobuf/stubs/type_traits.h           is_same<T, void>::value ||
value             182 third_party/protobuf/src/google/protobuf/stubs/type_traits.h               is_integral<T>::value ||
value             183 third_party/protobuf/src/google/protobuf/stubs/type_traits.h               is_floating_point<T>::value ||
value             184 third_party/protobuf/src/google/protobuf/stubs/type_traits.h               is_reference<T>::value ||
value             185 third_party/protobuf/src/google/protobuf/stubs/type_traits.h               internal::is_class_or_union<T>::value,
value             204 third_party/protobuf/src/google/protobuf/stubs/type_traits.h  : integral_constant<bool, (is_integral<T>::value ||
value             205 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                             is_floating_point<T>::value ||
value             208 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                             is_enum<T>::value ||
value             210 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                             is_pointer<T>::value)> { };
value             224 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                       (has_trivial_constructor<T>::value &&
value             225 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                        has_trivial_constructor<U>::value)> { };
value             239 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                       (has_trivial_copy<T>::value &&
value             240 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                        has_trivial_copy<U>::value)> { };
value             252 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                       (has_trivial_assign<T>::value &&
value             253 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                        has_trivial_assign<U>::value)> { };
value             265 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                       (has_trivial_destructor<T>::value &&
value             266 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                        has_trivial_destructor<U>::value)> { };
value             172 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<bool>::value);
value             173 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<char>::value);
value             174 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<unsigned char>::value);
value             175 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<signed char>::value);
value             176 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<wchar_t>::value);
value             177 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<int>::value);
value             178 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<unsigned int>::value);
value             179 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<short>::value);
value             180 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<unsigned short>::value);
value             181 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<long>::value);
value             182 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<unsigned long>::value);
value             185 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_integral<void>::value);
value             186 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_integral<float>::value);
value             187 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_integral<string>::value);
value             188 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_integral<int*>::value);
value             189 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_integral<A>::value);
value             190 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_integral<pair<int, int> >::value));
value             194 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<const char>::value);
value             195 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<volatile bool>::value);
value             196 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_integral<const volatile unsigned int>::value);
value             197 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_integral<const float>::value);
value             198 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_integral<int* volatile>::value);
value             199 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_integral<const volatile string>::value);
value             204 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_floating_point<float>::value);
value             205 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_floating_point<double>::value);
value             206 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_floating_point<long double>::value);
value             209 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_floating_point<void>::value);
value             210 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_floating_point<long>::value);
value             211 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_floating_point<string>::value);
value             212 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_floating_point<float*>::value);
value             213 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_floating_point<A>::value);
value             214 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_floating_point<pair<int, int> >::value));
value             218 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_floating_point<const float>::value);
value             219 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_floating_point<volatile double>::value);
value             220 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_floating_point<const volatile long double>::value);
value             221 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_floating_point<const int>::value);
value             222 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_floating_point<volatile string>::value);
value             223 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_floating_point<const volatile char>::value);
value             228 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<int*>::value);
value             229 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<void*>::value);
value             230 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<string*>::value);
value             231 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<const void*>::value);
value             232 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<volatile float* const*>::value);
value             235 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<void>::value);
value             236 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<float&>::value);
value             237 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<long>::value);
value             238 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<vector<int*> >::value);
value             239 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<int[5]>::value);
value             243 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<int (*)(int x)>::value);
value             244 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<void(char x)>::value);
value             245 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<double (&)(string x)>::value);
value             249 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<int* const>::value);
value             250 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<const void* volatile>::value);
value             251 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pointer<char** const volatile>::value);
value             252 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<const int>::value);
value             253 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<volatile vector<int*> >::value);
value             254 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pointer<const volatile double>::value);
value             261 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_enum<G>::value);
value             262 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_enum<const G>::value);
value             263 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_enum<volatile G>::value);
value             264 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_enum<const volatile G>::value);
value             267 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<void>::value);
value             268 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<G&>::value);
value             269 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<G[1]>::value);
value             270 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<const G[1]>::value);
value             271 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<G[]>::value);
value             272 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<int>::value);
value             273 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<float>::value);
value             274 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<A>::value);
value             275 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<A*>::value);
value             276 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<const A>::value);
value             277 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<H>::value);
value             278 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<I>::value);
value             279 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<J>::value);
value             280 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<void()>::value);
value             281 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<void(*)()>::value);
value             282 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<int A::*>::value);
value             283 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_enum<void (A::*)()>::value);
value             290 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_reference<float&>::value);
value             291 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_reference<const int&>::value);
value             292 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_reference<const int*&>::value);
value             293 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_reference<int (&)(bool)>::value);
value             294 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_reference<RefFloat>::value);
value             295 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_reference<const RefFloat>::value);
value             296 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_reference<volatile RefFloat>::value);
value             297 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_reference<const volatile RefFloat>::value);
value             301 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_reference<float>::value);
value             302 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_reference<const float>::value);
value             303 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_reference<volatile float>::value);
value             304 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_reference<const volatile float>::value);
value             305 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_reference<const int*>::value);
value             306 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_reference<int()>::value);
value             307 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_reference<void(*)(const char&)>::value);
value             327 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<bool>::value);
value             328 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<char>::value);
value             329 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<unsigned char>::value);
value             330 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<signed char>::value);
value             331 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<wchar_t>::value);
value             332 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<int>::value);
value             333 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<unsigned int>::value);
value             334 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<short>::value);
value             335 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<unsigned short>::value);
value             336 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<long>::value);
value             337 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<unsigned long>::value);
value             338 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<float>::value);
value             339 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<double>::value);
value             340 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<long double>::value);
value             341 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<string*>::value);
value             342 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<A*>::value);
value             343 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<const B*>::value);
value             344 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<C**>::value);
value             345 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<const int>::value);
value             346 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<char* volatile>::value);
value             347 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<const volatile double>::value);
value             349 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<G>::value);
value             350 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<const G>::value);
value             351 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<volatile G>::value);
value             352 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(is_pod<const volatile G>::value);
value             356 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pod<void>::value);
value             357 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pod<string>::value);
value             358 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_pod<pair<int, int> >::value));
value             359 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pod<A>::value);
value             360 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pod<B>::value);
value             361 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pod<C>::value);
value             362 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pod<const string>::value);
value             363 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pod<volatile A>::value);
value             364 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(is_pod<const volatile B>::value);
value             369 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<bool>::value);
value             370 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<char>::value);
value             371 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<unsigned char>::value);
value             372 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<signed char>::value);
value             373 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<wchar_t>::value);
value             374 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<int>::value);
value             375 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<unsigned int>::value);
value             376 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<short>::value);
value             377 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<unsigned short>::value);
value             378 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<long>::value);
value             379 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<unsigned long>::value);
value             380 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<float>::value);
value             381 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<double>::value);
value             382 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<long double>::value);
value             383 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<string*>::value);
value             384 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<A*>::value);
value             385 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<const B*>::value);
value             386 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<C**>::value);
value             391 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((has_trivial_constructor<pair<int, char*> >::value));
value             392 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<int10>::value);
value             396 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((has_trivial_constructor<pair<int, string> >::value));
value             397 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((has_trivial_constructor<pair<string, int> >::value));
value             401 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(has_trivial_constructor<string>::value);
value             402 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(has_trivial_constructor<vector<int> >::value);
value             406 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_constructor<E>::value);
value             412 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<bool>::value);
value             413 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<char>::value);
value             414 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<unsigned char>::value);
value             415 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<signed char>::value);
value             416 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<wchar_t>::value);
value             417 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<int>::value);
value             418 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<unsigned int>::value);
value             419 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<short>::value);
value             420 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<unsigned short>::value);
value             421 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<long>::value);
value             422 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<unsigned long>::value);
value             423 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<float>::value);
value             424 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<double>::value);
value             425 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<long double>::value);
value             426 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<string*>::value);
value             427 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<A*>::value);
value             428 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<const B*>::value);
value             429 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<C**>::value);
value             434 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((has_trivial_copy<pair<int, char*> >::value));
value             435 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<int10>::value);
value             439 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((has_trivial_copy<pair<int, string> >::value));
value             440 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((has_trivial_copy<pair<string, int> >::value));
value             444 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(has_trivial_copy<string>::value);
value             445 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(has_trivial_copy<vector<int> >::value);
value             449 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_copy<C>::value);
value             455 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<bool>::value);
value             456 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<char>::value);
value             457 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<unsigned char>::value);
value             458 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<signed char>::value);
value             459 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<wchar_t>::value);
value             460 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<int>::value);
value             461 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<unsigned int>::value);
value             462 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<short>::value);
value             463 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<unsigned short>::value);
value             464 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<long>::value);
value             465 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<unsigned long>::value);
value             466 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<float>::value);
value             467 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<double>::value);
value             468 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<long double>::value);
value             469 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<string*>::value);
value             470 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<A*>::value);
value             471 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<const B*>::value);
value             472 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<C**>::value);
value             477 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((has_trivial_assign<pair<int, char*> >::value));
value             478 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<int10>::value);
value             482 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((has_trivial_assign<pair<int, string> >::value));
value             483 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((has_trivial_assign<pair<string, int> >::value));
value             487 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(has_trivial_assign<string>::value);
value             488 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(has_trivial_assign<vector<int> >::value);
value             492 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_assign<D>::value);
value             497 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<bool>::value);
value             498 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<char>::value);
value             499 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<unsigned char>::value);
value             500 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<signed char>::value);
value             501 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<wchar_t>::value);
value             502 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<int>::value);
value             503 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<unsigned int>::value);
value             504 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<short>::value);
value             505 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<unsigned short>::value);
value             506 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<long>::value);
value             507 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<unsigned long>::value);
value             508 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<float>::value);
value             509 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<double>::value);
value             510 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<long double>::value);
value             511 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<string*>::value);
value             512 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<A*>::value);
value             513 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<const B*>::value);
value             514 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<C**>::value);
value             519 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((has_trivial_destructor<pair<int, char*> >::value));
value             520 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<int10>::value);
value             524 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((has_trivial_destructor<pair<int, string> >::value));
value             525 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((has_trivial_destructor<pair<string, int> >::value));
value             529 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(has_trivial_destructor<string>::value);
value             530 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE(has_trivial_destructor<vector<int> >::value);
value             534 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE(has_trivial_destructor<F>::value);
value             587 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_same<int32, int32>::value));
value             588 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<int32, int64>::value));
value             589 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<int64, int32>::value));
value             590 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<int, const int>::value));
value             592 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_same<void, void>::value));
value             593 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<void, int>::value));
value             594 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<int, void>::value));
value             596 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_same<int*, int*>::value));
value             597 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_same<void*, void*>::value));
value             598 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<int*, void*>::value));
value             599 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<void*, int*>::value));
value             600 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<void*, const void*>::value));
value             601 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<void*, void* const>::value));
value             603 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_same<Base*, Base*>::value));
value             604 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_same<Derived*, Derived*>::value));
value             605 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<Base*, Derived*>::value));
value             606 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_same<Derived*, Base*>::value));
value             611 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_convertible<int, int>::value));
value             612 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_convertible<int, long>::value));
value             613 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_convertible<long, int>::value));
value             615 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_convertible<int*, void*>::value));
value             616 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_convertible<void*, int*>::value));
value             618 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_convertible<Derived*, Base*>::value));
value             619 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_convertible<Base*, Derived*>::value));
value             620 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_TRUE((is_convertible<Derived*, const Base*>::value));
value             621 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc   EXPECT_FALSE((is_convertible<const Derived*, Base*>::value));
value             542 third_party/protobuf/src/google/protobuf/text_format.cc         int64 value;
value             543 third_party/protobuf/src/google/protobuf/text_format.cc         DO(ConsumeSignedInteger(&value, kint32max));
value             544 third_party/protobuf/src/google/protobuf/text_format.cc         SET_FIELD(Int32, static_cast<int32>(value));
value             549 third_party/protobuf/src/google/protobuf/text_format.cc         uint64 value;
value             550 third_party/protobuf/src/google/protobuf/text_format.cc         DO(ConsumeUnsignedInteger(&value, kuint32max));
value             551 third_party/protobuf/src/google/protobuf/text_format.cc         SET_FIELD(UInt32, static_cast<uint32>(value));
value             556 third_party/protobuf/src/google/protobuf/text_format.cc         int64 value;
value             557 third_party/protobuf/src/google/protobuf/text_format.cc         DO(ConsumeSignedInteger(&value, kint64max));
value             558 third_party/protobuf/src/google/protobuf/text_format.cc         SET_FIELD(Int64, value);
value             563 third_party/protobuf/src/google/protobuf/text_format.cc         uint64 value;
value             564 third_party/protobuf/src/google/protobuf/text_format.cc         DO(ConsumeUnsignedInteger(&value, kuint64max));
value             565 third_party/protobuf/src/google/protobuf/text_format.cc         SET_FIELD(UInt64, value);
value             570 third_party/protobuf/src/google/protobuf/text_format.cc         double value;
value             571 third_party/protobuf/src/google/protobuf/text_format.cc         DO(ConsumeDouble(&value));
value             572 third_party/protobuf/src/google/protobuf/text_format.cc         SET_FIELD(Float, static_cast<float>(value));
value             577 third_party/protobuf/src/google/protobuf/text_format.cc         double value;
value             578 third_party/protobuf/src/google/protobuf/text_format.cc         DO(ConsumeDouble(&value));
value             579 third_party/protobuf/src/google/protobuf/text_format.cc         SET_FIELD(Double, value);
value             584 third_party/protobuf/src/google/protobuf/text_format.cc         string value;
value             585 third_party/protobuf/src/google/protobuf/text_format.cc         DO(ConsumeString(&value));
value             586 third_party/protobuf/src/google/protobuf/text_format.cc         SET_FIELD(String, value);
value             592 third_party/protobuf/src/google/protobuf/text_format.cc           uint64 value;
value             593 third_party/protobuf/src/google/protobuf/text_format.cc           DO(ConsumeUnsignedInteger(&value, 1));
value             594 third_party/protobuf/src/google/protobuf/text_format.cc           SET_FIELD(Bool, value);
value             596 third_party/protobuf/src/google/protobuf/text_format.cc           string value;
value             597 third_party/protobuf/src/google/protobuf/text_format.cc           DO(ConsumeIdentifier(&value));
value             598 third_party/protobuf/src/google/protobuf/text_format.cc           if (value == "true" || value == "t") {
value             600 third_party/protobuf/src/google/protobuf/text_format.cc           } else if (value == "false" || value == "f") {
value             604 third_party/protobuf/src/google/protobuf/text_format.cc                         + "\". Value: \"" + value  + "\".");
value             612 third_party/protobuf/src/google/protobuf/text_format.cc         string value;
value             617 third_party/protobuf/src/google/protobuf/text_format.cc           DO(ConsumeIdentifier(&value));
value             619 third_party/protobuf/src/google/protobuf/text_format.cc           enum_value = enum_type->FindValueByName(value);
value             625 third_party/protobuf/src/google/protobuf/text_format.cc           value = SimpleItoa(int_value);        // for error reporting
value             633 third_party/protobuf/src/google/protobuf/text_format.cc           ReportError("Unknown enumeration value of \"" + value  + "\" for "
value             751 third_party/protobuf/src/google/protobuf/text_format.cc   bool ConsumeUnsignedInteger(uint64* value, uint64 max_value) {
value             758 third_party/protobuf/src/google/protobuf/text_format.cc                                      max_value, value)) {
value             772 third_party/protobuf/src/google/protobuf/text_format.cc   bool ConsumeSignedInteger(int64* value, uint64 max_value) {
value             786 third_party/protobuf/src/google/protobuf/text_format.cc     *value = static_cast<int64>(unsigned_value);
value             789 third_party/protobuf/src/google/protobuf/text_format.cc       *value = -*value;
value             800 third_party/protobuf/src/google/protobuf/text_format.cc   bool ConsumeDouble(double* value) {
value             814 third_party/protobuf/src/google/protobuf/text_format.cc       *value = static_cast<double>(integer_value);
value             817 third_party/protobuf/src/google/protobuf/text_format.cc       *value = io::Tokenizer::ParseFloat(tokenizer_.current().text);
value             826 third_party/protobuf/src/google/protobuf/text_format.cc         *value = std::numeric_limits<double>::infinity();
value             829 third_party/protobuf/src/google/protobuf/text_format.cc         *value = std::numeric_limits<double>::quiet_NaN();
value             841 third_party/protobuf/src/google/protobuf/text_format.cc       *value = -*value;
value             850 third_party/protobuf/src/google/protobuf/text_format.cc   bool Consume(const string& value) {
value             853 third_party/protobuf/src/google/protobuf/text_format.cc     if (current_value != value) {
value             854 third_party/protobuf/src/google/protobuf/text_format.cc       ReportError("Expected \"" + value + "\", found \"" + current_value
value             866 third_party/protobuf/src/google/protobuf/text_format.cc   bool TryConsume(const string& value) {
value             867 third_party/protobuf/src/google/protobuf/text_format.cc     if (tokenizer_.current().text == value) {
value            1336 third_party/protobuf/src/google/protobuf/text_format.cc         const string& value = field->is_repeated() ?
value            1343 third_party/protobuf/src/google/protobuf/text_format.cc           generator.Print(strings::Utf8SafeCEscape(value));
value            1345 third_party/protobuf/src/google/protobuf/text_format.cc           generator.Print(CEscape(value));
value            1416 third_party/protobuf/src/google/protobuf/text_format.cc static string PaddedHex(IntType value) {
value            1418 third_party/protobuf/src/google/protobuf/text_format.cc   result.reserve(sizeof(value) * 2);
value            1419 third_party/protobuf/src/google/protobuf/text_format.cc   for (int i = sizeof(value) * 2 - 1; i >= 0; i--) {
value            1420 third_party/protobuf/src/google/protobuf/text_format.cc     result.push_back(int_to_hex_digit(value >> (i*4) & 0x0F));
value            1468 third_party/protobuf/src/google/protobuf/text_format.cc         const string& value = field.length_delimited();
value            1470 third_party/protobuf/src/google/protobuf/text_format.cc         if (!value.empty() && embedded_unknown_fields.ParseFromString(value)) {
value            1490 third_party/protobuf/src/google/protobuf/text_format.cc           generator.Print(CEscape(value));
value              59 third_party/protobuf/src/google/protobuf/text_format_unittest.cc inline bool IsNaN(double value) {
value              61 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   return value != value;
value             855 third_party/protobuf/src/google/protobuf/text_format_unittest.cc #define EXPECT_FIELD(name, value, valuestring) \
value             858 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   EXPECT_EQ(value, message->optional_##name()); \
value             861 third_party/protobuf/src/google/protobuf/text_format_unittest.cc #define EXPECT_BOOL_FIELD(name, value, valuestring) \
value             864 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   EXPECT_TRUE(message->optional_##name() == value); \
value             867 third_party/protobuf/src/google/protobuf/text_format_unittest.cc #define EXPECT_FLOAT_FIELD(name, value, valuestring) \
value             870 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   EXPECT_FLOAT_EQ(value, message->optional_##name()); \
value             873 third_party/protobuf/src/google/protobuf/text_format_unittest.cc #define EXPECT_DOUBLE_FIELD(name, value, valuestring) \
value             876 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   EXPECT_DOUBLE_EQ(value, message->optional_##name()); \
value             119 third_party/protobuf/src/google/protobuf/unknown_field_set.cc void UnknownFieldSet::AddVarint(int number, uint64 value) {
value             124 third_party/protobuf/src/google/protobuf/unknown_field_set.cc   field.varint_ = value;
value             128 third_party/protobuf/src/google/protobuf/unknown_field_set.cc void UnknownFieldSet::AddFixed32(int number, uint32 value) {
value             133 third_party/protobuf/src/google/protobuf/unknown_field_set.cc   field.fixed32_ = value;
value             137 third_party/protobuf/src/google/protobuf/unknown_field_set.cc void UnknownFieldSet::AddFixed64(int number, uint64 value) {
value             142 third_party/protobuf/src/google/protobuf/unknown_field_set.cc   field.fixed64_ = value;
value             115 third_party/protobuf/src/google/protobuf/unknown_field_set.h   void AddVarint(int number, uint64 value);
value             116 third_party/protobuf/src/google/protobuf/unknown_field_set.h   void AddFixed32(int number, uint32 value);
value             117 third_party/protobuf/src/google/protobuf/unknown_field_set.h   void AddFixed64(int number, uint64 value);
value             118 third_party/protobuf/src/google/protobuf/unknown_field_set.h   void AddLengthDelimited(int number, const string& value);
value             180 third_party/protobuf/src/google/protobuf/unknown_field_set.h   inline void set_varint(uint64 value);
value             181 third_party/protobuf/src/google/protobuf/unknown_field_set.h   inline void set_fixed32(uint32 value);
value             182 third_party/protobuf/src/google/protobuf/unknown_field_set.h   inline void set_fixed64(uint64 value);
value             183 third_party/protobuf/src/google/protobuf/unknown_field_set.h   inline void set_length_delimited(const string& value);
value             247 third_party/protobuf/src/google/protobuf/unknown_field_set.h     int number, const string& value) {
value             248 third_party/protobuf/src/google/protobuf/unknown_field_set.h   AddLengthDelimited(number)->assign(value);
value             278 third_party/protobuf/src/google/protobuf/unknown_field_set.h inline void UnknownField::set_varint(uint64 value) {
value             280 third_party/protobuf/src/google/protobuf/unknown_field_set.h   varint_ = value;
value             282 third_party/protobuf/src/google/protobuf/unknown_field_set.h inline void UnknownField::set_fixed32(uint32 value) {
value             284 third_party/protobuf/src/google/protobuf/unknown_field_set.h   fixed32_ = value;
value             286 third_party/protobuf/src/google/protobuf/unknown_field_set.h inline void UnknownField::set_fixed64(uint64 value) {
value             288 third_party/protobuf/src/google/protobuf/unknown_field_set.h   fixed64_ = value;
value             290 third_party/protobuf/src/google/protobuf/unknown_field_set.h inline void UnknownField::set_length_delimited(const string& value) {
value             292 third_party/protobuf/src/google/protobuf/unknown_field_set.h   length_delimited_.string_value_->assign(value);
value             153 third_party/protobuf/src/google/protobuf/wire_format.cc           CPPTYPE value;                                                       \
value             155 third_party/protobuf/src/google/protobuf/wire_format.cc                 CPPTYPE, WireFormatLite::TYPE_##TYPE>(input, &value))          \
value             157 third_party/protobuf/src/google/protobuf/wire_format.cc           message_reflection->Add##CPPTYPE_METHOD(message, field, value);      \
value             182 third_party/protobuf/src/google/protobuf/wire_format.cc           int value;
value             184 third_party/protobuf/src/google/protobuf/wire_format.cc                   input, &value)) return false;
value             186 third_party/protobuf/src/google/protobuf/wire_format.cc               field->enum_type()->FindValueByNumber(value);
value             211 third_party/protobuf/src/google/protobuf/wire_format.cc         CPPTYPE value;                                                        \
value             213 third_party/protobuf/src/google/protobuf/wire_format.cc                 CPPTYPE, WireFormatLite::TYPE_##TYPE>(input, &value))         \
value             216 third_party/protobuf/src/google/protobuf/wire_format.cc           message_reflection->Add##CPPTYPE_METHOD(message, field, value);     \
value             218 third_party/protobuf/src/google/protobuf/wire_format.cc           message_reflection->Set##CPPTYPE_METHOD(message, field, value);     \
value             242 third_party/protobuf/src/google/protobuf/wire_format.cc         int value;
value             244 third_party/protobuf/src/google/protobuf/wire_format.cc                 input, &value)) return false;
value             246 third_party/protobuf/src/google/protobuf/wire_format.cc           field->enum_type()->FindValueByNumber(value);
value             256 third_party/protobuf/src/google/protobuf/wire_format.cc           int64 sign_extended_value = static_cast<int64>(value);
value             266 third_party/protobuf/src/google/protobuf/wire_format.cc         string value;
value             267 third_party/protobuf/src/google/protobuf/wire_format.cc         if (!WireFormatLite::ReadString(input, &value)) return false;
value             268 third_party/protobuf/src/google/protobuf/wire_format.cc         VerifyUTF8String(value.data(), value.length(), PARSE);
value             270 third_party/protobuf/src/google/protobuf/wire_format.cc           message_reflection->AddString(message, field, value);
value             272 third_party/protobuf/src/google/protobuf/wire_format.cc           message_reflection->SetString(message, field, value);
value             278 third_party/protobuf/src/google/protobuf/wire_format.cc         string value;
value             279 third_party/protobuf/src/google/protobuf/wire_format.cc         if (!WireFormatLite::ReadBytes(input, &value)) return false;
value             281 third_party/protobuf/src/google/protobuf/wire_format.cc           message_reflection->AddString(message, field, value);
value             283 third_party/protobuf/src/google/protobuf/wire_format.cc           message_reflection->SetString(message, field, value);
value             468 third_party/protobuf/src/google/protobuf/wire_format.cc         const CPPTYPE value = field->is_repeated() ?                           \
value             474 third_party/protobuf/src/google/protobuf/wire_format.cc           WireFormatLite::Write##TYPE_METHOD##NoTag(value, output);            \
value             476 third_party/protobuf/src/google/protobuf/wire_format.cc           WireFormatLite::Write##TYPE_METHOD(field->number(), value, output);  \
value             515 third_party/protobuf/src/google/protobuf/wire_format.cc         const EnumValueDescriptor* value = field->is_repeated() ?
value             519 third_party/protobuf/src/google/protobuf/wire_format.cc           WireFormatLite::WriteEnumNoTag(value->number(), output);
value             521 third_party/protobuf/src/google/protobuf/wire_format.cc           WireFormatLite::WriteEnum(field->number(), value->number(), output);
value             530 third_party/protobuf/src/google/protobuf/wire_format.cc         const string& value = field->is_repeated() ?
value             534 third_party/protobuf/src/google/protobuf/wire_format.cc         VerifyUTF8String(value.data(), value.length(), SERIALIZE);
value             535 third_party/protobuf/src/google/protobuf/wire_format.cc         WireFormatLite::WriteString(field->number(), value, output);
value             541 third_party/protobuf/src/google/protobuf/wire_format.cc         const string& value = field->is_repeated() ?
value             545 third_party/protobuf/src/google/protobuf/wire_format.cc         WireFormatLite::WriteBytes(field->number(), value, output);
value             710 third_party/protobuf/src/google/protobuf/wire_format.cc         const string& value = field->is_repeated() ?
value             714 third_party/protobuf/src/google/protobuf/wire_format.cc         data_size += WireFormatLite::StringSize(value);
value              71 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     int field_number, int value) {
value              72 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   unknown_fields_->AddVarint(field_number, value);
value              78 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedOutputStream::StaticVarintSize32<kMessageSetItemStartTag>::value +
value              79 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedOutputStream::StaticVarintSize32<kMessageSetItemEndTag>::value +
value              80 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedOutputStream::StaticVarintSize32<kMessageSetTypeIdTag>::value +
value              81 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedOutputStream::StaticVarintSize32<kMessageSetMessageTag>::value;
value             136 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       uint64 value;
value             137 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       if (!input->ReadVarint64(&value)) return false;
value             138 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       if (unknown_fields != NULL) unknown_fields->AddVarint(number, value);
value             142 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       uint64 value;
value             143 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       if (!input->ReadLittleEndian64(&value)) return false;
value             144 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       if (unknown_fields != NULL) unknown_fields->AddFixed64(number, value);
value             179 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       uint32 value;
value             180 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       if (!input->ReadLittleEndian32(&value)) return false;
value             181 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       if (unknown_fields != NULL) unknown_fields->AddFixed32(number, value);
value             421 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     int value;
value             423 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         int, WireFormatLite::TYPE_ENUM>(input, &value)) {
value             426 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     if (is_valid(value)) {
value             427 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       values->Add(value);
value             434 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteInt32(int field_number, int32 value,
value             437 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteInt32NoTag(value, output);
value             439 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteInt64(int field_number, int64 value,
value             442 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteInt64NoTag(value, output);
value             444 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteUInt32(int field_number, uint32 value,
value             447 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteUInt32NoTag(value, output);
value             449 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteUInt64(int field_number, uint64 value,
value             452 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteUInt64NoTag(value, output);
value             454 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteSInt32(int field_number, int32 value,
value             457 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteSInt32NoTag(value, output);
value             459 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteSInt64(int field_number, int64 value,
value             462 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteSInt64NoTag(value, output);
value             464 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteFixed32(int field_number, uint32 value,
value             467 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteFixed32NoTag(value, output);
value             469 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteFixed64(int field_number, uint64 value,
value             472 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteFixed64NoTag(value, output);
value             474 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteSFixed32(int field_number, int32 value,
value             477 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteSFixed32NoTag(value, output);
value             479 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteSFixed64(int field_number, int64 value,
value             482 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteSFixed64NoTag(value, output);
value             484 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteFloat(int field_number, float value,
value             487 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteFloatNoTag(value, output);
value             489 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteDouble(int field_number, double value,
value             492 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteDoubleNoTag(value, output);
value             494 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteBool(int field_number, bool value,
value             497 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteBoolNoTag(value, output);
value             499 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteEnum(int field_number, int value,
value             502 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   WriteEnumNoTag(value, output);
value             505 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteString(int field_number, const string& value,
value             509 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   GOOGLE_CHECK(value.size() <= kint32max);
value             510 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   output->WriteVarint32(value.size());
value             511 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   output->WriteString(value);
value             513 third_party/protobuf/src/google/protobuf/wire_format_lite.cc void WireFormatLite::WriteBytes(int field_number, const string& value,
value             516 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   GOOGLE_CHECK(value.size() <= kint32max);
value             517 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   output->WriteVarint32(value.size());
value             518 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   output->WriteString(value);
value             523 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                 const MessageLite& value,
value             526 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   value.SerializeWithCachedSizes(output);
value             531 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                   const MessageLite& value,
value             534 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   const int size = value.GetCachedSize();
value             536 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   value.SerializeWithCachedSizes(output);
value             540 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                             const MessageLite& value,
value             543 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   const int size = value.GetCachedSize();
value             546 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     uint8* end = value.SerializeWithCachedSizesToArray(target);
value             549 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     value.SerializeWithCachedSizes(output);
value             555 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                               const MessageLite& value,
value             558 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   const int size = value.GetCachedSize();
value             562 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     uint8* end = value.SerializeWithCachedSizesToArray(target);
value             565 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     value.SerializeWithCachedSizes(output);
value             570 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                 string* value) {
value             574 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   if (!input->InternalReadStringInline(value, length)) return false;
value             578 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                string* value) {
value             581 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   return input->InternalReadStringInline(value, length);
value             219 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static uint32 EncodeFloat(float value);
value             220 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static float DecodeFloat(uint32 value);
value             221 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static uint64 EncodeDouble(double value);
value             222 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static double DecodeDouble(uint64 value);
value             287 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline bool ReadPrimitive(input, CType* value) INL;
value             296 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                            RepeatedField<CType>* value) INL;
value             304 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                             RepeatedField<CType>* value);
value             313 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                                     CType* value) INL;
value             320 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                          RepeatedField<CType>* value) INL;
value             325 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static bool ReadPackedPrimitiveNoInline(input, RepeatedField<CType>* value);
value             331 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                      RepeatedField<int>* value);
value             333 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static bool ReadString(input, string* value);
value             334 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static bool ReadBytes (input, string* value);
value             336 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline bool ReadGroup  (field_number, input, MessageLite* value);
value             337 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline bool ReadMessage(input, MessageLite* value);
value             344 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                         MessageType* value);
value             346 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline bool ReadMessageNoVirtual(input, MessageType* value);
value             354 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteInt32NoTag   (int32 value, output) INL;
value             355 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteInt64NoTag   (int64 value, output) INL;
value             356 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteUInt32NoTag  (uint32 value, output) INL;
value             357 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteUInt64NoTag  (uint64 value, output) INL;
value             358 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteSInt32NoTag  (int32 value, output) INL;
value             359 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteSInt64NoTag  (int64 value, output) INL;
value             360 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteFixed32NoTag (uint32 value, output) INL;
value             361 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteFixed64NoTag (uint64 value, output) INL;
value             362 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteSFixed32NoTag(int32 value, output) INL;
value             363 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteSFixed64NoTag(int64 value, output) INL;
value             364 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteFloatNoTag   (float value, output) INL;
value             365 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteDoubleNoTag  (double value, output) INL;
value             366 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteBoolNoTag    (bool value, output) INL;
value             367 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline void WriteEnumNoTag    (int value, output) INL;
value             370 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteInt32   (field_number,  int32 value, output);
value             371 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteInt64   (field_number,  int64 value, output);
value             372 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteUInt32  (field_number, uint32 value, output);
value             373 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteUInt64  (field_number, uint64 value, output);
value             374 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteSInt32  (field_number,  int32 value, output);
value             375 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteSInt64  (field_number,  int64 value, output);
value             376 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteFixed32 (field_number, uint32 value, output);
value             377 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteFixed64 (field_number, uint64 value, output);
value             378 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteSFixed32(field_number,  int32 value, output);
value             379 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteSFixed64(field_number,  int64 value, output);
value             380 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteFloat   (field_number,  float value, output);
value             381 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteDouble  (field_number, double value, output);
value             382 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteBool    (field_number,   bool value, output);
value             383 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteEnum    (field_number,    int value, output);
value             385 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteString(field_number, const string& value, output);
value             386 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static void WriteBytes (field_number, const string& value, output);
value             389 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageLite& value, output);
value             391 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageLite& value, output);
value             395 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageLite& value, output);
value             397 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageLite& value, output);
value             404 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageType& value, output);
value             407 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageType& value, output);
value             416 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteInt32NoTagToArray   (int32 value, output) INL;
value             417 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteInt64NoTagToArray   (int64 value, output) INL;
value             418 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteUInt32NoTagToArray  (uint32 value, output) INL;
value             419 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteUInt64NoTagToArray  (uint64 value, output) INL;
value             420 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteSInt32NoTagToArray  (int32 value, output) INL;
value             421 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteSInt64NoTagToArray  (int64 value, output) INL;
value             422 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteFixed32NoTagToArray (uint32 value, output) INL;
value             423 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteFixed64NoTagToArray (uint64 value, output) INL;
value             424 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteSFixed32NoTagToArray(int32 value, output) INL;
value             425 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteSFixed64NoTagToArray(int64 value, output) INL;
value             426 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteFloatNoTagToArray   (float value, output) INL;
value             427 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteDoubleNoTagToArray  (double value, output) INL;
value             428 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteBoolNoTagToArray    (bool value, output) INL;
value             429 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline uint8* WriteEnumNoTagToArray    (int value, output) INL;
value             433 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int32 value, output) INL;
value             435 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int64 value, output) INL;
value             437 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, uint32 value, output) INL;
value             439 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, uint64 value, output) INL;
value             441 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int32 value, output) INL;
value             443 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int64 value, output) INL;
value             445 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, uint32 value, output) INL;
value             447 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, uint64 value, output) INL;
value             449 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int32 value, output) INL;
value             451 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int64 value, output) INL;
value             453 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, float value, output) INL;
value             455 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, double value, output) INL;
value             457 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, bool value, output) INL;
value             459 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, int value, output) INL;
value             462 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const string& value, output) INL;
value             464 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const string& value, output) INL;
value             467 third_party/protobuf/src/google/protobuf/wire_format_lite.h       field_number, const MessageLite& value, output) INL;
value             469 third_party/protobuf/src/google/protobuf/wire_format_lite.h       field_number, const MessageLite& value, output) INL;
value             476 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageType& value, output) INL;
value             479 third_party/protobuf/src/google/protobuf/wire_format_lite.h     field_number, const MessageType& value, output) INL;
value             491 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int Int32Size   ( int32 value);
value             492 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int Int64Size   ( int64 value);
value             493 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int UInt32Size  (uint32 value);
value             494 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int UInt64Size  (uint64 value);
value             495 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int SInt32Size  ( int32 value);
value             496 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int SInt64Size  ( int64 value);
value             497 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int EnumSize    (   int value);
value             508 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int StringSize(const string& value);
value             509 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int BytesSize (const string& value);
value             511 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int GroupSize  (const MessageLite& value);
value             512 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int MessageSize(const MessageLite& value);
value             518 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int GroupSizeNoVirtual  (const MessageType& value);
value             520 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline int MessageSizeNoVirtual(const MessageType& value);
value             535 third_party/protobuf/src/google/protobuf/wire_format_lite.h       RepeatedField<CType>* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
value             559 third_party/protobuf/src/google/protobuf/wire_format_lite.h   void SkipUnknownEnum(int field_number, int value);
value             596 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline uint32 WireFormatLite::EncodeFloat(float value) {
value             598 third_party/protobuf/src/google/protobuf/wire_format_lite.h   f = value;
value             602 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline float WireFormatLite::DecodeFloat(uint32 value) {
value             604 third_party/protobuf/src/google/protobuf/wire_format_lite.h   i = value;
value             608 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline uint64 WireFormatLite::EncodeDouble(double value) {
value             610 third_party/protobuf/src/google/protobuf/wire_format_lite.h   f = value;
value             614 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline double WireFormatLite::DecodeDouble(uint64 value) {
value             616 third_party/protobuf/src/google/protobuf/wire_format_lite.h   i = value;
value              56 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int32* value) {
value              59 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = static_cast<int32>(temp);
value              65 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int64* value) {
value              68 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = static_cast<int64>(temp);
value              74 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     uint32* value) {
value              75 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return input->ReadVarint32(value);
value              80 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     uint64* value) {
value              81 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return input->ReadVarint64(value);
value              86 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int32* value) {
value              89 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = ZigZagDecode32(temp);
value              95 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int64* value) {
value              98 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = ZigZagDecode64(temp);
value             104 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     uint32* value) {
value             105 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return input->ReadLittleEndian32(value);
value             110 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     uint64* value) {
value             111 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return input->ReadLittleEndian64(value);
value             116 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int32* value) {
value             119 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = static_cast<int32>(temp);
value             125 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int64* value) {
value             128 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = static_cast<int64>(temp);
value             134 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     float* value) {
value             137 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = DecodeFloat(temp);
value             143 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     double* value) {
value             146 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = DecodeDouble(temp);
value             152 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     bool* value) {
value             155 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = temp != 0;
value             161 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int* value) {
value             164 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = static_cast<int>(temp);
value             172 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     uint32* value) {
value             173 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedInputStream::ReadLittleEndian32FromArray(buffer, value);
value             179 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     uint64* value) {
value             180 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedInputStream::ReadLittleEndian64FromArray(buffer, value);
value             186 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int32* value) {
value             189 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = static_cast<int32>(temp);
value             196 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int64* value) {
value             199 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = static_cast<int64>(temp);
value             206 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     float* value) {
value             209 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = DecodeFloat(temp);
value             216 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     double* value) {
value             219 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   *value = DecodeDouble(temp);
value             228 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   CType value;
value             229 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
value             230 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   values->Add(value);
value             233 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
value             234 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     values->AddAlreadyReserved(value);
value             247 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   CType value;
value             248 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!ReadPrimitive<CType, DeclaredType>(input, &value))
value             250 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   values->Add(value);
value             267 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     const int per_value_size = tag_size + sizeof(value);
value             275 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value);
value             276 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       values->AddAlreadyReserved(value);
value             316 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     RepeatedField<CType>* value) {
value             318 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       tag_size, tag, input, value);
value             328 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     CType value;
value             329 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
value             330 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     values->Add(value);
value             345 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                       MessageLite* value) {
value             347 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!value->MergePartialFromCodedStream(input)) return false;
value             356 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                         MessageLite* value) {
value             361 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!value->MergePartialFromCodedStream(input)) return false;
value             383 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     MessageType_WorkAroundCppLookupDefect* value) {
value             385 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!value->
value             397 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) {
value             402 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!value->
value             420 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteInt32NoTag(int32 value,
value             422 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteVarint32SignExtended(value);
value             424 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteInt64NoTag(int64 value,
value             426 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteVarint64(static_cast<uint64>(value));
value             428 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteUInt32NoTag(uint32 value,
value             430 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteVarint32(value);
value             432 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteUInt64NoTag(uint64 value,
value             434 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteVarint64(value);
value             436 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteSInt32NoTag(int32 value,
value             438 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteVarint32(ZigZagEncode32(value));
value             440 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteSInt64NoTag(int64 value,
value             442 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteVarint64(ZigZagEncode64(value));
value             444 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteFixed32NoTag(uint32 value,
value             446 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteLittleEndian32(value);
value             448 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteFixed64NoTag(uint64 value,
value             450 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteLittleEndian64(value);
value             452 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteSFixed32NoTag(int32 value,
value             454 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteLittleEndian32(static_cast<uint32>(value));
value             456 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteSFixed64NoTag(int64 value,
value             458 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteLittleEndian64(static_cast<uint64>(value));
value             460 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteFloatNoTag(float value,
value             462 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteLittleEndian32(EncodeFloat(value));
value             464 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteDoubleNoTag(double value,
value             466 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteLittleEndian64(EncodeDouble(value));
value             468 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteBoolNoTag(bool value,
value             470 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteVarint32(value ? 1 : 0);
value             472 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline void WireFormatLite::WriteEnumNoTag(int value,
value             474 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   output->WriteVarint32SignExtended(value);
value             481 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, const MessageType_WorkAroundCppLookupDefect& value,
value             484 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   value.MessageType_WorkAroundCppLookupDefect::SerializeWithCachedSizes(output);
value             489 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, const MessageType_WorkAroundCppLookupDefect& value,
value             493 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       value.MessageType_WorkAroundCppLookupDefect::GetCachedSize());
value             494 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   value.MessageType_WorkAroundCppLookupDefect::SerializeWithCachedSizes(output);
value             506 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteInt32NoTagToArray(int32 value,
value             508 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32SignExtendedToArray(value, target);
value             510 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteInt64NoTagToArray(int64 value,
value             513 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       static_cast<uint64>(value), target);
value             515 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteUInt32NoTagToArray(uint32 value,
value             517 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32ToArray(value, target);
value             519 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteUInt64NoTagToArray(uint64 value,
value             521 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint64ToArray(value, target);
value             523 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteSInt32NoTagToArray(int32 value,
value             525 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32ToArray(ZigZagEncode32(value),
value             528 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteSInt64NoTagToArray(int64 value,
value             530 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint64ToArray(ZigZagEncode64(value),
value             533 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteFixed32NoTagToArray(uint32 value,
value             535 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian32ToArray(value, target);
value             537 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteFixed64NoTagToArray(uint64 value,
value             539 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian64ToArray(value, target);
value             541 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteSFixed32NoTagToArray(int32 value,
value             544 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       static_cast<uint32>(value), target);
value             546 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteSFixed64NoTagToArray(int64 value,
value             549 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       static_cast<uint64>(value), target);
value             551 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteFloatNoTagToArray(float value,
value             553 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian32ToArray(EncodeFloat(value),
value             556 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteDoubleNoTagToArray(double value,
value             558 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian64ToArray(EncodeDouble(value),
value             561 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteBoolNoTagToArray(bool value,
value             563 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32ToArray(value ? 1 : 0, target);
value             565 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline uint8* WireFormatLite::WriteEnumNoTagToArray(int value,
value             567 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32SignExtendedToArray(value, target);
value             571 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                 int32 value,
value             574 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteInt32NoTagToArray(value, target);
value             577 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                 int64 value,
value             580 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteInt64NoTagToArray(value, target);
value             583 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                  uint32 value,
value             586 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteUInt32NoTagToArray(value, target);
value             589 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                  uint64 value,
value             592 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteUInt64NoTagToArray(value, target);
value             595 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                  int32 value,
value             598 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteSInt32NoTagToArray(value, target);
value             601 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                  int64 value,
value             604 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteSInt64NoTagToArray(value, target);
value             607 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                   uint32 value,
value             610 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteFixed32NoTagToArray(value, target);
value             613 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                   uint64 value,
value             616 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteFixed64NoTagToArray(value, target);
value             619 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                    int32 value,
value             622 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteSFixed32NoTagToArray(value, target);
value             625 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                    int64 value,
value             628 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteSFixed64NoTagToArray(value, target);
value             631 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                 float value,
value             634 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteFloatNoTagToArray(value, target);
value             637 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                  double value,
value             640 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteDoubleNoTagToArray(value, target);
value             643 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                bool value,
value             646 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteBoolNoTagToArray(value, target);
value             649 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                int value,
value             652 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return WriteEnumNoTagToArray(value, target);
value             656 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                  const string& value,
value             663 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = io::CodedOutputStream::WriteVarint32ToArray(value.size(), target);
value             664 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteStringToArray(value, target);
value             667 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                 const string& value,
value             670 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = io::CodedOutputStream::WriteVarint32ToArray(value.size(), target);
value             671 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteStringToArray(value, target);
value             676 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                 const MessageLite& value,
value             679 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = value.SerializeWithCachedSizesToArray(target);
value             683 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                   const MessageLite& value,
value             687 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     value.GetCachedSize(), target);
value             688 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return value.SerializeWithCachedSizesToArray(target);
value             695 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, const MessageType_WorkAroundCppLookupDefect& value,
value             698 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = value.MessageType_WorkAroundCppLookupDefect
value             704 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     int field_number, const MessageType_WorkAroundCppLookupDefect& value,
value             708 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     value.MessageType_WorkAroundCppLookupDefect::GetCachedSize(), target);
value             709 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return value.MessageType_WorkAroundCppLookupDefect
value             715 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::Int32Size(int32 value) {
value             716 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32SignExtended(value);
value             718 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::Int64Size(int64 value) {
value             719 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize64(static_cast<uint64>(value));
value             721 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::UInt32Size(uint32 value) {
value             722 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(value);
value             724 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::UInt64Size(uint64 value) {
value             725 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize64(value);
value             727 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::SInt32Size(int32 value) {
value             728 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(ZigZagEncode32(value));
value             730 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::SInt64Size(int64 value) {
value             731 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize64(ZigZagEncode64(value));
value             733 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::EnumSize(int value) {
value             734 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32SignExtended(value);
value             737 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::StringSize(const string& value) {
value             738 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(value.size()) +
value             739 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h          value.size();
value             741 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::BytesSize(const string& value) {
value             742 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(value.size()) +
value             743 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h          value.size();
value             747 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::GroupSize(const MessageLite& value) {
value             748 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return value.ByteSize();
value             750 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline int WireFormatLite::MessageSize(const MessageLite& value) {
value             751 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return LengthDelimitedSize(value.ByteSize());
value             758 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     const MessageType_WorkAroundCppLookupDefect& value) {
value             759 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return value.MessageType_WorkAroundCppLookupDefect::ByteSize();
value             763 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     const MessageType_WorkAroundCppLookupDefect& value) {
value             765 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       value.MessageType_WorkAroundCppLookupDefect::ByteSize());
value             839 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc bool WriteMessage(const char *value, T *message, string *wire_buffer) {
value             840 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   message->set_data(value);
value              39 third_party/qcms/src/transform_util.c float lut_interp_linear(double value, uint16_t *table, size_t length)
value              42 third_party/qcms/src/transform_util.c 	value = value * (length - 1); // scale to length of the array
value              43 third_party/qcms/src/transform_util.c 	upper = ceil(value);
value              44 third_party/qcms/src/transform_util.c 	lower = floor(value);
value              46 third_party/qcms/src/transform_util.c 	value = table[upper]*(1. - (upper - value)) + table[lower]*(upper - value);
value              48 third_party/qcms/src/transform_util.c 	return value * (1./65535.);
value              56 third_party/qcms/src/transform_util.c 	uintptr_t value = (input_value * (length - 1));
value              57 third_party/qcms/src/transform_util.c 	uint32_t upper = (value + 65534) / 65535; /* equivalent to ceil(value/65535) */
value              58 third_party/qcms/src/transform_util.c 	uint32_t lower = value / 65535;           /* equivalent to floor(value/65535) */
value              60 third_party/qcms/src/transform_util.c 	uint32_t interp = value % 65535;
value              62 third_party/qcms/src/transform_util.c 	value = (table[upper]*(interp) + table[lower]*(65535 - interp))/65535; // 0..65535*65535
value              64 third_party/qcms/src/transform_util.c 	return value;
value              74 third_party/qcms/src/transform_util.c 	uintptr_t value = (input_value * (length - 1));
value              77 third_party/qcms/src/transform_util.c 	uint32_t upper = (value + PRECACHE_OUTPUT_MAX-1) / PRECACHE_OUTPUT_MAX;
value              79 third_party/qcms/src/transform_util.c 	uint32_t lower = value / PRECACHE_OUTPUT_MAX;
value              81 third_party/qcms/src/transform_util.c 	uint32_t interp = value % PRECACHE_OUTPUT_MAX;
value              84 third_party/qcms/src/transform_util.c 	value = (table[upper]*(interp) + table[lower]*(PRECACHE_OUTPUT_MAX - interp)); // 0..(65535*PRECACHE_OUTPUT_MAX)
value              87 third_party/qcms/src/transform_util.c 	value += (PRECACHE_OUTPUT_MAX*65535/255)/2;
value              88 third_party/qcms/src/transform_util.c         value /= (PRECACHE_OUTPUT_MAX*65535/255); // scale to 0..255
value              89 third_party/qcms/src/transform_util.c 	return value;
value              94 third_party/qcms/src/transform_util.c float lut_interp_linear_float(float value, float *table, size_t length)
value              97 third_party/qcms/src/transform_util.c         value = value * (length - 1);
value              98 third_party/qcms/src/transform_util.c         upper = ceil(value);
value              99 third_party/qcms/src/transform_util.c         lower = floor(value);
value             101 third_party/qcms/src/transform_util.c         value = table[upper]*(1. - (upper - value)) + table[lower]*(upper - value);
value             103 third_party/qcms/src/transform_util.c         return value;
value             112 third_party/qcms/src/transform_util.c 	uint32_t value = (input_value * (length - 1));
value             113 third_party/qcms/src/transform_util.c 	uint32_t upper = (value + 4095) / 4096; /* equivalent to ceil(value/4096) */
value             114 third_party/qcms/src/transform_util.c 	uint32_t lower = value / 4096;           /* equivalent to floor(value/4096) */
value             115 third_party/qcms/src/transform_util.c 	uint32_t interp = value % 4096;
value             117 third_party/qcms/src/transform_util.c 	value = (table[upper]*(interp) + table[lower]*(4096 - interp))/4096; // 0..4096*4096
value             119 third_party/qcms/src/transform_util.c 	return value;
value              34 third_party/qcms/src/transform_util.h float lut_interp_linear(double value, uint16_t *table, size_t length);
value              35 third_party/qcms/src/transform_util.h float lut_interp_linear_float(float value, float *table, size_t length);
value              17 third_party/re2/re2/testing/re2_arg_test.cc   int64 value;
value             104 third_party/re2/re2/testing/re2_arg_test.cc       ASSERT_EQUALS(r, kSuccessTable[i].value);                          \
value              32 third_party/re2/re2/testing/re2_test.cc #define CHECK_HEX(type, value) \
value              35 third_party/re2/re2/testing/re2_test.cc     CHECK(RE2::FullMatch(#value, "([0-9a-fA-F]+)[uUlL]*", RE2::Hex(&v))); \
value              36 third_party/re2/re2/testing/re2_test.cc     CHECK_EQ(v, 0x ## value); \
value              37 third_party/re2/re2/testing/re2_test.cc     CHECK(RE2::FullMatch("0x" #value, "([0-9a-fA-FxX]+)[uUlL]*", RE2::CRadix(&v))); \
value              38 third_party/re2/re2/testing/re2_test.cc     CHECK_EQ(v, 0x ## value); \
value              56 third_party/re2/re2/testing/re2_test.cc #define CHECK_OCTAL(type, value) \
value              59 third_party/re2/re2/testing/re2_test.cc     CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \
value              60 third_party/re2/re2/testing/re2_test.cc     CHECK_EQ(v, 0 ## value); \
value              61 third_party/re2/re2/testing/re2_test.cc     CHECK(RE2::FullMatch("0" #value, "([0-9a-fA-FxX]+)[uUlL]*", RE2::CRadix(&v))); \
value              62 third_party/re2/re2/testing/re2_test.cc     CHECK_EQ(v, 0 ## value); \
value              80 third_party/re2/re2/testing/re2_test.cc #define CHECK_DECIMAL(type, value) \
value              83 third_party/re2/re2/testing/re2_test.cc     CHECK(RE2::FullMatch(#value, "(-?[0-9]+)[uUlL]*", &v)); \
value              84 third_party/re2/re2/testing/re2_test.cc     CHECK_EQ(v, value); \
value              85 third_party/re2/re2/testing/re2_test.cc     CHECK(RE2::FullMatch(#value, "(-?[0-9a-fA-FxX]+)[uUlL]*", RE2::CRadix(&v))); \
value              86 third_party/re2/re2/testing/re2_test.cc     CHECK_EQ(v, value); \
value             246 third_party/re2/util/sparse_array.h   IndexValue(int index, const Value& value) : second(value), index_(index) {}
value             249 third_party/re2/util/sparse_array.h   Value value() const { return second; }
value              19 third_party/re2/util/sparse_array_test.cc   int value[n];
value              23 third_party/re2/util/sparse_array_test.cc     value[i] = rand()%1000 + 1;
value              34 third_party/re2/util/sparse_array_test.cc       ASSERT_EQ(value[order[j]], set.get(order[j], -1));
value              40 third_party/re2/util/sparse_array_test.cc     set.set(order[i], value[order[i]]);
value              46 third_party/re2/util/sparse_array_test.cc     ASSERT_EQ(value[i->index()], i->value());
value            2399 third_party/simplejson/_speedups.c             PyObject *key, *value;
value            2401 third_party/simplejson/_speedups.c             value = PyDict_GetItem(dct, key);
value            2402 third_party/simplejson/_speedups.c             item = PyTuple_Pack(2, key, value);
value            2425 third_party/simplejson/_speedups.c         PyObject *encoded, *key, *value;
value            2433 third_party/simplejson/_speedups.c         value = PyTuple_GET_ITEM(item, 1);
value            2434 third_party/simplejson/_speedups.c         if (value == NULL)
value            2491 third_party/simplejson/_speedups.c         if (encoder_listencode_obj(s, rval, value, indent_level))
value            7741 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
value            21955 third_party/sqlite/amalgamation/sqlite3.c         ret       ; return value at EDX:EAX
value            24283 third_party/sqlite/amalgamation/sqlite3.c         ret       ; return value at EDX:EAX
value            31068 third_party/sqlite/amalgamation/sqlite3.c         ret       ; return value at EDX:EAX
value            56335 third_party/sqlite/amalgamation/sqlite3.c     i64 value = 0;
value            56338 third_party/sqlite/amalgamation/sqlite3.c     sqlite3Atoi64(pMem->z, &value, pMem->n, pMem->enc);
value            56339 third_party/sqlite/amalgamation/sqlite3.c     return value;
value            62321 third_party/sqlite/amalgamation/sqlite3.c         ret       ; return value at EDX:EAX
value            72668 third_party/sqlite/amalgamation/sqlite3.c     double value;
value            72670 third_party/sqlite/amalgamation/sqlite3.c     sqlite3AtoF(z, &value, sqlite3Strlen30(z), SQLITE_UTF8);
value            72671 third_party/sqlite/amalgamation/sqlite3.c     assert( !sqlite3IsNaN(value) ); /* The new AtoF never returns NaN */
value            72672 third_party/sqlite/amalgamation/sqlite3.c     if( negateFlag ) value = -value;
value            72673 third_party/sqlite/amalgamation/sqlite3.c     zV = dup8bytes(v, (char*)&value);
value            72695 third_party/sqlite/amalgamation/sqlite3.c     i64 value;
value            72698 third_party/sqlite/amalgamation/sqlite3.c     c = sqlite3Atoi64(z, &value, sqlite3Strlen30(z), SQLITE_UTF8);
value            72701 third_party/sqlite/amalgamation/sqlite3.c       if( negFlag ){ value = c==2 ? SMALLEST_INT64 : -value; }
value            72702 third_party/sqlite/amalgamation/sqlite3.c       zV = dup8bytes(v, (char*)&value);
value            87681 third_party/sqlite/amalgamation/sqlite3.c static void returnSingleInt(Parse *pParse, const char *zLabel, i64 value){
value            87684 third_party/sqlite/amalgamation/sqlite3.c   i64 *pI64 = sqlite3DbMallocRaw(pParse->db, sizeof(value));
value            87686 third_party/sqlite/amalgamation/sqlite3.c     memcpy(pI64, &value, sizeof(value));
value            102836 third_party/sqlite/amalgamation/sqlite3.c   struct {int value; int mask;} yy215;
value            104912 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy4 = (yymsp[-1].minor.yy4 & ~yymsp[0].minor.yy215.mask) | yymsp[0].minor.yy215.value; }
value            104916 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy215.value = 0;     yygotominor.yy215.mask = 0x000000; }
value            104919 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy215.value = yymsp[0].minor.yy4;     yygotominor.yy215.mask = 0x0000ff; }
value            104922 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy215.value = yymsp[0].minor.yy4<<8;  yygotominor.yy215.mask = 0x00ff00; }
value             115 third_party/sqlite/src/src/btree.h int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
value            1931 third_party/sqlite/src/src/expr.c     double value;
value            1933 third_party/sqlite/src/src/expr.c     sqlite3AtoF(z, &value, sqlite3Strlen30(z), SQLITE_UTF8);
value            1934 third_party/sqlite/src/src/expr.c     assert( !sqlite3IsNaN(value) ); /* The new AtoF never returns NaN */
value            1935 third_party/sqlite/src/src/expr.c     if( negateFlag ) value = -value;
value            1936 third_party/sqlite/src/src/expr.c     zV = dup8bytes(v, (char*)&value);
value            1958 third_party/sqlite/src/src/expr.c     i64 value;
value            1961 third_party/sqlite/src/src/expr.c     c = sqlite3Atoi64(z, &value, sqlite3Strlen30(z), SQLITE_UTF8);
value            1964 third_party/sqlite/src/src/expr.c       if( negFlag ){ value = c==2 ? SMALLEST_INT64 : -value; }
value            1965 third_party/sqlite/src/src/expr.c       zV = dup8bytes(v, (char*)&value);
value              41 third_party/sqlite/src/src/hwtime.h         ret       ; return value at EDX:EAX
value             316 third_party/sqlite/src/src/parse.y refargs(A) ::= refargs(X) refarg(Y). { A = (X & ~Y.mask) | Y.value; }
value             317 third_party/sqlite/src/src/parse.y %type refarg {struct {int value; int mask;}}
value             318 third_party/sqlite/src/src/parse.y refarg(A) ::= MATCH nm.              { A.value = 0;     A.mask = 0x000000; }
value             319 third_party/sqlite/src/src/parse.y refarg(A) ::= ON INSERT refact.      { A.value = 0;     A.mask = 0x000000; }
value             320 third_party/sqlite/src/src/parse.y refarg(A) ::= ON DELETE refact(X).   { A.value = X;     A.mask = 0x0000ff; }
value             321 third_party/sqlite/src/src/parse.y refarg(A) ::= ON UPDATE refact(X).   { A.value = X<<8;  A.mask = 0x00ff00; }
value             145 third_party/sqlite/src/src/pragma.c static void returnSingleInt(Parse *pParse, const char *zLabel, i64 value){
value             148 third_party/sqlite/src/src/pragma.c   i64 *pI64 = sqlite3DbMallocRaw(pParse->db, sizeof(value));
value             150 third_party/sqlite/src/src/pragma.c     memcpy(pI64, &value, sizeof(value));
value            2976 third_party/sqlite/src/src/test1.c   int value;
value            2987 third_party/sqlite/src/src/test1.c   if( Tcl_GetIntFromObj(interp, objv[3], &value) ) return TCL_ERROR;
value            2989 third_party/sqlite/src/src/test1.c   rc = sqlite3_bind_int(pStmt, idx, value);
value            3014 third_party/sqlite/src/src/test1.c   i64 value;
value            3025 third_party/sqlite/src/src/test1.c   if( Tcl_GetWideIntFromObj(interp, objv[3], &value) ) return TCL_ERROR;
value            3027 third_party/sqlite/src/src/test1.c   rc = sqlite3_bind_int64(pStmt, idx, value);
value            3052 third_party/sqlite/src/src/test1.c   double value;
value            3094 third_party/sqlite/src/src/test1.c       assert( sizeof(value)==8 );
value            3096 third_party/sqlite/src/src/test1.c       memcpy(&value, &x, 8);
value            3101 third_party/sqlite/src/src/test1.c          Tcl_GetDoubleFromObj(interp, objv[3], &value) ){
value            3104 third_party/sqlite/src/src/test1.c   rc = sqlite3_bind_double(pStmt, idx, value);
value            3165 third_party/sqlite/src/src/test1.c   char *value;
value            3176 third_party/sqlite/src/src/test1.c   value = (char*)Tcl_GetByteArrayFromObj(objv[3], &bytes);
value            3179 third_party/sqlite/src/src/test1.c   rc = sqlite3_bind_text(pStmt, idx, value, bytes, SQLITE_TRANSIENT);
value            3207 third_party/sqlite/src/src/test1.c   char *value;
value            3224 third_party/sqlite/src/src/test1.c   value = (char*)Tcl_GetByteArrayFromObj(oString, 0);
value            3227 third_party/sqlite/src/src/test1.c   rc = sqlite3_bind_text16(pStmt, idx, (void *)value, bytes, xDel);
value            3254 third_party/sqlite/src/src/test1.c   char *value;
value            3271 third_party/sqlite/src/src/test1.c   value = Tcl_GetString(objv[3]);
value            3274 third_party/sqlite/src/src/test1.c   rc = sqlite3_bind_blob(pStmt, idx, value, bytes, xDestructor);
value             370 third_party/sqlite/src/src/vdbemem.c     i64 value = 0;
value             373 third_party/sqlite/src/src/vdbemem.c     sqlite3Atoi64(pMem->z, &value, pMem->n, pMem->enc);
value             374 third_party/sqlite/src/src/vdbemem.c     return value;
value             402 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc int SuddenMotionSensor::ExtendSign(int value, size_t size) {
value             405 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc     if (value & 0x00000080)
value             406 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc       return value | 0xffffff00;
value             410 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc     if (value & 0x00008000)
value             411 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc       return value | 0xffff0000;
value             415 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc     if (value & 0x00800000)
value             416 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc       return value | 0xff000000;
value             423 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc   return value;
value              72 third_party/sudden_motion_sensor/sudden_motion_sensor_mac.h   static int ExtendSign(int value, size_t size);
value             537 third_party/talloc/libreplace/replace.c int rep_setenv(const char *name, const char *value, int overwrite) 
value             548 third_party/talloc/libreplace/replace.c 	l2 = strlen(value);
value             556 third_party/talloc/libreplace/replace.c 	memcpy(p+l1+1, value, l2);
value             196 third_party/talloc/libreplace/replace.h int rep_setenv(const char *name, const char *value, int overwrite);
value             199 third_party/talloc/libreplace/replace.h int setenv(const char *name, const char *value, int overwrite);
value             213 third_party/talloc/libreplace/snprintf.c 	LLONG value;
value             230 third_party/talloc/libreplace/snprintf.c 		    char *value, int flags, int min, int max);
value             232 third_party/talloc/libreplace/snprintf.c 		    LLONG value, int base, int min, int max, int flags);
value             559 third_party/talloc/libreplace/snprintf.c 				cnk->value = va_arg (args, int);
value             561 third_party/talloc/libreplace/snprintf.c 				cnk->value = va_arg (args, long int);
value             563 third_party/talloc/libreplace/snprintf.c 				cnk->value = va_arg (args, LLONG);
value             565 third_party/talloc/libreplace/snprintf.c 				cnk->value = va_arg (args, ssize_t);
value             567 third_party/talloc/libreplace/snprintf.c 				cnk->value = va_arg (args, int);
value             570 third_party/talloc/libreplace/snprintf.c 				clist[pnum].chunks[i]->value = cnk->value;
value             578 third_party/talloc/libreplace/snprintf.c 				cnk->value = va_arg (args, unsigned int);
value             580 third_party/talloc/libreplace/snprintf.c 				cnk->value = (unsigned long int)va_arg (args, unsigned long int);
value             582 third_party/talloc/libreplace/snprintf.c 				cnk->value = (LLONG)va_arg (args, unsigned LLONG);
value             584 third_party/talloc/libreplace/snprintf.c 				cnk->value = (size_t)va_arg (args, size_t);
value             586 third_party/talloc/libreplace/snprintf.c 				cnk->value = (unsigned int)va_arg (args, unsigned int);
value             589 third_party/talloc/libreplace/snprintf.c 				clist[pnum].chunks[i]->value = cnk->value;
value             605 third_party/talloc/libreplace/snprintf.c 			cnk->value = va_arg (args, int);
value             608 third_party/talloc/libreplace/snprintf.c 				clist[pnum].chunks[i]->value = cnk->value;
value             661 third_party/talloc/libreplace/snprintf.c 		if (cnk->min_star) min = cnk->min_star->value;
value             663 third_party/talloc/libreplace/snprintf.c 		if (cnk->max_star) max = cnk->max_star->value;
value             681 third_party/talloc/libreplace/snprintf.c 			fmtint (buffer, &currlen, maxlen, cnk->value, 10, min, max, cnk->flags);
value             685 third_party/talloc/libreplace/snprintf.c 			fmtint (buffer, &currlen, maxlen, cnk->value, 8, min, max, cnk->flags);
value             689 third_party/talloc/libreplace/snprintf.c 			fmtint (buffer, &currlen, maxlen, cnk->value, 16, min, max, cnk->flags);
value             697 third_party/talloc/libreplace/snprintf.c 			dopr_outch (buffer, &currlen, maxlen, cnk->value);
value             762 third_party/talloc/libreplace/snprintf.c 		    char *value, int flags, int min, int max)
value             768 third_party/talloc/libreplace/snprintf.c 	printf("fmtstr min=%d max=%d s=[%s]\n", min, max, value);
value             770 third_party/talloc/libreplace/snprintf.c 	if (value == 0) {
value             771 third_party/talloc/libreplace/snprintf.c 		value = "<NULL>";
value             774 third_party/talloc/libreplace/snprintf.c 	for (strln = 0; strln < max && value[strln]; ++strln); /* strlen */
value             785 third_party/talloc/libreplace/snprintf.c 	while (*value && (cnt < max)) {
value             786 third_party/talloc/libreplace/snprintf.c 		dopr_outch (buffer, currlen, maxlen, *value++);
value             798 third_party/talloc/libreplace/snprintf.c 		    LLONG value, int base, int min, int max, int flags)
value             811 third_party/talloc/libreplace/snprintf.c 	uvalue = value;
value             814 third_party/talloc/libreplace/snprintf.c 		if( value < 0 ) {
value             816 third_party/talloc/libreplace/snprintf.c 			uvalue = -value;
value             881 third_party/talloc/libreplace/snprintf.c static LDOUBLE abs_val(LDOUBLE value)
value             883 third_party/talloc/libreplace/snprintf.c 	LDOUBLE result = value;
value             885 third_party/talloc/libreplace/snprintf.c 	if (value < 0)
value             886 third_party/talloc/libreplace/snprintf.c 		result = -value;
value             903 third_party/talloc/libreplace/snprintf.c static LLONG ROUND(LDOUBLE value)
value             907 third_party/talloc/libreplace/snprintf.c 	intpart = (LLONG)value;
value             908 third_party/talloc/libreplace/snprintf.c 	value = value - intpart;
value             909 third_party/talloc/libreplace/snprintf.c 	if (value >= 0.5) intpart++;
value            1126 third_party/talloc/libreplace/snprintf.c 	new_c->value = 0;
value             195 third_party/talloc/libreplace/test/testsuite.c #define TEST_SETENV(key, value, overwrite, result) do { \
value             198 third_party/talloc/libreplace/test/testsuite.c 	_ret = setenv(key, value, overwrite); \
value             203 third_party/talloc/libreplace/test/testsuite.c 			key, value, overwrite); \
value             121 third_party/tcmalloc/chromium/src/addressmap-inl.h   void Insert(Key key, Value value);
value             165 third_party/tcmalloc/chromium/src/addressmap-inl.h     Value  value;
value             300 third_party/tcmalloc/chromium/src/addressmap-inl.h         return &e->value;
value             308 third_party/tcmalloc/chromium/src/addressmap-inl.h void AddressMap<Value>::Insert(Key key, Value value) {
value             316 third_party/tcmalloc/chromium/src/addressmap-inl.h       e->value = value;
value             334 third_party/tcmalloc/chromium/src/addressmap-inl.h   e->value = value;
value             347 third_party/tcmalloc/chromium/src/addressmap-inl.h         *removed_value = e->value;
value             375 third_party/tcmalloc/chromium/src/addressmap-inl.h                 key_num < e_num + (*size_func)(e->value)) {
value             377 third_party/tcmalloc/chromium/src/addressmap-inl.h               return &e->value;
value             414 third_party/tcmalloc/chromium/src/addressmap-inl.h           callback(e->key, &e->value, arg);
value             124 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             125 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h   *ptr = value;
value             132 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             133 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h   *ptr = value;
value             137 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             139 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h   *ptr = value;
value             147 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h   Atomic32 value = *ptr;
value             149 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h   return value;
value             191 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             195 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             199 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-generic.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             138 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   Atomic32 value = NoBarrier_CompareAndSwap(ptr, old_value, new_value);
value             140 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   return value;
value             150 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             151 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   *ptr = value;
value             154 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             155 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   *ptr = value;
value             159 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             161 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   *ptr = value;
value             169 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   Atomic32 value = *ptr;
value             171 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   return value;
value             261 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             272 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h       : "r"(value), "r" (ptr)
value             319 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             330 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             331 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   NoBarrier_Store(ptr, value);
value             335 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             337 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   NoBarrier_Store(ptr, value);
value             341 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   Atomic64 value = NoBarrier_Load(ptr);
value             343 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   return value;
value             354 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   Atomic64 value = NoBarrier_CompareAndSwap(ptr, old_value, new_value);
value             356 third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h   return value;
value              67 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h static inline Atomic32 OSAtomicAdd32(Atomic32 amount, Atomic32 *value) {
value              74 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h 		: "=&r" (t), "+m" (*value)
value              75 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h 		: "r" (amount), "r" (value)
value              80 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h static inline Atomic32 OSAtomicAdd32Barrier(Atomic32 amount, Atomic32 *value) {
value              83 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   t = OSAtomicAdd32(amount, value);
value              95 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                                             Atomic32 *value) {
value             104 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                 : "=&r" (prev), "+m" (*value)
value             105 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                 : "r" (value), "r" (old_value), "r" (new_value)
value             112 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                                                        Atomic32 *value) {
value             114 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   t = OSAtomicCompareAndSwap32(old_value, new_value, value);
value             126 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                                                        Atomic32 *value) {
value             128 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   return OSAtomicCompareAndSwap32(old_value, new_value, value);
value             208 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h static inline Atomic64 OSAtomicAdd64(Atomic64 amount, Atomic64 *value) {
value             215 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h 		: "=&r" (t), "+m" (*value)
value             216 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h 		: "r" (amount), "r" (value)
value             221 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h static inline Atomic64 OSAtomicAdd64Barrier(Atomic64 amount, Atomic64 *value) {
value             224 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   t = OSAtomicAdd64(amount, value);
value             236 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                                             Atomic64 *value) {
value             245 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                 : "=&r" (prev), "+m" (*value)
value             246 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                 : "r" (value), "r" (old_value), "r" (new_value)
value             253 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                                                        Atomic64 *value) {
value             255 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   t = OSAtomicCompareAndSwap64(old_value, new_value, value);
value             267 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h                                                        Atomic64 *value) {
value             269 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   return OSAtomicCompareAndSwap64(old_value, new_value, value);
value             337 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h inline void NoBarrier_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             338 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             341 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h inline void Acquire_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             342 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             349 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h inline void Release_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             351 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             359 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   Atomic32 value = *ptr;
value             361 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   return value;
value             376 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h inline void NoBarrier_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             377 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             380 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h inline void Acquire_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             381 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             388 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h inline void Release_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             390 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             398 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   Atomic64 value = *ptr;
value             400 third_party/tcmalloc/chromium/src/base/atomicops-internals-linuxppc.h   return value;
value             165 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             166 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   *ptr = value;
value             169 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void Acquire_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             170 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   *ptr = value;
value             174 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void Release_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             176 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   *ptr = value;
value             184 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   Atomic32 value = *ptr;
value             186 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   return value;
value             256 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             257 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   *ptr = value;
value             260 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void Acquire_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             261 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   *ptr = value;
value             265 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void Release_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             267 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   *ptr = value;
value             275 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   Atomic64 value = *ptr;
value             277 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   return value;
value             291 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             304 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             309 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h                        : "m" (value)
value             318 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   Atomic64 value;
value             322 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h                        : "=m" (value)
value             329 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   return value;
value             334 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void Acquire_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             335 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   NoBarrier_Store(ptr, value);
value             339 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h inline void Release_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             341 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   NoBarrier_Store(ptr, value);
value             345 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   Atomic64 value = NoBarrier_Load(ptr);
value             347 third_party/tcmalloc/chromium/src/base/atomicops-internals-macosx.h   return value;
value             170 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   Atomic32 value = 0;
value             171 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   base::subtle::NoBarrier_AtomicExchange(&value, 0);
value             195 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             196 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   *ptr = value;
value             199 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             200 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   NoBarrier_AtomicExchange(ptr, value);
value             204 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             205 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   *ptr = value; // works w/o barrier for current Intel chips as of June 2005
value             214 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   Atomic32 value = *ptr;
value             215 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   return value;
value             318 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             319 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   *ptr = value;
value             322 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             323 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   NoBarrier_AtomicExchange(ptr, value);
value             327 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             328 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   *ptr = value; // works w/o barrier for current Intel chips as of June 2005
value             343 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   Atomic64 value = *ptr;
value             344 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   return value;
value             446 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             449 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h     mov mm0, value;  // Use mmx reg for 64-bit atomic moves
value             458 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             459 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   NoBarrier_AtomicExchange(ptr, value);
value             463 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             464 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   NoBarrier_Store(ptr, value);
value             469 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   Atomic64 value;
value             472 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h     mov value, mm0;
value             475 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   return value;
value             483 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   Atomic64 value = NoBarrier_Load(ptr);
value             484 third_party/tcmalloc/chromium/src/base/atomicops-internals-windows.h   return value;
value             131 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             132 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   *ptr = value;
value             143 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             144 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   *ptr = value;
value             159 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             161 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h     *ptr = value;
value             164 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h     NoBarrier_AtomicExchange(ptr, value);
value             170 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             172 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   *ptr = value; // An x86 store acts as a release barrier.
value             181 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   Atomic32 value = *ptr; // An x86 load acts as a acquire barrier.
value             184 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   return value;
value             239 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             240 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   *ptr = value;
value             243 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             244 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   *ptr = value;
value             248 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             251 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   *ptr = value; // An x86 store acts as a release barrier
value             274 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   Atomic64 value = *ptr; // An x86 load acts as a acquire barrier,
value             278 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   return value;
value             358 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             363 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h                        : "m" (value)
value             370 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             371 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   NoBarrier_Store(ptr, value);
value             375 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             377 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   NoBarrier_Store(ptr, value);
value             381 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   Atomic64 value;
value             385 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h                        : "=m" (value)
value             391 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   return value;
value             395 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   Atomic64 value = NoBarrier_Load(ptr);
value             397 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h   return value;
value             194 third_party/tcmalloc/chromium/src/base/atomicops.h inline void NoBarrier_Store(volatile AtomicWord *ptr, AtomicWord value) {
value             196 third_party/tcmalloc/chromium/src/base/atomicops.h       reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
value             199 third_party/tcmalloc/chromium/src/base/atomicops.h inline void Acquire_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             201 third_party/tcmalloc/chromium/src/base/atomicops.h       reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
value             204 third_party/tcmalloc/chromium/src/base/atomicops.h inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             206 third_party/tcmalloc/chromium/src/base/atomicops.h       reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
value             262 third_party/tcmalloc/chromium/src/base/atomicops.h void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value);
value             263 third_party/tcmalloc/chromium/src/base/atomicops.h void Acquire_Store(volatile Atomic32* ptr, Atomic32 value);
value             264 third_party/tcmalloc/chromium/src/base/atomicops.h void Release_Store(volatile Atomic32* ptr, Atomic32 value);
value             283 third_party/tcmalloc/chromium/src/base/atomicops.h void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value);
value             284 third_party/tcmalloc/chromium/src/base/atomicops.h void Acquire_Store(volatile Atomic64* ptr, Atomic64 value);
value             285 third_party/tcmalloc/chromium/src/base/atomicops.h void Release_Store(volatile Atomic64* ptr, Atomic64 value);
value             316 third_party/tcmalloc/chromium/src/base/atomicops.h inline void Acquire_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             317 third_party/tcmalloc/chromium/src/base/atomicops.h   return base::subtle::Acquire_Store(ptr, value);
value             320 third_party/tcmalloc/chromium/src/base/atomicops.h inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             321 third_party/tcmalloc/chromium/src/base/atomicops.h   return base::subtle::Release_Store(ptr, value);
value             345 third_party/tcmalloc/chromium/src/base/atomicops.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             346 third_party/tcmalloc/chromium/src/base/atomicops.h   base::subtle::Acquire_Store(ptr, value);
value             348 third_party/tcmalloc/chromium/src/base/atomicops.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             349 third_party/tcmalloc/chromium/src/base/atomicops.h   return base::subtle::Release_Store(ptr, value);
value             373 third_party/tcmalloc/chromium/src/base/atomicops.h     volatile base::subtle::Atomic64* ptr, base::subtle::Atomic64 value) {
value             374 third_party/tcmalloc/chromium/src/base/atomicops.h   base::subtle::Acquire_Store(ptr, value);
value             377 third_party/tcmalloc/chromium/src/base/atomicops.h     volatile base::subtle::Atomic64* ptr, base::subtle::Atomic64 value) {
value             378 third_party/tcmalloc/chromium/src/base/atomicops.h   return base::subtle::Release_Store(ptr, value);
value              67 third_party/tcmalloc/chromium/src/base/commandlineflags.h #define DEFINE_VARIABLE(type, name, value, meaning) \
value              69 third_party/tcmalloc/chromium/src/base/commandlineflags.h   PERFTOOLS_DLL_DECL type FLAGS_##name(value);                                \
value              77 third_party/tcmalloc/chromium/src/base/commandlineflags.h #define DEFINE_bool(name, value, meaning) \
value              78 third_party/tcmalloc/chromium/src/base/commandlineflags.h   DEFINE_VARIABLE(bool, name, value, meaning)
value              83 third_party/tcmalloc/chromium/src/base/commandlineflags.h #define DEFINE_int32(name, value, meaning) \
value              84 third_party/tcmalloc/chromium/src/base/commandlineflags.h   DEFINE_VARIABLE(int32, name, value, meaning)
value              89 third_party/tcmalloc/chromium/src/base/commandlineflags.h #define DEFINE_int64(name, value, meaning) \
value              90 third_party/tcmalloc/chromium/src/base/commandlineflags.h   DEFINE_VARIABLE(int64, name, value, meaning)
value              94 third_party/tcmalloc/chromium/src/base/commandlineflags.h #define DEFINE_uint64(name, value, meaning) \
value              95 third_party/tcmalloc/chromium/src/base/commandlineflags.h   DEFINE_VARIABLE(uint64, name, value, meaning)
value             100 third_party/tcmalloc/chromium/src/base/commandlineflags.h #define DEFINE_double(name, value, meaning) \
value             101 third_party/tcmalloc/chromium/src/base/commandlineflags.h   DEFINE_VARIABLE(double, name, value, meaning)
value             110 third_party/tcmalloc/chromium/src/base/commandlineflags.h #define DEFINE_string(name, value, meaning) \
value             112 third_party/tcmalloc/chromium/src/base/commandlineflags.h   std::string FLAGS_##name(value);                                                   \
value             145 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c   char value[100] = "1";    /* something that is not "0" */
value             147 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c                                     value, sizeof(value));
value             149 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c   return (res > 0 && strcmp(value, "0") != 0);
value             258 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc     ElfW(Xword) value = dynamic_entry->d_un.d_val;
value             267 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc         value += relocation;
value             271 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc       value += relocation;
value             275 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc         hash_ = reinterpret_cast<ElfW(Word) *>(value);
value             278 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc         dynsym_ = reinterpret_cast<ElfW(Sym) *>(value);
value             281 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc         dynstr_ = reinterpret_cast<const char *>(value);
value             284 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc         versym_ = reinterpret_cast<ElfW(Versym) *>(value);
value             287 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc         verdef_ = reinterpret_cast<ElfW(Verdef) *>(value);
value              60 third_party/tcmalloc/chromium/src/base/spinlock_internal.h void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop);
value              84 third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
value              97 third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h                 value, reinterpret_cast<struct kernel_timespec *>(&tm));
value              44 third_party/tcmalloc/chromium/src/base/spinlock_posix-inl.h void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
value              40 third_party/tcmalloc/chromium/src/base/spinlock_win32-inl.h void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
value             261 third_party/tcmalloc/chromium/src/base/sysinfo.cc static bool ReadIntFromFile(const char *file, int *value) {
value             271 third_party/tcmalloc/chromium/src/base/sysinfo.cc       *value = temp_value;
value             342 third_party/tcmalloc/chromium/src/debugallocation.cc   bool IsValidMagicValue(int value) const {
value             343 third_party/tcmalloc/chromium/src/debugallocation.cc     return kMagicMMap == value  ||  kMagicMalloc == value;
value            1013 third_party/tcmalloc/chromium/src/debugallocation.cc   virtual bool GetNumericProperty(const char* name, size_t* value) {
value            1014 third_party/tcmalloc/chromium/src/debugallocation.cc     bool result = TCMallocImplementation::GetNumericProperty(name, value);
value            1018 third_party/tcmalloc/chromium/src/debugallocation.cc       if (*value >= qsize) {
value            1019 third_party/tcmalloc/chromium/src/debugallocation.cc         *value -= qsize;
value            1283 third_party/tcmalloc/chromium/src/debugallocation.cc static intptr_t RoundUp(intptr_t value, intptr_t alignment) {
value            1284 third_party/tcmalloc/chromium/src/debugallocation.cc   return (value + alignment - 1) & ~(alignment - 1);
value            1420 third_party/tcmalloc/chromium/src/debugallocation.cc extern "C" PERFTOOLS_DLL_DECL int tc_mallopt(int cmd, int value) __THROW {
value            1421 third_party/tcmalloc/chromium/src/debugallocation.cc   return BASE_MALLOPT(cmd, value);
value             467 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::TextBuffer::AppendChar(char value) {
value             469 third_party/tcmalloc/chromium/src/deep-heap-profile.cc                                 "%c", value));
value             472 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::TextBuffer::AppendString(const char* value, int width) {
value             477 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%s", value);
value             480 third_party/tcmalloc/chromium/src/deep-heap-profile.cc                         width, value);
value             484 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::TextBuffer::AppendInt(int value, int width,
value             490 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%d", value);
value             492 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%0*d", width, value);
value             494 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%*d", width, value);
value             498 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::TextBuffer::AppendLong(long value, int width) {
value             503 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%ld", value);
value             505 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%*ld", width, value);
value             509 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::TextBuffer::AppendUnsignedLong(unsigned long value,
value             515 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%lu", value);
value             517 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%*lu", width, value);
value             521 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::TextBuffer::AppendInt64(int64 value, int width) {
value             526 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%" PRId64, value);
value             528 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%*" PRId64, width, value);
value             532 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::TextBuffer::AppendPtr(uint64 value, int width) {
value             537 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%" PRIx64, value);
value             539 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     appended = snprintf(position, available, "%0*" PRIx64, width, value);
value             543 third_party/tcmalloc/chromium/src/deep-heap-profile.cc bool DeepHeapProfile::TextBuffer::AppendBase64(uint64 value, int width) {
value             547 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   value = bswap_64(value);
value             550 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     if (!AppendChar(base64[(value >> shift) & 0x3f]))
value             126 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool AppendChar(char value);
value             127 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool AppendString(const char* value, int width);
value             128 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool AppendInt(int value, int width, bool leading_zero);
value             129 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool AppendLong(long value, int width);
value             130 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool AppendUnsignedLong(unsigned long value, int width);
value             131 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool AppendInt64(int64 value, int width);
value             132 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool AppendBase64(uint64 value, int width);
value             133 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool AppendPtr(uint64 value, int width);
value             194 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h   virtual bool GetNumericProperty(const char* property, size_t* value);
value             201 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h   virtual bool SetNumericProperty(const char* property, size_t value);
value              74 third_party/tcmalloc/chromium/src/gperftools/malloc_extension_c.h PERFTOOLS_DLL_DECL int MallocExtension_GetNumericProperty(const char* property, size_t* value);
value              75 third_party/tcmalloc/chromium/src/gperftools/malloc_extension_c.h PERFTOOLS_DLL_DECL int MallocExtension_SetNumericProperty(const char* property, size_t value);
value             104 third_party/tcmalloc/chromium/src/gperftools/tcmalloc.h   PERFTOOLS_DLL_DECL int tc_mallopt(int cmd, int value) __THROW;
value             458 third_party/tcmalloc/chromium/src/heap-checker.cc inline void set_thread_disable_counter(int value) {
value             459 third_party/tcmalloc/chromium/src/heap-checker.cc   thread_disable_counter = value;
value             478 third_party/tcmalloc/chromium/src/heap-checker.cc inline void set_thread_disable_counter(int value) {
value             480 third_party/tcmalloc/chromium/src/heap-checker.cc     main_thread_counter = value;
value             483 third_party/tcmalloc/chromium/src/heap-checker.cc   intptr_t pointer_sized_value = value;
value            2335 third_party/tcmalloc/chromium/src/heap-checker.cc   RangeValue value;
value            2336 third_party/tcmalloc/chromium/src/heap-checker.cc   value.start_address = AsInt(start_address);
value            2337 third_party/tcmalloc/chromium/src/heap-checker.cc   value.max_depth = max_depth;
value            2338 third_party/tcmalloc/chromium/src/heap-checker.cc   if (disabled_ranges->insert(make_pair(AsInt(end_address), value)).second) {
value            2344 third_party/tcmalloc/chromium/src/heap-checker.cc     if (val.max_depth != value.max_depth  ||
value            2345 third_party/tcmalloc/chromium/src/heap-checker.cc         val.start_address != value.start_address) {
value             458 third_party/tcmalloc/chromium/src/heap-profile-table.cc     AllocValue* value,
value             468 third_party/tcmalloc/chromium/src/heap-profile-table.cc     count->bytes += value->bytes;
value             471 third_party/tcmalloc/chromium/src/heap-profile-table.cc     type_size_map->Insert(key, TypeCount(value->bytes, 1));
value             414 third_party/tcmalloc/chromium/src/heap-profile-table.h                                           AllocValue* value,
value              92 third_party/tcmalloc/chromium/src/libc_override_gcc_and_weak.h   int mallopt(int cmd, int value) __THROW         ALIAS(tc_mallopt);
value             121 third_party/tcmalloc/chromium/src/malloc_extension.cc bool MallocExtension::GetNumericProperty(const char* property, size_t* value) {
value             125 third_party/tcmalloc/chromium/src/malloc_extension.cc bool MallocExtension::SetNumericProperty(const char* property, size_t value) {
value             373 third_party/tcmalloc/chromium/src/malloc_extension.cc        (const char* property, size_t* value), (property, value));
value             375 third_party/tcmalloc/chromium/src/malloc_extension.cc        (const char* property, size_t value), (property, value));
value             113 third_party/tcmalloc/chromium/src/malloc_hook-inl.h   bool Add(T value);
value             118 third_party/tcmalloc/chromium/src/malloc_hook-inl.h   bool Remove(T value);
value             206 third_party/tcmalloc/chromium/src/malloc_hook.cc   AtomicWord value = bit_cast<AtomicWord>(value_as_t);
value             207 third_party/tcmalloc/chromium/src/malloc_hook.cc   if (value == 0) {
value             221 third_party/tcmalloc/chromium/src/malloc_hook.cc   base::subtle::Release_Store(&priv_data[index], value);
value             158 third_party/tcmalloc/chromium/src/packed-cache-inl.h   void Put(K key, V value) {
value             160 third_party/tcmalloc/chromium/src/packed-cache-inl.h     ASSERT(value == (value & kValueMask));
value             161 third_party/tcmalloc/chromium/src/packed-cache-inl.h     array_[Hash(key)] = KeyToUpper(key) | value;
value             179 third_party/tcmalloc/chromium/src/packed-cache-inl.h   void Clear(V value) {
value             180 third_party/tcmalloc/chromium/src/packed-cache-inl.h     ASSERT(value == (value & kValueMask));
value             183 third_party/tcmalloc/chromium/src/packed-cache-inl.h       array_[i] = kUseWholeKeys ? (value | KeyToUpper(i)) : value;
value              47 third_party/tcmalloc/chromium/src/span.cc   span->value[span->nexthistory] = v;
value              60 third_party/tcmalloc/chromium/src/span.h   int value[64];
value             235 third_party/tcmalloc/chromium/src/tcmalloc.cc   int tc_mallopt(int cmd, int value) __THROW
value             656 third_party/tcmalloc/chromium/src/tcmalloc.cc   virtual bool GetNumericProperty(const char* name, size_t* value) {
value             662 third_party/tcmalloc/chromium/src/tcmalloc.cc       *value = stats.pageheap.system_bytes
value             674 third_party/tcmalloc/chromium/src/tcmalloc.cc       *value = stats.pageheap.system_bytes;
value             683 third_party/tcmalloc/chromium/src/tcmalloc.cc       *value = stats.free_bytes + stats.unmapped_bytes;
value             689 third_party/tcmalloc/chromium/src/tcmalloc.cc       *value = Static::pageheap()->stats().free_bytes;
value             695 third_party/tcmalloc/chromium/src/tcmalloc.cc       *value = Static::pageheap()->stats().unmapped_bytes;
value             701 third_party/tcmalloc/chromium/src/tcmalloc.cc       *value = ThreadCache::overall_thread_cache_size();
value             708 third_party/tcmalloc/chromium/src/tcmalloc.cc       *value = stats.thread_bytes;
value             715 third_party/tcmalloc/chromium/src/tcmalloc.cc   virtual bool SetNumericProperty(const char* name, size_t value) {
value             720 third_party/tcmalloc/chromium/src/tcmalloc.cc       ThreadCache::set_overall_thread_cache_size(value);
value            1381 third_party/tcmalloc/chromium/src/tcmalloc.cc inline int do_mallopt(int cmd, int value) {
value            1708 third_party/tcmalloc/chromium/src/tcmalloc.cc extern "C" PERFTOOLS_DLL_DECL int tc_mallopt(int cmd, int value) __THROW {
value            1709 third_party/tcmalloc/chromium/src/tcmalloc.cc   return do_mallopt(cmd, value);
value             115 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   AtomicType value = 0;
value             116 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1);
value             117 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(1, value);
value             124 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = k_test_val;
value             125 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 5);
value             126 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(k_test_val, value);
value             129 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = k_test_val;
value             130 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
value             131 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(5, value);
value             138 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   AtomicType value = 0;
value             139 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   AtomicType new_value = base::subtle::NoBarrier_AtomicExchange(&value, 1);
value             140 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(1, value);
value             147 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = k_test_val;
value             148 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
value             149 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(k_test_val, value);
value             152 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = k_test_val;
value             153 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   new_value = base::subtle::NoBarrier_AtomicExchange(&value, 5);
value             154 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(5, value);
value             164 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   AtomicType value = test_val - 1;
value             165 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   AtomicType new_value = base::subtle::NoBarrier_AtomicIncrement(&value, 1);
value             166 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(test_val, value);
value             167 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(value, new_value);
value             169 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   base::subtle::NoBarrier_AtomicIncrement(&value, -1);
value             170 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(test_val - 1, value);
value             180 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   AtomicType value;
value             182 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   base::subtle::NoBarrier_Store(&value, kVal1);
value             183 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, value);
value             184 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   base::subtle::NoBarrier_Store(&value, kVal2);
value             185 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, value);
value             187 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   base::subtle::Acquire_Store(&value, kVal1);
value             188 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, value);
value             189 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   base::subtle::Acquire_Store(&value, kVal2);
value             190 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, value);
value             192 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   base::subtle::Release_Store(&value, kVal1);
value             193 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, value);
value             194 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   base::subtle::Release_Store(&value, kVal2);
value             195 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, value);
value             205 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   AtomicType value;
value             207 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = kVal1;
value             208 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, base::subtle::NoBarrier_Load(&value));
value             209 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = kVal2;
value             210 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, base::subtle::NoBarrier_Load(&value));
value             212 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = kVal1;
value             213 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, base::subtle::Acquire_Load(&value));
value             214 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = kVal2;
value             215 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, base::subtle::Acquire_Load(&value));
value             217 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = kVal1;
value             218 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, base::subtle::Release_Load(&value));
value             219 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   value = kVal2;
value             220 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, base::subtle::Release_Load(&value));
value             232 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   size_t value;
value             234 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc             "generic.current_allocated_bytes", &value));
value             235 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   return value;
value             218 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc     int value = (i << shift) + thread_num;
value             219 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc     EXPECT_TRUE(TestHookList_Add(list, value));
value             226 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc          value_index < num_values && values[value_index] != value;
value             233 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc     EXPECT_TRUE(TestHookList_Remove(list, value));
value             237 third_party/tcmalloc/chromium/src/tests/malloc_hook_test.cc          value_index < num_values && values[value_index] != value;
value              43 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc   void SetJoinable(bool value) { joinable_ = value; }
value              94 third_party/tcmalloc/chromium/src/windows/gperftools/tcmalloc.h   PERFTOOLS_DLL_DECL int tc_mallopt(int cmd, int value) __THROW;
value             159 third_party/tcmalloc/chromium/src/windows/port.h inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) {
value             160 third_party/tcmalloc/chromium/src/windows/port.h   if (TlsSetValue(key, (LPVOID)value))
value             121 third_party/tcmalloc/vendor/src/addressmap-inl.h   void Insert(Key key, Value value);
value             165 third_party/tcmalloc/vendor/src/addressmap-inl.h     Value  value;
value             300 third_party/tcmalloc/vendor/src/addressmap-inl.h         return &e->value;
value             308 third_party/tcmalloc/vendor/src/addressmap-inl.h void AddressMap<Value>::Insert(Key key, Value value) {
value             316 third_party/tcmalloc/vendor/src/addressmap-inl.h       e->value = value;
value             334 third_party/tcmalloc/vendor/src/addressmap-inl.h   e->value = value;
value             347 third_party/tcmalloc/vendor/src/addressmap-inl.h         *removed_value = e->value;
value             375 third_party/tcmalloc/vendor/src/addressmap-inl.h                 key_num < e_num + (*size_func)(e->value)) {
value             377 third_party/tcmalloc/vendor/src/addressmap-inl.h               return &e->value;
value             414 third_party/tcmalloc/vendor/src/addressmap-inl.h           callback(e->key, &e->value, arg);
value             124 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             125 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h   *ptr = value;
value             132 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             133 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h   *ptr = value;
value             137 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             139 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h   *ptr = value;
value             147 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h   Atomic32 value = *ptr;
value             149 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h   return value;
value             191 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             195 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             199 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-generic.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             137 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   Atomic32 value = NoBarrier_CompareAndSwap(ptr, old_value, new_value);
value             139 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   return value;
value             149 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             150 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   *ptr = value;
value             153 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             154 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   *ptr = value;
value             158 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             160 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   *ptr = value;
value             168 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   Atomic32 value = *ptr;
value             170 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   return value;
value             260 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             271 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h       : "r"(value), "r" (ptr)
value             318 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             329 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             330 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   NoBarrier_Store(ptr, value);
value             334 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             336 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   NoBarrier_Store(ptr, value);
value             340 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   Atomic64 value = NoBarrier_Load(ptr);
value             342 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   return value;
value             353 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   Atomic64 value = NoBarrier_CompareAndSwap(ptr, old_value, new_value);
value             355 third_party/tcmalloc/vendor/src/base/atomicops-internals-arm-v6plus.h   return value;
value              67 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h static inline Atomic32 OSAtomicAdd32(Atomic32 amount, Atomic32 *value) {
value              74 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h 		: "=&r" (t), "+m" (*value)
value              75 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h 		: "r" (amount), "r" (value)
value              80 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h static inline Atomic32 OSAtomicAdd32Barrier(Atomic32 amount, Atomic32 *value) {
value              83 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   t = OSAtomicAdd32(amount, value);
value              95 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                                             Atomic32 *value) {
value             104 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                 : "=&r" (prev), "+m" (*value)
value             105 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                 : "r" (value), "r" (old_value), "r" (new_value)
value             112 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                                                        Atomic32 *value) {
value             114 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   t = OSAtomicCompareAndSwap32(old_value, new_value, value);
value             126 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                                                        Atomic32 *value) {
value             128 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   return OSAtomicCompareAndSwap32(old_value, new_value, value);
value             208 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h static inline Atomic64 OSAtomicAdd64(Atomic64 amount, Atomic64 *value) {
value             215 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h 		: "=&r" (t), "+m" (*value)
value             216 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h 		: "r" (amount), "r" (value)
value             221 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h static inline Atomic64 OSAtomicAdd64Barrier(Atomic64 amount, Atomic64 *value) {
value             224 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   t = OSAtomicAdd64(amount, value);
value             236 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                                             Atomic64 *value) {
value             245 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                 : "=&r" (prev), "+m" (*value)
value             246 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                 : "r" (value), "r" (old_value), "r" (new_value)
value             253 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                                                        Atomic64 *value) {
value             255 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   t = OSAtomicCompareAndSwap64(old_value, new_value, value);
value             267 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h                                                        Atomic64 *value) {
value             269 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   return OSAtomicCompareAndSwap64(old_value, new_value, value);
value             337 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h inline void NoBarrier_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             338 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             341 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h inline void Acquire_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             342 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             349 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h inline void Release_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             351 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             359 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   Atomic32 value = *ptr;
value             361 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   return value;
value             376 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h inline void NoBarrier_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             377 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             380 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h inline void Acquire_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             381 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             388 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h inline void Release_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             390 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   *ptr = value;
value             398 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   Atomic64 value = *ptr;
value             400 third_party/tcmalloc/vendor/src/base/atomicops-internals-linuxppc.h   return value;
value             165 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             166 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   *ptr = value;
value             169 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void Acquire_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             170 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   *ptr = value;
value             174 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void Release_Store(volatile Atomic32 *ptr, Atomic32 value) {
value             176 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   *ptr = value;
value             184 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   Atomic32 value = *ptr;
value             186 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   return value;
value             256 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             257 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   *ptr = value;
value             260 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void Acquire_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             261 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   *ptr = value;
value             265 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void Release_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             267 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   *ptr = value;
value             275 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   Atomic64 value = *ptr;
value             277 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   return value;
value             291 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             304 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             309 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h                        : "m" (value)
value             318 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   Atomic64 value;
value             322 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h                        : "=m" (value)
value             329 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   return value;
value             334 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void Acquire_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             335 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   NoBarrier_Store(ptr, value);
value             339 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h inline void Release_Store(volatile Atomic64 *ptr, Atomic64 value) {
value             341 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   NoBarrier_Store(ptr, value);
value             345 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   Atomic64 value = NoBarrier_Load(ptr);
value             347 third_party/tcmalloc/vendor/src/base/atomicops-internals-macosx.h   return value;
value             161 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   Atomic32 value = 0;
value             162 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   base::subtle::NoBarrier_AtomicExchange(&value, 0);
value             186 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             187 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   *ptr = value;
value             190 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             191 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   NoBarrier_AtomicExchange(ptr, value);
value             195 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             196 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   *ptr = value; // works w/o barrier for current Intel chips as of June 2005
value             205 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   Atomic32 value = *ptr;
value             206 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   return value;
value             309 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             310 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   *ptr = value;
value             313 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             314 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   NoBarrier_AtomicExchange(ptr, value);
value             318 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             319 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   *ptr = value; // works w/o barrier for current Intel chips as of June 2005
value             334 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   Atomic64 value = *ptr;
value             335 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   return value;
value             437 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             440 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h     mov mm0, value;  // Use mmx reg for 64-bit atomic moves
value             449 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             450 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   NoBarrier_AtomicExchange(ptr, value);
value             454 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             455 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   NoBarrier_Store(ptr, value);
value             460 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   Atomic64 value;
value             463 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h     mov value, mm0;
value             466 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   return value;
value             474 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   Atomic64 value = NoBarrier_Load(ptr);
value             475 third_party/tcmalloc/vendor/src/base/atomicops-internals-windows.h   return value;
value             131 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) {
value             132 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   *ptr = value;
value             143 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             144 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   *ptr = value;
value             159 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             161 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h     *ptr = value;
value             164 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h     NoBarrier_AtomicExchange(ptr, value);
value             170 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             172 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   *ptr = value; // An x86 store acts as a release barrier.
value             181 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   Atomic32 value = *ptr; // An x86 load acts as a acquire barrier.
value             184 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   return value;
value             239 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             240 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   *ptr = value;
value             243 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             244 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   *ptr = value;
value             248 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             251 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   *ptr = value; // An x86 store acts as a release barrier
value             274 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   Atomic64 value = *ptr; // An x86 load acts as a acquire barrier,
value             278 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   return value;
value             358 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value) {
value             363 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h                        : "m" (value)
value             370 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void Acquire_Store(volatile Atomic64* ptr, Atomic64 value) {
value             371 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   NoBarrier_Store(ptr, value);
value             375 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) {
value             377 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   NoBarrier_Store(ptr, value);
value             381 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   Atomic64 value;
value             385 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h                        : "=m" (value)
value             391 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   return value;
value             395 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   Atomic64 value = NoBarrier_Load(ptr);
value             397 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h   return value;
value             194 third_party/tcmalloc/vendor/src/base/atomicops.h inline void NoBarrier_Store(volatile AtomicWord *ptr, AtomicWord value) {
value             196 third_party/tcmalloc/vendor/src/base/atomicops.h       reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
value             199 third_party/tcmalloc/vendor/src/base/atomicops.h inline void Acquire_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             201 third_party/tcmalloc/vendor/src/base/atomicops.h       reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
value             204 third_party/tcmalloc/vendor/src/base/atomicops.h inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             206 third_party/tcmalloc/vendor/src/base/atomicops.h       reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
value             262 third_party/tcmalloc/vendor/src/base/atomicops.h void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value);
value             263 third_party/tcmalloc/vendor/src/base/atomicops.h void Acquire_Store(volatile Atomic32* ptr, Atomic32 value);
value             264 third_party/tcmalloc/vendor/src/base/atomicops.h void Release_Store(volatile Atomic32* ptr, Atomic32 value);
value             283 third_party/tcmalloc/vendor/src/base/atomicops.h void NoBarrier_Store(volatile Atomic64* ptr, Atomic64 value);
value             284 third_party/tcmalloc/vendor/src/base/atomicops.h void Acquire_Store(volatile Atomic64* ptr, Atomic64 value);
value             285 third_party/tcmalloc/vendor/src/base/atomicops.h void Release_Store(volatile Atomic64* ptr, Atomic64 value);
value             316 third_party/tcmalloc/vendor/src/base/atomicops.h inline void Acquire_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             317 third_party/tcmalloc/vendor/src/base/atomicops.h   return base::subtle::Acquire_Store(ptr, value);
value             320 third_party/tcmalloc/vendor/src/base/atomicops.h inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) {
value             321 third_party/tcmalloc/vendor/src/base/atomicops.h   return base::subtle::Release_Store(ptr, value);
value             345 third_party/tcmalloc/vendor/src/base/atomicops.h inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
value             346 third_party/tcmalloc/vendor/src/base/atomicops.h   base::subtle::Acquire_Store(ptr, value);
value             348 third_party/tcmalloc/vendor/src/base/atomicops.h inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
value             349 third_party/tcmalloc/vendor/src/base/atomicops.h   return base::subtle::Release_Store(ptr, value);
value             373 third_party/tcmalloc/vendor/src/base/atomicops.h     volatile base::subtle::Atomic64* ptr, base::subtle::Atomic64 value) {
value             374 third_party/tcmalloc/vendor/src/base/atomicops.h   base::subtle::Acquire_Store(ptr, value);
value             377 third_party/tcmalloc/vendor/src/base/atomicops.h     volatile base::subtle::Atomic64* ptr, base::subtle::Atomic64 value) {
value             378 third_party/tcmalloc/vendor/src/base/atomicops.h   return base::subtle::Release_Store(ptr, value);
value              63 third_party/tcmalloc/vendor/src/base/commandlineflags.h #define DEFINE_VARIABLE(type, name, value, meaning) \
value              65 third_party/tcmalloc/vendor/src/base/commandlineflags.h   PERFTOOLS_DLL_DECL type FLAGS_##name(value);                                \
value              73 third_party/tcmalloc/vendor/src/base/commandlineflags.h #define DEFINE_bool(name, value, meaning) \
value              74 third_party/tcmalloc/vendor/src/base/commandlineflags.h   DEFINE_VARIABLE(bool, name, value, meaning)
value              79 third_party/tcmalloc/vendor/src/base/commandlineflags.h #define DEFINE_int32(name, value, meaning) \
value              80 third_party/tcmalloc/vendor/src/base/commandlineflags.h   DEFINE_VARIABLE(int32, name, value, meaning)
value              85 third_party/tcmalloc/vendor/src/base/commandlineflags.h #define DEFINE_int64(name, value, meaning) \
value              86 third_party/tcmalloc/vendor/src/base/commandlineflags.h   DEFINE_VARIABLE(int64, name, value, meaning)
value              90 third_party/tcmalloc/vendor/src/base/commandlineflags.h #define DEFINE_uint64(name, value, meaning) \
value              91 third_party/tcmalloc/vendor/src/base/commandlineflags.h   DEFINE_VARIABLE(uint64, name, value, meaning)
value              96 third_party/tcmalloc/vendor/src/base/commandlineflags.h #define DEFINE_double(name, value, meaning) \
value              97 third_party/tcmalloc/vendor/src/base/commandlineflags.h   DEFINE_VARIABLE(double, name, value, meaning)
value             106 third_party/tcmalloc/vendor/src/base/commandlineflags.h #define DEFINE_string(name, value, meaning) \
value             108 third_party/tcmalloc/vendor/src/base/commandlineflags.h   std::string FLAGS_##name(value);                                                   \
value             145 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c   char value[100] = "1";    /* something that is not "0" */
value             147 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c                                     value, sizeof(value));
value             149 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c   return (res > 0 && strcmp(value, "0") != 0);
value             258 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc     ElfW(Xword) value = dynamic_entry->d_un.d_val;
value             267 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc         value += relocation;
value             271 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc       value += relocation;
value             275 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc         hash_ = reinterpret_cast<ElfW(Word) *>(value);
value             278 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc         dynsym_ = reinterpret_cast<ElfW(Sym) *>(value);
value             281 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc         dynstr_ = reinterpret_cast<const char *>(value);
value             284 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc         versym_ = reinterpret_cast<ElfW(Versym) *>(value);
value             287 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc         verdef_ = reinterpret_cast<ElfW(Verdef) *>(value);
value              60 third_party/tcmalloc/vendor/src/base/spinlock_internal.h void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop);
value              73 third_party/tcmalloc/vendor/src/base/spinlock_linux-inl.h void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
value              87 third_party/tcmalloc/vendor/src/base/spinlock_linux-inl.h                 value, reinterpret_cast<struct kernel_timespec *>(&tm));
value              44 third_party/tcmalloc/vendor/src/base/spinlock_posix-inl.h void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
value              40 third_party/tcmalloc/vendor/src/base/spinlock_win32-inl.h void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
value             246 third_party/tcmalloc/vendor/src/base/sysinfo.cc static bool ReadIntFromFile(const char *file, int *value) {
value             256 third_party/tcmalloc/vendor/src/base/sysinfo.cc       *value = temp_value;
value             344 third_party/tcmalloc/vendor/src/debugallocation.cc   bool IsValidMagicValue(int value) const {
value             345 third_party/tcmalloc/vendor/src/debugallocation.cc     return kMagicMMap == value  ||  kMagicMalloc == value;
value            1006 third_party/tcmalloc/vendor/src/debugallocation.cc   virtual bool GetNumericProperty(const char* name, size_t* value) {
value            1007 third_party/tcmalloc/vendor/src/debugallocation.cc     bool result = TCMallocImplementation::GetNumericProperty(name, value);
value            1011 third_party/tcmalloc/vendor/src/debugallocation.cc       if (*value >= qsize) {
value            1012 third_party/tcmalloc/vendor/src/debugallocation.cc         *value -= qsize;
value            1271 third_party/tcmalloc/vendor/src/debugallocation.cc static intptr_t RoundUp(intptr_t value, intptr_t alignment) {
value            1272 third_party/tcmalloc/vendor/src/debugallocation.cc   return (value + alignment - 1) & ~(alignment - 1);
value            1408 third_party/tcmalloc/vendor/src/debugallocation.cc extern "C" PERFTOOLS_DLL_DECL int tc_mallopt(int cmd, int value) __THROW {
value            1409 third_party/tcmalloc/vendor/src/debugallocation.cc   return BASE_MALLOPT(cmd, value);
value             214 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h   virtual bool GetNumericProperty(const char* property, size_t* value);
value             221 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h   virtual bool SetNumericProperty(const char* property, size_t value);
value              74 third_party/tcmalloc/vendor/src/gperftools/malloc_extension_c.h PERFTOOLS_DLL_DECL int MallocExtension_GetNumericProperty(const char* property, size_t* value);
value              75 third_party/tcmalloc/vendor/src/gperftools/malloc_extension_c.h PERFTOOLS_DLL_DECL int MallocExtension_SetNumericProperty(const char* property, size_t value);
value             458 third_party/tcmalloc/vendor/src/heap-checker.cc inline void set_thread_disable_counter(int value) {
value             459 third_party/tcmalloc/vendor/src/heap-checker.cc   thread_disable_counter = value;
value             478 third_party/tcmalloc/vendor/src/heap-checker.cc inline void set_thread_disable_counter(int value) {
value             480 third_party/tcmalloc/vendor/src/heap-checker.cc     main_thread_counter = value;
value             483 third_party/tcmalloc/vendor/src/heap-checker.cc   intptr_t pointer_sized_value = value;
value            2334 third_party/tcmalloc/vendor/src/heap-checker.cc   RangeValue value;
value            2335 third_party/tcmalloc/vendor/src/heap-checker.cc   value.start_address = AsInt(start_address);
value            2336 third_party/tcmalloc/vendor/src/heap-checker.cc   value.max_depth = max_depth;
value            2337 third_party/tcmalloc/vendor/src/heap-checker.cc   if (disabled_ranges->insert(make_pair(AsInt(end_address), value)).second) {
value            2343 third_party/tcmalloc/vendor/src/heap-checker.cc     if (val.max_depth != value.max_depth  ||
value            2344 third_party/tcmalloc/vendor/src/heap-checker.cc         val.start_address != value.start_address) {
value              85 third_party/tcmalloc/vendor/src/libc_override_gcc_and_weak.h   int mallopt(int cmd, int value) __THROW         ALIAS(tc_mallopt);
value             115 third_party/tcmalloc/vendor/src/malloc_extension.cc bool MallocExtension::GetNumericProperty(const char* property, size_t* value) {
value             119 third_party/tcmalloc/vendor/src/malloc_extension.cc bool MallocExtension::SetNumericProperty(const char* property, size_t value) {
value             356 third_party/tcmalloc/vendor/src/malloc_extension.cc        (const char* property, size_t* value), (property, value));
value             358 third_party/tcmalloc/vendor/src/malloc_extension.cc        (const char* property, size_t value), (property, value));
value             113 third_party/tcmalloc/vendor/src/malloc_hook-inl.h   bool Add(T value);
value             118 third_party/tcmalloc/vendor/src/malloc_hook-inl.h   bool Remove(T value);
value             206 third_party/tcmalloc/vendor/src/malloc_hook.cc   AtomicWord value = bit_cast<AtomicWord>(value_as_t);
value             207 third_party/tcmalloc/vendor/src/malloc_hook.cc   if (value == 0) {
value             221 third_party/tcmalloc/vendor/src/malloc_hook.cc   base::subtle::Release_Store(&priv_data[index], value);
value             156 third_party/tcmalloc/vendor/src/packed-cache-inl.h   void Put(K key, V value) {
value             158 third_party/tcmalloc/vendor/src/packed-cache-inl.h     ASSERT(value == (value & kValueMask));
value             159 third_party/tcmalloc/vendor/src/packed-cache-inl.h     array_[Hash(key)] = KeyToUpper(key) | value;
value             177 third_party/tcmalloc/vendor/src/packed-cache-inl.h   void Clear(V value) {
value             178 third_party/tcmalloc/vendor/src/packed-cache-inl.h     ASSERT(value == (value & kValueMask));
value             181 third_party/tcmalloc/vendor/src/packed-cache-inl.h       array_[i] = kUseWholeKeys ? (value | KeyToUpper(i)) : value;
value              47 third_party/tcmalloc/vendor/src/span.cc   span->value[span->nexthistory] = v;
value              60 third_party/tcmalloc/vendor/src/span.h   int value[64];
value             238 third_party/tcmalloc/vendor/src/tcmalloc.cc   int tc_mallopt(int cmd, int value) __THROW
value             628 third_party/tcmalloc/vendor/src/tcmalloc.cc   virtual bool GetNumericProperty(const char* name, size_t* value) {
value             634 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = stats.pageheap.system_bytes
value             646 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = stats.pageheap.system_bytes;
value             655 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = stats.free_bytes + stats.unmapped_bytes;
value             662 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = stats.central_bytes;
value             669 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = stats.transfer_bytes;
value             676 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = stats.thread_bytes;
value             682 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = Static::pageheap()->stats().free_bytes;
value             688 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = Static::pageheap()->stats().unmapped_bytes;
value             694 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = ThreadCache::overall_thread_cache_size();
value             701 third_party/tcmalloc/vendor/src/tcmalloc.cc       *value = stats.thread_bytes;
value             708 third_party/tcmalloc/vendor/src/tcmalloc.cc   virtual bool SetNumericProperty(const char* name, size_t value) {
value             713 third_party/tcmalloc/vendor/src/tcmalloc.cc       ThreadCache::set_overall_thread_cache_size(value);
value            1339 third_party/tcmalloc/vendor/src/tcmalloc.cc inline int do_mallopt(int cmd, int value) {
value            1659 third_party/tcmalloc/vendor/src/tcmalloc.cc extern "C" PERFTOOLS_DLL_DECL int tc_mallopt(int cmd, int value) __THROW {
value            1660 third_party/tcmalloc/vendor/src/tcmalloc.cc   return do_mallopt(cmd, value);
value             115 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   AtomicType value = 0;
value             116 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   AtomicType prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 1);
value             117 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(1, value);
value             124 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = k_test_val;
value             125 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   prev = base::subtle::NoBarrier_CompareAndSwap(&value, 0, 5);
value             126 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(k_test_val, value);
value             129 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = k_test_val;
value             130 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   prev = base::subtle::NoBarrier_CompareAndSwap(&value, k_test_val, 5);
value             131 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(5, value);
value             138 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   AtomicType value = 0;
value             139 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   AtomicType new_value = base::subtle::NoBarrier_AtomicExchange(&value, 1);
value             140 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(1, value);
value             147 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = k_test_val;
value             148 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   new_value = base::subtle::NoBarrier_AtomicExchange(&value, k_test_val);
value             149 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(k_test_val, value);
value             152 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = k_test_val;
value             153 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   new_value = base::subtle::NoBarrier_AtomicExchange(&value, 5);
value             154 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(5, value);
value             164 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   AtomicType value = test_val - 1;
value             165 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   AtomicType new_value = base::subtle::NoBarrier_AtomicIncrement(&value, 1);
value             166 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(test_val, value);
value             167 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(value, new_value);
value             169 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   base::subtle::NoBarrier_AtomicIncrement(&value, -1);
value             170 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(test_val - 1, value);
value             180 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   AtomicType value;
value             182 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   base::subtle::NoBarrier_Store(&value, kVal1);
value             183 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, value);
value             184 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   base::subtle::NoBarrier_Store(&value, kVal2);
value             185 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, value);
value             187 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   base::subtle::Acquire_Store(&value, kVal1);
value             188 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, value);
value             189 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   base::subtle::Acquire_Store(&value, kVal2);
value             190 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, value);
value             192 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   base::subtle::Release_Store(&value, kVal1);
value             193 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, value);
value             194 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   base::subtle::Release_Store(&value, kVal2);
value             195 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, value);
value             205 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   AtomicType value;
value             207 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = kVal1;
value             208 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, base::subtle::NoBarrier_Load(&value));
value             209 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = kVal2;
value             210 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, base::subtle::NoBarrier_Load(&value));
value             212 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = kVal1;
value             213 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, base::subtle::Acquire_Load(&value));
value             214 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = kVal2;
value             215 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, base::subtle::Acquire_Load(&value));
value             217 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = kVal1;
value             218 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal1, base::subtle::Release_Load(&value));
value             219 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   value = kVal2;
value             220 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc   ASSERT_EQ(kVal2, base::subtle::Release_Load(&value));
value             232 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   size_t value;
value             234 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc             "generic.current_allocated_bytes", &value));
value             235 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   return value;
value             218 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc     int value = (i << shift) + thread_num;
value             219 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc     EXPECT_TRUE(TestHookList_Add(list, value));
value             226 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc          value_index < num_values && values[value_index] != value;
value             233 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc     EXPECT_TRUE(TestHookList_Remove(list, value));
value             237 third_party/tcmalloc/vendor/src/tests/malloc_hook_test.cc          value_index < num_values && values[value_index] != value;
value              43 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc   void SetJoinable(bool value) { joinable_ = value; }
value              94 third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h   PERFTOOLS_DLL_DECL int tc_mallopt(int cmd, int value) __THROW;
value             156 third_party/tcmalloc/vendor/src/windows/port.h inline int perftools_pthread_setspecific(pthread_key_t key, const void *value) {
value             157 third_party/tcmalloc/vendor/src/windows/port.h   if (TlsSetValue(key, (LPVOID)value))
value              27 third_party/yasm/source/config/win/stdint.h #define INT64_C(value) value##LL
value              28 third_party/yasm/source/config/win/stdint.h #define UINT64_C(value) value##ULL
value             406 third_party/zlib/deflate.c int ZEXPORT deflatePrime (strm, bits, value)
value             409 third_party/zlib/deflate.c     int value;
value             413 third_party/zlib/deflate.c     strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
value              64 third_party/zlib/google/zip.cc     DLOG(ERROR) << "Could not open file for path " << src_dir.value();
value              75 third_party/zlib/google/zip.cc                     << src_dir.value();
value             145 third_party/zlib/google/zip.cc   return file_path.BaseName().value()[0] != '.';
value             155 third_party/zlib/google/zip.cc     DLOG(WARNING) << "Failed to open " << src_file.value();
value             165 third_party/zlib/google/zip.cc                     << reader.current_entry_info()->file_path().value();
value             170 third_party/zlib/google/zip.cc                     << reader.current_entry_info()->file_path().value();
value             190 third_party/zlib/google/zip.cc     DLOG(WARNING) << "couldn't create file " << dest_file.value();
value             197 third_party/zlib/google/zip.cc   for (base::FilePath path = file_enumerator.Next(); !path.value().empty();
value             210 third_party/zlib/google/zip.cc     DLOG(ERROR) << "Error closing zip file " << dest_file.value();
value             282 third_party/zlib/google/zip_reader.cc              << output_file_path.value();
value              81 third_party/zlib/google/zip_unittest.cc     ASSERT_TRUE(base::PathExists(path)) << "no file " << path.value();
value              88 third_party/zlib/google/zip_unittest.cc     while (!next_path.value().empty()) {
value              89 third_party/zlib/google/zip_unittest.cc       if (next_path.value().find(FILE_PATH_LITERAL(".svn")) ==
value              92 third_party/zlib/google/zip_unittest.cc             "Couldn't find " << next_path.value();
value             101 third_party/zlib/google/zip_unittest.cc       if (expect_hidden_files || iter->BaseName().value()[0] != '.')
value             209 third_party/zlib/inflate.c int ZEXPORT inflatePrime(strm, bits, value)
value             212 third_party/zlib/inflate.c int value;
value             224 third_party/zlib/inflate.c     value &= (1L << bits) - 1;
value             225 third_party/zlib/inflate.c     state->hold += value << state->bits;
value             157 third_party/zlib/trees.c local unsigned bi_reverse OF((unsigned value, int length));
value             191 third_party/zlib/trees.c local void send_bits      OF((deflate_state *s, int value, int length));
value             193 third_party/zlib/trees.c local void send_bits(s, value, length)
value             195 third_party/zlib/trees.c     int value;  /* value to send */
value             198 third_party/zlib/trees.c     Tracevv((stderr," l %2d v %4x ", length, value));
value             207 third_party/zlib/trees.c         s->bi_buf |= (ush)value << s->bi_valid;
value             209 third_party/zlib/trees.c         s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
value             212 third_party/zlib/trees.c         s->bi_buf |= (ush)value << s->bi_valid;
value             218 third_party/zlib/trees.c #define send_bits(s, value, length) \
value             221 third_party/zlib/trees.c     int val = value;\
value             227 third_party/zlib/trees.c     s->bi_buf |= (ush)(value) << s->bi_valid;\
value             701 third_party/zlib/zlib.h                                      int value));
value             866 third_party/zlib/zlib.h                                      int value));
value             401 tools/android/forwarder2/host_forwarder_main.cc   int value;
value             403 tools/android/forwarder2/host_forwarder_main.cc   if (!base::StringToInt(s, &value) || value < 0 ||
value             404 tools/android/forwarder2/host_forwarder_main.cc       value > std::numeric_limits<uint16>::max()) {
value             408 tools/android/forwarder2/host_forwarder_main.cc   return value;
value              62 tools/android/md5sum/md5sum.cc         if (child.value().find(svn_dir_component) == std::string::npos) {
value              64 tools/android/md5sum/md5sum.cc           file_set.insert(child.value());
value              90 tools/android/md5sum/md5sum.cc               << base::MakeAbsoluteFilePath(file_path).value() << std::endl;
value             165 tools/android/memdump/memdump.cc bool ReadFromFileAtOffset(int fd, off_t offset, T* value) {
value             166 tools/android/memdump/memdump.cc   if (lseek64(fd, offset * sizeof(*value), SEEK_SET) < 0) {
value             170 tools/android/memdump/memdump.cc   ssize_t bytes = read(fd, value, sizeof(*value));
value             171 tools/android/memdump/memdump.cc   if (bytes != sizeof(*value) && bytes != 0) {
value              80 tools/android/ps_ext/ps_ext.c     long value = 0;
value              83 tools/android/ps_ext/ps_ext.c     if (sscanf(line, "%s %lu %*s", key, &value) < 2)
value              89 tools/android/ps_ext/ps_ext.c     printf("    \"%s\": %lu", key, value);
value             123 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java     private static int jitter(final int value, final int percent) {
value             125 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java         int delta = (r.nextBoolean() ? 1 : -1) * r.nextInt((percent * value) / 100);
value             126 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java         return value + delta;
value             403 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     if (edge->value()->record()->isUnion())
value             413 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     ContainsGCRoots(edge->value());
value             473 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     if (edge->value()->record()->isUnion())
value             476 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     if (!stack_allocated_host_ && edge->value()->IsStackAllocated()) {
value             481 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     if (!Parent() || !edge->value()->IsGCAllocated())
value             487 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp          !edge->value()->IsTreeShared())) {
value             930 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp             src_, e->value(), point_->field()->getNameAsString(), kind, loc_);
value              98 tools/clang/blink_gc_plugin/Edge.h   explicit Value(RecordInfo* value) : value_(value) {};
value             104 tools/clang/blink_gc_plugin/Edge.h   RecordInfo* value() { return value_; }
value              27 tools/clang/blink_gc_plugin/NeedsTracing.h   NeedsTracing(Value value) : value_(value) {}
value              22 tools/gn/action_target_generator.cc     if (files[i].value().find("{{") != std::string::npos &&
value              23 tools/gn/action_target_generator.cc         files[i].value().find("}}") != std::string::npos)
value              89 tools/gn/action_target_generator.cc   const Value* value = scope_->GetValue(variables::kScript, true);
value              90 tools/gn/action_target_generator.cc   if (!value) {
value              94 tools/gn/action_target_generator.cc   if (!value->VerifyTypeIs(Value::STRING, err_))
value              98 tools/gn/action_target_generator.cc       scope_->GetSourceDir().ResolveRelativeFile(value->string_value()));
value             102 tools/gn/action_target_generator.cc   const Value* value = scope_->GetValue(variables::kArgs, true);
value             103 tools/gn/action_target_generator.cc   if (!value)
value             107 tools/gn/action_target_generator.cc   if (!ExtractListOfStringValues(*value, &args, err_))
value             113 tools/gn/action_target_generator.cc   const Value* value = scope_->GetValue(variables::kDepfile, true);
value             114 tools/gn/action_target_generator.cc   if (!value)
value             118 tools/gn/action_target_generator.cc           value->string_value()));
value              69 tools/gn/args.cc void Args::AddArgOverride(const char* name, const Value& value) {
value              72 tools/gn/args.cc   overrides_[base::StringPiece(name)] = value;
value              73 tools/gn/args.cc   all_overrides_[base::StringPiece(name)] = value;
value              31 tools/gn/args.h   void AddArgOverride(const char* name, const Value& value);
value              57 tools/gn/binary_target_generator.cc   const Value* value = scope_->GetValue(variables::kOutputName, true);
value              58 tools/gn/binary_target_generator.cc   if (!value)
value              60 tools/gn/binary_target_generator.cc   if (!value->VerifyTypeIs(Value::STRING, err_))
value              62 tools/gn/binary_target_generator.cc   target_->set_output_name(value->string_value());
value              66 tools/gn/binary_target_generator.cc   const Value* value = scope_->GetValue(variables::kOutputExtension, true);
value              67 tools/gn/binary_target_generator.cc   if (!value)
value              69 tools/gn/binary_target_generator.cc   if (!value->VerifyTypeIs(Value::STRING, err_))
value              71 tools/gn/binary_target_generator.cc   target_->set_output_extension(value->string_value());
value              28 tools/gn/build_settings.cc   DCHECK(r.value()[r.value().size() - 1] != base::FilePath::kSeparators[0]);
value              56 tools/gn/command_args.cc void GetContextForValue(const Value& value,
value              59 tools/gn/command_args.cc   Location location = value.origin()->GetRange().begin();
value              64 tools/gn/command_args.cc   *location_str = file->name().value() + ":" +
value              85 tools/gn/command_args.cc void PrintArgHelp(const base::StringPiece& name, const Value& value) {
value              87 tools/gn/command_args.cc   OutputString("  Default = " + value.ToString(true) + "\n");
value              89 tools/gn/command_args.cc   if (value.origin()) {
value              91 tools/gn/command_args.cc     GetContextForValue(value, &location, &comment);
value              30 tools/gn/command_desc.cc     std::string buf = dir.value();
value              37 tools/gn/command_desc.cc   return dir.value();
value             168 tools/gn/command_desc.cc     OutputString("  " + sources[i].value() + "\n");
value             177 tools/gn/command_desc.cc   out << "       (Added by " + location.file()->name().value() << ":"
value              22 tools/gn/config_values_generator.cc   const Value* value = scope->GetValue(var_name, true);
value              23 tools/gn/config_values_generator.cc   if (!value)
value              27 tools/gn/config_values_generator.cc   ExtractListOfStringValues(*value, &result, err);
value              38 tools/gn/config_values_generator.cc   const Value* value = scope->GetValue(var_name, true);
value              39 tools/gn/config_values_generator.cc   if (!value)
value              44 tools/gn/config_values_generator.cc                             *value, input_dir, &result, err);
value             132 tools/gn/err.cc Err::Err(const Value& value,
value             138 tools/gn/err.cc   if (value.origin()) {
value             139 tools/gn/err.cc     LocationRange range = value.origin()->GetRange();
value              53 tools/gn/err.h   Err(const Value& value,
value             102 tools/gn/file_template.cc     output_template_args.push_back(outputs[i].value());
value             242 tools/gn/file_template.cc void FileTemplate::ParseInput(const Value& value, Err* err) {
value             243 tools/gn/file_template.cc   switch (value.type()) {
value             245 tools/gn/file_template.cc       ParseOneTemplateString(value.string_value());
value             248 tools/gn/file_template.cc       for (size_t i = 0; i < value.list_value().size(); i++) {
value             249 tools/gn/file_template.cc         if (!value.list_value()[i].VerifyTypeIs(Value::STRING, err))
value             251 tools/gn/file_template.cc         ParseOneTemplateString(value.list_value()[i].string_value());
value             255 tools/gn/file_template.cc       *err = Err(value, "File template must be a string or list.",
value             133 tools/gn/file_template.h   void ParseInput(const Value& value, Err* err);
value             170 tools/gn/filesystem_utils.cc   base::StringPiece extension = FindExtension(&file.value());
value             341 tools/gn/filesystem_utils.cc   const std::string& dir_str = dir.value();
value             448 tools/gn/filesystem_utils.cc   const std::string value = path.value();
value             449 tools/gn/filesystem_utils.cc   if (value.empty())
value             452 tools/gn/filesystem_utils.cc   DCHECK(value[0] == '/');
value             457 tools/gn/filesystem_utils.cc   if (value.size() > 1 && value[1] == '/')
value             461 tools/gn/filesystem_utils.cc   for (size_t i = begin_index; i < value.size(); i++) {
value             462 tools/gn/filesystem_utils.cc     if (IsSlash(value[i]))
value             570 tools/gn/filesystem_utils.cc       << "Dir to rebase to isn't source-absolute: " << dest_dir.value();
value             572 tools/gn/filesystem_utils.cc   const std::string& dest = dest_dir.value();
value             605 tools/gn/filesystem_utils.cc   if (dir.value().empty()) {
value             607 tools/gn/filesystem_utils.cc   } else if (dir.value() == "/") {
value             609 tools/gn/filesystem_utils.cc   } else if (dir.value() == "//") {
value             612 tools/gn/filesystem_utils.cc     ret.assign(dir.value());
value             670 tools/gn/filesystem_utils.cc   std::string result = settings->build_settings()->build_dir().value();
value             671 tools/gn/filesystem_utils.cc   if (!toolchain_subdir.value().empty())
value             672 tools/gn/filesystem_utils.cc     result.append(toolchain_subdir.value());
value             680 tools/gn/filesystem_utils.cc   std::string result = settings->build_settings()->build_dir().value();
value             681 tools/gn/filesystem_utils.cc   if (!toolchain_subdir.value().empty())
value             682 tools/gn/filesystem_utils.cc     result.append(toolchain_subdir.value());
value             699 tools/gn/filesystem_utils.cc   ret.append(&source_dir.value()[2], source_dir.value().size() - 2);
value             714 tools/gn/filesystem_utils.cc   ret.append(&source_dir.value()[2], source_dir.value().size() - 2);
value              45 tools/gn/filesystem_utils.h   return FilePathToUTF8(path.value());
value             267 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"C:\\foo\\bar")).value());
value             269 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"/")).value());
value             271 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"C:\\source\\foo")).value());
value             273 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"C:\\source\\foo\\bar\\")). value());
value             275 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"C:\\source\\foo\\bar\\baz")).value());
value             279 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"c:/SOURCE\\Foo/baR/")).value());
value             283 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"/foo/bar/")).value());
value             285 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"C:foo/bar/")).value());
value             289 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"/C:/foo/bar")).value());
value             291 tools/gn/filesystem_utils_unittest.cc             base::FilePath(L"/C:/source/foo/bar")).value());
value             296 tools/gn/filesystem_utils_unittest.cc             base::FilePath("/foo/bar/")).value());
value             298 tools/gn/filesystem_utils_unittest.cc             base::FilePath("/")).value());
value             300 tools/gn/filesystem_utils_unittest.cc             base::FilePath("/source/foo")).value());
value             302 tools/gn/filesystem_utils_unittest.cc             base::FilePath("/source/foo/bar/")).value());
value             304 tools/gn/filesystem_utils_unittest.cc             base::FilePath("/source/foo/bar/baz/")).value());
value             308 tools/gn/filesystem_utils_unittest.cc             base::FilePath("/SOURCE/foo/bar/")).value());
value             318 tools/gn/filesystem_utils_unittest.cc             GetToolchainOutputDir(&default_settings).value());
value             320 tools/gn/filesystem_utils_unittest.cc             GetToolchainGenDir(&default_settings).value());
value             324 tools/gn/filesystem_utils_unittest.cc             GetToolchainOutputDir(&other_settings).value());
value             326 tools/gn/filesystem_utils_unittest.cc             GetToolchainGenDir(&other_settings).value());
value             337 tools/gn/filesystem_utils_unittest.cc                                      SourceDir("//")).value());
value             340 tools/gn/filesystem_utils_unittest.cc                                      SourceDir("//foo/bar/")).value());
value             345 tools/gn/filesystem_utils_unittest.cc             GetOutputDirForSourceDir(&other_settings, SourceDir("//")).value());
value             348 tools/gn/filesystem_utils_unittest.cc                                      SourceDir("//foo/bar/")).value());
value             358 tools/gn/filesystem_utils_unittest.cc             GetGenDirForSourceDir(&default_settings, SourceDir("//")).value());
value             361 tools/gn/filesystem_utils_unittest.cc                                   SourceDir("//foo/bar/")).value());
value             366 tools/gn/filesystem_utils_unittest.cc             GetGenDirForSourceDir(&other_settings, SourceDir("//")).value());
value             369 tools/gn/filesystem_utils_unittest.cc                                   SourceDir("//foo/bar/")).value());
value             378 tools/gn/filesystem_utils_unittest.cc   EXPECT_EQ("//", GetToolchainOutputDir(&settings).value());
value             379 tools/gn/filesystem_utils_unittest.cc   EXPECT_EQ("//gen/", GetToolchainGenDir(&settings).value());
value             381 tools/gn/filesystem_utils_unittest.cc             GetOutputDirForSourceDir(&settings, SourceDir("//")).value());
value             383 tools/gn/filesystem_utils_unittest.cc             GetGenDirForSourceDir(&settings, SourceDir("//")).value());
value             106 tools/gn/function_exec_script.cc                      startup_dir.value().c_str(),
value             317 tools/gn/function_exec_script.cc   ScopedTrace trace(TraceItem::TRACE_SCRIPT_EXECUTE, script_source.value());
value             392 tools/gn/function_exec_script.cc     g_scheduler->Log("Pythoning", script_source.value() + " took " +
value              34 tools/gn/function_rebase_path.cc bool ValueLooksLikeDir(const std::string& value) {
value              35 tools/gn/function_rebase_path.cc   if (value.empty())
value              37 tools/gn/function_rebase_path.cc   size_t value_size = value.size();
value              41 tools/gn/function_rebase_path.cc   while (num_dots < value_size && value[value_size - num_dots - 1] == '.')
value              44 tools/gn/function_rebase_path.cc   if (num_dots == value.size())
value              47 tools/gn/function_rebase_path.cc   if (IsSlash(value[value_size - num_dots - 1]))
value              56 tools/gn/function_rebase_path.cc                      const Value& value,
value              63 tools/gn/function_rebase_path.cc   if (!value.VerifyTypeIs(Value::STRING, err))
value              65 tools/gn/function_rebase_path.cc   const std::string& string_value = value.string_value();
value              95 tools/gn/function_rebase_path.cc         from_dir.ResolveRelativeDir(string_value).value(),
value             100 tools/gn/function_rebase_path.cc         from_dir.ResolveRelativeFile(string_value).value(),
value              59 tools/gn/function_write_file.cc           source_file.value(), args[0], err))
value             348 tools/gn/functions.cc     if (scope->GetValue(identifier->value().value()))
value             358 tools/gn/functions.cc       const Value* base = scope->GetValue(accessor->base().value());
value             365 tools/gn/functions.cc       if (base->scope_value()->GetValue(accessor->member()->value().value()))
value             672 tools/gn/functions.cc       function_map.find(name.value());
value             676 tools/gn/functions.cc         scope->GetTemplate(function->function().value().as_string());
value              29 tools/gn/generate_test_gn_data.cc   return base::WideToUTF8(path.value());
value              31 tools/gn/generate_test_gn_data.cc   return path.value();
value              75 tools/gn/input_file_manager.cc             "The file \"" + file_name.value() + "\" was previously loaded\n"
value             139 tools/gn/input_file_manager.cc           "The file \"" + file_name.value() + "\" was previously loaded\n"
value             202 tools/gn/input_file_manager.cc     std::string logmsg = name.value();
value             210 tools/gn/input_file_manager.cc   ScopedTrace load_trace(TraceItem::TRACE_FILE_LOAD, name.value());
value             231 tools/gn/input_file_manager.cc   ScopedTrace exec_trace(TraceItem::TRACE_FILE_PARSE, name.value());
value              18 tools/gn/label.cc   if (dir.value().size() > 2)
value              19 tools/gn/label.cc     return dir.value().substr(0, dir.value().size() - 1);
value              20 tools/gn/label.cc   return dir.value();
value              66 tools/gn/label.cc   const std::string& loc = computed_location.value();
value             245 tools/gn/label.cc   ret.reserve(dir_.value().size() + name_.size() + 1);
value             107 tools/gn/label.h     return ((stringhash(v.dir().value()) * 131 +
value             109 tools/gn/label.h             stringhash(v.toolchain_dir().value())) * 131 +
value             115 tools/gn/label.h   return ((hash_value(v.dir().value()) * 131 +
value             117 tools/gn/label.h           hash_value(v.toolchain_dir().value())) * 131 +
value              77 tools/gn/label_unittest.cc       EXPECT_EQ(cur.expected_dir, result.dir().value())
value              82 tools/gn/label_unittest.cc                 result.toolchain_dir().value())
value              46 tools/gn/loader.cc     if (file.value() == other.file.value())
value              96 tools/gn/loader.cc   return SourceFile(label.dir().value() + "BUILD.gn");
value             242 tools/gn/loader.cc     g_scheduler->Log("Running", file_name.value() + " with toolchain " +
value             250 tools/gn/loader.cc   ScopedTrace trace(TraceItem::TRACE_FILE_EXECUTE, file_name.value());
value             287 tools/gn/loader.cc       settings->build_settings()->build_config_file().value());
value              46 tools/gn/location.cc     ret = file_->name().value();
value              50 tools/gn/ninja_action_target_writer.cc           RemovePrefix(outputs[i].value(),
value              51 tools/gn/ninja_action_target_writer.cc                        settings_->build_settings()->build_dir().value()));
value             206 tools/gn/ninja_action_target_writer.cc   output_template.ApplyString(source.value(), &output_template_result);
value             217 tools/gn/ninja_action_target_writer.cc   GetDepfileTemplate().ApplyString(source.value(), &result);
value             224 tools/gn/ninja_action_target_writer.cc       RemovePrefix(target_->action_values().depfile().value(),
value             225 tools/gn/ninja_action_target_writer.cc                    settings_->build_settings()->build_dir().value());
value             183 tools/gn/ninja_binary_target_writer.cc     windows_manifest.value().assign(helper_.GetTargetOutputDir(target_));
value             184 tools/gn/ninja_binary_target_writer.cc     windows_manifest.value().append(target_->label().name());
value             185 tools/gn/ninja_binary_target_writer.cc     windows_manifest.value().append(".intermediate.manifest");
value             205 tools/gn/ninja_binary_target_writer.cc       internal_output_file.value() =
value             206 tools/gn/ninja_binary_target_writer.cc           target_->settings()->toolchain_output_subdir().value();
value             207 tools/gn/ninja_binary_target_writer.cc       internal_output_file.value().append(target_->label().name());
value             208 tools/gn/ninja_binary_target_writer.cc       internal_output_file.value().append(".dll");
value             222 tools/gn/ninja_binary_target_writer.cc     out_ << FindFilename(&internal_output_file.value());
value              35 tools/gn/ninja_build_writer.cc   cmdline.AppendArg(build_settings->build_dir().value());
value             100 tools/gn/ninja_build_writer.cc       SourceFile(build_settings->build_dir().value() + "build.ninja")));
value             185 tools/gn/ninja_build_writer.cc     if (target_file.value() != target->label().name()) {
value             193 tools/gn/ninja_build_writer.cc     all_rules.append(target_file.value());
value              33 tools/gn/ninja_copy_target_writer.cc     output_template.ApplyString(input_file.value(), &template_result);
value              43 tools/gn/ninja_helper.cc   ret.value().append(kObjectDirNoSlash);
value              44 tools/gn/ninja_helper.cc   AppendStringPiece(&ret.value(),
value              46 tools/gn/ninja_helper.cc   ret.value().append(target->label().name());
value              47 tools/gn/ninja_helper.cc   ret.value().append(".ninja");
value              54 tools/gn/ninja_helper.cc   ret.value().append(settings->toolchain_output_subdir().value());
value              55 tools/gn/ninja_helper.cc   ret.value().append("toolchain.ninja");
value              67 tools/gn/ninja_helper.cc   base::StringPiece filename = FindFilename(&source.value());
value              99 tools/gn/ninja_helper.cc   ret.value().append(kObjectDirNoSlash);
value             102 tools/gn/ninja_helper.cc   base::StringPiece dir = FindDir(&source.value());
value             105 tools/gn/ninja_helper.cc   AppendStringPiece(&ret.value(), dir.substr(1));
value             107 tools/gn/ninja_helper.cc   ret.value().append(target->label().name());
value             108 tools/gn/ninja_helper.cc   ret.value().append(".");
value             109 tools/gn/ninja_helper.cc   ret.value().append(name);
value             150 tools/gn/ninja_helper.cc   ret.value().append(target->settings()->toolchain_output_subdir().value());
value             160 tools/gn/ninja_helper.cc     ret.value().append(prefix);
value             161 tools/gn/ninja_helper.cc     ret.value().append(name);
value             163 tools/gn/ninja_helper.cc       ret.value().push_back('.');
value             164 tools/gn/ninja_helper.cc       ret.value().append(extension);
value             172 tools/gn/ninja_helper.cc     ret.value().append(kLibDirWithSlash);
value             173 tools/gn/ninja_helper.cc     ret.value().append(prefix);
value             174 tools/gn/ninja_helper.cc     ret.value().append(name);
value             176 tools/gn/ninja_helper.cc       ret.value().push_back('.');
value             177 tools/gn/ninja_helper.cc       ret.value().append(extension);
value             184 tools/gn/ninja_helper.cc   ret.value().append(kObjectDirNoSlash);
value             185 tools/gn/ninja_helper.cc   AppendStringPiece(&ret.value(),
value             187 tools/gn/ninja_helper.cc   ret.value().append(prefix);
value             188 tools/gn/ninja_helper.cc   ret.value().append(name);
value             190 tools/gn/ninja_helper.cc     ret.value().push_back('.');
value             191 tools/gn/ninja_helper.cc     ret.value().append(extension);
value              46 tools/gn/ninja_helper_unittest.cc   EXPECT_EQ(OutputFile("obj/tools/gn/name.ninja").value(),
value              47 tools/gn/ninja_helper_unittest.cc             helper.GetNinjaFileForTarget(&setup.target).value());
value              55 tools/gn/ninja_helper_unittest.cc   EXPECT_EQ(OutputFile("obj/tools/gn/name.foo.obj").value(),
value              58 tools/gn/ninja_helper_unittest.cc                                           SOURCE_CC).value());
value             120 tools/gn/ninja_target_writer.cc         RemovePrefix(outputs[i].value(),
value             121 tools/gn/ninja_target_writer.cc                      settings_->build_settings()->build_dir().value()));
value             106 tools/gn/operators.cc   const Value* old_value = scope->GetValue(left.value(), false);
value             127 tools/gn/operators.cc           left.value().as_string() + " = []\nbefore reassigning."));
value             134 tools/gn/operators.cc   if (right.type() == Value::LIST && left.value() == kSourcesName) {
value             138 tools/gn/operators.cc     Value* set_value = scope->SetValue(left.value(),
value             144 tools/gn/operators.cc     scope->SetValue(left.value(), right, op_node->right());
value             207 tools/gn/operators.cc           if (left_token.value() == kSourcesName) {
value             240 tools/gn/operators.cc       scope->GetValueForcedToCurrentScope(left.value(), op_node);
value             248 tools/gn/operators.cc   scope->MarkUnused(left.value());
value             301 tools/gn/operators.cc       scope->GetValueForcedToCurrentScope(left.value(), op_node);
value             309 tools/gn/operators.cc   scope->MarkUnused(left.value());
value             516 tools/gn/operators.cc     const Token& dest = left_id->value();
value              27 tools/gn/operators.h                            const Value& value,
value              88 tools/gn/operators_unittest.cc   const Value* value = setup.scope()->GetValue(sources);
value              89 tools/gn/operators_unittest.cc   ASSERT_TRUE(value);
value              90 tools/gn/operators_unittest.cc   ASSERT_EQ(Value::LIST, value->type());
value              91 tools/gn/operators_unittest.cc   ASSERT_EQ(3u, value->list_value().size());
value              92 tools/gn/operators_unittest.cc   EXPECT_TRUE(IsValueIntegerEqualing(value->list_value()[0], 5));
value              93 tools/gn/operators_unittest.cc   EXPECT_TRUE(IsValueStringEqualing(value->list_value()[1], "good"));
value              94 tools/gn/operators_unittest.cc   EXPECT_TRUE(IsValueStringEqualing(value->list_value()[2], "good"));
value              22 tools/gn/output_file.h   std::string& value() { return value_; }
value              23 tools/gn/output_file.h   const std::string& value() const { return value_; }
value              27 tools/gn/output_file.h     return SourceFile(build_settings->build_dir().value() + value_);
value              18 tools/gn/parse_tree.cc std::string IndentFor(int value) {
value              20 tools/gn/parse_tree.cc   for (int i = 0; i < value; i++)
value              80 tools/gn/parse_tree.cc   out << IndentFor(indent + 1) << base_.value() << "\n";
value              94 tools/gn/parse_tree.cc   const Value* base_value = scope->GetValue(base_.value(), true);
value             137 tools/gn/parse_tree.cc   Value* mutable_base_value = scope->GetMutableValue(base_.value(), true);
value             144 tools/gn/parse_tree.cc         member_->value().value(), true);
value             147 tools/gn/parse_tree.cc     const Value* const_base_value = scope->GetValue(base_.value(), true);
value             153 tools/gn/parse_tree.cc           const_base_value->scope_value()->GetValue(member_->value().value());
value             162 tools/gn/parse_tree.cc         member_->value().value() + "\" in scope \"" + base_.value() + "\"");
value             194 tools/gn/parse_tree.cc   out << IndentFor(indent) << "BINARY(" << op_.value() << ")\n";
value             354 tools/gn/parse_tree.cc   out << IndentFor(indent) << "FUNCTION(" << function_.value() << ")\n";
value             376 tools/gn/parse_tree.cc   const Value* result = scope->GetValue(value_.value(), true);
value             394 tools/gn/parse_tree.cc   out << IndentFor(indent) << "IDENTIFIER(" << value_.value() << ")\n";
value             468 tools/gn/parse_tree.cc       if (!base::StringToInt64(value_.value(), &result_int)) {
value             495 tools/gn/parse_tree.cc   out << IndentFor(indent) << "LITERAL(" << value_.value() << ")\n";
value             527 tools/gn/parse_tree.cc   out << IndentFor(indent) << "UNARY(" << op_.value() << ")\n";
value             299 tools/gn/parse_tree.h   const Token& value() const { return value_; }
value             358 tools/gn/parse_tree.h   const Token& value() const { return value_; }
value             182 tools/gn/parser.cc                 std::string("Unexpected token '") + token.value().as_string() +
value             198 tools/gn/parser.cc                       token.value().as_string() + std::string("'"));
value             249 tools/gn/parser.cc             "Expected right hand side for '" + token.value().as_string() + "'");
value             303 tools/gn/parser.cc   scoped_ptr<ParseNode> value = ParseExpression(PRECEDENCE_ASSIGNMENT);
value             307 tools/gn/parser.cc   assign->set_right(value.Pass());
value             322 tools/gn/parser.cc   scoped_ptr<ParseNode> value = ParseExpression();
value             325 tools/gn/parser.cc   accessor->set_base(left->AsIdentifier()->value());
value             326 tools/gn/parser.cc   accessor->set_index(value.Pass());
value             348 tools/gn/parser.cc   accessor->set_base(left->AsIdentifier()->value());
value              34 tools/gn/path_output.cc   WritePathStr(out, file.value());
value              40 tools/gn/path_output.cc   if (dir.value() == "/") {
value              47 tools/gn/path_output.cc   } else if (dir.value() == "//") {
value              72 tools/gn/path_output.cc     WritePathStr(out, dir.value());
value              75 tools/gn/path_output.cc     WritePathStr(out, base::StringPiece(dir.value().data(),
value              76 tools/gn/path_output.cc                                         dir.value().size() - 1));
value              82 tools/gn/path_output.cc   EscapeStringToStream(out, file.value(), options_);
value             121 tools/gn/path_output.cc   if (str.substr(0, current_dir_.value().size()) ==
value             122 tools/gn/path_output.cc       base::StringPiece(current_dir_.value())) {
value             125 tools/gn/path_output.cc     EscapeStringToStream(out, str.substr(current_dir_.value().size()),
value              62 tools/gn/scope.cc     return &found->second.value;
value              80 tools/gn/scope.cc     return &found->second.value;
value              93 tools/gn/scope.cc     return &found->second.value;  // Already have in the current scope.
value             109 tools/gn/scope.cc     return &found->second.value;
value             119 tools/gn/scope.cc   r.value = v;
value             120 tools/gn/scope.cc   r.value.set_origin(set_node);
value             121 tools/gn/scope.cc   return &r.value;
value             175 tools/gn/scope.cc       const BinaryOpNode* binary = i->second.value.origin()->AsBinaryOp();
value             182 tools/gn/scope.cc         *err = Err(i->second.value.origin(), "Assignment had no effect.", help);
value             192 tools/gn/scope.cc     (*output)[i->first] = i->second.value;
value             202 tools/gn/scope.cc     const Value& new_value = i->second.value;
value             211 tools/gn/scope.cc         err->AppendSubErr(Err(i->second.value, "defined here.",
value             393 tools/gn/scope.cc void Scope::SetProperty(const void* key, void* value) {
value             394 tools/gn/scope.cc   if (!value) {
value             398 tools/gn/scope.cc     properties_[key] = value;
value             237 tools/gn/scope.h   void SetProperty(const void* key, void* value);
value             245 tools/gn/scope.h     Record(const Value& v) : used(false), value(v) {}
value             248 tools/gn/scope.h     Value value;
value              16 tools/gn/scope_unittest.cc   const Value* value = scope->GetValue(name);
value              17 tools/gn/scope_unittest.cc   if (!value)
value              19 tools/gn/scope_unittest.cc   if (value->type() != Value::STRING)
value              21 tools/gn/scope_unittest.cc   return value->string_value() == expected_value;
value             132 tools/gn/scope_unittest.cc   Value value(&assignment, "hello");
value             136 tools/gn/scope_unittest.cc   root_scope.SetValue(kOnConst, value, &assignment);
value             141 tools/gn/scope_unittest.cc   mutable_scope1.SetValue(kOnMutable1, value, &assignment);
value             145 tools/gn/scope_unittest.cc   mutable_scope2.SetValue(kOnMutable2, value, &assignment);
value             154 tools/gn/scope_unittest.cc   EXPECT_TRUE(*mutable1_result == value);
value             168 tools/gn/scope_unittest.cc   EXPECT_TRUE(*mutable2_result == value);
value              22 tools/gn/settings.cc     toolchain_output_subdir_.value().append(output_subdir_name);
value              23 tools/gn/settings.cc     toolchain_output_subdir_.value().push_back('/');
value              26 tools/gn/settings.cc     toolchain_output_dir_ = SourceDir(build_settings->build_dir().value() +
value              27 tools/gn/settings.cc                                       toolchain_output_subdir_.value());
value              32 tools/gn/settings.cc     toolchain_gen_dir_ = SourceDir(toolchain_output_dir_.value() + "gen/");
value             308 tools/gn/setup.cc     scheduler_.Log("Using build dir", resolved.value());
value              55 tools/gn/source_dir.h   const std::string& value() const { return value_; }
value             106 tools/gn/source_dir.h     return h(v.value());
value             111 tools/gn/source_dir.h   return hash_value(v.value());
value              29 tools/gn/source_file.h   const std::string& value() const { return value_; }
value              86 tools/gn/source_file.h     return h(v.value());
value              91 tools/gn/source_file.h   return hash_value(v.value());
value             108 tools/gn/string_utils.cc   const Value* value = scope->GetValue(identifier, true);
value             109 tools/gn/string_utils.cc   if (!value) {
value             112 tools/gn/string_utils.cc         token, identifier.data() - token.value().data() - 1, identifier.size(),
value             118 tools/gn/string_utils.cc   output->append(value->ToString(false));
value             129 tools/gn/string_utils.cc   DCHECK(literal.value().size() > 1);  // Should include quotes.
value             133 tools/gn/string_utils.cc   const char* input = &literal.value().data()[1];
value             134 tools/gn/string_utils.cc   size_t size = literal.value().size() - 2;
value             129 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(variables::kSources, true);
value             130 tools/gn/target_generator.cc   if (!value)
value             134 tools/gn/target_generator.cc   if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
value             141 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(variables::kSourcePrereqs, true);
value             142 tools/gn/target_generator.cc   if (!value)
value             146 tools/gn/target_generator.cc   if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
value             164 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(variables::kData, true);
value             165 tools/gn/target_generator.cc   if (!value)
value             169 tools/gn/target_generator.cc   if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
value             202 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(variables::kOutputs, true);
value             203 tools/gn/target_generator.cc   if (!value)
value             207 tools/gn/target_generator.cc   if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
value             212 tools/gn/target_generator.cc   CHECK(outputs.size() == value->list_value().size());
value             216 tools/gn/target_generator.cc             outputs[i].value(), value->list_value()[i], err_))
value             224 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(var_name, true);
value             225 tools/gn/target_generator.cc   if (value) {
value             226 tools/gn/target_generator.cc     ExtractListOfLabels(*value, scope_->GetSourceDir(),
value             233 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(var_name, true);
value             234 tools/gn/target_generator.cc   if (value) {
value             235 tools/gn/target_generator.cc     ExtractListOfLabels(*value, scope_->GetSourceDir(),
value             241 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(
value             243 tools/gn/target_generator.cc   if (value) {
value             244 tools/gn/target_generator.cc     ExtractListOfLabels(*value, scope_->GetSourceDir(),
value              45 tools/gn/template.cc                             invocation->function().value().as_string(),
value              59 tools/gn/token.h   const base::StringPiece& value() const { return value_; }
value              38 tools/gn/tokenizer.cc Token::Type GetSpecificOperatorType(base::StringPiece value) {
value              39 tools/gn/tokenizer.cc   if (value == "=")
value              41 tools/gn/tokenizer.cc   if (value == "+")
value              43 tools/gn/tokenizer.cc   if (value == "-")
value              45 tools/gn/tokenizer.cc   if (value == "+=")
value              47 tools/gn/tokenizer.cc   if (value == "-=")
value              49 tools/gn/tokenizer.cc   if (value == "==")
value              51 tools/gn/tokenizer.cc   if (value == "!=")
value              53 tools/gn/tokenizer.cc   if (value == "<=")
value              55 tools/gn/tokenizer.cc   if (value == ">=")
value              57 tools/gn/tokenizer.cc   if (value == "<")
value              59 tools/gn/tokenizer.cc   if (value == ">")
value              61 tools/gn/tokenizer.cc   if (value == "&&")
value              63 tools/gn/tokenizer.cc   if (value == "||")
value              65 tools/gn/tokenizer.cc   if (value == "!")
value              67 tools/gn/tokenizer.cc   if (value == ".")
value              14 tools/gn/tokenizer_unittest.cc   const char* value;
value              30 tools/gn/tokenizer_unittest.cc     if (expect[i].value != results[i].value())
value              77 tools/gn/value_extractors.cc bool ExtractListOfStringValues(const Value& value,
value              80 tools/gn/value_extractors.cc   if (!value.VerifyTypeIs(Value::LIST, err))
value              82 tools/gn/value_extractors.cc   const std::vector<Value>& input_list = value.list_value();
value              93 tools/gn/value_extractors.cc                                 const Value& value,
value              97 tools/gn/value_extractors.cc   return ListValueExtractor(value, files, err,
value             102 tools/gn/value_extractors.cc                                const Value& value,
value             106 tools/gn/value_extractors.cc   return ListValueExtractor(value, dest, err,
value             110 tools/gn/value_extractors.cc bool ExtractListOfLabels(const Value& value,
value             115 tools/gn/value_extractors.cc   return ListValueExtractor(value, dest, err,
value             120 tools/gn/value_extractors.cc bool ExtractListOfLabels(const Value& value,
value             125 tools/gn/value_extractors.cc   return ListValueExtractor(value, dest, err,
value             131 tools/gn/value_extractors.cc                          const Value& value,
value             136 tools/gn/value_extractors.cc   return converter(value, file, err);
value              22 tools/gn/value_extractors.h bool ListValueExtractor(const Value& value, std::vector<T>* dest,
value              25 tools/gn/value_extractors.h   if (!value.VerifyTypeIs(Value::LIST, err))
value              27 tools/gn/value_extractors.h   const std::vector<Value>& input_list = value.list_value();
value              37 tools/gn/value_extractors.h bool ExtractListOfStringValues(const Value& value,
value              43 tools/gn/value_extractors.h                                 const Value& value,
value              50 tools/gn/value_extractors.h                                const Value& value,
value              57 tools/gn/value_extractors.h bool ExtractListOfLabels(const Value& value,
value              62 tools/gn/value_extractors.h bool ExtractListOfLabels(const Value& value,
value              69 tools/gn/value_extractors.h                          const Value& value,
value              41 tools/gn/visibility.cc       return label.dir().value().compare(0, dir_.value().size(), dir_.value())
value              56 tools/gn/visibility.cc                      const Value& value,
value              62 tools/gn/visibility.cc   if (value.type() == Value::STRING) {
value              63 tools/gn/visibility.cc     patterns_.push_back(GetPattern(current_dir, value, err));
value              68 tools/gn/visibility.cc   if (!value.VerifyTypeIs(Value::LIST, err))
value              71 tools/gn/visibility.cc   const std::vector<Value>& list = value.list_value();
value             106 tools/gn/visibility.cc         result += "  " + patterns_[i].dir().value() + ":" +
value             114 tools/gn/visibility.cc         result += "  " + patterns_[i].dir().value() + "*\n";
value             125 tools/gn/visibility.cc                                               const Value& value,
value             127 tools/gn/visibility.cc   if (!value.VerifyTypeIs(Value::STRING, err))
value             130 tools/gn/visibility.cc   const std::string& str = value.string_value();
value             132 tools/gn/visibility.cc     *err = Err(value, "Visibility pattern must not be empty.");
value             140 tools/gn/visibility.cc     Label label = Label::Resolve(current_dir, Label(), value, err);
value             146 tools/gn/visibility.cc       *err = Err(value, "Visibility label specified a toolchain.",
value             185 tools/gn/visibility.cc       *err = Err(value, "'*' must match full directories in visibility.",
value             196 tools/gn/visibility.cc       *err = Err(value, "Visibility patterns only support wildcard suffixes.",
value             204 tools/gn/visibility.cc       *err = Err(value, "Visibility pattern didn't resolve to a dir.",
value             214 tools/gn/visibility.cc     *err = Err(value, "Invalid visibility pattern.",
value              59 tools/gn/visibility.h   bool Set(const SourceDir& current_dir, const Value& value, Err* err);
value              77 tools/gn/visibility.h                                const Value& value,
value              61 tools/gn/visibility_unittest.cc     EXPECT_EQ(cur.dir, result.dir().value()) << i << " " << cur.input;
value             261 tools/imagediff/image_diff.cc             file1.value().c_str());
value             266 tools/imagediff/image_diff.cc             file2.value().c_str());
value             369 tools/imagediff/image_diff.cc             file1.value().c_str());
value             374 tools/imagediff/image_diff.cc             file2.value().c_str());
value              85 tools/ipc_fuzzer/message_lib/message_file_reader.cc     LOG(ERROR) << path_.value() << " is not an IPC message file.";
value              89 tools/ipc_fuzzer/message_lib/message_file_reader.cc     LOG(ERROR) << "Wrong version for message file " << path_.value() << ". "
value              99 tools/ipc_fuzzer/message_lib/message_file_reader.cc     LOG(ERROR) << "Failed to map testcase: " << path_.value();
value              60 tools/ipc_fuzzer/message_lib/message_file_writer.cc     LOG(ERROR) << "Failed to create IPC message file: " << path_.value();
value              50 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateBool(bool* value) = 0;
value              51 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateInt(int* value) = 0;
value              52 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateLong(long* value) = 0;
value              53 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateSize(size_t* value) = 0;
value              54 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateUChar(unsigned char *value) = 0;
value              55 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateUInt16(uint16* value) = 0;
value              56 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateUInt32(uint32* value) = 0;
value              57 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateInt64(int64* value) = 0;
value              58 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateUInt64(uint64* value) = 0;
value              59 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateFloat(float *value) = 0;
value              60 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateDouble(double *value) = 0;
value              61 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateString(std::string* value) = 0;
value              62 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateString16(base::string16* value) = 0;
value              68 tools/ipc_fuzzer/mutate/generate.cc void GenerateIntegralType(T* value) {
value              71 tools/ipc_fuzzer/mutate/generate.cc       *value = 0;
value              74 tools/ipc_fuzzer/mutate/generate.cc       *value = 1;
value              77 tools/ipc_fuzzer/mutate/generate.cc       *value = -1;
value              80 tools/ipc_fuzzer/mutate/generate.cc       *value = 2;
value              83 tools/ipc_fuzzer/mutate/generate.cc       *value = static_cast<T>(RandU64());
value              89 tools/ipc_fuzzer/mutate/generate.cc void GenerateFloatingType(T* value) {
value              90 tools/ipc_fuzzer/mutate/generate.cc   *value = RandDouble();
value              94 tools/ipc_fuzzer/mutate/generate.cc void GenerateStringType(T* value) {
value              99 tools/ipc_fuzzer/mutate/generate.cc   *value = temp_string;
value             107 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateBool(bool* value) OVERRIDE {
value             108 tools/ipc_fuzzer/mutate/generate.cc     *value = RandInRange(2);
value             111 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateInt(int* value) OVERRIDE {
value             112 tools/ipc_fuzzer/mutate/generate.cc     GenerateIntegralType<int>(value);
value             115 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateLong(long* value) OVERRIDE {
value             116 tools/ipc_fuzzer/mutate/generate.cc     GenerateIntegralType<long>(value);
value             119 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateSize(size_t* value) OVERRIDE {
value             120 tools/ipc_fuzzer/mutate/generate.cc     GenerateIntegralType<size_t>(value);
value             123 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateUChar(unsigned char* value) OVERRIDE {
value             124 tools/ipc_fuzzer/mutate/generate.cc     GenerateIntegralType<unsigned char>(value);
value             127 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateUInt16(uint16* value) OVERRIDE {
value             128 tools/ipc_fuzzer/mutate/generate.cc     GenerateIntegralType<uint16>(value);
value             131 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateUInt32(uint32* value) OVERRIDE {
value             132 tools/ipc_fuzzer/mutate/generate.cc     GenerateIntegralType<uint32>(value);
value             135 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateInt64(int64* value) OVERRIDE {
value             136 tools/ipc_fuzzer/mutate/generate.cc     GenerateIntegralType<int64>(value);
value             139 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateUInt64(uint64* value) OVERRIDE {
value             140 tools/ipc_fuzzer/mutate/generate.cc     GenerateIntegralType<uint64>(value);
value             143 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateFloat(float* value) OVERRIDE {
value             144 tools/ipc_fuzzer/mutate/generate.cc     GenerateFloatingType<float>(value);
value             147 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateDouble(double* value) OVERRIDE {
value             148 tools/ipc_fuzzer/mutate/generate.cc     GenerateFloatingType<double>(value);
value             151 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateString(std::string* value) OVERRIDE {
value             152 tools/ipc_fuzzer/mutate/generate.cc     GenerateStringType<std::string>(value);
value             155 tools/ipc_fuzzer/mutate/generate.cc   virtual void GenerateString16(base::string16* value) OVERRIDE {
value             156 tools/ipc_fuzzer/mutate/generate.cc     GenerateStringType<base::string16>(value);
value            1188 tools/ipc_fuzzer/mutate/generate.cc           int value = RandInRange(1 << shift);                     \
value            1190 tools/ipc_fuzzer/mutate/generate.cc             *reinterpret_cast<int*>(p) = value;                    \
value              46 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzBool(bool* value) = 0;
value              47 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzInt(int* value) = 0;
value              48 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzLong(long* value) = 0;
value              49 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzSize(size_t* value) = 0;
value              50 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUChar(unsigned char *value) = 0;
value              51 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt16(uint16* value) = 0;
value              52 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt32(uint32* value) = 0;
value              53 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzInt64(int64* value) = 0;
value              54 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt64(uint64* value) = 0;
value              55 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzFloat(float *value) = 0;
value              56 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzDouble(double *value) = 0;
value              57 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzString(std::string* value) = 0;
value              58 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzString16(base::string16* value) = 0;
value              64 tools/ipc_fuzzer/mutate/mutate.cc void FuzzIntegralType(T* value, unsigned int frequency) {
value              67 tools/ipc_fuzzer/mutate/mutate.cc       case 0: (*value) = 0; break;
value              68 tools/ipc_fuzzer/mutate/mutate.cc       case 1: (*value)--; break;
value              69 tools/ipc_fuzzer/mutate/mutate.cc       case 2: (*value)++; break;
value              70 tools/ipc_fuzzer/mutate/mutate.cc       case 3: (*value) = RandU64(); break;
value              76 tools/ipc_fuzzer/mutate/mutate.cc void FuzzStringType(T* value, unsigned int frequency,
value              80 tools/ipc_fuzzer/mutate/mutate.cc       case 4: (*value) = (*value) + (*value);   // FALLTHROUGH
value              81 tools/ipc_fuzzer/mutate/mutate.cc       case 3: (*value) = (*value) + (*value);   // FALLTHROUGH
value              82 tools/ipc_fuzzer/mutate/mutate.cc       case 2: (*value) = (*value) + (*value); break;
value              83 tools/ipc_fuzzer/mutate/mutate.cc       case 1: (*value) += literal1; break;
value              84 tools/ipc_fuzzer/mutate/mutate.cc       case 0: (*value) = literal2; break;
value              97 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzBool(bool* value) OVERRIDE {
value              99 tools/ipc_fuzzer/mutate/mutate.cc       (*value) = !(*value);
value             102 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzInt(int* value) OVERRIDE {
value             103 tools/ipc_fuzzer/mutate/mutate.cc     FuzzIntegralType<int>(value, frequency_);
value             106 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzLong(long* value) OVERRIDE {
value             107 tools/ipc_fuzzer/mutate/mutate.cc     FuzzIntegralType<long>(value, frequency_);
value             110 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzSize(size_t* value) OVERRIDE {
value             111 tools/ipc_fuzzer/mutate/mutate.cc     FuzzIntegralType<size_t>(value, frequency_);
value             114 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUChar(unsigned char* value) OVERRIDE {
value             115 tools/ipc_fuzzer/mutate/mutate.cc     FuzzIntegralType<unsigned char>(value, frequency_);
value             118 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt16(uint16* value) OVERRIDE {
value             119 tools/ipc_fuzzer/mutate/mutate.cc     FuzzIntegralType<uint16>(value, frequency_);
value             122 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt32(uint32* value) OVERRIDE {
value             123 tools/ipc_fuzzer/mutate/mutate.cc     FuzzIntegralType<uint32>(value, frequency_);
value             126 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzInt64(int64* value) OVERRIDE {
value             127 tools/ipc_fuzzer/mutate/mutate.cc     FuzzIntegralType<int64>(value, frequency_);
value             130 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt64(uint64* value) OVERRIDE {
value             131 tools/ipc_fuzzer/mutate/mutate.cc     FuzzIntegralType<uint64>(value, frequency_);
value             134 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzFloat(float* value) OVERRIDE {
value             136 tools/ipc_fuzzer/mutate/mutate.cc       *value = RandDouble();
value             139 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzDouble(double* value) OVERRIDE {
value             141 tools/ipc_fuzzer/mutate/mutate.cc       *value = RandDouble();
value             144 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzString(std::string* value) OVERRIDE {
value             145 tools/ipc_fuzzer/mutate/mutate.cc     FuzzStringType<std::string>(value, frequency_, "BORKED", std::string());
value             148 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzString16(base::string16* value) OVERRIDE {
value             149 tools/ipc_fuzzer/mutate/mutate.cc     FuzzStringType<base::string16>(value, frequency_,
value             178 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzBool(bool* value) OVERRIDE {}
value             179 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzInt(int* value) OVERRIDE {}
value             180 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzLong(long* value) OVERRIDE {}
value             181 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzSize(size_t* value) OVERRIDE {}
value             182 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUChar(unsigned char* value) OVERRIDE {}
value             183 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt16(uint16* value) OVERRIDE {}
value             184 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt32(uint32* value) OVERRIDE {}
value             185 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzInt64(int64* value) OVERRIDE {}
value             186 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzUInt64(uint64* value) OVERRIDE {}
value             187 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzFloat(float* value) OVERRIDE {}
value             188 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzDouble(double* value) OVERRIDE {}
value             189 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzString(std::string* value) OVERRIDE {}
value             190 tools/ipc_fuzzer/mutate/mutate.cc   virtual void FuzzString16(base::string16* value) OVERRIDE {}
value              15 tools/json_schema_compiler/test/arrays_unittest.cc   base::DictionaryValue* value = new base::DictionaryValue();
value              30 tools/json_schema_compiler/test/arrays_unittest.cc   value->Set("numbers", numbers_value);
value              31 tools/json_schema_compiler/test/arrays_unittest.cc   value->Set("booleans", booleans_value);
value              32 tools/json_schema_compiler/test/arrays_unittest.cc   value->Set("strings", strings_value);
value              33 tools/json_schema_compiler/test/arrays_unittest.cc   value->Set("integers", integers_value);
value              34 tools/json_schema_compiler/test/arrays_unittest.cc   return scoped_ptr<base::DictionaryValue>(value);
value              38 tools/json_schema_compiler/test/arrays_unittest.cc   base::DictionaryValue* value(new base::DictionaryValue());
value              39 tools/json_schema_compiler/test/arrays_unittest.cc   value->Set("val", base::Value::CreateIntegerValue(val));
value              40 tools/json_schema_compiler/test/arrays_unittest.cc   return value;
value              47 tools/json_schema_compiler/test/arrays_unittest.cc     scoped_ptr<base::DictionaryValue> value = CreateBasicArrayTypeDictionary();
value              49 tools/json_schema_compiler/test/arrays_unittest.cc     ASSERT_TRUE(BasicArrayType::Populate(*value, basic_array_type.get()));
value              50 tools/json_schema_compiler/test/arrays_unittest.cc     EXPECT_TRUE(value->Equals(basic_array_type->ToValue().get()));
value              64 tools/json_schema_compiler/test/arrays_unittest.cc   base::DictionaryValue value;
value              65 tools/json_schema_compiler/test/arrays_unittest.cc   value.Set("types", types.release());
value              68 tools/json_schema_compiler/test/arrays_unittest.cc   ASSERT_TRUE(EnumArrayType::Populate(value, &enum_array_type));
value              85 tools/json_schema_compiler/test/arrays_unittest.cc     base::DictionaryValue value;
value              86 tools/json_schema_compiler/test/arrays_unittest.cc     value.Set("types", types.release());
value              89 tools/json_schema_compiler/test/arrays_unittest.cc     ASSERT_TRUE(OptionalEnumArrayType::Populate(value, &enum_array_type));
value              93 tools/json_schema_compiler/test/arrays_unittest.cc     base::DictionaryValue value;
value              97 tools/json_schema_compiler/test/arrays_unittest.cc     value.Set("types", enum_array.release());
value              99 tools/json_schema_compiler/test/arrays_unittest.cc     ASSERT_FALSE(OptionalEnumArrayType::Populate(value, &enum_array_type));
value             106 tools/json_schema_compiler/test/arrays_unittest.cc     scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             111 tools/json_schema_compiler/test/arrays_unittest.cc     value->Set("refs", ref_array.release());
value             113 tools/json_schema_compiler/test/arrays_unittest.cc     EXPECT_TRUE(RefArrayType::Populate(*value, ref_array_type.get()));
value             120 tools/json_schema_compiler/test/arrays_unittest.cc     scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             124 tools/json_schema_compiler/test/arrays_unittest.cc     value->Set("refs", not_ref_array.release());
value             126 tools/json_schema_compiler/test/arrays_unittest.cc     EXPECT_FALSE(RefArrayType::Populate(*value, ref_array_type.get()));
value             114 tools/json_schema_compiler/test/choices_unittest.cc   base::DictionaryValue value;
value             115 tools/json_schema_compiler/test/choices_unittest.cc   value.SetInteger("integers", 4);
value             116 tools/json_schema_compiler/test/choices_unittest.cc   value.Set("strings", strings_value);
value             119 tools/json_schema_compiler/test/choices_unittest.cc   ASSERT_TRUE(ChoiceType::Populate(value, &out));
value             135 tools/json_schema_compiler/test/choices_unittest.cc   base::DictionaryValue value;
value             136 tools/json_schema_compiler/test/choices_unittest.cc   value.SetInteger("integers", 5);
value             137 tools/json_schema_compiler/test/choices_unittest.cc   value.Set("strings", strings_value);
value             140 tools/json_schema_compiler/test/choices_unittest.cc   ASSERT_TRUE(ChoiceType::Populate(value, &out));
value             142 tools/json_schema_compiler/test/choices_unittest.cc   EXPECT_TRUE(value.Equals(out.ToValue().get()));
value             177 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<base::Value> value = ReadJson("42");
value             178 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<NestedChoice> obj = NestedChoice::FromValue(*value);
value             186 tools/json_schema_compiler/test/choices_unittest.cc     EXPECT_TRUE(base::Value::Equals(value.get(), obj->ToValue().get()));
value             191 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<base::Value> value = ReadJson("\"foo\"");
value             192 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<NestedChoice> obj = NestedChoice::FromValue(*value);
value             202 tools/json_schema_compiler/test/choices_unittest.cc     EXPECT_TRUE(base::Value::Equals(value.get(), obj->ToValue().get()));
value             207 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<base::Value> value = ReadJson("true");
value             208 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<NestedChoice> obj = NestedChoice::FromValue(*value);
value             218 tools/json_schema_compiler/test/choices_unittest.cc     EXPECT_TRUE(base::Value::Equals(value.get(), obj->ToValue().get()));
value             223 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<base::Value> value = ReadJson("42.0");
value             224 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<NestedChoice> obj = NestedChoice::FromValue(*value);
value             235 tools/json_schema_compiler/test/choices_unittest.cc     EXPECT_TRUE(base::Value::Equals(value.get(), obj->ToValue().get()));
value             240 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<base::Value> value = ReadJson(
value             242 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<NestedChoice> obj = NestedChoice::FromValue(*value);
value             262 tools/json_schema_compiler/test/choices_unittest.cc     EXPECT_TRUE(base::Value::Equals(value.get(), obj->ToValue().get()));
value             267 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<base::Value> value = ReadJson(
value             272 tools/json_schema_compiler/test/choices_unittest.cc     scoped_ptr<NestedChoice> obj = NestedChoice::FromValue(*value);
value             288 tools/json_schema_compiler/test/choices_unittest.cc     EXPECT_TRUE(base::Value::Equals(value.get(), obj->ToValue().get()));
value              15 tools/json_schema_compiler/test/crossref_unittest.cc   base::DictionaryValue* value(new base::DictionaryValue());
value              16 tools/json_schema_compiler/test/crossref_unittest.cc   value->SetWithoutPathExpansion("number", base::Value::CreateDoubleValue(1.1));
value              17 tools/json_schema_compiler/test/crossref_unittest.cc   value->SetWithoutPathExpansion("integer", base::Value::CreateIntegerValue(4));
value              18 tools/json_schema_compiler/test/crossref_unittest.cc   value->SetWithoutPathExpansion("string",
value              20 tools/json_schema_compiler/test/crossref_unittest.cc   value->SetWithoutPathExpansion("boolean",
value              22 tools/json_schema_compiler/test/crossref_unittest.cc   return scoped_ptr<base::DictionaryValue>(value);
value              29 tools/json_schema_compiler/test/crossref_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              30 tools/json_schema_compiler/test/crossref_unittest.cc   value->Set("testType", CreateTestTypeDictionary().release());
value              31 tools/json_schema_compiler/test/crossref_unittest.cc   EXPECT_TRUE(CrossrefType::Populate(*value, crossref_type.get()));
value              35 tools/json_schema_compiler/test/crossref_unittest.cc   EXPECT_TRUE(value->Equals(crossref_type->ToValue().get()));
value              61 tools/json_schema_compiler/test/crossref_unittest.cc   scoped_ptr<base::DictionaryValue> value = CreateTestTypeDictionary();
value              65 tools/json_schema_compiler/test/crossref_unittest.cc       test::api::simple_api::TestType::Populate(*value, test_type.get()));
value              71 tools/json_schema_compiler/test/crossref_unittest.cc   EXPECT_TRUE(value->Equals(result_dict));
value              16 tools/json_schema_compiler/test/enums_unittest.cc     base::DictionaryValue value;
value              17 tools/json_schema_compiler/test/enums_unittest.cc     value.Set("type", base::Value::CreateStringValue("one"));
value              18 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_TRUE(EnumType::Populate(value, &enum_type));
value              20 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_TRUE(value.Equals(enum_type.ToValue().get()));
value              24 tools/json_schema_compiler/test/enums_unittest.cc     base::DictionaryValue value;
value              25 tools/json_schema_compiler/test/enums_unittest.cc     value.Set("type", base::Value::CreateStringValue("invalid"));
value              26 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_FALSE(EnumType::Populate(value, &enum_type));
value              45 tools/json_schema_compiler/test/enums_unittest.cc     base::DictionaryValue value;
value              46 tools/json_schema_compiler/test/enums_unittest.cc     ASSERT_FALSE(HasEnumeration::Populate(value, &enumeration));
value              48 tools/json_schema_compiler/test/enums_unittest.cc     value.Set("enumeration", base::Value::CreateStringValue("one"));
value              49 tools/json_schema_compiler/test/enums_unittest.cc     ASSERT_TRUE(HasEnumeration::Populate(value, &enumeration));
value              50 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_TRUE(value.Equals(enumeration.ToValue().get()));
value              52 tools/json_schema_compiler/test/enums_unittest.cc     value.Set("optional_enumeration", base::Value::CreateStringValue("two"));
value              53 tools/json_schema_compiler/test/enums_unittest.cc     ASSERT_TRUE(HasEnumeration::Populate(value, &enumeration));
value              54 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_TRUE(value.Equals(enumeration.ToValue().get()));
value             112 tools/json_schema_compiler/test/enums_unittest.cc     base::DictionaryValue value;
value             113 tools/json_schema_compiler/test/enums_unittest.cc     value.Set("type", base::Value::CreateStringValue("two"));
value             114 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_TRUE(OptionalEnumType::Populate(value, &enum_type));
value             116 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_TRUE(value.Equals(enum_type.ToValue().get()));
value             120 tools/json_schema_compiler/test/enums_unittest.cc     base::DictionaryValue value;
value             121 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_TRUE(OptionalEnumType::Populate(value, &enum_type));
value             123 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_TRUE(value.Equals(enum_type.ToValue().get()));
value             127 tools/json_schema_compiler/test/enums_unittest.cc     base::DictionaryValue value;
value             128 tools/json_schema_compiler/test/enums_unittest.cc     value.Set("type", base::Value::CreateStringValue("invalid"));
value             129 tools/json_schema_compiler/test/enums_unittest.cc     EXPECT_FALSE(OptionalEnumType::Populate(value, &enum_type));
value              18 tools/json_schema_compiler/test/error_generation_unittest.cc base::string16 GetPopulateError(const base::Value& value) {
value              21 tools/json_schema_compiler/test/error_generation_unittest.cc   T::Populate(value, &test_type, &error);
value              36 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value              38 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<TestType>(*value)));
value              41 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::BinaryValue> value(new base::BinaryValue());
value              43 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<TestType>(*value)));
value              49 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::ListValue> value(new base::ListValue());
value              51 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<ChoiceType::Integers>(*value)));
value              54 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::BinaryValue> value(new base::BinaryValue());
value              56 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<ChoiceType::Integers>(*value)));
value              64 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value              66 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ChoiceType>(*value)));
value              69 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              71 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<ChoiceType>(*value)));
value             114 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             116 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<TestType>(*value)));
value             119 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             122 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<TestType>(*value)));
value             144 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value             145 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ObjectType>(*value)));
value             148 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             152 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(ObjectType::Populate(*value, &out, &error));
value             177 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             179 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<BinaryData>(*value)));
value             182 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             185 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<BinaryData>(*value)));
value             191 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             193 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ArrayObject>(*value)));
value             196 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             199 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<ArrayObject>(*value)));
value             207 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             209 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<HasEnumeration>(*value)));
value             212 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             216 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<HasEnumeration>(*value)));
value             224 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             226 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<OptionalTestType>(*value)));
value             229 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             234 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(OptionalTestType::Populate(*value, &out, &error));
value             243 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             245 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<OptionalBinaryData>(*value)));
value             249 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary("data",
value             254 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(OptionalBinaryData::Populate(*value, &out, &error));
value             263 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             265 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ArrayObject>(*value)));
value             268 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             272 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(ArrayObject::Populate(*value, &out, &error));
value             303 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             307 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(ArrayObject::Populate(*value, &out, &error));
value             312 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(ArrayObject::Populate(*value, &out, &error));
value             322 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             324 tools/json_schema_compiler/test/error_generation_unittest.cc     EXPECT_TRUE(EqualsUtf16("", GetPopulateError<TestType>(*value)));
value             327 tools/json_schema_compiler/test/error_generation_unittest.cc     scoped_ptr<base::DictionaryValue> value = Dictionary(
value             331 tools/json_schema_compiler/test/error_generation_unittest.cc         GetPopulateError<TestType>(*value)));
value              20 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     base::DictionaryValue value;
value              22 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     value.Set("event_callback", function_dict.DeepCopy());
value              24 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(FunctionType::Populate(value, &out));
value              31 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     base::DictionaryValue value;
value              33 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     value.Set("event_callback", function_dict.DeepCopy());
value              36 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(FunctionType::Populate(value, &out));
value              37 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     EXPECT_TRUE(value.Equals(out.ToValue().get()));
value              40 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     base::DictionaryValue value;
value              43 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     value.Set("event_callback", function_dict.DeepCopy());
value              47 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(FunctionType::Populate(value, &out));
value              60 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     base::DictionaryValue value;
value              62 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     value.Set("event_callback", function_value.DeepCopy());
value              64 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(OptionalFunctionType::Populate(value, &out));
value              68 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     base::DictionaryValue value;
value              70 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     value.Set("event_callback", function_value.DeepCopy());
value              72 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(OptionalFunctionType::Populate(value, &out));
value              86 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     base::DictionaryValue value;
value              88 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     value.Set("event_callback", function_value.DeepCopy());
value              91 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     ASSERT_TRUE(OptionalFunctionType::Populate(value, &out));
value              92 tools/json_schema_compiler/test/functions_as_parameters_unittest.cc     EXPECT_TRUE(value.Equals(out.ToValue().get()));
value              14 tools/json_schema_compiler/test/simple_api_unittest.cc   scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue());
value              15 tools/json_schema_compiler/test/simple_api_unittest.cc   value->SetWithoutPathExpansion("number",
value              17 tools/json_schema_compiler/test/simple_api_unittest.cc   value->SetWithoutPathExpansion("integer",
value              19 tools/json_schema_compiler/test/simple_api_unittest.cc   value->SetWithoutPathExpansion("string",
value              21 tools/json_schema_compiler/test/simple_api_unittest.cc   value->SetWithoutPathExpansion("boolean",
value              23 tools/json_schema_compiler/test/simple_api_unittest.cc   return value.Pass();
value             123 tools/json_schema_compiler/test/simple_api_unittest.cc     scoped_ptr<base::DictionaryValue> value = CreateTestTypeDictionary();
value             124 tools/json_schema_compiler/test/simple_api_unittest.cc     EXPECT_TRUE(TestType::Populate(*value, test_type.get()));
value             129 tools/json_schema_compiler/test/simple_api_unittest.cc     EXPECT_TRUE(value->Equals(test_type->ToValue().get()));
value             133 tools/json_schema_compiler/test/simple_api_unittest.cc     scoped_ptr<base::DictionaryValue> value = CreateTestTypeDictionary();
value             134 tools/json_schema_compiler/test/simple_api_unittest.cc     value->Remove("number", NULL);
value             135 tools/json_schema_compiler/test/simple_api_unittest.cc     EXPECT_FALSE(TestType::Populate(*value, test_type.get()));
value             141 tools/json_schema_compiler/test/simple_api_unittest.cc     scoped_ptr<base::DictionaryValue> value = CreateTestTypeDictionary();
value             143 tools/json_schema_compiler/test/simple_api_unittest.cc     EXPECT_TRUE(TestType::Populate(*value, test_type.get()));
value             149 tools/json_schema_compiler/test/simple_api_unittest.cc     EXPECT_TRUE(result->Equals(value.get()));
value              31 tools/json_schema_compiler/util.cc   const base::Value* value = NULL;
value              32 tools/json_schema_compiler/util.cc   if (!from.Get(index, &value))
value              34 tools/json_schema_compiler/util.cc   *out = make_linked_ptr(value->DeepCopy());
value              53 tools/json_schema_compiler/util.h   T value;
value              55 tools/json_schema_compiler/util.h     if (!GetItemFromList(list, i, &value))
value              57 tools/json_schema_compiler/util.h     out->push_back(value);
value              85 tools/json_schema_compiler/util.h   T value;
value              87 tools/json_schema_compiler/util.h     if (!GetItemFromList(list, i, &value)) {
value              91 tools/json_schema_compiler/util.h     (*out)->push_back(value);
value              43 ui/accessibility/ax_node_data.cc     AXStringAttribute attribute, const std::string& value) {
value              44 ui/accessibility/ax_node_data.cc   string_attributes.push_back(std::make_pair(attribute, value));
value              48 ui/accessibility/ax_node_data.cc     AXIntAttribute attribute, int value) {
value              49 ui/accessibility/ax_node_data.cc   int_attributes.push_back(std::make_pair(attribute, value));
value              53 ui/accessibility/ax_node_data.cc     AXFloatAttribute attribute, float value) {
value              54 ui/accessibility/ax_node_data.cc   float_attributes.push_back(std::make_pair(attribute, value));
value              58 ui/accessibility/ax_node_data.cc     AXBoolAttribute attribute, bool value) {
value              59 ui/accessibility/ax_node_data.cc   bool_attributes.push_back(std::make_pair(attribute, value));
value              63 ui/accessibility/ax_node_data.cc     AXIntListAttribute attribute, const std::vector<int32>& value) {
value              64 ui/accessibility/ax_node_data.cc   intlist_attributes.push_back(std::make_pair(attribute, value));
value              71 ui/accessibility/ax_node_data.cc void AXNodeData::SetValue(std::string value) {
value              72 ui/accessibility/ax_node_data.cc   string_attributes.push_back(std::make_pair(AX_ATTR_VALUE, value));
value             130 ui/accessibility/ax_node_data.cc     std::string value = IntToString(int_attributes[i].second);
value             133 ui/accessibility/ax_node_data.cc         result += " scroll_x=" + value;
value             136 ui/accessibility/ax_node_data.cc         result += " scroll_x_min=" + value;
value             139 ui/accessibility/ax_node_data.cc         result += " scroll_x_max=" + value;
value             142 ui/accessibility/ax_node_data.cc         result += " scroll_y=" + value;
value             145 ui/accessibility/ax_node_data.cc         result += " scroll_y_min=" + value;
value             148 ui/accessibility/ax_node_data.cc         result += " scroll_y_max=" + value;
value             151 ui/accessibility/ax_node_data.cc         result += " level=" + value;
value             154 ui/accessibility/ax_node_data.cc         result += " sel_start=" + value;
value             157 ui/accessibility/ax_node_data.cc         result += " sel_end=" + value;
value             160 ui/accessibility/ax_node_data.cc         result += " rows=" + value;
value             163 ui/accessibility/ax_node_data.cc         result += " cols=" + value;
value             166 ui/accessibility/ax_node_data.cc         result += " col=" + value;
value             169 ui/accessibility/ax_node_data.cc         result += " row=" + value;
value             172 ui/accessibility/ax_node_data.cc         result += " colspan=" + value;
value             175 ui/accessibility/ax_node_data.cc         result += " rowspan=" + value;
value             178 ui/accessibility/ax_node_data.cc         result += " column_header_id=" + value;
value             181 ui/accessibility/ax_node_data.cc         result += " column_index=" + value;
value             184 ui/accessibility/ax_node_data.cc         result += " header_id=" + value;
value             187 ui/accessibility/ax_node_data.cc         result += " row_header_id=" + value;
value             190 ui/accessibility/ax_node_data.cc         result += " row_index=" + value;
value             193 ui/accessibility/ax_node_data.cc         result += " title_elem=" + value;
value             196 ui/accessibility/ax_node_data.cc         result += " activedescendant=" + value;
value             199 ui/accessibility/ax_node_data.cc         result += " color_value_red=" + value;
value             202 ui/accessibility/ax_node_data.cc         result += " color_value_green=" + value;
value             205 ui/accessibility/ax_node_data.cc         result += " color_value_blue=" + value;
value             230 ui/accessibility/ax_node_data.cc     std::string value = string_attributes[i].second;
value             233 ui/accessibility/ax_node_data.cc         result += " doc_url=" + value;
value             236 ui/accessibility/ax_node_data.cc         result += " doc_title=" + value;
value             239 ui/accessibility/ax_node_data.cc         result += " doc_mimetype=" + value;
value             242 ui/accessibility/ax_node_data.cc         result += " doc_doctype=" + value;
value             245 ui/accessibility/ax_node_data.cc         result += " access_key=" + value;
value             248 ui/accessibility/ax_node_data.cc         result += " action=" + value;
value             251 ui/accessibility/ax_node_data.cc         result += " description=" + value;
value             254 ui/accessibility/ax_node_data.cc         result += " display=" + value;
value             257 ui/accessibility/ax_node_data.cc         result += " help=" + value;
value             260 ui/accessibility/ax_node_data.cc         result += " html_tag=" + value;
value             263 ui/accessibility/ax_node_data.cc         result += " relevant=" + value;
value             266 ui/accessibility/ax_node_data.cc         result += " live=" + value;
value             269 ui/accessibility/ax_node_data.cc         result += " container_relevant=" + value;
value             272 ui/accessibility/ax_node_data.cc         result += " container_live=" + value;
value             275 ui/accessibility/ax_node_data.cc         result += " role=" + value;
value             278 ui/accessibility/ax_node_data.cc         result += " shortcut=" + value;
value             281 ui/accessibility/ax_node_data.cc         result += " url=" + value;
value             284 ui/accessibility/ax_node_data.cc         result += " name=" + value;
value             287 ui/accessibility/ax_node_data.cc         result += " value=" + value;
value             295 ui/accessibility/ax_node_data.cc     std::string value = DoubleToString(float_attributes[i].second);
value             298 ui/accessibility/ax_node_data.cc         result += " doc_progress=" + value;
value             301 ui/accessibility/ax_node_data.cc         result += " value_for_range=" + value;
value             304 ui/accessibility/ax_node_data.cc         result += " max_value=" + value;
value             307 ui/accessibility/ax_node_data.cc         result += " min_value=" + value;
value             315 ui/accessibility/ax_node_data.cc     std::string value = bool_attributes[i].second ? "true" : "false";
value             318 ui/accessibility/ax_node_data.cc         result += " doc_loaded=" + value;
value             321 ui/accessibility/ax_node_data.cc         result += " mixed=" + value;
value             324 ui/accessibility/ax_node_data.cc         result += " atomic=" + value;
value             327 ui/accessibility/ax_node_data.cc         result += " busy=" + value;
value             330 ui/accessibility/ax_node_data.cc         result += " container_atomic=" + value;
value             333 ui/accessibility/ax_node_data.cc         result += " container_busy=" + value;
value             336 ui/accessibility/ax_node_data.cc         result += " aria_readonly=" + value;
value             339 ui/accessibility/ax_node_data.cc         result += " can_set_value=" + value;
value             342 ui/accessibility/ax_node_data.cc         result += " update_location_only=" + value;
value             345 ui/accessibility/ax_node_data.cc         result += " has_fallback=" + value;
value              27 ui/accessibility/ax_node_data.h                           const std::string& value);
value              28 ui/accessibility/ax_node_data.h   void AddIntAttribute(AXIntAttribute attribute, int value);
value              29 ui/accessibility/ax_node_data.h   void AddFloatAttribute(AXFloatAttribute attribute, float value);
value              30 ui/accessibility/ax_node_data.h   void AddBoolAttribute(AXBoolAttribute attribute, bool value);
value              32 ui/accessibility/ax_node_data.h                            const std::vector<int32>& value);
value              38 ui/accessibility/ax_node_data.h   void SetValue(std::string value);
value              40 ui/accessibility/ax_view_state.h   base::string16 value;
value              59 ui/aura/env.h    void set_touch_down(bool value) { is_touch_down_ = value; }
value             269 ui/aura/window.cc       (*iter->second.deallocator)(iter->second.value);
value             769 ui/aura/window.cc void Window::SetNativeWindowProperty(const char* key, void* value) {
value             771 ui/aura/window.cc       key, key, NULL, reinterpret_cast<int64>(value), 0);
value             833 ui/aura/window.cc                                   int64 value,
value             836 ui/aura/window.cc   if (value == default_value) {
value             841 ui/aura/window.cc     prop_value.value = value;
value             855 ui/aura/window.cc   return iter->second.value;
value             299 ui/aura/window.h   void SetProperty(const WindowProperty<T>* property, T value);
value             314 ui/aura/window.h   void SetNativeWindowProperty(const char* key, void* value);
value             318 ui/aura/window.h   typedef void (*PropertyDeallocator)(int64 value);
value             346 ui/aura/window.h                             int64 value,
value             540 ui/aura/window.h     int64 value;
value              82 ui/aura/window_property.h void Window::SetProperty(const WindowProperty<T>* property, T value) {
value              86 ui/aura/window_property.h       value == property->default_value ? NULL : property->deallocator,
value              87 ui/aura/window_property.h       WindowPropertyCaster<T>::ToInt64(value),
value             881 ui/aura/window_tree_host_x11.cc   unsigned char value = state;
value             899 ui/aura/window_tree_host_x11.cc                        PropModeReplace, &value, 1);
value              95 ui/base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc   EXPECT_EQ(kFileName, filenames[0].path.value());
value             939 ui/base/dragdrop/os_exchange_data_provider_win.cc       kDropSize + (path.value().length() + 2) * sizeof(wchar_t);
value             948 ui/base/dragdrop/os_exchange_data_provider_win.cc   const size_t copy_size = (path.value().length() + 1) * sizeof(wchar_t);
value             949 ui/base/dragdrop/os_exchange_data_provider_win.cc   memcpy(data, path.value().c_str(), copy_size);
value             950 ui/base/dragdrop/os_exchange_data_provider_win.cc   data[path.value().length() + 1] = L'\0';  // Double NULL
value             982 ui/base/dragdrop/os_exchange_data_provider_win.cc   LPWSTR path_str = const_cast<LPWSTR>(path.value().c_str());
value            1038 ui/base/dragdrop/os_exchange_data_provider_win.cc   base::string16 file_name = path.value();
value              78 ui/base/dragdrop/os_exchange_data_unittest.cc   int value;
value              79 ui/base/dragdrop/os_exchange_data_unittest.cc   EXPECT_TRUE(restored_pickle.ReadInt(&iterator, &value));
value              80 ui/base/dragdrop/os_exchange_data_unittest.cc   EXPECT_EQ(1, value);
value              81 ui/base/dragdrop/os_exchange_data_unittest.cc   EXPECT_TRUE(restored_pickle.ReadInt(&iterator, &value));
value              82 ui/base/dragdrop/os_exchange_data_unittest.cc   EXPECT_EQ(2, value);
value             307 ui/base/dragdrop/os_exchange_data_win_unittest.cc   EXPECT_EQ(L"filename.txt", filename.value());
value              19 ui/base/gtk/gtk_expanded_container_unittest.cc #define EXPECT_ALLOCATION_PARAM_EQ(widget, param, value) \
value              23 ui/base/gtk/gtk_expanded_container_unittest.cc   EXPECT_EQ(value,allocation.param); \
value              62 ui/base/gtk/gtk_floating_container.cc                                                       const GValue* value,
value              67 ui/base/gtk/gtk_floating_container.cc                                                       GValue* value,
value             257 ui/base/gtk/gtk_floating_container.cc                                                       const GValue* value,
value             265 ui/base/gtk/gtk_floating_container.cc       floating_child->x = g_value_get_int(value);
value             269 ui/base/gtk/gtk_floating_container.cc       floating_child->y = g_value_get_int(value);
value             282 ui/base/gtk/gtk_floating_container.cc                                                       GValue* value,
value             290 ui/base/gtk/gtk_floating_container.cc       g_value_set_int(value, floating_child->x);
value             293 ui/base/gtk/gtk_floating_container.cc       g_value_set_int(value, floating_child->y);
value              40 ui/base/ime/candidate_window.cc     if (left.value != right.value ||
value              44 ui/base/ime/candidate_window.h     base::string16 value;
value              90 ui/base/ime/candidate_window_unittest.cc   entry1.value = kSampleString1;
value              91 ui/base/ime/candidate_window_unittest.cc   entry2.value = kSampleString2;
value             149 ui/base/ime/candidate_window_unittest.cc   entry.value = kSampleString;
value             165 ui/base/ime/candidate_window_unittest.cc     entry.value = base::UTF8ToUTF16(kSampleCandidate[i]);
value             187 ui/base/ime/candidate_window_unittest.cc     entry.value = base::UTF8ToUTF16(kSampleCandidate[i]);
value             217 ui/base/ime/candidate_window_unittest.cc     entry.value = base::UTF8ToUTF16(kSampleCandidate[i]);
value             248 ui/base/ime/candidate_window_unittest.cc     entry.value = base::UTF8ToUTF16(kSampleCandidate[i]);
value             173 ui/base/ime/chromeos/character_composer.cc       const uint32 value = ((*found)[max_sequence_length_] << 16) |
value             175 ui/base/ime/chromeos/character_composer.cc       *composed_character = value;
value              93 ui/base/ime/chromeos/ime_keymap.cc       char value[2];
value              94 ui/base/ime/chromeos/ime_keymap.cc       value[0] = keyval;
value              95 ui/base/ime/chromeos/ime_keymap.cc       value[1] = '\0';
value              96 ui/base/ime/chromeos/ime_keymap.cc       return value;
value              97 ui/base/ime/composition_text_util_pango.cc           int type = reinterpret_cast<PangoAttrInt*>(underline_attr)->value;
value              21 ui/base/ime/composition_text_util_pango_unittest.cc   int value;
value             121 ui/base/ime/composition_text_util_pango_unittest.cc               static_cast<PangoUnderline>(attrs[a].value));
value             214 ui/base/l10n/formatter.cc                        int value,
value             218 ui/base/l10n/formatter.cc   formatted_string = simple_format_[unit]->format(value, error);
value              59 ui/base/l10n/formatter.h   void Format(Unit unit, int value, icu::UnicodeString& formatted_string) const;
value             202 ui/base/l10n/l10n_util_win.cc   return override_locale_holder.Get().value();
value              17 ui/base/models/list_selection_model.cc static void IncrementFromImpl(int index, int* value) {
value              18 ui/base/models/list_selection_model.cc   if (*value >= index)
value              19 ui/base/models/list_selection_model.cc     (*value)++;
value              22 ui/base/models/list_selection_model.cc static bool DecrementFromImpl(int index, int* value) {
value              23 ui/base/models/list_selection_model.cc   if (*value == index) {
value              24 ui/base/models/list_selection_model.cc     *value = ListSelectionModel::kUnselectedIndex;
value              27 ui/base/models/list_selection_model.cc   if (*value > index)
value              28 ui/base/models/list_selection_model.cc     (*value)--;
value              17 ui/base/models/tree_node_iterator_unittest.cc   return node->value % 2;
value              71 ui/base/models/tree_node_iterator_unittest.cc   ASSERT_EQ(2, odd_iterator.Next()->value);
value              76 ui/base/models/tree_node_iterator_unittest.cc   ASSERT_EQ(1, even_iterator.Next()->value);
value              78 ui/base/models/tree_node_iterator_unittest.cc   ASSERT_EQ(3, even_iterator.Next()->value);
value              80 ui/base/models/tree_node_iterator_unittest.cc   ASSERT_EQ(7, even_iterator.Next()->value);
value             192 ui/base/models/tree_node_model.h   explicit TreeNodeWithValue(const ValueType& value)
value             193 ui/base/models/tree_node_model.h       : ParentType(base::string16()), value(value) {}
value             195 ui/base/models/tree_node_model.h   TreeNodeWithValue(const base::string16& title, const ValueType& value)
value             196 ui/base/models/tree_node_model.h       : ParentType(title), value(value) {}
value             198 ui/base/models/tree_node_model.h   ValueType value;
value             627 ui/base/resource/resource_bundle.cc     LOG(ERROR) << "Failed to load " << pack_path.value()
value             103 ui/base/resource/resource_bundle.h                                     base::StringPiece* value) = 0;
value             107 ui/base/resource/resource_bundle.h     virtual bool GetLocalizedString(int message_id, base::string16* value) = 0;
value              76 ui/base/resource/resource_bundle_unittest.cc                                   base::StringPiece* value) OVERRIDE {
value              77 ui/base/resource/resource_bundle_unittest.cc     *value = GetRawDataResourceMock(resource_id, scale_factor);
value              82 ui/base/resource/resource_bundle_unittest.cc                                   base::string16* value) OVERRIDE {
value              83 ui/base/resource/resource_bundle_unittest.cc     *value = GetLocalizedStringMock(message_id);
value             183 ui/base/resource/resource_bundle_unittest.cc           Property(&base::FilePath::value, pack_path.value()),
value              12 ui/base/touch/touch_device_win.cc   int value = GetSystemMetrics(SM_DIGITIZER);
value              13 ui/base/touch/touch_device_win.cc   return (value & NID_READY) &&
value              14 ui/base/touch/touch_device_win.cc       ((value & NID_INTEGRATED_TOUCH) || (value & NID_EXTERNAL_TOUCH));
value              51 ui/base/win/accessibility_misc_utils.h   STDMETHOD(get_Value)(BSTR* value) {
value              56 ui/base/win/shell.cc   return OpenAnyViaShell(full_path.value(), full_path.DirName().value(),
value              61 ui/base/win/shell.cc   return OpenAnyViaShell(full_path.value(), base::string16(), base::string16(),
value              12 ui/base/window_open_disposition.h #define WINDOW_OPEN_DISPOSITION(label, value) label = value,
value              26 ui/base/x/x11_menu_list.cc   int value = 0;
value              27 ui/base/x/x11_menu_list.cc   if (!GetIntProperty(menu, "_NET_WM_WINDOW_TYPE", &value) ||
value              28 ui/base/x/x11_menu_list.cc       static_cast<Atom>(value) != menu_type_atom_) {
value             783 ui/base/x/x11_util.cc bool GetIntProperty(XID window, const std::string& property_name, int* value) {
value             799 ui/base/x/x11_util.cc   *value = static_cast<int>(*(reinterpret_cast<long*>(property)));
value             804 ui/base/x/x11_util.cc bool GetXIDProperty(XID window, const std::string& property_name, XID* value) {
value             820 ui/base/x/x11_util.cc   *value = *(reinterpret_cast<XID*>(property));
value             827 ui/base/x/x11_util.cc                          std::vector<int>* value) {
value             845 ui/base/x/x11_util.cc   value->clear();
value             847 ui/base/x/x11_util.cc     value->push_back(static_cast<int>(int_properties[i]));
value             855 ui/base/x/x11_util.cc                           std::vector<Atom>* value) {
value             873 ui/base/x/x11_util.cc   value->clear();
value             874 ui/base/x/x11_util.cc   value->insert(value->begin(), atom_properties, atom_properties + num_items);
value             880 ui/base/x/x11_util.cc     XID window, const std::string& property_name, std::string* value) {
value             896 ui/base/x/x11_util.cc   value->assign(reinterpret_cast<char*>(property), num_items);
value             904 ui/base/x/x11_util.cc                     int value) {
value             905 ui/base/x/x11_util.cc   std::vector<int> values(1, value);
value             912 ui/base/x/x11_util.cc                          const std::vector<int>& value) {
value             913 ui/base/x/x11_util.cc   DCHECK(!value.empty());
value             918 ui/base/x/x11_util.cc   scoped_ptr<long[]> data(new long[value.size()]);
value             919 ui/base/x/x11_util.cc   for (size_t i = 0; i < value.size(); ++i)
value             920 ui/base/x/x11_util.cc     data[i] = value[i];
value             930 ui/base/x/x11_util.cc                   value.size());  // num items
value             937 ui/base/x/x11_util.cc                           const std::vector<Atom>& value) {
value             938 ui/base/x/x11_util.cc   DCHECK(!value.empty());
value             943 ui/base/x/x11_util.cc   scoped_ptr<Atom[]> data(new Atom[value.size()]);
value             944 ui/base/x/x11_util.cc   for (size_t i = 0; i < value.size(); ++i)
value             945 ui/base/x/x11_util.cc     data[i] = value[i];
value             955 ui/base/x/x11_util.cc                   value.size());  // num items
value             962 ui/base/x/x11_util.cc                        const std::string& value) {
value             970 ui/base/x/x11_util.cc                   reinterpret_cast<const unsigned char*>(value.c_str()),
value             971 ui/base/x/x11_util.cc                   value.size());
value            1065 ui/base/x/x11_util.cc   if (!XGetWMName(gfx::GetXDisplay(), window, &prop) || !prop.value)
value            1068 ui/base/x/x11_util.cc   XFree(prop.value);
value             179 ui/base/x/x11_util.h                                    int* value);
value             182 ui/base/x/x11_util.h                                    XID* value);
value             185 ui/base/x/x11_util.h                                         std::vector<int>* value);
value             188 ui/base/x/x11_util.h                                          std::vector<Atom>* value);
value             191 ui/base/x/x11_util.h                                       std::string* value);
value             197 ui/base/x/x11_util.h                                    int value);
value             201 ui/base/x/x11_util.h                                         const std::vector<int>& value);
value             205 ui/base/x/x11_util.h                                          const std::vector<Atom>& value);
value             209 ui/base/x/x11_util.h                                       const std::string& value);
value              93 ui/compositor/layer_animator.cc void LayerAnimator::Set##name(type value) {                           \
value              98 ui/compositor/layer_animator.cc     delegate()->Set##name##FromAnimation(value);                      \
value             102 ui/compositor/layer_animator.cc       LayerAnimationElement::Create##name##Element(value, duration)); \
value            1095 ui/compositor/layer_unittest.cc     int value = paint_count_;
value            1097 ui/compositor/layer_unittest.cc     return value;
value              45 ui/compositor/test/test_layer_animation_observer.h   void set_requires_notification_when_animator_destroyed(bool value) {
value              46 ui/compositor/test/test_layer_animation_observer.h     requires_notification_when_animator_destroyed_ = value;
value             462 ui/display/chromeos/x11/native_display_delegate_x11.cc     Atom value = reinterpret_cast<Atom*>(values)[0];
value             463 ui/display/chromeos/x11/native_display_delegate_x11.cc     if (value == XInternAtom(display_, kProtectionUndesiredAtomName, False)) {
value             465 ui/display/chromeos/x11/native_display_delegate_x11.cc     } else if (value ==
value             468 ui/display/chromeos/x11/native_display_delegate_x11.cc     } else if (value ==
value             473 ui/display/chromeos/x11/native_display_delegate_x11.cc                  << " value: " << value;
value             490 ui/display/chromeos/x11/native_display_delegate_x11.cc   Atom value = None;
value             493 ui/display/chromeos/x11/native_display_delegate_x11.cc       value = XInternAtom(display_, kProtectionUndesiredAtomName, False);
value             496 ui/display/chromeos/x11/native_display_delegate_x11.cc       value = XInternAtom(display_, kProtectionDesiredAtomName, False);
value             503 ui/display/chromeos/x11/native_display_delegate_x11.cc   unsigned char* data = reinterpret_cast<unsigned char*>(&value);
value             599 ui/display/chromeos/x11/native_display_delegate_x11.cc         Atom value = reinterpret_cast<Atom*>(values)[0];
value             600 ui/display/chromeos/x11/native_display_delegate_x11.cc         if (full_aspect_atom == value)
value             164 ui/display/chromeos/x11/touchscreen_delegate_x11.cc       float value[3][3] = {
value             175 ui/display/chromeos/x11/touchscreen_delegate_x11.cc                        reinterpret_cast<unsigned char*>(value),
value              17 ui/events/gesture_detection/bitset_32.h   uint32_t value;
value              19 ui/events/gesture_detection/bitset_32.h   inline BitSet32() : value(0) {}
value              20 ui/events/gesture_detection/bitset_32.h   explicit inline BitSet32(uint32_t value) : value(value) {}
value              26 ui/events/gesture_detection/bitset_32.h   inline void clear() { value = 0; }
value              29 ui/events/gesture_detection/bitset_32.h   inline uint32_t count() const { return popcnt(value); }
value              32 ui/events/gesture_detection/bitset_32.h   inline bool is_empty() const { return !value; }
value              35 ui/events/gesture_detection/bitset_32.h   inline bool is_full() const { return value == 0xffffffff; }
value              39 ui/events/gesture_detection/bitset_32.h     return (value & value_for_bit(n)) != 0;
value              43 ui/events/gesture_detection/bitset_32.h   inline void mark_bit(uint32_t n) { value |= value_for_bit(n); }
value              46 ui/events/gesture_detection/bitset_32.h   inline void clear_bit(uint32_t n) { value &= ~value_for_bit(n); }
value              50 ui/events/gesture_detection/bitset_32.h   inline uint32_t first_marked_bit() const { return clz(value); }
value              54 ui/events/gesture_detection/bitset_32.h   inline uint32_t first_unmarked_bit() const { return clz(~value); }
value              58 ui/events/gesture_detection/bitset_32.h   inline uint32_t last_marked_bit() const { return 31 - ctz(value); }
value              89 ui/events/gesture_detection/bitset_32.h     return popcnt(value & ~(0xffffffffUL >> n));
value              93 ui/events/gesture_detection/bitset_32.h     return value == other.value;
value              96 ui/events/gesture_detection/bitset_32.h     return value != other.value;
value             174 ui/events/gesture_detection/gesture_provider.cc   void SetMultiTouchEnabled(bool value) {
value             179 ui/events/gesture_detection/gesture_provider.cc     ignore_multitouch_events_ = value;
value             476 ui/events/gesture_detection/gesture_provider.cc   void SetIgnoreSingleTap(bool value) { ignore_single_tap_ = value; }
value             239 ui/events/gesture_detection/velocity_tracker.cc   BitSet32 remaining_id_bits(current_pointer_id_bits_.value & ~id_bits.value);
value             257 ui/events/gesture_detection/velocity_tracker.cc   if ((current_pointer_id_bits_.value & id_bits.value) &&
value             555 ui/events/gesture_detection/velocity_tracker.cc   BitSet32 remaining_id_bits(movements_[index_].id_bits.value & ~id_bits.value);
value             699 ui/events/gesture_detection/velocity_tracker.cc   pointer_id_bits_.value &= ~id_bits.value;
value              66 ui/events/latency_info.cc       scoped_ptr<base::Value> value);
value              71 ui/events/latency_info.cc   explicit LatencyInfoTracedValue(base::Value* value);
value              80 ui/events/latency_info.cc LatencyInfoTracedValue::FromValue(scoped_ptr<base::Value> value) {
value              82 ui/events/latency_info.cc       new LatencyInfoTracedValue(value.release()));
value              94 ui/events/latency_info.cc LatencyInfoTracedValue::LatencyInfoTracedValue(base::Value* value)
value              95 ui/events/latency_info.cc     : value_(value) {
value              55 ui/events/ozone/evdev/event_factory_evdev.cc   TRACE_EVENT1("ozone", "OpenInputDevice", "path", path.value());
value              57 ui/events/ozone/evdev/event_factory_evdev.cc   int fd = open(path.value().c_str(), O_RDONLY | O_NONBLOCK);
value              59 ui/events/ozone/evdev/event_factory_evdev.cc     PLOG(ERROR) << "Cannot open '" << path.value();
value              72 ui/events/ozone/evdev/event_factory_evdev.cc     LOG(ERROR) << "failed to get device information for " << path.value();
value              78 ui/events/ozone/evdev/event_factory_evdev.cc     LOG(WARNING) << "touchpad device not supported: " << path.value();
value             104 ui/events/ozone/evdev/event_factory_evdev.cc   TRACE_EVENT1("ozone", "CloseInputDevice", "path", path.value());
value             127 ui/events/ozone/evdev/event_factory_evdev.cc   TRACE_EVENT1("ozone", "AttachInputDevice", "path", path.value());
value             144 ui/events/ozone/evdev/event_factory_evdev.cc   TRACE_EVENT1("ozone", "OnDeviceAdded", "path", path.value());
value             160 ui/events/ozone/evdev/event_factory_evdev.cc   TRACE_EVENT1("ozone", "DetachInputDevice", "path", path.value());
value             180 ui/events/ozone/evdev/event_factory_evdev.cc   TRACE_EVENT1("ozone", "OnDeviceRemoved", "path", path.value());
value             218 ui/events/ozone/evdev/key_event_converter_evdev.cc       PLOG(ERROR) << "error reading device " << path_.value();
value             236 ui/events/ozone/evdev/key_event_converter_evdev.cc       ConvertKeyEvent(input.code, input.value);
value             243 ui/events/ozone/evdev/key_event_converter_evdev.cc void KeyEventConverterEvdev::ConvertKeyEvent(int key, int value) {
value             244 ui/events/ozone/evdev/key_event_converter_evdev.cc   int down = (value != 0);
value             245 ui/events/ozone/evdev/key_event_converter_evdev.cc   int repeat = (value == 2);
value              51 ui/events/ozone/evdev/key_event_converter_evdev.h   void ConvertKeyEvent(int key, int value);
value              92 ui/events/ozone/evdev/touch_event_converter_evdev.cc       PLOG(ERROR) << "error reading device " << path_.value();
value             104 ui/events/ozone/evdev/touch_event_converter_evdev.cc           events_[current_slot_].major_ = input.value;
value             109 ui/events/ozone/evdev/touch_event_converter_evdev.cc           events_[current_slot_].x_ = roundf(input.value * x_scale_);
value             114 ui/events/ozone/evdev/touch_event_converter_evdev.cc           events_[current_slot_].y_ = roundf(input.value * y_scale_);
value             118 ui/events/ozone/evdev/touch_event_converter_evdev.cc           if (input.value < 0) {
value             121 ui/events/ozone/evdev/touch_event_converter_evdev.cc             events_[current_slot_].finger_ = input.value;
value             128 ui/events/ozone/evdev/touch_event_converter_evdev.cc           events_[current_slot_].pressure_ = input.value - pressure_min_;
value             132 ui/events/ozone/evdev/touch_event_converter_evdev.cc           current_slot_ = input.value;
value             247 ui/events/test/events_test_utils_x11.cc                                     valuators[i].value);
value              21 ui/events/test/events_test_utils_x11.h       : data_type(type), value(v) {}
value              24 ui/events/test/events_test_utils_x11.h   double value;
value             304 ui/events/x/device_data_manager.cc     const DataType type, double* value) {
value             321 ui/events/x/device_data_manager.cc       *value = xiev->detail;
value             323 ui/events/x/device_data_manager.cc       *value = 0;
value             337 ui/events/x/device_data_manager.cc       *value = *valuators;
value             340 ui/events/x/device_data_manager.cc           last_seen_valuator_[sourceid][slot][type] = *value;
value             345 ui/events/x/device_data_manager.cc         *value = last_seen_valuator_[sourceid][slot][type];
value             545 ui/events/x/device_data_manager.cc                                       double* value) {
value             549 ui/events/x/device_data_manager.cc     *value = (*value - min_value) / (max_value - min_value);
value             550 ui/events/x/device_data_manager.cc     DCHECK(*value >= 0.0 && *value <= 1.0);
value             600 ui/events/x/device_data_manager.cc                                                double value) {
value             614 ui/events/x/device_data_manager.cc   *valuators = value;
value             128 ui/events/x/device_data_manager.h   bool GetEventData(const XEvent& xev, const DataType type, double* value);
value             200 ui/events/x/device_data_manager.h                      double* value);
value             218 ui/events/x/device_data_manager.h                               double value);
value              35 ui/gfx/animation/slide_animation.cc void SlideAnimation::Reset(double value) {
value              37 ui/gfx/animation/slide_animation.cc   showing_ = static_cast<bool>(value == 1);
value              38 ui/gfx/animation/slide_animation.cc   value_current_ = value;
value              54 ui/gfx/animation/slide_animation.h   virtual void Reset(double value);
value              41 ui/gfx/animation/throb_animation.cc void ThrobAnimation::Reset(double value) {
value              43 ui/gfx/animation/throb_animation.cc   SlideAnimation::Reset(value);
value              33 ui/gfx/animation/throb_animation.h   virtual void Reset(double value) OVERRIDE;
value              41 ui/gfx/animation/throb_animation.h   void set_cycles_remaining(int value) { cycles_remaining_ = value; }
value              93 ui/gfx/animation/tween.cc SkColor Tween::ColorValueBetween(double value, SkColor start, SkColor target) {
value              96 ui/gfx/animation/tween.cc   float blended_a = FloatValueBetween(value, start_a, target_a);
value             106 ui/gfx/animation/tween.cc                                          value);
value             112 ui/gfx/animation/tween.cc                                          value);
value             118 ui/gfx/animation/tween.cc                                          value);
value             125 ui/gfx/animation/tween.cc double Tween::DoubleValueBetween(double value, double start, double target) {
value             126 ui/gfx/animation/tween.cc   return start + (target - start) * value;
value             130 ui/gfx/animation/tween.cc float Tween::FloatValueBetween(double value, float start, float target) {
value             131 ui/gfx/animation/tween.cc   return static_cast<float>(start + (target - start) * value);
value             135 ui/gfx/animation/tween.cc int Tween::IntValueBetween(double value, int start, int target) {
value             144 ui/gfx/animation/tween.cc   return start + static_cast<int>(value * _nextafter(delta, 0));
value             146 ui/gfx/animation/tween.cc   return start + static_cast<int>(value * nextafter(delta, 0));
value             151 ui/gfx/animation/tween.cc int Tween::LinearIntValueBetween(double value, int start, int target) {
value             152 ui/gfx/animation/tween.cc   return std::floor(0.5 + DoubleValueBetween(value, start, target));
value             156 ui/gfx/animation/tween.cc gfx::Rect Tween::RectValueBetween(double value,
value             160 ui/gfx/animation/tween.cc       LinearIntValueBetween(value, start_bounds.x(), target_bounds.x()),
value             161 ui/gfx/animation/tween.cc       LinearIntValueBetween(value, start_bounds.y(), target_bounds.y()),
value             162 ui/gfx/animation/tween.cc       LinearIntValueBetween(value, start_bounds.width(), target_bounds.width()),
value             164 ui/gfx/animation/tween.cc           value, start_bounds.height(), target_bounds.height()));
value             169 ui/gfx/animation/tween.cc     double value,
value             172 ui/gfx/animation/tween.cc   if (value >= 1.0)
value             174 ui/gfx/animation/tween.cc   if (value <= 0.0)
value             178 ui/gfx/animation/tween.cc   to_return.Blend(start_transform, value);
value              41 ui/gfx/animation/tween.h   static SkColor ColorValueBetween(double value, SkColor start, SkColor target);
value              42 ui/gfx/animation/tween.h   static double DoubleValueBetween(double value, double start, double target);
value              43 ui/gfx/animation/tween.h   static float FloatValueBetween(double value, float start, float target);
value              47 ui/gfx/animation/tween.h   static int IntValueBetween(double value, int start, int target);
value              54 ui/gfx/animation/tween.h   static int LinearIntValueBetween(double value, int start, int target);
value              55 ui/gfx/animation/tween.h   static gfx::Rect RectValueBetween(double value,
value              59 ui/gfx/animation/tween.h       double value,
value              31 ui/gfx/blit_unittest.cc       uint8 value = values[y][x];
value              33 ui/gfx/blit_unittest.cc           (value << 24) | (value << 16) | (value << 8) | value;
value              51 ui/gfx/blit_unittest.cc       uint8 value = values[y][x];
value              53 ui/gfx/blit_unittest.cc           (value << 24) | (value << 16) | (value << 8) | value;
value              35 ui/gfx/break_list.h   explicit BreakList(T value);
value              40 ui/gfx/break_list.h   void SetValue(T value);
value              43 ui/gfx/break_list.h   void ApplyValue(T value, const Range& range);
value              58 ui/gfx/break_list.h   bool EqualsValueForTesting(T value) const;
value              76 ui/gfx/break_list.h BreakList<T>::BreakList(T value) : breaks_(1, Break(0, value)), max_(0) {
value              80 ui/gfx/break_list.h void BreakList<T>::SetValue(T value) {
value              82 ui/gfx/break_list.h   breaks_.push_back(Break(0, value));
value              86 ui/gfx/break_list.h void BreakList<T>::ApplyValue(T value, const Range& range) {
value             100 ui/gfx/break_list.h   if (range.start() == 0 || (i - 1)->second != value)
value             101 ui/gfx/break_list.h     i = breaks_.insert(i, Break(range.start(), value)) + 1;
value             102 ui/gfx/break_list.h   if (trailing_value != value && range.end() != max_)
value             146 ui/gfx/break_list.h bool BreakList<T>::EqualsValueForTesting(T value) const {
value             147 ui/gfx/break_list.h   return breaks_.size() == 1 && breaks_[0] == Break(0, value);
value              30 ui/gfx/display.cc     std::string value = CommandLine::ForCurrentProcess()->
value              32 ui/gfx/display.cc     if (!base::StringToDouble(value, &scale_in_double))
value              33 ui/gfx/display.cc       LOG(ERROR) << "Failed to parse the default device scale factor:" << value;
value              40 ui/gfx/geometry/rect_unittest.cc     const ContainsCase& value = contains_cases[i];
value              41 ui/gfx/geometry/rect_unittest.cc     Rect rect(value.rect_x, value.rect_y, value.rect_width, value.rect_height);
value              42 ui/gfx/geometry/rect_unittest.cc     EXPECT_EQ(value.contained, rect.Contains(value.point_x, value.point_y));
value              15 ui/gfx/geometry/safe_integer_conversions.h inline int ClampToInt(float value) {
value              16 ui/gfx/geometry/safe_integer_conversions.h   if (value != value)
value              18 ui/gfx/geometry/safe_integer_conversions.h   if (value >= std::numeric_limits<int>::max())
value              20 ui/gfx/geometry/safe_integer_conversions.h   if (value <= std::numeric_limits<int>::min())
value              22 ui/gfx/geometry/safe_integer_conversions.h   return static_cast<int>(value);
value              25 ui/gfx/geometry/safe_integer_conversions.h inline int ToFlooredInt(float value) {
value              26 ui/gfx/geometry/safe_integer_conversions.h   return ClampToInt(std::floor(value));
value              29 ui/gfx/geometry/safe_integer_conversions.h inline int ToCeiledInt(float value) {
value              30 ui/gfx/geometry/safe_integer_conversions.h   return ClampToInt(std::ceil(value));
value              33 ui/gfx/geometry/safe_integer_conversions.h inline int ToRoundedInt(float value) {
value              35 ui/gfx/geometry/safe_integer_conversions.h   if (value >= 0.0f)
value              36 ui/gfx/geometry/safe_integer_conversions.h     rounded = std::floor(value + 0.5f);
value              38 ui/gfx/geometry/safe_integer_conversions.h     rounded = std::ceil(value - 0.5f);
value              42 ui/gfx/geometry/safe_integer_conversions.h inline bool IsExpressibleAsInt(float value) {
value              43 ui/gfx/geometry/safe_integer_conversions.h   if (value != value)
value              45 ui/gfx/geometry/safe_integer_conversions.h   if (value > std::numeric_limits<int>::max())
value              47 ui/gfx/geometry/safe_integer_conversions.h   if (value < std::numeric_limits<int>::min())
value             164 ui/gfx/gtk_preserve_window.cc                                       gboolean value) {
value             167 ui/gfx/gtk_preserve_window.cc   priv->preserve_window = value;
value             171 ui/gfx/gtk_preserve_window.cc   if (value && !gdk_window) {
value             194 ui/gfx/gtk_preserve_window.cc   } else if (!value && gdk_window && !gtk_widget_get_realized(widget)) {
value              56 ui/gfx/gtk_preserve_window.h                                                  gboolean value);
value              44 ui/gfx/icon_util_unittest.cc                                     filename.value().c_str(),
value              87 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc                                     uint64_t value) OVERRIDE { return true; }
value              62 ui/gfx/ozone/dri/dri_surface_unittest.cc                                     uint64_t value) OVERRIDE { return true; }
value              88 ui/gfx/ozone/dri/dri_wrapper.cc                                       uint64_t value) {
value              90 ui/gfx/ozone/dri/dri_wrapper.cc   return !drmModeConnectorSetProperty(fd_, connector_id, property_id, value);
value              71 ui/gfx/ozone/dri/dri_wrapper.h                                     uint64_t value);
value              92 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc                                     uint64_t value) OVERRIDE { return true; }
value              73 ui/gfx/ozone/impl/file_surface_factory.cc       << "Location cannot be a directory (" << location_.value() << ")";
value             627 ui/gfx/render_text.cc void RenderText::SetColor(SkColor value) {
value             628 ui/gfx/render_text.cc   colors_.SetValue(value);
value             637 ui/gfx/render_text.cc void RenderText::ApplyColor(SkColor value, const Range& range) {
value             638 ui/gfx/render_text.cc   colors_.ApplyValue(value, range);
value             647 ui/gfx/render_text.cc void RenderText::SetStyle(TextStyle style, bool value) {
value             648 ui/gfx/render_text.cc   styles_[style].SetValue(value);
value             662 ui/gfx/render_text.cc void RenderText::ApplyStyle(TextStyle style, bool value, const Range& range) {
value             663 ui/gfx/render_text.cc   styles_[style].ApplyValue(value, range);
value             325 ui/gfx/render_text.h   void SetColor(SkColor value);
value             326 ui/gfx/render_text.h   void ApplyColor(SkColor value, const Range& range);
value             331 ui/gfx/render_text.h   void SetStyle(TextStyle style, bool value);
value             332 ui/gfx/render_text.h   void ApplyStyle(TextStyle style, bool value, const Range& range);
value             220 ui/gfx/render_text_mac.cc       CTUnderlineStyle value = kCTUnderlineStyleSingle;
value             222 ui/gfx/render_text_mac.cc           CFNumberCreate(NULL, kCFNumberSInt32Type, &value));
value             333 ui/gfx/render_text_mac.cc     CTUnderlineStyle value = kCTUnderlineStyleNone;
value             334 ui/gfx/render_text_mac.cc     if (underline && CFNumberGetValue(underline, kCFNumberSInt32Type, &value))
value             335 ui/gfx/render_text_mac.cc       run->underline = (value == kCTUnderlineStyleSingle);
value             149 ui/gfx/text_elider.cc   base::string16 filename_utf16 = filename.value();
value             151 ui/gfx/text_elider.cc   base::string16 rootname = filename.BaseName().RemoveExtension().value();
value             154 ui/gfx/text_elider.cc       filename.value()));
value             158 ui/gfx/text_elider.cc       filename.BaseName().RemoveExtension().value()));
value             232 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             234 ui/gfx/transform_unittest.cc     translation.Translate(value.tx, value.ty);
value             236 ui/gfx/transform_unittest.cc     Point3F p1(value.x1, value.y1, 0);
value             237 ui/gfx/transform_unittest.cc     Point3F p2(value.x2, value.y2, 0);
value             239 ui/gfx/transform_unittest.cc     if (value.tx == value.tx &&
value             240 ui/gfx/transform_unittest.cc         value.ty == value.ty) {
value             261 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             263 ui/gfx/transform_unittest.cc     scale.Scale(value.scale, value.scale);
value             265 ui/gfx/transform_unittest.cc     Point3F p1(value.before, value.before, 0);
value             266 ui/gfx/transform_unittest.cc     Point3F p2(value.after, value.after, 0);
value             268 ui/gfx/transform_unittest.cc     if (value.scale == value.scale) {
value             292 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             294 ui/gfx/transform_unittest.cc     rotation.Rotate(value.degrees);
value             296 ui/gfx/transform_unittest.cc     Point3F p1(value.x1, value.y1, 0);
value             297 ui/gfx/transform_unittest.cc     Point3F p2(value.x2, value.y2, 0);
value             299 ui/gfx/transform_unittest.cc     if (value.degrees == value.degrees) {
value             321 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             327 ui/gfx/transform_unittest.cc         p1.SetPoint(value.x1, 0, 0);
value             328 ui/gfx/transform_unittest.cc         p2.SetPoint(value.x2, 0, 0);
value             329 ui/gfx/transform_unittest.cc         xform.Translate(value.tx, 0.0);
value             332 ui/gfx/transform_unittest.cc         p1.SetPoint(0, value.y1, 0);
value             333 ui/gfx/transform_unittest.cc         p2.SetPoint(0, value.y2, 0);
value             334 ui/gfx/transform_unittest.cc         xform.Translate(0.0, value.ty);
value             337 ui/gfx/transform_unittest.cc         p1.SetPoint(value.x1, value.y1, 0);
value             338 ui/gfx/transform_unittest.cc         p2.SetPoint(value.x2, value.y2, 0);
value             339 ui/gfx/transform_unittest.cc         xform.Translate(value.tx, value.ty);
value             344 ui/gfx/transform_unittest.cc       if (value.tx == value.tx &&
value             345 ui/gfx/transform_unittest.cc           value.ty == value.ty) {
value             368 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             374 ui/gfx/transform_unittest.cc         p1.SetPoint(value.before, 0, 0);
value             375 ui/gfx/transform_unittest.cc         p2.SetPoint(value.after, 0, 0);
value             376 ui/gfx/transform_unittest.cc         xform.Scale(value.s, 1.0);
value             379 ui/gfx/transform_unittest.cc         p1.SetPoint(0, value.before, 0);
value             380 ui/gfx/transform_unittest.cc         p2.SetPoint(0, value.after, 0);
value             381 ui/gfx/transform_unittest.cc         xform.Scale(1.0, value.s);
value             384 ui/gfx/transform_unittest.cc         p1.SetPoint(value.before, value.before, 0);
value             385 ui/gfx/transform_unittest.cc         p2.SetPoint(value.after, value.after, 0);
value             386 ui/gfx/transform_unittest.cc         xform.Scale(value.s, value.s);
value             391 ui/gfx/transform_unittest.cc       if (value.s == value.s) {
value             393 ui/gfx/transform_unittest.cc         if (value.s != 0.0f) {
value             421 ui/gfx/transform_unittest.cc     const SetRotateCase& value = set_rotate_cases[i];
value             423 ui/gfx/transform_unittest.cc     Point3F p1(value.x, value.y, 0);
value             424 ui/gfx/transform_unittest.cc     Point3F p2(value.xprime, value.yprime, 0);
value             427 ui/gfx/transform_unittest.cc     xform.Rotate(value.degree);
value             429 ui/gfx/transform_unittest.cc     if (value.degree == value.degree) {
value             459 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             461 ui/gfx/transform_unittest.cc     translation.Translate(value.tx, value.ty);
value             463 ui/gfx/transform_unittest.cc     Point p1(value.x1, value.y1);
value             464 ui/gfx/transform_unittest.cc     Point p2(value.x2, value.y2);
value             466 ui/gfx/transform_unittest.cc     if (value.tx == value.tx &&
value             467 ui/gfx/transform_unittest.cc         value.ty == value.ty) {
value             489 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             491 ui/gfx/transform_unittest.cc     scale.Scale(value.scale, value.scale);
value             493 ui/gfx/transform_unittest.cc     Point p1(value.before, value.before);
value             494 ui/gfx/transform_unittest.cc     Point p2(value.after, value.after);
value             496 ui/gfx/transform_unittest.cc     if (value.scale == value.scale) {
value             521 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             523 ui/gfx/transform_unittest.cc     rotation.Rotate(value.degrees);
value             525 ui/gfx/transform_unittest.cc     Point p1(value.x1, value.y1);
value             526 ui/gfx/transform_unittest.cc     Point p2(value.x2, value.y2);
value             528 ui/gfx/transform_unittest.cc     if (value.degrees == value.degrees) {
value             551 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             559 ui/gfx/transform_unittest.cc           p1.SetPoint(value.x1, 0);
value             560 ui/gfx/transform_unittest.cc           p2.SetPoint(value.x2, 0);
value             561 ui/gfx/transform_unittest.cc           xform.Translate(value.tx + j * epsilon, 0.0);
value             564 ui/gfx/transform_unittest.cc           p1.SetPoint(0, value.y1);
value             565 ui/gfx/transform_unittest.cc           p2.SetPoint(0, value.y2);
value             566 ui/gfx/transform_unittest.cc           xform.Translate(0.0, value.ty + j * epsilon);
value             569 ui/gfx/transform_unittest.cc           p1.SetPoint(value.x1, value.y1);
value             570 ui/gfx/transform_unittest.cc           p2.SetPoint(value.x2, value.y2);
value             571 ui/gfx/transform_unittest.cc           xform.Translate(value.tx + j * epsilon,
value             572 ui/gfx/transform_unittest.cc                           value.ty + j * epsilon);
value             577 ui/gfx/transform_unittest.cc         if (value.tx == value.tx &&
value             578 ui/gfx/transform_unittest.cc             value.ty == value.ty) {
value             604 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value             612 ui/gfx/transform_unittest.cc           p1.SetPoint(value.before, 0);
value             613 ui/gfx/transform_unittest.cc           p2.SetPoint(value.after, 0);
value             614 ui/gfx/transform_unittest.cc           xform.Scale(value.s + j * epsilon, 1.0);
value             617 ui/gfx/transform_unittest.cc           p1.SetPoint(0, value.before);
value             618 ui/gfx/transform_unittest.cc           p2.SetPoint(0, value.after);
value             619 ui/gfx/transform_unittest.cc           xform.Scale(1.0, value.s + j * epsilon);
value             622 ui/gfx/transform_unittest.cc           p1.SetPoint(value.before,
value             623 ui/gfx/transform_unittest.cc                       value.before);
value             624 ui/gfx/transform_unittest.cc           p2.SetPoint(value.after,
value             625 ui/gfx/transform_unittest.cc                       value.after);
value             626 ui/gfx/transform_unittest.cc           xform.Scale(value.s + j * epsilon,
value             627 ui/gfx/transform_unittest.cc                       value.s + j * epsilon);
value             632 ui/gfx/transform_unittest.cc         if (value.s == value.s) {
value             635 ui/gfx/transform_unittest.cc           if (value.s != 0.0f) {
value             665 ui/gfx/transform_unittest.cc     const SetRotateCase& value = set_rotate_cases[i];
value             668 ui/gfx/transform_unittest.cc       Point pt(value.x, value.y);
value             671 ui/gfx/transform_unittest.cc       xform.Rotate(value.degree + j * epsilon);
value             673 ui/gfx/transform_unittest.cc       if (value.degree == value.degree) {
value             675 ui/gfx/transform_unittest.cc         EXPECT_EQ(value.xprime, pt.x());
value             676 ui/gfx/transform_unittest.cc         EXPECT_EQ(value.yprime, pt.y());
value             678 ui/gfx/transform_unittest.cc         EXPECT_EQ(pt.x(), value.x);
value             679 ui/gfx/transform_unittest.cc         EXPECT_EQ(pt.y(), value.y);
value            2455 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value            2457 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 0, value.a);
value            2458 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 1, value.b);
value            2459 ui/gfx/transform_unittest.cc     transform.matrix().set(1, 0, value.c);
value            2460 ui/gfx/transform_unittest.cc     transform.matrix().set(1, 1, value.d);
value            2462 ui/gfx/transform_unittest.cc     if (value.expected) {
value            2474 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value            2476 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 0, value.a);
value            2477 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 1, value.b);
value            2478 ui/gfx/transform_unittest.cc     transform.matrix().set(1, 0, value.c);
value            2479 ui/gfx/transform_unittest.cc     transform.matrix().set(1, 1, value.d);
value            2490 ui/gfx/transform_unittest.cc     if (value.expected) {
value            2502 ui/gfx/transform_unittest.cc     const TestCase& value = test_cases[i];
value            2504 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 0, value.a);
value            2505 ui/gfx/transform_unittest.cc     transform.matrix().set(0, 1, value.b);
value            2506 ui/gfx/transform_unittest.cc     transform.matrix().set(1, 0, value.c);
value            2507 ui/gfx/transform_unittest.cc     transform.matrix().set(1, 1, value.d);
value             168 ui/gfx/transform_util.cc       SkMScalar value = rotation_matrix.get(i, j);
value             170 ui/gfx/transform_util.cc       if (value < -0.5f) {
value             171 ui/gfx/transform_util.cc         value = -1.0f;
value             172 ui/gfx/transform_util.cc       } else if (value > 0.5f) {
value             173 ui/gfx/transform_util.cc         value = 1.0f;
value             175 ui/gfx/transform_util.cc         value = 0.0f;
value             177 ui/gfx/transform_util.cc       rotation_matrix.set(i, j, value);
value              75 ui/gfx/win/dpi.cc bool SetProcessDpiAwarenessWrapper(PROCESS_DPI_AWARENESS value) {
value              82 ui/gfx/win/dpi.cc     HRESULT hr = set_process_dpi_awareness_func(value);
value             113 ui/gfx/win/dpi.cc   DWORD value;
value             115 ui/gfx/win/dpi.cc       reg_key.ReadValueDW(value_name, &value) == ERROR_SUCCESS) {
value             116 ui/gfx/win/dpi.cc     return value;
value             169 ui/gfx/win/dpi.cc   static DWORD value = ReadRegistryValue(
value             172 ui/gfx/win/dpi.cc   return force_highdpi_for_testing || (value == 1);
value             250 ui/gfx/win/dpi.cc         DWORD value = 0;
value             251 ui/gfx/win/dpi.cc         if (key.ReadValueDW(L"AppliedDPI", &value) == ERROR_SUCCESS) {
value             252 ui/gfx/win/dpi.cc           scale = static_cast<double>(value) / kDefaultDPIX;
value             536 ui/gl/gl_bindings_skia_in_process.cc                               GLboolean transpose, const GLfloat* value) {
value             537 ui/gl/gl_bindings_skia_in_process.cc   glUniformMatrix2fv(location, count, transpose, value);
value             541 ui/gl/gl_bindings_skia_in_process.cc                               GLboolean transpose, const GLfloat* value) {
value             542 ui/gl/gl_bindings_skia_in_process.cc   glUniformMatrix3fv(location, count, transpose, value);
value             546 ui/gl/gl_bindings_skia_in_process.cc                               GLboolean transpose, const GLfloat* value) {
value             547 ui/gl/gl_bindings_skia_in_process.cc   glUniformMatrix4fv(location, count, transpose, value);
value             121 ui/gl/gl_fence.cc     EGLint value = 0;
value             122 ui/gl/gl_fence.cc     eglGetSyncAttribKHR(display_, sync_, EGL_SYNC_STATUS_KHR, &value);
value             123 ui/gl/gl_fence.cc     DCHECK(value == EGL_SIGNALED_KHR || value == EGL_UNSIGNALED_KHR);
value             124 ui/gl/gl_fence.cc     return !value || value == EGL_SIGNALED_KHR;
value              62 ui/gl/gl_implementation_mac.cc         LOG(ERROR) << "osmesa.so not found at " << osmesa_path.value();
value              44 ui/gl/gl_implementation_osmesa.cc     LOG(ERROR) << "Failed to load " << library_path.value() << ".";
value             664 ui/gl/gl_surface_glx.cc       int value;
value             666 ui/gl/gl_surface_glx.cc               g_display, configs.get()[i], GLX_VISUAL_ID, &value)) {
value             670 ui/gl/gl_surface_glx.cc       if (value == visual_id) {
value            1028 ui/native_theme/native_theme_base.cc SkScalar NativeThemeBase::Clamp(SkScalar value,
value            1031 ui/native_theme/native_theme_base.cc   return std::min(std::max(value, min), max);
value             178 ui/native_theme/native_theme_base.h   SkScalar Clamp(SkScalar value,
value            2045 ui/native_theme/native_theme_win.cc                                     int *value) const {
value            2048 ui/native_theme/native_theme_win.cc     return get_theme_int_(handle, part_id, state_id, prop_id, value);
value             338 ui/native_theme/native_theme_win.h                                            int *value);
value             345 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc                                           default_path.value().c_str());
value             350 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc                                     default_path.value().c_str());
value             354 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc                                         last_opened_path_->value().c_str());
value             384 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc                                   default_path.value().c_str());
value             387 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc                                         last_opened_path_->value().c_str());
value             442 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc           GTK_FILE_CHOOSER(dialog), default_path.value().c_str());
value             446 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc           GTK_FILE_CHOOSER(dialog), default_path.DirName().value().c_str());
value             448 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc           GTK_FILE_CHOOSER(dialog), default_path.BaseName().value().c_str());
value             452 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc                                         last_saved_path_->value().c_str());
value             271 ui/shell_dialogs/select_file_dialog_win.cc   std::wstring file_part = suggested_path.BaseName().value();
value             309 ui/shell_dialogs/select_file_dialog_win.cc       directory = suggested_path.value();
value             312 ui/shell_dialogs/select_file_dialog_win.cc       directory = suggested_path.DirName().value();
value             658 ui/shell_dialogs/select_file_dialog_win.cc     std::wstring path_as_wstring = path.value();
value             660 ui/shell_dialogs/select_file_dialog_win.cc         params.default_path.value(), filter,
value             743 ui/shell_dialogs/select_file_dialog_win.cc   if (path->value().length()) {
value             745 ui/shell_dialogs/select_file_dialog_win.cc     browse_info.lParam = (LPARAM)path->value().c_str();
value             804 ui/shell_dialogs/select_file_dialog_win.cc       ofn.lpstrInitialDir = path->value().c_str();
value             807 ui/shell_dialogs/select_file_dialog_win.cc       ofn.lpstrInitialDir = dir.value().c_str();
value             809 ui/shell_dialogs/select_file_dialog_win.cc       base::wcslcpy(filename, path->BaseName().value().c_str(),
value             864 ui/shell_dialogs/select_file_dialog_win.cc       selection += files.back().value().length() + 1;
value              17 ui/shell_dialogs/selected_file_info.cc   display_name = in_file_path.BaseName().value();
value             110 ui/surface/accelerated_surface_mac.cc                             bool value) {
value             112 ui/surface/accelerated_surface_mac.cc                        (value ? kCFBooleanTrue : kCFBooleanFalse));
value             117 ui/surface/accelerated_surface_mac.cc                             int32 value) {
value             119 ui/surface/accelerated_surface_mac.cc       CFNumberCreate(NULL, kCFNumberSInt32Type, &value));
value             727 ui/views/accessibility/native_view_accessibility_win.cc                                                       BSTR* value) {
value             728 ui/views/accessibility/native_view_accessibility_win.cc   if (!IsValidId(var_id) || !value)
value             737 ui/views/accessibility/native_view_accessibility_win.cc   base::string16 temp_value = state.value;
value             741 ui/views/accessibility/native_view_accessibility_win.cc     *value = SysAllocString(temp_value.c_str());
value             744 ui/views/accessibility/native_view_accessibility_win.cc     *value = NULL;
value            1349 ui/views/accessibility/native_view_accessibility_win.cc     return state.value;
value             120 ui/views/accessibility/native_view_accessibility_win.h   STDMETHODIMP get_accValue(VARIANT var_id, BSTR* value);
value              54 ui/views/accessibility/native_view_accessibility_win_unittest.cc   base::win::ScopedBstr value;
value              56 ui/views/accessibility/native_view_accessibility_win_unittest.cc       childid_self, value.Receive()));
value              57 ui/views/accessibility/native_view_accessibility_win_unittest.cc   ASSERT_STREQ(L"Value", value);
value              44 ui/views/animation/bounds_animator_unittest.cc     bool value = deleted_;
value              46 ui/views/animation/bounds_animator_unittest.cc     return value;
value              50 ui/views/animation/bounds_animator_unittest.cc     bool value = canceled_;
value              52 ui/views/animation/bounds_animator_unittest.cc     return value;
value             147 ui/views/bubble/bubble_border.h   void set_paint_arrow(ArrowPaintType value) { arrow_paint_type_ = value; }
value             234 ui/views/color_chooser/color_chooser_view.cc   void OnSaturationValueChanged(SkScalar saturation, SkScalar value);
value             268 ui/views/color_chooser/color_chooser_view.cc     SkScalar value) {
value             272 ui/views/color_chooser/color_chooser_view.cc   int y = SkScalarFloorToInt(SkScalarMul(SK_Scalar1 - value, scalar_size)) +
value             287 ui/views/color_chooser/color_chooser_view.cc   SkScalar value = SK_Scalar1 - SkScalarDiv(
value             290 ui/views/color_chooser/color_chooser_view.cc   value = SkScalarPin(value, 0, SK_Scalar1);
value             291 ui/views/color_chooser/color_chooser_view.cc   OnSaturationValueChanged(saturation, value);
value             292 ui/views/color_chooser/color_chooser_view.cc   chooser_view_->OnSaturationValueChosen(saturation, value);
value             430 ui/views/color_chooser/color_chooser_view.cc                                                SkScalar value) {
value             432 ui/views/color_chooser/color_chooser_view.cc   hsv_[2] = value;
value              38 ui/views/color_chooser/color_chooser_view.h   void OnSaturationValueChosen(SkScalar saturation, SkScalar value);
value              42 ui/views/color_chooser/color_chooser_view.h   float value() const { return hsv_[2]; }
value              57 ui/views/controls/button/custom_button.h   void set_request_focus_on_press(bool value) {
value              58 ui/views/controls/button/custom_button.h     request_focus_on_press_ = value;
value              63 ui/views/controls/button/custom_button.h   void set_animate_on_state_change(bool value) {
value              64 ui/views/controls/button/custom_button.h     animate_on_state_change_ = value;
value             309 ui/views/controls/combobox/combobox.cc bool Combobox::SelectValue(const base::string16& value) {
value             314 ui/views/controls/combobox/combobox.cc     if (value == model()->GetItemAt(i)) {
value             556 ui/views/controls/combobox/combobox.cc   state->value = model_->GetItemAt(selected_index_);
value              82 ui/views/controls/combobox/combobox.h   bool SelectValue(const base::string16& value);
value             169 ui/views/controls/label.h   void set_collapse_when_hidden(bool value) { collapse_when_hidden_ = value; }
value             163 ui/views/controls/progress_bar.cc void ProgressBar::SetValue(double value) {
value             164 ui/views/controls/progress_bar.cc   if (value != current_value_) {
value             165 ui/views/controls/progress_bar.cc     current_value_ = value;
value              33 ui/views/controls/progress_bar.h   void SetValue(double value);
value              71 ui/views/controls/slider.cc void Slider::SetValue(float value) {
value              72 ui/views/controls/slider.cc   SetValueInternal(value, VALUE_CHANGED_BY_API);
value              79 ui/views/controls/slider.cc void Slider::SetValueInternal(float value, SliderChangeReason reason) {
value              83 ui/views/controls/slider.cc   if (value < 0.0)
value              84 ui/views/controls/slider.cc    value = 0.0;
value              85 ui/views/controls/slider.cc   else if (value > 1.0)
value              86 ui/views/controls/slider.cc     value = 1.0;
value              87 ui/views/controls/slider.cc   if (value_ == value)
value              90 ui/views/controls/slider.cc   value_ = value;
value             115 ui/views/controls/slider.cc   float value = move_animation_.get() && move_animation_->is_animating() ?
value             119 ui/views/controls/slider.cc   const int thumb_x = value * (content.width() - thumb_->width());
value             129 ui/views/controls/slider.cc   const int thumb_y = (1.0 - value) * (content.height() - thumb_->height());
value             198 ui/views/controls/slider.cc   float value = move_animation_.get() && move_animation_->is_animating() ?
value             211 ui/views/controls/slider.cc     int full = value * w;
value             246 ui/views/controls/slider.cc     int full = value * h;
value             329 ui/views/controls/slider.cc   state->value = base::UTF8ToUTF16(
value              31 ui/views/controls/slider.h                                   float value,
value              54 ui/views/controls/slider.h   float value() const { return value_; }
value              55 ui/views/controls/slider.h   void SetValue(float value);
value              72 ui/views/controls/slider.h   void SetValueInternal(float value, SliderChangeReason reason);
value              37 ui/views/controls/slider_unittest.cc   EXPECT_EQ(0.0f, slider->value());
value              40 ui/views/controls/slider_unittest.cc   EXPECT_EQ(1.0f, slider->value());
value              50 ui/views/controls/slider_unittest.cc   EXPECT_EQ(1.0f, slider->value());
value              53 ui/views/controls/slider_unittest.cc   EXPECT_EQ(0.0f, slider->value());
value              66 ui/views/controls/slider_unittest.cc   EXPECT_EQ(1.0f, slider->value());
value              69 ui/views/controls/slider_unittest.cc   EXPECT_EQ(0.0f, slider->value());
value             428 ui/views/controls/textfield/textfield.cc void Textfield::SetColor(SkColor value) {
value             429 ui/views/controls/textfield/textfield.cc   GetRenderText()->SetColor(value);
value             433 ui/views/controls/textfield/textfield.cc void Textfield::ApplyColor(SkColor value, const gfx::Range& range) {
value             434 ui/views/controls/textfield/textfield.cc   GetRenderText()->ApplyColor(value, range);
value             438 ui/views/controls/textfield/textfield.cc void Textfield::SetStyle(gfx::TextStyle style, bool value) {
value             439 ui/views/controls/textfield/textfield.cc   GetRenderText()->SetStyle(style, value);
value             444 ui/views/controls/textfield/textfield.cc                            bool value,
value             446 ui/views/controls/textfield/textfield.cc   GetRenderText()->ApplyStyle(style, value, range);
value             825 ui/views/controls/textfield/textfield.cc   state->value = text();
value             157 ui/views/controls/textfield/textfield.h   void SetColor(SkColor value);
value             158 ui/views/controls/textfield/textfield.h   void ApplyColor(SkColor value, const gfx::Range& range);
value             163 ui/views/controls/textfield/textfield.h   void SetStyle(gfx::TextStyle style, bool value);
value             164 ui/views/controls/textfield/textfield.h   void ApplyStyle(gfx::TextStyle style, bool value, const gfx::Range& range);
value              73 ui/views/controls/throbber.h   void set_start_delay_ms(int value) { start_delay_ms_ = value; }
value              74 ui/views/controls/throbber.h   void set_stop_delay_ms(int value) { stop_delay_ms_ = value; }
value             197 ui/views/controls/tree/tree_view.h     void set_loaded_children(bool value) { loaded_children_ = value; }
value              37 ui/views/examples/example_base.h   const char* BoolToOnOff(bool value) {
value              38 ui/views/examples/example_base.h     return value ? "on" : "off";
value              37 ui/views/examples/slider_example.cc                                        float value,
value              40 ui/views/examples/slider_example.cc   label_->SetText(base::ASCIIToUTF16(base::StringPrintf("%.3lf", value)));
value              29 ui/views/examples/slider_example.h                                   float value,
value             791 ui/views/focus/focus_manager_unittest.cc   void set_should_advance_focus_to_parent(bool value) {
value             792 ui/views/focus/focus_manager_unittest.cc     should_advance_focus_to_parent_ = value;
value              47 ui/views/view_model_utils.cc   int value = primary_axis_coordinate(alignment, x, y);
value              55 ui/views/view_model_utils.cc     if (value < mid_point)
value              76 ui/views/view_model_utils.cc     if (value < mid_point)
value            3213 ui/views/view_unittest.cc   void set_painted(bool value) { painted_ = value; }
value             108 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     int value = 0;
value             110 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc         (ui::GetIntProperty(window, "_NET_WM_WINDOW_TYPE", &value) &&
value             111 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc          static_cast<Atom>(value) == menu_type_atom_)) {
value             598 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc                                                       void* value) {
value             600 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc     content_window_->SetNativeWindowProperty(name, value);
value             908 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc     bool value) {
value             910 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc     desktop_window_tree_host_->SetVisibilityChangedAnimationsEnabled(value);
value             116 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void SetNativeWindowProperty(const char* name, void* value) OVERRIDE;
value             180 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE;
value             354 ui/views/widget/desktop_aura/desktop_screen_x11.cc   std::vector<int> value;
value             355 ui/views/widget/desktop_aura/desktop_screen_x11.cc   if (ui::GetIntArrayProperty(x_root_window_, "_NET_WORKAREA", &value) &&
value             356 ui/views/widget/desktop_aura/desktop_screen_x11.cc       value.size() >= 4) {
value             357 ui/views/widget/desktop_aura/desktop_screen_x11.cc     work_area = gfx::Rect(value[0], value[1], value[2], value[3]);
value             125 ui/views/widget/desktop_aura/desktop_window_tree_host.h   virtual void SetVisibilityChangedAnimationsEnabled(bool value) = 0;
value             363 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc     bool value) {
value             364 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc   message_handler_->SetVisibilityChangedAnimationsEnabled(value);
value             365 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc   content_window_->SetProperty(aura::client::kAnimationsDisabledKey, !value);
value              91 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE;
value             435 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   std::vector<int> value;
value             436 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   if (ui::GetIntArrayProperty(x_root_window_, "_NET_WORKAREA", &value) &&
value             437 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       value.size() >= 4) {
value             438 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     return gfx::Rect(value[0], value[1], value[2], value[3]);
value             586 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     bool value) {
value            1283 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     unsigned long value = 0;
value            1290 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                     reinterpret_cast<const unsigned char *>(&value),
value             114 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE;
value             254 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::SetNativeWindowProperty(const char* name, void* value) {
value             256 ui/views/widget/native_widget_aura.cc     window_->SetNativeWindowProperty(name, value);
value             677 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::SetVisibilityChangedAnimationsEnabled(bool value) {
value             679 ui/views/widget/native_widget_aura.cc     window_->SetProperty(aura::client::kAnimationsDisabledKey, !value);
value              71 ui/views/widget/native_widget_aura.h   virtual void SetNativeWindowProperty(const char* name, void* value) OVERRIDE;
value             135 ui/views/widget/native_widget_aura.h   virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE;
value             202 ui/views/widget/native_widget_aura_unittest.cc   void set_consume_gesture_event(bool value) {
value             203 ui/views/widget/native_widget_aura_unittest.cc     consume_gesture_event_ = value;
value             122 ui/views/widget/native_widget_private.h   virtual void SetNativeWindowProperty(const char* name, void* value) = 0;
value             219 ui/views/widget/native_widget_private.h   virtual void SetVisibilityChangedAnimationsEnabled(bool value) = 0;
value             519 ui/views/widget/widget.cc void Widget::SetVisibilityChangedAnimationsEnabled(bool value) {
value             520 ui/views/widget/widget.cc   native_widget_->SetVisibilityChangedAnimationsEnabled(value);
value             797 ui/views/widget/widget.cc void Widget::SetNativeWindowProperty(const char* name, void* value) {
value             798 ui/views/widget/widget.cc   native_widget_->SetNativeWindowProperty(name, value);
value            1339 ui/views/widget/widget.cc void Widget::SetInactiveRenderingDisabled(bool value) {
value            1340 ui/views/widget/widget.cc   if (value == disable_inactive_rendering_)
value            1343 ui/views/widget/widget.cc   disable_inactive_rendering_ = value;
value            1345 ui/views/widget/widget.cc     non_client_view_->SetInactiveRenderingDisabled(value);
value             395 ui/views/widget/widget.h   void SetVisibilityChangedAnimationsEnabled(bool value);
value             562 ui/views/widget/widget.h   void SetNativeWindowProperty(const char* name, void* value);
value             772 ui/views/widget/widget.h   void SetInactiveRenderingDisabled(bool value);
value             631 ui/views/widget/widget_interactive_uitest.cc     bool value = got_capture_lost_;
value             633 ui/views/widget/widget_interactive_uitest.cc     return value;
value             746 ui/views/widget/widget_interactive_uitest.cc     bool value = got_mouse_event_;
value             748 ui/views/widget/widget_interactive_uitest.cc     return value;
value             150 ui/views/win/hwnd_message_handler.cc       int value = TRUE;
value             154 ui/views/win/hwnd_message_handler.cc           &value,
value             155 ui/views/win/hwnd_message_handler.cc           sizeof(value));
value             659 url/third_party/mozilla/url_parse.cc                             Component* value) {
value             679 url/third_party/mozilla/url_parse.cc   value->begin = cur;
value             682 url/third_party/mozilla/url_parse.cc   value->len = cur - value->begin;
value             841 url/third_party/mozilla/url_parse.cc                           Component* value) {
value             842 url/third_party/mozilla/url_parse.cc   return DoExtractQueryKeyValue(url, query, key, value);
value             848 url/third_party/mozilla/url_parse.cc                           Component* value) {
value             849 url/third_party/mozilla/url_parse.cc   return DoExtractQueryKeyValue(url, query, key, value);
value             364 url/third_party/mozilla/url_parse.h                                      Component* value);
value             368 url/third_party/mozilla/url_parse.h                                      Component* value);
value             101 url/url_canon_icu.cc     value = uidna_openUTS46(UIDNA_CHECK_BIDI, &err);
value             103 url/url_canon_icu.cc       value = NULL;
value             106 url/url_canon_icu.cc   UIDNA* value;
value             165 url/url_canon_icu.cc   UIDNA* uidna = g_uidna.Get().value;
value             366 url/url_canon_internal.cc int _itoa_s(int value, char* buffer, size_t size_in_chars, int radix) {
value             375 url/url_canon_internal.cc   int written = snprintf(buffer, size_in_chars, format_str, value);
value             383 url/url_canon_internal.cc int _itow_s(int value, base::char16* buffer, size_t size_in_chars, int radix) {
value             390 url/url_canon_internal.cc   int written = snprintf(temp, sizeof(temp), "%d", value);
value             411 url/url_canon_internal.h URL_EXPORT int _itoa_s(int value, char* buffer, size_t size_in_chars,
value             413 url/url_canon_internal.h URL_EXPORT int _itow_s(int value, base::char16* buffer, size_t size_in_chars,
value             418 url/url_canon_internal.h inline int _itoa_s(int value, char (&buffer)[N], int radix) {
value             419 url/url_canon_internal.h   return _itoa_s(value, buffer, N, radix);
value             423 url/url_canon_internal.h inline int _itow_s(int value, base::char16 (&buffer)[N], int radix) {
value             424 url/url_canon_internal.h   return _itow_s(value, buffer, N, radix);
value             539 url/url_parse_unittest.cc     url_parse::Component key, value;
value             540 url/url_parse_unittest.cc     if (!url_parse::ExtractQueryKeyValue(url, &query, &key, &value)) {
value             552 url/url_parse_unittest.cc       if (strncmp(&url[value.begin], expected_value, value.len) != 0)
value              52 webkit/browser/appcache/appcache.h   void set_complete(bool value) { is_complete_ = value; }
value              60 webkit/browser/appcache/appcache_group.h   void set_obsolete(bool value) { is_obsolete_ = value; }
value              63 webkit/browser/appcache/appcache_group.h   void set_being_deleted(bool value) { is_being_deleted_ = value; }
value             276 webkit/browser/appcache/appcache_response_unittest.cc   void FillData(char value, char* data, int data_len) {
value             277 webkit/browser/appcache/appcache_response_unittest.cc     memset(data, value, data_len);
value             280 webkit/browser/appcache/appcache_response_unittest.cc   bool CheckData(char value, const char* data, int data_len) {
value             282 webkit/browser/appcache/appcache_response_unittest.cc       if (*data != value)
value            1343 webkit/browser/appcache/appcache_update_job.cc     std::string value;
value            1349 webkit/browser/appcache/appcache_update_job.cc         http_info->headers->EnumerateHeader(&iter, name, &value)) {
value             435 webkit/browser/appcache/appcache_url_request_job.cc   std::string value;
value             437 webkit/browser/appcache/appcache_url_request_job.cc   if (!headers.GetHeader(net::HttpRequestHeaders::kRange, &value) ||
value             438 webkit/browser/appcache/appcache_url_request_job.cc       !net::HttpUtil::ParseRangeHeader(value, &ranges)) {
value             361 webkit/browser/appcache/appcache_url_request_job_unittest.cc   void FillData(char value, char* data, int data_len) {
value             362 webkit/browser/appcache/appcache_url_request_job_unittest.cc     memset(data, value, data_len);
value             365 webkit/browser/appcache/appcache_url_request_job_unittest.cc   bool CheckData(char value, const char* data, int data_len) {
value             367 webkit/browser/appcache/appcache_url_request_job_unittest.cc       if (*data != value)
value              67 webkit/browser/database/database_util.cc   if (full_path.value().find(FILE_PATH_LITERAL("..")) !=
value             139 webkit/browser/database/vfs_backend.cc   uint32 attributes = ::GetFileAttributes(file_path.value().c_str());
value             142 webkit/browser/database/vfs_backend.cc   if (!access(file_path.value().c_str(), R_OK))
value             144 webkit/browser/database/vfs_backend.cc   if (!access(file_path.value().c_str(), W_OK))
value             118 webkit/browser/fileapi/async_file_util_adapter.cc     entry.name = VirtualPath::BaseName(current).value();
value              26 webkit/browser/fileapi/external_mount_points.cc   base::FilePath::StringType path_str = path.StripTrailingSeparators().value();
value             246 webkit/browser/fileapi/external_mount_points.cc           CreateVirtualRootPath(mount_name).value() +
value             247 webkit/browser/fileapi/external_mount_points.cc           base::FilePath::kSeparators[0] + path.value()));
value             141 webkit/browser/fileapi/file_system_dir_url_request_job.cc         base::FilePath(FILE_PATH_LITERAL("/") + relative_path.value());
value              61 webkit/browser/fileapi/file_system_file_stream_reader.cc                           int value) {
value              62 webkit/browser/fileapi/file_system_file_stream_reader.cc   callback.Run(value);
value             102 webkit/browser/fileapi/file_system_url.cc     ss << virtual_path_.value();
value             105 webkit/browser/fileapi/file_system_url.cc     ss << path_.value();
value             108 webkit/browser/fileapi/file_system_url.cc     ss << path_.value();
value              44 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(FPL("file"), VirtualPath::BaseName(url.path()).value());
value              45 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(FPL("directory"), url.path().DirName().value());
value              54 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(FPL("file"), VirtualPath::BaseName(url.path()).value());
value              55 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(FPL("directory"), url.path().DirName().value());
value              64 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(FPL("file"), VirtualPath::BaseName(url.path()).value());
value              65 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(FPL("directory"), url.path().DirName().value());
value              80 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(FPL("space bar"), VirtualPath::BaseName(url.path()).value());
value              81 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_EQ(FPL("~chromium"), url.path().DirName().value());
value              24 webkit/browser/fileapi/isolated_context.cc     return path.BaseName().value();
value              29 webkit/browser/fileapi/isolated_context.cc        i < path.value().size() && !base::FilePath::IsSeparator(path.value()[i]);
value              31 webkit/browser/fileapi/isolated_context.cc     if (path.value()[i] == L':') {
value              35 webkit/browser/fileapi/isolated_context.cc     name.append(1, path.value()[i]);
value             103 webkit/browser/fileapi/isolated_context_unittest.cc     ASSERT_EQ(kTestPaths[i].NormalizePathSeparators().value(),
value             104 webkit/browser/fileapi/isolated_context_unittest.cc               cracked_path.value());
value             190 webkit/browser/fileapi/isolated_context_unittest.cc                    << kTestPaths[i].value() << " " << relatives[j].path);
value             208 webkit/browser/fileapi/isolated_context_unittest.cc                     .NormalizePathSeparators().value(),
value             209 webkit/browser/fileapi/isolated_context_unittest.cc                 cracked_path.value());
value             238 webkit/browser/fileapi/isolated_context_unittest.cc                    << kTestPaths[i].value() << " " << relatives[j].path);
value             252 webkit/browser/fileapi/isolated_context_unittest.cc                     .NormalizePathSeparators().value(),
value             253 webkit/browser/fileapi/isolated_context_unittest.cc                 cracked.path().value());
value             273 webkit/browser/fileapi/isolated_context_unittest.cc   ASSERT_EQ(FPL(""), cracked_path.value());
value              28 webkit/browser/fileapi/native_file_util.cc     if (HANDLE_EINTR(chmod(dir_path.value().c_str(),
value             326 webkit/browser/fileapi/obfuscated_file_util.cc                VirtualPath::BaseName(url.path()).value());
value             559 webkit/browser/fileapi/obfuscated_file_util.cc         VirtualPath::BaseName(dest_url.path()).value();
value             683 webkit/browser/fileapi/obfuscated_file_util.cc                  VirtualPath::BaseName(dest_url.path()).value());
value             892 webkit/browser/fileapi/obfuscated_file_util.cc   DCHECK_EQ(origin_path.value(),
value             893 webkit/browser/fileapi/obfuscated_file_util.cc             GetDirectoryForOrigin(origin, false, NULL).value());
value             955 webkit/browser/fileapi/obfuscated_file_util.cc   return UsageForPath(VirtualPath::BaseName(path).value().size());
value            1123 webkit/browser/fileapi/obfuscated_file_util.cc       dest_local_path.value().substr(root.value().length() + 1));
value            1283 webkit/browser/fileapi/obfuscated_file_util.cc         file_system_directory_.value();
value            1367 webkit/browser/fileapi/obfuscated_file_util.cc                  VirtualPath::BaseName(url.path()).value());
value              62 webkit/browser/fileapi/sandbox_directory_database.cc     info->name = fileapi::StringToFilePath(name).value();
value             209 webkit/browser/fileapi/sandbox_directory_database.cc           !base::StringToInt64(itr->value().ToString(), &last_file_id_))
value             218 webkit/browser/fileapi/sandbox_directory_database.cc           !base::StringToInt64(itr->value().ToString(), &last_integer_))
value             225 webkit/browser/fileapi/sandbox_directory_database.cc               Pickle(itr->value().data(), itr->value().size()), &file_info))
value             477 webkit/browser/fileapi/sandbox_directory_database.cc     std::string child_id_string = iter->value().ToString();
value             504 webkit/browser/fileapi/sandbox_directory_database.cc                  << info->data_path.value();
value             886 webkit/browser/fileapi/sandbox_directory_database.cc     LOG(ERROR) << "Invalid data path is given: " << info.data_path.value();
value             538 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc     if (filename.value() == kRestrictedNames[i])
value             542 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc     if (filename.value().find(kRestrictedChars[i]) !=
value             296 webkit/browser/fileapi/sandbox_origin_database.cc     base::FilePath path = StringToFilePath(iter->value().ToString());
value              68 webkit/browser/fileapi/task_runner_bound_observer_list.h         (base::internal::ParamsUseScopedRefptrCorrectly<Params>::value),
value             314 webkit/browser/quota/quota_database.cc bool QuotaDatabase::GetQuotaConfigValue(const char* key, int64* value) {
value             318 webkit/browser/quota/quota_database.cc   return meta_table_->GetValue(key, value);
value             321 webkit/browser/quota/quota_database.cc bool QuotaDatabase::SetQuotaConfigValue(const char* key, int64 value) {
value             325 webkit/browser/quota/quota_database.cc   return meta_table_->SetValue(key, value);
value              66 webkit/browser/quota/quota_database.h   bool GetQuotaConfigValue(const char* key, int64* value);
value              67 webkit/browser/quota/quota_database.h   bool SetQuotaConfigValue(const char* key, int64 value);
value             104 webkit/browser/quota/quota_database_unittest.cc     int64 value = 0;
value             107 webkit/browser/quota/quota_database_unittest.cc     EXPECT_FALSE(db.GetQuotaConfigValue(kTempQuotaKey, &value));
value             108 webkit/browser/quota/quota_database_unittest.cc     EXPECT_FALSE(db.GetQuotaConfigValue(kAvailSpaceKey, &value));
value             111 webkit/browser/quota/quota_database_unittest.cc     EXPECT_TRUE(db.GetQuotaConfigValue(kTempQuotaKey, &value));
value             112 webkit/browser/quota/quota_database_unittest.cc     EXPECT_EQ(kValue1, value);
value             115 webkit/browser/quota/quota_database_unittest.cc     EXPECT_TRUE(db.GetQuotaConfigValue(kTempQuotaKey, &value));
value             116 webkit/browser/quota/quota_database_unittest.cc     EXPECT_EQ(kValue2, value);
value             119 webkit/browser/quota/quota_database_unittest.cc     EXPECT_TRUE(db.GetQuotaConfigValue(kAvailSpaceKey, &value));
value             120 webkit/browser/quota/quota_database_unittest.cc     EXPECT_EQ(kValue1, value);
value             123 webkit/browser/quota/quota_database_unittest.cc     EXPECT_TRUE(db.GetQuotaConfigValue(kAvailSpaceKey, &value));
value             124 webkit/browser/quota/quota_database_unittest.cc     EXPECT_EQ(kValue2, value);
value             196 webkit/browser/quota/quota_manager.cc     LOG(WARNING) << "Create directory failed for path" << profile_path.value();
value              82 webkit/browser/quota/quota_temporary_storage_evictor.h   void set_min_available_disk_space_to_start_eviction(int64 value) {
value              83 webkit/browser/quota/quota_temporary_storage_evictor.h     min_available_disk_space_to_start_eviction_ = value;
value             207 webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc   void set_min_available_disk_space_to_start_eviction(int64 value) const {
value             209 webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc         value);
value              43 webkit/child/multipart_response_delegate.cc   virtual void visitHeader(const WebString& name, const WebString& value) {
value              49 webkit/child/multipart_response_delegate.cc     response_->setHTTPHeaderField(name, value);
value             261 webkit/child/multipart_response_delegate.cc     std::string value = net::GetSpecificHeader(headers, name);
value             262 webkit/child/multipart_response_delegate.cc     if (!value.empty()) {
value             264 webkit/child/multipart_response_delegate.cc                                   WebString::fromUTF8(value));
value              56 webkit/child/resource_loader_bridge.h   virtual void SetDefersLoading(bool value) = 0;
value              27 webkit/common/blob/scoped_file.cc       << "path:" << path.value()
value              42 webkit/common/blob/shareable_file_reference.cc   std::pair<iterator, bool> Insert(value_type value) {
value              44 webkit/common/blob/shareable_file_reference.cc     return file_map_.insert(value);
value              15 webkit/common/fileapi/directory_entry.cc     : name(base::FilePath::FromUTF8Unsafe(name).value()),
value              35 webkit/common/fileapi/file_system_util.cc   base::FilePath::StringType path = virtual_path.value();
value              52 webkit/common/fileapi/file_system_util.cc   StringType  path = virtual_path.value();
value              93 webkit/common/fileapi/file_system_util.cc   if (path.value().empty())
value              97 webkit/common/fileapi/file_system_util.cc   while (begin < path.value().length() && end != StringType::npos) {
value              98 webkit/common/fileapi/file_system_util.cc     end = path.value().find_first_of(base::FilePath::kSeparators, begin);
value              99 webkit/common/fileapi/file_system_util.cc     StringType component = path.value().substr(
value             126 webkit/common/fileapi/file_system_util.cc   base::FilePath::StringType normalized_path = path.value();
value             335 webkit/common/fileapi/file_system_util.cc   return base::UTF16ToUTF8(file_path.value());
value             337 webkit/common/fileapi/file_system_util.cc   return file_path.value();
value              68 webkit/common/fileapi/file_system_util_unittest.cc     EXPECT_EQ(test_cases[i].base_name, base_name.value());
value             108 webkit/common/fileapi/file_system_util_unittest.cc     EXPECT_EQ(test_cases[i].dir_name, dir_name.value());
value             792 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   GLvoid* value = NULL;
value             795 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   gl_->GetVertexAttribPointerv(index, pname, &value);
value             796 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   return static_cast<WGC3Dsizeiptr>(reinterpret_cast<intptr_t>(value));
value             197 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void getBooleanv(WGC3Denum pname, WGC3Dboolean* value);
value             201 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                     WGC3Dint* value);
value             209 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void getFloatv(WGC3Denum pname, WGC3Dfloat* value);
value             214 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                                    WGC3Dint* value);
value             216 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void getIntegerv(WGC3Denum pname, WGC3Dint* value);
value             218 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void getProgramiv(WebGLId program, WGC3Denum pname, WGC3Dint* value);
value             224 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                           WGC3Dint* value);
value             226 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void getShaderiv(WebGLId shader, WGC3Denum pname, WGC3Dint* value);
value             240 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                  WGC3Dfloat* value);
value             243 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                  WGC3Dint* value);
value             247 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                             WGC3Dfloat* value);
value             250 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                             WGC3Dint* value);
value             255 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                  WGC3Dfloat* value);
value             257 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                  WGC3Dint* value);
value             287 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void sampleCoverage(WGC3Dfloat value, WGC3Dboolean invert);
value             365 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                 const WGC3Dfloat* value);
value             369 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                 const WGC3Dfloat* value);
value             373 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                 const WGC3Dfloat* value);
value              30 webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.cc       static_cast<const webkit::WebFilterOperationsImpl&>(keyframe.value())
value              42 webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.cc       static_cast<const webkit::WebFilterOperationsImpl&>(keyframe.value())
value              33 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc       keyframe.time, keyframe.value, CreateTimingFunction(type)));
value              43 webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc       keyframe.value,
value              78 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc   float value = curve->getValue(1);
value              79 webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc   EXPECT_TRUE(value >= 4 && value <= 6);
value              37 webkit/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc   gfx::Vector2dF value = curve_->GetValue(time);
value              38 webkit/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc   return WebFloatPoint(value.x(), value.y());
value              34 webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc       static_cast<const webkit::WebTransformOperationsImpl&>(keyframe.value())
value              46 webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc       static_cast<const webkit::WebTransformOperationsImpl&>(keyframe.value())
value              52 win8/delegate_execute/chrome_util.cc   name.reserve(prefix_len + chrome_exe.value().size());
value              54 win8/delegate_execute/chrome_util.cc   name.append(chrome_exe.value());
value             108 win8/delegate_execute/chrome_util.cc   if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
value              88 win8/delegate_execute/command_execute_impl.cc              chrome_exe_path.value().c_str());
value             250 win8/delegate_execute/command_execute_impl.cc       chrome_exe_.value().c_str());
value             399 win8/delegate_execute/command_execute_impl.cc   BOOL ret = CreateProcess(chrome_exe_.value().c_str(),
value             128 win8/delegate_execute/delegate_execute.cc   sei.lpFile = operation.shortcut().value().c_str();
value              26 win8/delegate_execute/delegate_execute_util_unittest.cc   EXPECT_EQ(std::wstring(), cl.GetProgram().value());
value              33 win8/delegate_execute/delegate_execute_util_unittest.cc   EXPECT_EQ(std::wstring(), cl.GetProgram().value());
value              50 win8/delegate_execute/delegate_execute_util_unittest.cc   EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
value              57 win8/delegate_execute/delegate_execute_util_unittest.cc   EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
value              69 win8/delegate_execute/delegate_execute_util_unittest.cc   EXPECT_EQ(this_exe.value(), cl.GetProgram().value());
value             898 win8/metro_driver/chrome_app_view.cc       input_pane_visible_token_.value;
value             907 win8/metro_driver/chrome_app_view.cc           << input_pane_hiding_token_.value;
value             351 win8/metro_driver/chrome_app_view_ash.cc   sei.lpFile = chrome_exe_path.value().c_str();
value             759 win8/metro_driver/chrome_app_view_ash.cc   sei.lpFile = file_path.value().c_str();
value             772 win8/metro_driver/chrome_app_view_ash.cc   base::FilePath::StringType file = shortcut.value();
value              56 win8/metro_driver/file_picker.cc   STDMETHOD(IndexOf)(HSTRING value, unsigned *index, boolean *found) {
value             420 win8/metro_driver/file_picker.cc       result->append(base_path.value().c_str(), base_path.value().size() + 1);
value             428 win8/metro_driver/file_picker.cc     result->append(base_name.value().c_str(), base_name.value().size() + 1);
value              54 win8/metro_driver/file_picker_ash.cc   STDMETHOD(IndexOf)(HSTRING value, unsigned *index, boolean *found) {
value             185 win8/metro_driver/file_picker_ash.cc           selection += files.back().value().length() + 1;
value             358 win8/metro_driver/file_picker_ash.cc       result->append(base_path.value().c_str(), base_path.value().size() + 1);
value             366 win8/metro_driver/file_picker_ash.cc     result->append(base_name.value().c_str(), base_name.value().size() + 1);
value             496 win8/metro_driver/file_picker_ash.cc     base::string16 file_part = default_path_.BaseName().value();
value             769 win8/metro_driver/ime/text_store.cc     base::win::ScopedVariant value;
value             772 win8/metro_driver/ime/text_store.cc                                         value.Receive()))) {
value             775 win8/metro_driver/ime/text_store.cc     if (FAILED(enum_prop_value.QueryFrom(value.AsInput()->punkVal)))
value             137 win8/metro_driver/metro_driver_win7.cc   virtual HRESULT STDMETHODCALLTYPE get_HasThreadAccess(boolean* value) {
value             202 win8/metro_driver/metro_driver_win7.cc       IInspectable** value) {
value             207 win8/metro_driver/metro_driver_win7.cc       winfoundtn::Rect* value) {
value             211 win8/metro_driver/metro_driver_win7.cc     value->Width = rect.right;
value             212 win8/metro_driver/metro_driver_win7.cc     value->Height = rect.bottom;
value             217 win8/metro_driver/metro_driver_win7.cc       winfoundtn::Collections::IPropertySet** value) {
value             222 win8/metro_driver/metro_driver_win7.cc       winui::Core::ICoreDispatcher** value) {
value             223 win8/metro_driver/metro_driver_win7.cc     return dispatcher_.CopyTo(value);
value             227 win8/metro_driver/metro_driver_win7.cc       winui::Core::CoreWindowFlowDirection* value) {
value             232 win8/metro_driver/metro_driver_win7.cc       winui::Core::CoreWindowFlowDirection value) {
value             237 win8/metro_driver/metro_driver_win7.cc       boolean* value) {
value             242 win8/metro_driver/metro_driver_win7.cc       boolean value) {
value             247 win8/metro_driver/metro_driver_win7.cc       winui::Core::ICoreCursor** value) {
value             252 win8/metro_driver/metro_driver_win7.cc        winui::Core::ICoreCursor* value) {
value             257 win8/metro_driver/metro_driver_win7.cc       winfoundtn::Point* value) {
value             262 win8/metro_driver/metro_driver_win7.cc       boolean* value) {
value             499 win8/metro_driver/metro_driver_win7.cc     boolean value) {
value             516 win8/metro_driver/metro_driver_win7.cc     winapp::Activation::ActivationKind *value) {
value             517 win8/metro_driver/metro_driver_win7.cc     *value = activation_kind_;
value             522 win8/metro_driver/metro_driver_win7.cc     winapp::Activation::ApplicationExecutionState *value) {
value             523 win8/metro_driver/metro_driver_win7.cc     *value = winapp::Activation::ApplicationExecutionState_ClosedByUser;
value             528 win8/metro_driver/metro_driver_win7.cc     winapp::Activation::ISplashScreen **value) {
value             555 win8/metro_driver/metro_driver_win7.cc     winui::Core::ICoreWindow** value) {
value             558 win8/metro_driver/metro_driver_win7.cc     return core_window_.CopyTo(value);
value             578 win8/metro_driver/metro_driver_win7.cc     boolean* value) {
value             583 win8/metro_driver/metro_driver_win7.cc     boolean* value) {
value             599 win8/metro_driver/metro_driver_win7.cc       HSTRING* value) {
value             626 win8/metro_driver/metro_driver_win7.cc       winfoundtn::Collections::IPropertySet** value) {
value             631 win8/metro_driver/metro_driver_win7.cc       winapp::Core::ICoreApplicationView** value) {
value             160 win8/metro_driver/secondary_tile.cc       MakeHString(base::string16(L"file:///").append(logo_path.value())));
value             170 win8/metro_driver/settings_handler.cc     const wchar_t* value, winfoundtn::IPropertyValue** settings_id) {
value             172 win8/metro_driver/settings_handler.cc   property_value_string.Attach(MakeHString(value));
value              38 win8/metro_driver/settings_handler.h   static HRESULT GetSettingsId(const wchar_t* value,
value             208 win8/metro_driver/toast_notification_handler.cc       chrome_path.value().c_str());
value              47 win8/metro_driver/winrt_utils.cc HRESULT Create ## Name ## Property(Type value, \
value              55 win8/metro_driver/winrt_utils.cc       value, \
value             191 win8/metro_driver/winrt_utils.cc       result = persist->Load(shortcut.value().c_str(), STGM_READ);
value              31 win8/metro_driver/winrt_utils.h     Type value, \
value              14 win8/metro_driver/winrt_utils_unittest.cc static HRESULT CreateProperty(Type value, winfoundtn::IPropertyValue** prop) {
value              20 win8/metro_driver/winrt_utils_unittest.cc     const wchar_t* value, winfoundtn::IPropertyValue** prop) {
value              22 win8/metro_driver/winrt_utils_unittest.cc   string_value.Attach(MakeHString(value));
value              27 win8/metro_driver/winrt_utils_unittest.cc static HRESULT CreateProperty<INT16>(INT16 value,
value              29 win8/metro_driver/winrt_utils_unittest.cc   return winrt_utils::CreateInt16Property(value, prop);
value              33 win8/metro_driver/winrt_utils_unittest.cc static HRESULT CreateProperty<INT32>(INT32 value,
value              35 win8/metro_driver/winrt_utils_unittest.cc   return winrt_utils::CreateInt32Property(value, prop);
value              39 win8/metro_driver/winrt_utils_unittest.cc static HRESULT CreateProperty<INT64>(INT64 value,
value              41 win8/metro_driver/winrt_utils_unittest.cc   return winrt_utils::CreateInt64Property(value, prop);
value              45 win8/metro_driver/winrt_utils_unittest.cc static HRESULT CreateProperty<UINT8>(UINT8 value,
value              47 win8/metro_driver/winrt_utils_unittest.cc   return winrt_utils::CreateUInt8Property(value, prop);
value              51 win8/metro_driver/winrt_utils_unittest.cc static HRESULT CreateProperty<UINT16>(UINT16 value,
value              53 win8/metro_driver/winrt_utils_unittest.cc   return winrt_utils::CreateUInt16Property(value, prop);
value              57 win8/metro_driver/winrt_utils_unittest.cc static HRESULT CreateProperty<UINT32>(UINT32 value,
value              59 win8/metro_driver/winrt_utils_unittest.cc   return winrt_utils::CreateUInt32Property(value, prop);
value              63 win8/metro_driver/winrt_utils_unittest.cc static HRESULT CreateProperty<UINT64>(UINT64 value,
value              65 win8/metro_driver/winrt_utils_unittest.cc   return winrt_utils::CreateUInt64Property(value, prop);
value              52 win8/test/test_registrar.cc                                     exe_path.value());