Searched defs:data_store (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc114 scoped_refptr<DictionaryDataStore> data_store)
115 : data_store_(data_store) {
113 HistoryDataStore( scoped_refptr<DictionaryDataStore> data_store) argument
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php485 protected $data_store; variable
487 function __construct($data_store) {
488 $this->data_store = $data_store; variable
514 $new_token = $this->data_store->new_request_token($consumer, $callback);
535 $new_token = $this->data_store->new_access_token($token, $consumer, $verifier);
605 $consumer = $this->data_store->lookup_consumer($consumer_key);
621 $token = $this->data_store->lookup_token(
689 $found = $this->data_store->lookup_nonce(

Completed in 195 milliseconds