HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 776 - 800 of 10182) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.h 9 // There are two strategies implemented for embedding the actual tab contents
  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui.h 41 // Create a constrained HTML dialog. The actual object that gets created
  /external/chromium/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
infobar.html 36 // Replace the placeholder text with the actual count.
  /external/chromium/chrome/common/web_resource/
web_resource_unpacker.h 31 // This does the actual parsing. In case of an error, error_message_
  /external/chromium/crypto/
crypto_module_blocking_password_delegate.h 16 // handler will call to do the actual work.
  /external/chromium/net/disk_cache/
addr_unittest.cc 15 // The object should not be more expensive than the actual address.
mapped_file.h 21 // the actual data for the blocks will be access asynchronously (most of the
  /external/chromium/net/spdy/
spdy_io_buffer.h 23 // |buffer| is the actual data buffer.
  /external/chromium/net/tools/dump_cache/
url_utilities.h 29 // Unescape a url, converting all %XX to the the actual char 0xXX.
  /external/chromium/testing/gtest/test/
gtest_repeat_test.cc 63 #define GTEST_CHECK_INT_EQ_(expected, actual) \
66 const int actual_val = (actual);\
68 ::std::cout << "Value of: " #actual "\n"\
69 << " Actual: " << actual_val << "\n"\
  /external/chromium/webkit/glue/
alt_error_page_resource_fetcher.h 44 // Does the actual fetching.
  /external/chromium_org/ash/system/user/
login_status.cc 43 // handled. Depending on the value of |multiline|, actual line breaks or
  /external/chromium_org/ash/wm/
resize_shadow.h 30 // over a sizing edge. This is just a visual effect; the actual resize is
  /external/chromium_org/cc/layers/
picture_image_layer.cc 34 // affect the actual contents of the image (e.g. a CSS animation).
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service_stub.cc 47 LOG(ERROR) << "Actual minimum update time ("
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt_host.h 49 // Does an actual resolve on UI thread.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen_actor.h 12 // Interface for dependency injection between NetworkScreen and its actual
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api_unittest.cc 18 std::vector<base::FilePath::StringType>& actual) {
19 EXPECT_EQ(expected.size(), actual.size());
20 if (expected.size() != actual.size())
24 EXPECT_EQ(expected[i], actual[i]);
  /external/chromium_org/chrome/browser/extensions/api/log_private/
syslog_parser.cc 45 << "Error when parsing data. Expect: At least 3 tokens. Actual: 0";
55 << "Error when parsing data. Expect: At least 3 tokens. Actual: 1";
60 << "Error when parsing data. Expect: At least 3 tokens. Actual: 2";
116 << "Error when parsing data. Expect: At least 1 token. Actual: 0";
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id.h 29 // actual machine identifier value is not exposed directly to the caller.
  /external/chromium_org/chrome/browser/extensions/
extension_creator_filter.cc 45 // are working with the actual file.
  /external/chromium_org/chrome/browser/google/
google_search_counter.h 14 // actual search query content is observed. See GoogleSearchMetrics for more
  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.h 25 // Perform the actual synchronization process with the registry.
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.h 22 // in terms of a SQLite database. For documentation about the actual member
  /external/chromium_org/chrome/browser/resources/net_internals/
capture_view.html 18 Include the actual bytes sent/received.

Completed in 3171 milliseconds

<<31323334353637383940>>